/* [Master Stylesheet v1.0] */

/* :: 1.0 Import Fonts */

@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");
@import url("https://fonts.googleapis.com/css2?family=Gothic+A1:wght@100;200;300;400;500;600;700;800;900");

/* :: 2.0 Import All CSS */

@import url(css/bootstrap.min.css);
@import url(css/owl.carousel.min.css);
@import url(css/animate.css);
@import url(css/magnific-popup.css);
@import url(css/font-awesome.min.css);
@import url(css/classy-nav.min.css);
@import url(css/audioplayer.css);

/* :: 3.0 Base CSS */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Gothic A1", sans-serif;
	font-size: 14px;
	overflow-x: hidden;
}

h1 {
	/* font-family: "Poppins", sans-serif; */
}

h2,
h3,
h4,
h5,
h6 {
	color: #15877e;
	line-height: 1.3;
	font-weight: 500;
}

p {
	/* color: black; */
	font-size: 14px;
	line-height: 1.8;
	font-weight: 400;
}

a,
a:hover,
a:focus {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	text-decoration: none;
	outline: 0 solid transparent;
	color: #15877e;
	font-weight: 500;
	font-size: 16px;
}

ul,
ol {
	margin: 0;
}

ul li,
ol li {
	list-style: none;
}

img {
	height: auto;
	max-width: 100%;
}

.row {
	margin-right: 0px;
}

#more {
	display: none;
}

/**********************************/
/***********  SPACING    **********/
/**********************************/

.mt-15 {
	margin-top: 15px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mt-50 {
	margin-top: 50px !important;
}

.mt-70 {
	margin-top: 70px !important;
}

.mt-100 {
	margin-top: 100px !important;
}

.mb-15 {
	margin-bottom: 15px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.mb-70 {
	margin-bottom: 70px !important;
}

.mb-100 {
	margin-bottom: 100px !important;
}

.ml-15 {
	margin-left: 15px !important;
}

.ml-30 {
	margin-left: 30px !important;
}

.ml-50 {
	margin-left: 50px !important;
}

.mr-15 {
	margin-right: 15px !important;
}

.mr-30 {
	margin-right: 30px !important;
}

.mr-50 {
	margin-right: 50px !important;
}

.heading {
	color: #666666;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-size: 35px;
	font-weight: 900;
	font-family: "Poppins", sans-serif;
}

.section-title {
	position: relative;
	padding-left: 60px;
}

.section-title::before {
	position: absolute;
	content: "";
	top: 10px;
	left: 0;
	width: 45px;
	height: 2px;
	background: #ffd351;
}

.section-title::after {
	position: absolute;
	content: "";
	top: 14px;
	left: 0;
	width: 45px;
	height: 2px;
	background: #15877e;
}

/**********************************/
/***********   HEIGHT    **********/
/**********************************/

.height-400 {
	height: 400px !important;
}

.height-500 {
	height: 500px !important;
}

.height-600 {
	height: 600px !important;
}

.height-700 {
	height: 700px !important;
}

.height-800 {
	height: 800px !important;
}

.progress-bar {
	background-color: #ffd351;
}

.owl-carousel.owl-drag .owl-item {
	background-color: transparent;
}

.owl-item.active:after {
	color: transparent;
}

.header {
	position: relative;
	max-height: 600px;
}

.header-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
	max-height: 600px;
}

.header-caption {
	position: absolute;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: left;
	background: rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.header h1 {
	font-size: 70px;
	color: white;
	font-weight: 900;
	top: 80px;
}

.header p {
	font-size: 25px;
}

@media only screen and (max-width: 600px) {
	.header h1 {
		font-size: 30px;
		color: white;
		font-weight: 900;
		top: 80px;
	}

	.header p {
		font-size: 15px;
	}
}

details > summary {
	cursor: pointer;
}

details > summary .summary-closed,
details[open] > summary .summary-open {
	display: initial;
}

details[open] > summary .summary-closed,
details > summary .summary-open {
	display: none;
}

details {
	margin-bottom: 20px;
}

/*
---------------------------------------------
about
---------------------------------------------
*/

#about {
	margin-top: 20px;
	padding: 100px 0px 0px 0px;
	position: relative;
	z-index: 9;
}

#about .section-heading h2 {
	padding-right: 120px;
}

#about img {
	width: 100%;
	overflow: hidden;
}

#about .left-text-content p {
	margin-bottom: 25px;
}

#about .right-content {
	margin-left: 30px;
}

#about .right-content .thumb {
	position: relative;
}

#about .right-content .thumb a {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 70px;
	height: 70px;
	display: inline-block;
	line-height: 70px;
	text-align: center;
	background-color: #fb5849;
	color: #fff;
	border-radius: 50%;
	transform: translate(-35px, -35px);
	transition: all 0.3s;
}

#about .right-content .thumb a:hover {
	opacity: 0.9;
}

/**********************************/
/*********** RESOURCE CSS **********/
/**********************************/

.resource {
	position: relative;
}

.resource .card2 {
	width: 100%;
	max-width: 100%;
	min-height: 300px;
	position: relative;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	align-items: flex-end;
	text-decoration: none;
	border: 4px solid #ffd351;
	margin-bottom: 20px;
	/* background-image: url('https://images.unsplash.com/photo-1516051662687-567d7c4e8f6a?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1868&q=80'); */
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;

	@include media {
		height: 500px;
	}
}

.resource .inner {
	height: 100%;
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: white;
	box-sizing: border-box;
	padding: 40px;

	@include media {
		width: 50%;
		height: 100%;
	}
}

.resource .title {
	font-size: 24px;
	color: black;
	text-align: center;
	font-weight: 700;
	color: #15877e;
	text-transform: uppercase;
	/* position: relative; */
	margin: 0 0 20px 0;

	@include media {
		font-size: 30px;
	}
}

.resource .subtitle {
	color: #b0215e;
	text-align: center;
}

.lux1 {
	position: relative;
	height: 50vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/**********************************/
/*********** PORTFOLIO CSS **********/
/**********************************/

.portfolio {
	height: 100%;
	background-color: #15877e;
}

.r4 {
	height: 32vh;
	margin: 10px;
}

/**********************************/
/******** SECTION PADDING *********/
/**********************************/

.section-padding-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.section-padding-100-0 {
	padding-top: 100px;
	padding-bottom: 0;
}

.section-padding-0-100 {
	padding-top: 0;
	padding-bottom: 100px;
}

.section-padding-100-70 {
	padding-top: 100px;
	padding-bottom: 70px;
}

/**********************************/
/************* GALLERY ************/
/**********************************/

.gallery {
	position: relative;
	margin: 20px 0px 50px 0px;
}

.gallery h2 {
	font-size: 15px;
	color: white;
	text-align: center;
	padding: 0px 20px 30px 20px;
}

.gallery h3 {
	color: #00a484;
	font-size: 27px;
	text-align: center;
}

.gallery h4 {
	color: #3f3e3f;
	font-size: 39px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bolder;
	padding-top: 20px;
}

.gallery p {
	color: #000000;
}

/**********************************/
/***********  PRELOADER  **********/
/**********************************/

#preloader {
	background-color: #ffffff;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 5000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#preloader .circle {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75px;
	flex: 0 0 75px;
	max-width: 75px;
	width: 75px;
	height: 75px;
	text-align: center;
	line-height: 65px;
	border-bottom: 6px double;
	border-color: rgba(172, 138, 116, 0.1);
	animation: spin 4s infinite linear;
}

@-webkit-keyframes spin {
	0% {
		border-color: rgba(172, 138, 116, 0.1);
	}

	50% {
		border-color: #13bfb1;
	}

	100% {
		border-color: rgba(172, 138, 116, 0.1);
	}
}

@keyframes spin {
	0% {
		border-color: rgba(172, 138, 116, 0.1);
	}

	50% {
		border-color: #13bfb1;
	}

	100% {
		border-color: rgba(172, 138, 116, 0.1);
	}
}

/**********************************/
/********* SECTION HEADING ********/
/**********************************/

.section-heading {
	position: relative;
	z-index: 1;
	max-width: 800px;
	margin-bottom: 40px;
	font-family: "Poppins", sans-serif;
}

.section-heading img {
	margin-bottom: 15px;
}

.section-heading h3 {
	font-size: 36px;
	margin-bottom: 10px;
	font-weight: 500;
}

@media only screen and (max-width: 767px) {
	.section-heading h3 {
		font-size: 24px;
	}
}

.section-heading p {
	margin-bottom: 0;
	font-size: 16px;
	color: #a6a6a6;
}

.section-heading.text-left {
	text-align: left !important;
}

.section-heading.white h3 {
	color: #ffffff;
}

/**********************************/
/********** MISCELLANEOUS *********/
/**********************************/

.bg-img {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.bg-white {
	background-color: #ffffff !important;
}

.bg-dark {
	background-color: #000000 !important;
}

.bg-transparent {
	background-color: transparent !important;
}

.font-bold {
	font-weight: 700;
}

.font-light {
	font-weight: 300;
}

.font-purple {
	color: #280137 !important;
}

.bg-purple::after {
	background-color: #c4b2c8 !important;
}

.blink_me {
	animation: blinker 1s linear infinite;
}

@keyframes blinker {
	50% {
		opacity: 0;
	}
}

.bg-overlay,
.foo-bg-overlay {
	position: relative;
	z-index: 2;
	background-position: center center;
	background-size: cover;
}

.bg-overlay::after,
.foo-bg-overlay::after {
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
}

.foo-bg-overlay::after {
	background-color: #15877e;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #ffffff;
	right: 0;
	padding-right: 0;
	width: 30px;
	height: 30px;
	background-color: #13bfb1;
	line-height: 30px;
	text-align: center;
	position: absolute;
	top: 0;
	right: -30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.mfp-image-holder .mfp-close,
	.mfp-iframe-holder .mfp-close {
		right: 0;
	}
}

@media only screen and (max-width: 767px) {
	.mfp-image-holder .mfp-close,
	.mfp-iframe-holder .mfp-close {
		right: 0;
	}
}

input:focus,
textarea:focus {
	outline: none;
	box-shadow: none;
	border-color: transparent;
}

/**********************************/
/********* COUNTER CSS   **********/
/**********************************/
.counter_area {
	background: #00a484;
	padding: 50px 0 50px 0;
}

.counter_area .single_counter {
	margin-bottom: 30px;
}

.counter_area .single_counter h3 {
	margin-bottom: 18px;
}

.counter_area .single_counter h3 span {
	font-size: 50px;
	color: #2c2c2c;
	font-weight: 400;
}

.counter_area .single_counter span {
	font-size: 16px;
	color: #ffd351;
	font-weight: bolder;
}

/**********************************/
/*********** ACCORDION   **********/
/**********************************/
.accordion {
	background-color: #13bfb1;
	color: white;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
	margin: 5px;
}

.active,
.accordion:hover {
	background-color: #ffd351;
	color: black;
}

.accordion:after {
	content: "\002B";
	color: #ffd351;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}

.active:after {
	content: "\2212";
	color: #13bfb1;
}

.panel {
	padding: 0 18px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

/**********************************/
/*********** SCROLL UP   **********/
/**********************************/

#scrollUp {
	background-color: #13bfb1;
	border-radius: 0;
	bottom: 60px;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
	color: #ffffff;
	font-size: 24px;
	height: 40px;
	line-height: 38px;
	right: 60px;
	text-align: center;
	width: 40px;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
}

#scrollUp:hover {
	background-color: #ffd351;
}

@media only screen and (max-width: 767px) {
	#scrollUp {
		bottom: 30px;
		right: 30px;
	}
}

.classy-nav-container {
	box-shadow: 0px 0px 15px 1px #999;
}

/**********************************/
/***********  BUTTON CSS **********/
/**********************************/

.faith-btn {
	display: inline-block;
	min-width: 150px;
	background-color: #ffd351;
	color: #ffffff;
	/* border: solid 1px #ffd351; */
	border-radius: 0;
	padding: 10px 40px;
	font-size: 14px;
	margin-bottom: 20px;
	-webkit-transition: all 500ms;
	transition: all 500ms;
	font-weight: 400;
	text-transform: capitalize;
}

.faith-btn.active,
.faith-btn:hover,
.faith-btn:focus {
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
	background-color: #ffd351;
}

.faith-btn.active:hover,
.faith-btn.active:focus {
	color: #ffffff;
	background-color: #13bfb1;
}

.faith-btn.btn-2 {
	border: 2px solid #15877e;
	color: #15877e;
	background-color: transparent;
	line-height: 56px;
}

.faith-btn.btn-2:hover,
.faith-btn.btn-2:focus {
	border: 2px solid #13bfb1;
	background-color: #13bfb1;
	color: #ffffff;
}

.faith-btn.btn-3 {
	border: 2px solid #13bfb1;
	color: #13bfb1;
	background-color: transparent;
	line-height: 56px;
}

.faith-btn.btn-3:hover,
.faith-btn.btn-3:focus {
	border: 2px solid #15877e;
	background-color: #15877e;
	color: #ffffff;
}

/**********************************/
/*****4.0 SEARCH WRAPPER CSS ******/
/**********************************/

.search-wrapper {
	position: fixed;
	width: 570px;
	height: 100%;
	z-index: 1500;
	top: 0;
	right: -600px;
	background-color: #15877e;
	padding: 0 60px;
	box-shadow: 0 0 20px 20px rgba(255, 255, 255, 0.2);
	-webkit-transition: 1000ms;
	transition: 1000ms;
}

@media only screen and (max-width: 767px) {
	.search-wrapper {
		width: 320px;
		right: -350px;
		padding: 0 20px;
	}
}

.search-wrapper .close--icon {
	width: 40px;
	height: 40px;
	position: absolute;
	z-index: 100;
	top: 0;
	right: 0;
	background-color: #13bfb1;
	color: #ffffff;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	font-size: 18px;
}

.search-wrapper .search-logo {
	position: absolute;
	top: 50px;
	width: 100%;
	text-align: center;
	z-index: 10;
}

.search-wrapper .search-form {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	width: 100%;
}

.search-wrapper .search-form form {
	position: relative;
	z-index: 1;
}

.search-wrapper .search-form input {
	width: 100%;
	height: 50px;
	background-color: #13bfb1;
	border: none;
	border-radius: 30px;
	padding: 0 30px;
}

.search-wrapper .search-form button {
	position: absolute;
	width: 80px;
	height: 50px;
	background-color: #13bfb1;
	color: #ffffff;
	top: 0;
	right: 0;
	border: none;
	border-radius: 30px;
	cursor: pointer;
	outline: none;
}

.search-wrapper .copywrite-text {
	position: absolute;
	bottom: 50px;
	z-index: 10;
	width: 100%;
	text-align: center;
}

.search-wrapper .copywrite-text p {
	margin-bottom: 0;
	color: #ffffff;
	font-size: 14px;
}

.search-wrapper .copywrite-text p a {
	font-size: 14px;
	color: #13bfb1;
}

.search-wrapper.on {
	right: 0;
}

/**********************************/
/*****  SECTION TITLE CSS  *********/
/**********************************/
.title {
	position: relative;
	align-items: center;
	margin: 50px 0px;
	font-family: "Poppins", sans-serif;
}

.title h1 {
	color: #00a484;
	font-size: 27px;
	text-align: center;
}

.title h2 {
	color: #3f3e3f;
	font-size: 39px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bolder;
	padding-top: 20px;
}

.title .subtitle {
	color: black;
	font-size: 25px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bolder;
	border-bottom: 4px solid #ffd351;
}

.title-page {
	position: relative;
	font-family: "Poppins", sans-serif;
	text-transform: uppercase;
	line-height: 1.3;
	font-weight: 900;
	text-align: center;
	font-size: 45px;
	margin: 5px;
	padding: 10px 0px;
	color: #00a484;
}

/**********************************/
/***** 5.0 HEADER AREA CSS ********/
/**********************************/

.header-area {
	position: relative;
	z-index: 100;
	width: 100%;
}

.header-area .top-header {
	width: 100%;
	height: 60px;
	/* background-color: #15877e; */
	background-color: #ffd351;
}

.header-area .top-header .search-btn {
	width: 50px;
	text-align: center;
	display: inline-block;
	height: 80px;
	line-height: 80px;
	cursor: pointer;
	-webkit-transition: all 500ms;
	transition: all 500ms;
}

.header-area .top-header .search-btn:hover {
	color: #ffffff;
	background-color: #7e3f98;
}

.header-area .top-header .donate-btn a {
	text-align: center;
	width: 160px;
	display: inline-block;
	padding: 10px 15px;
	line-height: 80px;
	color: #ffffff;
	/* background-color: #13bfb1; */
	background-color: red;
	font-weight: bold;
}

.header-area .top-header .donate-btn a:hover {
	color: #ffffff;
	background-color: #7e3f98;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-area .top-header .donate-btn a {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.header-area .top-header .donate-btn a {
		width: 100%;
		line-height: 19px;
	}
}

.header-area .faith-main-menu {
	position: relative;
	width: 100%;
	z-index: 100;
	height: 80px;
	background-color: #ffffff;
}

.header-area .faith-main-menu .classy-nav-container {
	background-color: transparent;
}

.header-area .faith-main-menu .classy-navbar {
	height: 80px;
	padding: 0;
}

.header-area .faith-main-menu .classy-navbar .classynav ul li a {
	/* padding: 0 15px; */
	display: block;
	height: 80px;
	font-size: 14px;
	line-height: 80px;
	font-weight: 500;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-area .faith-main-menu .classy-navbar .classynav ul li a {
		height: 38px;
		line-height: 38px;
	}
}

@media only screen and (max-width: 767px) {
	.header-area .faith-main-menu .classy-navbar .classynav ul li a {
		height: 38px;
		line-height: 38px;
	}
}

.header-area .faith-main-menu .classy-navbar .classynav ul li a:hover,
.header-area .faith-main-menu .classy-navbar .classynav ul li a:focus {
	color: #ffffff;
	background-color: #13bfb1;
}

.header-area .faith-main-menu .classy-navbar .classynav ul li a:hover::after,
.header-area .faith-main-menu .classy-navbar .classynav ul li a:focus::after {
	color: #ffffff;
}

.header-area .faith-main-menu .classynav ul li .dropdown li a,
.header-area .faith-main-menu .classynav ul li .megamenu li a {
	font-size: 14px;
	height: 38px;
	line-height: 38px;
}

.header-area .faith-main-menu .classynav ul li .dropdown li a::after,
.header-area .faith-main-menu .classynav ul li .megamenu li a::after {
	top: 3px;
}

.header-area .faith-main-menu .classynav .search-btn {
	width: 50px;
	text-align: center;
	display: inline-block;
	height: 80px;
	line-height: 80px;
	cursor: pointer;
	-webkit-transition: all 500ms;
	transition: all 500ms;
}

.header-area .faith-main-menu .classynav .search-btn:hover {
	color: #ffffff;
	background-color: #15877e;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-area .faith-main-menu .classynav .search-btn {
		width: 100%;
		background-color: #333;
		color: #ffffff;
	}
}

@media only screen and (max-width: 767px) {
	.header-area .faith-main-menu .classynav .search-btn {
		width: 100%;
		background-color: #333;
		color: #ffffff;
	}
}

.header-area .is-sticky .faith-main-menu {
	z-index: 3000 !important;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

/**********************************/
/********* WELCOME AREA CSS *******/
/**********************************/

.hero-slides {
	position: relative;
	z-index: 1;
}

.hero-slides .single-hero-slide {
	width: 100%;
	height: 600px;
	position: relative;
	z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.hero-slides .single-hero-slide {
		height: 600px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero-slides .single-hero-slide {
		height: 600px;
	}
}

@media only screen and (max-width: 767px) {
	.hero-slides .single-hero-slide {
		height: 550px;
	}
}

.hero-slides .single-hero-slide .hero-slides-content .date {
	min-width: 100px;
	padding: 0 15px;
	height: 35px;
	line-height: 35px;
	background-color: #13bfb1;
	display: inline-block;
	color: #ffffff;
	margin-bottom: 30px;
}

.hero-slides .single-hero-slide .hero-slides-content h3 {
	font-weight: 500;
	font-size: 30px;
	color: #ffffff;
}

@media only screen and (max-width: 767px) {
	.hero-slides .single-hero-slide .hero-slides-content h3 {
		font-size: 24px;
	}
}

.hero-slides .single-hero-slide .hero-slides-content h2 {
	font-size: 72px;
	font-weight: 700;
	color: #ffffff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.hero-slides .single-hero-slide .hero-slides-content h2 {
		font-size: 48px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero-slides .single-hero-slide .hero-slides-content h2 {
		font-size: 42px;
	}
}

@media only screen and (max-width: 767px) {
	.hero-slides .single-hero-slide .hero-slides-content h2 {
		font-size: 30px;
	}
}

.hero-slides .single-hero-slide .hero-slides-content p {
	color: #ffffff;
	margin-bottom: 0;
}

.hero-slides .single-hero-slide .next-event-btn {
	width: 100%;
	position: absolute;
	z-index: 10;
	top: 50px;
	right: 0;
	height: auto;
}

.hero-slides .owl-prev,
.hero-slides .owl-next {
	/* background-color: #13bfb1; */
	width: 40px;
	height: 96px;
	line-height: 95px;
	color: #ffffff;
	top: 50%;
	margin-top: -48px;
	left: 0;
	position: absolute;
	z-index: 10;
	text-align: center;
	font-size: 26px;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
}

.hero-slides .owl-prev:hover,
.hero-slides .owl-prev:focus,
.hero-slides .owl-next:hover,
.hero-slides .owl-next:focus {
	/* background-color: #15877e; */
	color: #13bfb1;
}

@media only screen and (max-width: 767px) {
	.hero-slides .owl-prev,
	.hero-slides .owl-next {
		opacity: 0;
		visibility: hidden;
	}
}

.hero-slides .owl-next {
	left: auto;
	right: 0;
}

.hero-slides .owl-dots {
	position: absolute;
	bottom: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
	width: 1140px;
	z-index: 10;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.hero-slides .owl-dots {
		width: 930px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero-slides .owl-dots {
		width: 700px;
	}
}

@media only screen and (max-width: 767px) {
	.hero-slides .owl-dots {
		width: 300px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.hero-slides .owl-dots {
		width: 440px;
	}
}

.hero-slides .owl-dots .owl-dot {
	color: #ffffff;
	font-size: 14px;
	margin: 0 2px;
}

.hero-slides .owl-dots .owl-dot.active {
	color: #13bfb1;
	background-color: #00000000;
}

@media only screen and (max-width: 767px) {
	.hero-slides:hover .owl-prev,
	.hero-slides:hover .owl-next {
		opacity: 1;
		visibility: visible;
	}
}

/**********************************/
/**********  ABOUT CSS    *********/
/**********************************/
.about {
	/* min-height: 650px; */
	display: inline-block;
	width: 100%;
	background-color: #00a484;
	color: white;
}

.about .bg-about {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	padding: 0;
	margin: 0;
	min-height: 450px;
	width: 100%;
	height: 100%;
	float: left;
}

.about h1 {
	font-size: 35px;
	font-weight: bolder;
	color: white;
	text-align: center;
	padding: 30px 20px 0px 20px;
}

.about .mission {
	background-color: #00a484;
	height: 100%;
	padding-bottom: 20px;
}

.about .mission:hover {
	background-color: #00a4836f;
}

.about .founder {
	background-color: #ffd351;
	height: 100%;
}

.about .founder:hover {
	background-color: #ffd45180;
}

.about .people {
	background-color: #7e3f98;
	height: 100%;
}

.about .people:hover {
	background-color: #7d3f9882;
}

.about h2 {
	font-size: 15px;
	color: white;
	text-align: center;
	padding: 0px 20px 30px 20px;
}

.about h3 {
	color: #00a484;
	font-size: 27px;
	text-align: center;
}

.about h4 {
	color: #3f3e3f;
	font-size: 39px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bolder;
	padding-top: 20px;
}

.about p {
	color: #000000;
}

.about .scontainer {
	max-width: 600px;
}

.about .subtitle {
	position: relative;
	margin: 10px 0px;
	max-width: 800px;
}

.about .subtitle h1 {
	font-size: 35px;
	color: black;
	font-weight: bold;
	text-decoration: underline 5px #7e3f98;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 10px 0px;
}

.about .gabenor {
	position: relative;
	z-index: 1;
	margin: 10px 0px;
}

.about .gabenor img {
	border-bottom: 5px solid #7e3f98;
	/* height: 404px;
	width: 332px; */
}

/* .about .executive img{
	height: 404px;
	width: 332px;
} */
.about .gabenor .gabenor-content {
	text-align: center;
	padding: 10px 0px 0;
}

.about .gabenor .gabenor-content h5 {
	font-size: 18px;
	color: black;
	margin-bottom: 5px;
}

.about .gabenor .gabenor-content h6 {
	font-size: 14px;
	color: #8f8f8f;
	margin-bottom: 35px;
}

@media only screen and (max-width: 400px) {
	.about .gabenor {
		margin: 0px;
	}

	.about .gabenor .gabenor-content {
		padding: 20px 0px 0;
	}

	.about .gabenor .gabenor-content h5 {
		font-size: 15px;
	}

	.about .gabenor .gabenor-content h6 {
		font-size: 12px;
	}
}

/**********************************/
/********** BANNER  CSS    ********/
/**********************************/
.banner {
	position: relative;
	height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/* margin-top: -115px; */
	/* z-index: 1; */
	text-align: center;
	font-size: 90px;
	color: white;
	font-weight: 900;
}

.banner .word {
	position: relative;
	font-size: 90px;
	color: white;
	font-weight: 900;
	/* top: 80px; */
}

.banner .word h1 {
	font-size: 80px;
	color: white;
	font-weight: 900;
	margin: 0;
}

.banner .word p {
	font-size: 25px;
}

.research {
	position: relative;
}

.research .bword {
	padding: 20px;
}

.research .bword p {
	color: white;
	font-size: 20px;
}

.research h1 {
	color: white;
	font-weight: bolder;
	font-size: 85px;
	text-align: center;
}

/**********************************/
/*********** INTEGRITY ************/
/**********************************/
.integrity {
	position: relative;
	text-align: justify;
}

.integrity .button {
	background-color: #ffd351;
	padding: 10px 20px;
	border-radius: 10px;
	width: 100%;
}

.integrity .button:hover {
	background-color: #00a484;
}

.integrity a:hover {
	color: #ffd351;
}

/**********************************/
/************** FAQ   *************/
/**********************************/
.faq {
	display: inline-block;
	width: 100%;
	margin: 20px 0px;
}

/**********************************/
/********* PROJECT CSS   **********/
/**********************************/
.project {
	position: relative;
	width: 100%;
	margin: 20px 0;
	/* background-color: #fafafa; */
	margin: 30px 0px;
}

.project img {
	/* height: 250px !important; */
}

.project .subproject .subimage {
	height: 250px;
	background-size: cover;
}

.subimage img {
	height: 250px;
}

.project .subproject {
	position: relative;
	z-index: 1;
	background-color: #ffd351;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	height: 700px;
	/* color: white; */
}

.project .subcontent {
	position: relative;
	z-index: 1;
	text-align: center;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	padding: 20px 30px 50px;
	border-bottom: 2px solid transparent;
	border-right: 2px solid transparent;
	border-left: 2px solid transparent;
}

.project .subcontent h6 {
	font-size: 25px;
	font-weight: bolder;
	height: 90px;
}

.project .subproject1 {
	position: relative;
	z-index: 1;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
}

.project .subcontent1 {
	position: relative;
	z-index: 1;
	text-align: center;
	/* -webkit-transition-duration: 500ms;
	transition-duration: 500ms; */
	/* padding: 50px 30px 110px; */
	border-bottom: 2px solid transparent;
	border-right: 2px solid transparent;
	border-left: 2px solid transparent;
}

.project .subcontent1 h6 {
	padding: 10px;
	font-size: 25px;
}

@media only screen and (max-width: 600px) {
	.project .subproject {
		height: auto;
	}
}

.box {
	font-family: "Raleway", sans-serif;
	text-align: center;
	overflow: hidden;
	position: relative;
}

.box:before {
	content: "";
	background: #00a484;
	height: 150%;
	bottom: -145%;
	position: absolute;
	left: 0;
	right: 0;
	transition: all 0.5s ease;
}

.box:hover:before {
	bottom: 95%;
}

.box img {
	width: 100%;
	height: 230px;
	transition: all 0.45s ease;
}

.box:hover img {
	opacity: 0.2;
}

.box .box-content {
	color: #00a484;
	width: 100%;
	padding: 0 20px;
	opacity: 0;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transition: all 0.45s ease;
}

.box:hover .box-content {
	opacity: 1;
	transition-delay: 0.4s;
}

.box .title {
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: capitalize;
	margin: 0 0 3px 0;
}

.box .post {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 10px;
	display: inline-block;
}

.box .icon {
	padding: 0;
	margin: 0;
	list-style: none;
}

.box .icon li {
	display: inline-block;
	margin: 0 3px;
}

.box .icon li a {
	color: #fff;
	background: #00a484;
	font-size: 16px;
	line-height: 33px;
	width: 33px;
	height: 33px;
	display: block;
	transition: all 0.3s ease 0s;
}

.box .icon li a:hover {
	border-radius: 50%;
	animation: animate-hover 0.5s;
}

@keyframes animate-hover {
	0% {
		box-shadow: 0 0 0 10px #00a484;
	}

	50% {
		box-shadow: 0 0 0 5px #00a484;
	}

	100% {
		box-shadow: 0 0 0 0 #00a484;
	}
}

@media only screen and (max-width: 990px) {
	.box {
		margin: 0 0 30px;
	}
}

.project .sbox {
	background-color: white;
	width: fit-content;
	padding: 10px;
	border-bottom: 5px solid #ffd351;
}

.project .sbox h1 {
	font-size: 60px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.project h2 {
	color: #00a484;
	font-weight: 900;
	font-size: 30px;
	text-transform: uppercase;
	padding: 10px 0px;
}

.title-page h1 {
	color: #00a484;
	font-weight: 900;
	font-size: 30px;
	text-transform: uppercase;
	padding: 10px 0px;
}

@media only screen and (max-width: 600px) {
	.project .sbox h1 {
		font-size: 30px;
		text-align: center;
	}
}

/**********************************/
/*******GET INVOLVED CSS    *********/
/**********************************/
.getinvolve {
	/* min-height: 650px; */
	display: inline-block;
	width: 100%;
	margin: 30px 0px 0px 0px;
	background-color: #7e3f98;
	position: relative;
}

.getinvolve .bg-getinvolve {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	padding: 0;
	margin: 0;
	min-height: 450px;
	width: 100%;
	height: 100%;
	float: right;
}

.getinvolve .emergency {
	background-color: #00a484;
	height: 100%;
}

.getinvolve .education {
	background-color: #ffd351;
	height: 100%;
}

.getinvolve .food {
	background-color: #7e3f98;
	height: 100%;
}

.getinvolve h1 {
	font-size: 35px;
	font-weight: bolder;
	color: white;
	text-align: center;
	padding: 50px;
}

.getinvolve h2 {
	font-size: 15px;
	color: white;
	text-align: center;
	padding: 0px 20px 30px 20px;
}

.getinvolve .ebutton {
	position: relative;
}

.support {
	padding: 20px;
	background-color: #f4f4f470;
}

.support img {
	height: 250px !important;
	width: 100%;
}

/**********************************/
/*******DONATION CSS    *********/
/**********************************/
.donations {
	/* min-height: 650px; */
	display: inline-block;
	width: 100%;
	margin: 30px 0px;
	/* background-color: #fafafa; */
}

.donations .bg-donations {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	padding: 0;
	margin: 0;
	min-height: 200px;
	width: 100%;
	height: 100%;
	float: left;
}

.donations h1 {
	font-size: 27px;
	font-weight: bolder;
	text-transform: uppercase;
	padding: 10px 0px 5px 0px;
	color: #00a484;
}

.donations h2 {
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
}

/**********************************/
/*******CALL TO ACTION CSS*********/
/**********************************/

.faith-cta-area {
	position: relative;
	z-index: 1;
	padding: 25px 0;
	background-color: #15877e;
}

@media only screen and (max-width: 767px) {
	.faith-cta-area .cta-text {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.faith-cta-area .cta-text h5 {
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 0;
	font-size: 22px;
}

@media only screen and (max-width: 767px) {
	.faith-cta-area .cta-text h5 {
		margin-bottom: 30px;
	}
}

.faith-cta-area .faith-btn:hover,
.faith-cta-area .faith-btn:focus {
	box-shadow: 0 5px 40px rgba(255, 255, 255, 0.2);
}

.faith-cta-area.style-2 {
	background-color: #13bfb1;
}

.faith-cta-area.style-2 .faith-btn:hover,
.faith-cta-area.style-2 .faith-btn:focus {
	box-shadow: 0 5px 40px rgba(0, 0, 0, 0.2);
}

/**********************************/
/*********** ABOUT US CSS **********/
/**********************************/

.faith-about-area {
	position: relative;
	z-index: 1;
}

.faith-about-area .about-content {
	text-align: center;
	border-bottom: 2px solid #e8e8e8;
	padding-bottom: 100px;
}

.faith-about-area .about-content img {
	margin-bottom: 15px;
}

.faith-about-area .about-content h2 {
	font-size: 36px;
	margin-bottom: 30px;
	font-style: italic;
	font-weight: 500;
}

@media only screen and (max-width: 767px) {
	.faith-about-area .about-content h2 {
		font-size: 24px;
	}
}

.faith-about-area .about-content h6 {
	color: #5a5a5a;
	font-weight: 500;
	line-height: 2;
	margin-bottom: 0;
}

/**********************************/
/******UPCOMING AREA CSS **********/
/**********************************/

.upcoming-events {
	position: relative;
	z-index: 1;
}

.upcoming-events .headline {
	margin-bottom: 80px;
}

.upcoming-events .headline h5 {
	font-size: 18px;
	margin-bottom: 0;
}

.single-upcoming-events {
	position: relative;
	z-index: 1;
	background-color: #eff4f6;
	margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
	.single-upcoming-events {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.single-upcoming-events .event-date-thumbnail {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 214px;
	flex: 0 0 214px;
	max-width: 214px;
	width: 214px;
	background-color: #13bfb1;
}

@media only screen and (max-width: 767px) {
	.single-upcoming-events .event-date-thumbnail {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}
}

.single-upcoming-events .event-date-thumbnail .event-date {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 107px;
	flex: 0 0 107px;
	max-width: 107px;
	width: 107px;
	height: 107px;
	text-align: center;
	padding: 18px 0;
}

@media only screen and (max-width: 767px) {
	.single-upcoming-events .event-date-thumbnail .event-date {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		width: 50%;
	}
}

.single-upcoming-events .event-date-thumbnail .event-date h6 {
	color: #ffffff;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.7;
}

.single-upcoming-events .event-date-thumbnail .event-thumbnail {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 107px;
	flex: 0 0 107px;
	max-width: 107px;
	width: 107px;
	height: 107px;
}

@media only screen and (max-width: 767px) {
	.single-upcoming-events .event-date-thumbnail .event-thumbnail {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		width: 50%;
		height: 107px;
	}
}

.single-upcoming-events .events-content {
	padding: 15px 20px;
}

.single-upcoming-events .events-content a {
	display: block;
}

.single-upcoming-events .events-content a h6 {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
}

.single-upcoming-events .events-content a h6:hover,
.single-upcoming-events .events-content a h6:focus {
	color: #13bfb1;
}

.single-upcoming-events .events-content p {
	margin-bottom: 0;
	font-size: 13px;
}

.single-upcoming-events:hover .event-date-thumbnail,
.single-upcoming-events:focus .event-date-thumbnail {
	background-color: #15877e;
}

/**********************************/
/********LATEST SERMON AREA *******/
/**********************************/

.latest-sermons {
	position: relative;
	z-index: 1;
}

.latest-sermons .headline {
	margin-bottom: 80px;
}

.latest-sermons .headline h5 {
	font-size: 18px;
	margin-bottom: 0;
}

.single-sermons {
	position: relative;
	z-index: 1;
	margin-bottom: 15px;
}

.single-sermons:last-of-type {
	margin-bottom: 0;
}

.single-sermons .sermons-content {
	background-color: #eff4f6;
}

@media only screen and (max-width: 767px) {
	.single-sermons .sermons-content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.single-sermons .sermons-content .sermons-thumbnail {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 195px;
	flex: 0 0 195px;
	max-width: 195px;
	width: 195px;
	height: 137px;
}

@media only screen and (max-width: 767px) {
	.single-sermons .sermons-content .sermons-thumbnail {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}
}

.single-sermons .sermons-content .sermons-text {
	padding: 15px 30px;
}

.single-sermons .sermons-content .sermons-text h6 {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	font-size: 16px;
}

.single-sermons .sermons-content .sermons-text h6:hover,
.single-sermons .sermons-content .sermons-text h6:focus {
	color: #13bfb1;
}

.single-sermons .sermons-content .sermons-text p {
	font-size: 13px;
	margin-bottom: 0;
}

.single-sermons .sermons-content .sermons-text p:last-child {
	color: #13bfb1;
}

.single-sermons .sermons-audio-player .audioplayer {
	margin: 0;
	padding: 0;
	height: 40px;
	border: none;
	border-radius: 0;
}

.single-sermons .sermons-audio-player .audioplayer-playpause {
	width: 20px;
	height: auto;
	border-radius: 0;
}

.single-sermons
	.sermons-audio-player
	.audioplayer:not(.audioplayer-playing)
	.audioplayer-playpause
	a {
	border-left: 12px solid #13bfb1;
}

.single-sermons .sermons-audio-player .audioplayer-bar-played,
.single-sermons .sermons-audio-player .audioplayer-volume-adjust div div {
	background: #333333;
}

.single-sermons .sermons-audio-player .audioplayer-bar-played::after {
	display: none;
}

.single-sermons .sermons-audio-player .see-more-btn {
	text-align: right;
	width: 95px;
}

.single-sermons .sermons-audio-player .see-more-btn a {
	display: inline-block;
	font-size: 11px;
	color: #13bfb1;
	border-bottom: 1px solid #13bfb1;
}

.single-sermons .sermons-audio-player .see-more-btn a:hover,
.single-sermons .sermons-audio-player .see-more-btn a:focus {
	color: #15877e;
	border-bottom: 1px solid #15877e;
}

.single-sermons.style-2 .sermons-content {
	position: relative;
	z-index: 1;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
}

.single-sermons.style-2 .sermons-content .sermons-thumbnail {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	width: 100%;
	height: 323px;
}

.single-sermons.style-2 .sermons-content .sermons-text {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	padding: 40px 50px;
	border-bottom: 2px solid transparent;
	border-right: 2px solid transparent;
	border-left: 2px solid transparent;
}

.single-sermons.style-2 .sermons-content .sermons-text p.date {
	color: #13bfb1;
}

.single-sermons.style-2 .sermons-content .sermons-text p:last-child {
	font-size: 14px;
	font-weight: 500;
	margin-top: 45px;
	margin-bottom: 0;
	color: #5a5a5a;
}

.single-sermons.style-2 .sermons-audio-player {
	padding: 20px 0;
}

.single-sermons.style-2:hover .sermons-content .sermons-text,
.single-sermons.style-2:focus .sermons-content .sermons-text {
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
	border-bottom: 2px solid #13bfb1;
	border-right: 2px solid #13bfb1;
	border-left: 2px solid #13bfb1;
}

.single-sermons.style-3 {
	margin-bottom: 0;
}

.single-sermons.style-3 .sermons-content {
	position: relative;
	z-index: 1;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.single-sermons.style-3 .sermons-content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.single-sermons.style-3 .sermons-content .sermons-thumbnail {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	width: 50%;
	height: 550px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.single-sermons.style-3 .sermons-content .sermons-thumbnail {
		height: 600px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.single-sermons.style-3 .sermons-content .sermons-thumbnail {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.single-sermons.style-3 .sermons-content .sermons-thumbnail {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
		height: 300px;
	}
}

.single-sermons.style-3 .sermons-content .sermons-text {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	padding: 90px 5%;
	box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
	.single-sermons.style-3 .sermons-content .sermons-text {
		padding: 90px 15px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}
}

.single-sermons.style-3 .sermons-content .sermons-text p.date {
	color: #13bfb1;
}

.single-sermons.style-3 .sermons-content .sermons-text p.text {
	font-size: 14px;
	font-weight: 500;
	margin-top: 45px;
	margin-bottom: 0;
	color: #5a5a5a;
}

.single-sermons.style-3
	.sermons-content
	.sermons-text
	.sermons-audio-player
	.audioplayer {
	background: transparent;
}

/**********************************/
/******* DONATE AREA CSS **********/
/**********************************/

.donate-slides {
	position: relative;
	z-index: 1;
}

.donate-slides .owl-prev,
.donate-slides .owl-next {
	background-color: #13bfb1;
	width: 40px;
	height: 96px;
	line-height: 95px;
	color: #ffffff;
	top: 50%;
	margin-top: -48px;
	left: -20px;
	position: absolute;
	z-index: 10;
	text-align: center;
	font-size: 26px;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
}

@media only screen and (max-width: 767px) {
	.donate-slides .owl-prev,
	.donate-slides .owl-next {
		left: 0;
	}
}

.donate-slides .owl-prev:hover,
.donate-slides .owl-prev:focus,
.donate-slides .owl-next:hover,
.donate-slides .owl-next:focus {
	background-color: #15877e;
	color: #13bfb1;
}

.donate-slides .owl-next {
	left: auto;
	right: -20px;
}

@media only screen and (max-width: 767px) {
	.donate-slides .owl-next {
		right: 0;
	}
}

.single-donate-slide {
	position: relative;
	z-index: 1;
	border: 2px solid #13bfb1;
}

.single-donate-slide::after {
	width: 100%;
	z-index: 1;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.6);
	content: "";
	position: absolute;
}

.single-donate-slide img {
	width: 100%;
	height: 400px;
	height: 800px;
	object-fit: cover;
}

.single-donate-slide .donate-content {
	position: absolute;
	top: 70px;
	width: 100%;
	text-align: center;
	z-index: 10;
}

.single-donate-slide .donate-content h4 {
	color: #ffffff;
	margin-bottom: 30px;
	font-weight: 400;
}

.single-donate-slide .donate-content p {
	color: #ffffff;
}

.single-donate-slide .donate-btn {
	position: absolute;
	bottom: 45px;
	width: 100%;
	z-index: 30;
}

.single-donate-slide .donate-btn .faith-btn {
	border: 2px solid #13bfb1;
	line-height: 56px;
}

/**********************************/
/*********** BLOG AREA CSS ********/
/**********************************/

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.faith-blog-sidebar-area {
		margin-top: 100px;
	}
}

@media only screen and (max-width: 767px) {
	.faith-blog-sidebar-area {
		margin-top: 100px;
	}
}

.single-blog-area {
	position: relative;
	z-index: 1;
	background-color: #eff4f6;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
}

.single-blog-area .blog-thumbnail {
	position: relative;
	z-index: 1;
}

.single-blog-area .blog-thumbnail img {
	width: 100%;
}

.single-blog-area .blog-thumbnail .post-date a {
	position: absolute;
	width: 195px;
	height: 35px;
	top: 0;
	background-color: #13bfb1;
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
	line-height: 35px;
	text-align: center;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.single-blog-area .blog-thumbnail .post-date a:hover,
.single-blog-area .blog-thumbnail .post-date a:focus {
	background-color: #15877e;
}

.single-blog-area .blog-content {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	padding: 40px 25px;
	border-bottom: 2px solid transparent;
	border-right: 2px solid transparent;
	border-left: 2px solid transparent;
}

.single-blog-area .blog-content .blog-title {
	font-size: 18px;
	display: block;
	margin-bottom: 15px;
}

.single-blog-area .blog-content .blog-title:hover {
	color: #13bfb1;
}

.single-blog-area .blog-content p {
	font-weight: 500;
	margin-bottom: 30px;
}

.single-blog-area .blog-content .readmore-btn {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	color: #13bfb1;
	border-bottom: 1px solid #13bfb1;
}

.single-blog-area .blog-content .readmore-btn:hover {
	color: #15877e;
	border-bottom: 1px solid #15877e;
}

.single-blog-area:hover,
.single-blog-area:focus {
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.single-blog-area:hover .blog-content,
.single-blog-area:focus .blog-content {
	border-bottom-color: #13bfb1;
	border-right-color: #13bfb1;
	border-left-color: #13bfb1;
}

.pagination {
	position: relative;
	z-index: 1;
}

.pagination .page-item {
	border-radius: 0;
}

.pagination .page-item .page-link {
	background-color: #15877e;
	width: 34px;
	height: 34px;
	color: #ffffff;
	padding: 0;
	line-height: 34px;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	border: none;
	margin-right: 7px;
}

.pagination .page-item .page-link:hover,
.pagination .page-item .page-link:focus {
	background-color: #13bfb1;
}

.pagination .page-item:first-child .page-link {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.pagination .page-item:last-child .page-link {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	margin-right: 0;
}

.blog-widget-area {
	position: relative;
	z-index: 1;
	margin-bottom: 70px;
	display: block;
}

.blog-widget-area h5 {
	padding-left: 25px;
	background-color: #13bfb1;
	line-height: 35px;
	height: 35px;
	width: 100%;
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	display: block;
	margin-bottom: 30px;
}

.blog-widget-area ul {
	padding-left: 65px;
}

.blog-widget-area ul li a {
	margin-bottom: 20px;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	border-bottom: 1px solid transparent;
	line-height: 1;
}

.blog-widget-area ul li a:hover,
.blog-widget-area ul li a:focus {
	color: #13bfb1;
	border-bottom: 1px solid #13bfb1;
}

.blog-widget-area ul li:last-child a {
	margin-bottom: 0;
}

.single-latest-blog-post {
	position: relative;
	z-index: 1;
}

.single-latest-blog-post .latest-blog-post-thumb {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 90px;
	flex: 0 0 90px;
	max-width: 90px;
	width: 90px;
	height: 90px;
	margin-right: 25px;
}

.single-latest-blog-post .latest-blog-post-content a {
	display: block;
	margin-bottom: 5px;
}

.single-latest-blog-post .latest-blog-post-content a.post-title {
	font-size: 16px;
	font-weight: 500;
	color: #13bfb1;
}

.single-latest-blog-post .latest-blog-post-content a.post-title:hover {
	color: #15877e;
}

.single-latest-blog-post .latest-blog-post-content a.post-date {
	font-size: 12px;
}

/**********************************/
/*********** FOOTER CSS **********/
/**********************************/

footer {
	background-color: #15877e;
}

.main-footer-area {
	position: relative;
	z-index: 1;
	padding: 50px 0px 0px 0px;
}

.main-footer-area .footer-widget .widget-title {
	margin-bottom: 45px;
	margin-bottom: 15px;
}

.main-footer-area .footer-widget .widget-title h6 {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 0;
	color: #ffffff;
	margin-top: 8px;
	text-transform: capitalize;
}

.main-footer-area .footer-widget p {
	color: #c9c9c9;
	line-height: 2;
}

.main-footer-area .footer-widget .footer-social-info {
	margin-top: 55px;
	display: block;
	margin-bottom: 55px;
}

@media only screen and (max-width: 767px) {
	.main-footer-area .footer-widget .footer-social-info {
		margin-bottom: 50px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.main-footer-area .footer-widget .footer-social-info {
		margin-bottom: 280px;
	}
}

.main-footer-area .footer-widget .footer-social-info a {
	display: inline-block;
	color: #ffd351;
	margin-right: 25px;
	font-size: 15px;
}

.main-footer-area .footer-widget .footer-social-info a:hover,
.main-footer-area .footer-widget .footer-social-info a:focus {
	color: #ffffff;
}

.main-footer-area .footer-widget .single-contact-area p {
	margin-bottom: 30px;
	margin-bottom: 15px;
	color: #ffd351;
	border-bottom: 1px solid #ffd351;
	display: inline-block;
}

.main-footer-area .footer-widget .single-contact-area span {
	color: #c9c9c9;
	display: block;
}

.main-footer-area .footer-widget .useful-links li {
	display: block;
}

.main-footer-area .footer-widget .useful-links li a {
	font-size: 14px;
	color: #c9c9c9;
	display: inline-block;
	/*margin-bottom: 15px;*/
	border-bottom: 1px solid transparent;
}

.main-footer-area .footer-widget .useful-links li a:hover,
.main-footer-area .footer-widget .useful-links li a:focus {
	color: #ffd351;
	border-bottom: 1px solid #ffd351;
	display: inline-block;
}

.main-footer-area .copywrite-text {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	width: 100%;
}

.main-footer-area .copywrite-text p {
	font-size: 12px;
	color: #ffffff;
}

.main-footer-area .copywrite-text p a {
	color: #13bfb1;
	font-size: 12px;
}

.main-footer-area .copywrite-text p a:hover,
.main-footer-area .copywrite-text p a:focus {
	color: #ffffff;
}

/**********************************/
/********* BREADCRUMB CSS *********/
/**********************************/
.breadcumb-area {
	position: relative;
	width: 100%;
	height: 450px;
}

.breadcumb-area::after {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.7);
	content: "";
	position: absolute;
	z-index: -5;
}

.breadcumb-area .breadcumb-text h5 {
	font-size: 22px;
	color: #ffffff;
}

@media only screen and (max-width: 767px) {
	.breadcumb-area .breadcumb-text h5 {
		font-size: 18px;
	}
}

.breadcumb-area .breadcumb-text h2 {
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 25px;
	color: #ffffff;
}

@media only screen and (max-width: 767px) {
	.breadcumb-area .breadcumb-text h2 {
		font-size: 36px;
	}
}

.breadcumb-area .breadcumb-text p {
	color: #ffffff;
	margin-bottom: 0;
}

/* :: 17.0 Contact Area CSS */

.map-area {
	position: relative;
	z-index: 2;
}

.map-area #googleMap {
	width: 100%;
	height: 680px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.map-area #googleMap {
		height: 500px;
	}
}

@media only screen and (max-width: 767px) {
	.map-area #googleMap {
		height: 350px;
	}
}

.contact-info-area {
	padding: 30px 60px;
	background-color: #eff4f6;
	margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
	.contact-info-area {
		padding: 30px 15px;
	}
}

.contact-information h5 {
	font-size: 18px;
	margin-bottom: 50px;
	font-weight: 400;
}

.contact-information .single-contact-area p {
	margin-bottom: 30px;
	color: #13bfb1;
	border-bottom: 1px solid #13bfb1;
	display: inline-block;
}

.contact-information .single-contact-area span {
	color: #5a5a5a;
	display: block;
}

.contact-form-area {
	position: relative;
	z-index: 1;
}

.contact-form-area h5 {
	font-size: 18px;
	margin-bottom: 50px;
	font-weight: 400;
}

.contact-form-area .form-control {
	height: 52px;
	width: 100%;
	background-color: #eff4f6;
	font-size: 12px;
	font-style: italic;
	margin-bottom: 15px;
	border: none;
	border-bottom: 3px solid #eff4f6;
	border-radius: 0;
	padding: 15px 30px;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	background-color: #ffffff;
}

.contact-form-area .form-control:focus {
	border-bottom: 3px solid #13bfb1;
	box-shadow: none;
}

.contact-form-area textarea.form-control {
	height: 200px;
}

/* :: 18.0 Elements Area CSS */

.elements-title {
	margin-bottom: 80px;
}

.elements-title h2 {
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
	.elements-title h2 {
		font-size: 30px;
	}
}

.single-pie-bar h6 {
	font-size: 14px;
	margin-bottom: 0;
	margin-top: 10px;
	color: #5a5a5a;
}

.single-cool-fact {
	position: relative;
	z-index: 1;
}

.single-cool-fact h3 {
	font-size: 48px;
	margin-bottom: 10px;
	font-weight: 400;
	color: #13bfb1;
}

.single-cool-fact h6 {
	font-size: 14px;
	color: #5a5a5a;
	margin-bottom: 0;
}

/* Accordians */

.single-accordion.panel {
	background-color: #ffffff;
	border: 0 solid transparent;
	border-radius: 4px;
	box-shadow: 0 0 0 transparent;
	margin-bottom: 15px;
}

.single-accordion:last-of-type {
	margin-bottom: 0;
}

.single-accordion h6 {
	margin-bottom: 0;
	text-transform: uppercase;
}

.single-accordion h6 a {
	border-radius: 0;
	background-color: #eff4f6;
	color: #15877e;
	border: 2px solid #13bfb1;
	display: block;
	margin: 0;
	padding: 20px 60px 20px 20px;
	position: relative;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 600;
}

.single-accordion h6 a span {
	font-size: 10px;
	position: absolute;
	right: 20px;
	text-align: center;
	top: 23px;
}

.single-accordion h6 a span.accor-open {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}

.single-accordion h6 a.collapsed {
	background-color: #eff4f6;
	color: #5a5a5a;
	border: 2px solid #eff4f6;
}

.single-accordion h6 a.collapsed span.accor-close {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}

.single-accordion h6 a.collapsed span.accor-open {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}

.single-accordion .accordion-content {
	border-top: 0 solid transparent;
	box-shadow: none;
}

.single-accordion .accordion-content p {
	padding: 20px 15px 5px;
	margin-bottom: 0;
}

/* Tabs CSS*/

.faith-tabs-content {
	position: relative;
	z-index: 1;
}

.faith-tabs-content .nav-tabs {
	border-bottom: none;
	margin-bottom: 50px;
}

.faith-tabs-content .nav-tabs .nav-link {
	background-color: #eff4f6;
	color: #5a5a5a;
	border: 2px solid #eff4f6;
	padding: 0 15px;
	height: 50px;
	line-height: 50px;
	margin: 0 2px;
	border-radius: 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 46px;
}

.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
	display: flex;
	flex-wrap: inherit;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.faith-tabs-content .nav-tabs .nav-link {
		padding: 0 10px;
	}
}

@media only screen and (max-width: 767px) {
	.faith-tabs-content .nav-tabs .nav-link {
		padding: 0 10px;
		margin-bottom: 5px;
	}
}

.faith-tabs-content .nav-tabs .nav-link.active {
	background-color: transparent;
	color: yellow;
	border: 2px solid #13bfb1;
}

.faith-tabs-content .tab-content h6 {
	font-size: 18px;
}

@media only screen and (max-width: 767px) {
	.faith-tabs-content .faith-tab-text {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.faith-tabs-content .faith-tab-text .tab-thumb {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 170px;
	flex: 0 0 170px;
	max-width: 170px;
	width: 170px;
	margin-right: 15px;
}

@media only screen and (max-width: 767px) {
	.faith-tabs-content .faith-tab-text .tab-thumb {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
		margin-bottom: 15px;
	}
}

.faith-tabs-content .faith-tab-text .tab-thumb img {
	width: 100%;
}

/* Single Feature Area */

.single-feature-area .title {
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
}

.single-feature-area .title img {
	margin-right: 15px;
}

.single-feature-area .title h3 {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 0;
}

/*
    code by Iatek LLC 2018 - CC 2.0 License - Attribution required
    code customized by Azmind.com
    */
@media (min-width: 768px) and (max-width: 991px) {
	/* Show 4th slide on md if col-md-4*/
	.carousel-inner
		.active.col-md-4.carousel-item
		+ .carousel-item
		+ .carousel-item
		+ .carousel-item {
		position: absolute;
		top: 0;
		right: -33.3333%;
		/*change this with javascript in the future*/
		z-index: -1;
		display: block;
		visibility: visible;
	}
}

@media (min-width: 576px) and (max-width: 768px) {
	/* Show 3rd slide on sm if col-sm-6*/
	.carousel-inner
		.active.col-sm-6.carousel-item
		+ .carousel-item
		+ .carousel-item {
		position: absolute;
		top: 0;
		right: -50%;
		/*change this with javascript in the future*/
		z-index: -1;
		display: block;
		visibility: visible;
	}
}

@media (min-width: 576px) {
	.carousel-item {
		margin-right: 0;
	}

	/* show 2 items */
	.carousel-inner .active + .carousel-item {
		display: block;
	}

	.carousel-inner
		.carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
	.carousel-inner
		.carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)
		+ .carousel-item {
		transition: none;
	}

	.carousel-inner .carousel-item-next {
		position: relative;
		transform: translate3d(0, 0, 0);
	}

	/* left or forward direction */
	.active.carousel-item-left + .carousel-item-next.carousel-item-left,
	.carousel-item-next.carousel-item-left + .carousel-item,
	.carousel-item-next.carousel-item-left + .carousel-item + .carousel-item {
		position: relative;
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}

	/* farthest right hidden item must be also positioned for animations */
	.carousel-inner .carousel-item-prev.carousel-item-right {
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		display: block;
		visibility: visible;
	}

	/* right or prev direction */
	.active.carousel-item-right + .carousel-item-prev.carousel-item-right,
	.carousel-item-prev.carousel-item-right + .carousel-item,
	.carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item {
		position: relative;
		transform: translate3d(100%, 0, 0);
		visibility: visible;
		display: block;
		visibility: visible;
	}
}

/* MD */
@media (min-width: 768px) {
	/* show 3rd of 3 item slide */
	.carousel-inner .active + .carousel-item + .carousel-item {
		display: block;
	}

	.carousel-inner
		.carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)
		+ .carousel-item
		+ .carousel-item {
		transition: none;
	}

	.carousel-inner .carousel-item-next {
		position: relative;
		transform: translate3d(0, 0, 0);
	}

	/* left or forward direction */
	.carousel-item-next.carousel-item-left
		+ .carousel-item
		+ .carousel-item
		+ .carousel-item {
		position: relative;
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}

	/* right or prev direction */
	.carousel-item-prev.carousel-item-right
		+ .carousel-item
		+ .carousel-item
		+ .carousel-item {
		position: relative;
		transform: translate3d(100%, 0, 0);
		visibility: visible;
		display: block;
		visibility: visible;
	}
}

/* LG */
@media (min-width: 991px) {
	/* show 4th item */
	.carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
		display: block;
	}

	.carousel-inner
		.carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)
		+ .carousel-item
		+ .carousel-item
		+ .carousel-item {
		transition: none;
	}

	/* Show 5th slide on lg if col-lg-3 */
	.carousel-inner
		.active.col-lg-3.carousel-item
		+ .carousel-item
		+ .carousel-item
		+ .carousel-item
		+ .carousel-item {
		position: absolute;
		top: 0;
		right: -25%;
		/*change this with javascript in the future*/
		z-index: -1;
		display: block;
		visibility: visible;
	}

	/* left or forward direction */
	.carousel-item-next.carousel-item-left
		+ .carousel-item
		+ .carousel-item
		+ .carousel-item
		+ .carousel-item {
		position: relative;
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}

	/* right or prev direction //t - previous slide direction last item animation fix */
	.carousel-item-prev.carousel-item-right
		+ .carousel-item
		+ .carousel-item
		+ .carousel-item
		+ .carousel-item {
		position: relative;
		transform: translate3d(100%, 0, 0);
		visibility: visible;
		display: block;
		visibility: visible;
	}
}

.col-carousel {
	margin: 70px 0;
}

/* owl nav */
.owl-prev span,
.owl-next span {
	/*  background-color: #13bfb1;
color: #FFF;*/

	color: #13bfb1;
}

.owl-prev span:hover,
.owl-next span:hover {
	color: #8199a3;
}

.owl-prev,
.owl-next {
	position: absolute;
	top: 0;
	height: 100%;
}

.owl-prev {
	left: 8px;
}

.owl-next {
	right: 8px;
}

/* removing blue outline from buttons */
button:focus,
button:active {
	outline: none;
}

/*# sourceMappingURL=style.css.map */

.box {
	margin-top: 40px;
	display: flex;
	position: relative;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.box.card {
	margin: 20px;
	padding: 10px;
	text-align: center;
	height: 200px;
	width: 320px;
	background: #ffff;
	border-radius: 5px;
}

/* CSS HOVER EFFECT GALLERY */

.container .card {
	max-width: 300px;
	height: 215px;
	margin: 30px 10px;
	padding: 20px 15px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
	transition: 0.3s ease-in-out;
}

.container .card:hover {
	height: 450px;
}

.container .card .imgContainer {
	position: relative;
	width: 250px;
	height: 250px;
	top: -50px;
	left: 10px;
	z-index: 1;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.container .card .imgContainer img {
	max-width: 100%;
	border-radius: 4px;
}

.container .card .content {
	position: relative;
	margin-top: -140px;
	padding: 10px 15px;
	text-align: center;
	color: #111;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transition: 0.3s ease-in-out;
}

.container .card:hover .content {
	visibility: visible;
	opacity: 1;
	margin-top: -40px;
	transition-delay: 0.3s;
}

@media (max-width: 330px) {
	.container .card .imgContainer {
		left: -2px;
	}
}

/*
---------------------------------------------
reservation
---------------------------------------------
*/

#reservation .section-heading {
	margin-bottom: 30px;
}

#reservation .section-heading h6 {
	color: #fff;
}

#reservation .section-heading h2 {
	color: #fff;
	font-weight: 700;
}

#reservation .section-heading h6:before {
	background-color: #fff;
}

#reservation p {
	color: #fff;
	margin-bottom: 65px;
}

#reservation {
	margin-top: 50px;
	padding: 120px 0px;

	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#reservation .phone,
#reservation .message {
	background-color: #fff;
	border-radius: 5px;
	text-align: center;
	padding: 0px 0px 20px 0px;
}

#reservation .phone i,
#reservation .message i {
	width: 70px;
	height: 70px;
	display: inline-block;
	text-align: center;
	line-height: 70px;
	color: #2a2a2a;
	background-color: #ffd351;
	border-radius: 50%;
	font-size: 24px;
	margin-top: -35px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#reservation .phone h4,
#reservation .message h4 {
	font-size: 20px;
	font-weight: 700;
	margin-top: 15px;
	margin-bottom: 10px;
}

#reservation .phone span a,
#reservation .message span a {
	font-size: 14px;
	color: #2a2a2a;
	transition: all 0.3s;
}

#reservation .phone span a:hover,
#reservation .message span a:hover {
	color: #fb5849;
}

#contact {
	margin-left: 30px;
	padding: 45px 30px;
	background-color: #fff;
	border-radius: 5px;
}

#contact h4 {
	text-align: center;
	font-weight: 700;
	font-size: 30px;
	color: #2a2a2a;
	margin-bottom: 30px;
}

.datepicker-days {
	padding: 30px;
	cursor: pointer;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
	color: #2a2a2a;
	font-size: 14px;
	border: 1px solid #ddd;
	background-color: #fff;
	width: 100%;
	height: 46px;
	border-radius: 5px;
	outline: none;
	padding-top: 3px;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-bottom: 15px;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
	border-color: #fb5849;
}

.contact-form button {
	margin-top: -10px;
	font-size: 13px;
	color: #2a2a2a;
	background-color: #ffd351;
	padding: 12px 25px;
	width: 100%;
	box-shadow: none;
	border: none;
	display: inline-block;
	border-radius: 3px;
	font-weight: 600;
	transition: all 0.3s;
}

.contact-form button:hover {
	opacity: 0.9;
}

.contact-form textarea {
	height: 150px;
	resize: none;
	padding: 20px;
}

.contact-form ::-webkit-input-placeholder {
	/* Edge */
	color: #2a2a2a;
}

.contact-form :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #2a2a2a;
}

.contact-form ::placeholder {
	color: #2a2a2a;
}

/* carousel */

.carousel {
	position: relative;
}

.carousel .img-fluid {
	width: 100%;
	height: 100%;
}

.carousel.pointer-event {
	touch-action: pan-y;
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.carousel-inner::after {
	display: block;
	clear: both;
	content: "";
}

.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	backface-visibility: hidden;
	transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.carousel-item {
		transition: none;
	}
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
	display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
	transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
	transform: translateX(-100%);
}

.carousel-fade .carousel-item {
	opacity: 0;
	transition-property: opacity;
	transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
	z-index: 1;
	opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
	z-index: 0;
	opacity: 0;
	transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
	.carousel-fade .active.carousel-item-left,
	.carousel-fade .active.carousel-item-right {
		transition: none;
	}
}

.carousel-control-prev,
.carousel-control-next {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: 0.5;
	transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
	.carousel-control-prev,
	.carousel-control-next {
		transition: none;
	}
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: 0.9;
}

.carousel-control-prev {
	left: 0;
}

.carousel-control-next {
	right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 15;
	display: flex;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none;
}

.carousel-indicators li {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: 0.5;
	transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
	.carousel-indicators li {
		transition: none;
	}
}

.carousel-indicators .active {
	opacity: 1;
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
}

.carousel-item {
	max-height: 600px;
}

.carousel-caption {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: left;
	background: rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.carousel-indicators {
	width: 60px;
	top: 0;
	right: calc(100% - 60px);
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.carousel-indicators li {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background-color: #00a484;
	opacity: 1;
}

.carousel-indicators .active {
	background-color: #ffc600;
}

@media (max-width: 991.98px) {
	.carousel-indicators {
		width: 45px;
		right: calc(100% - 45px);
	}

	.carousel-indicators li {
		width: 15px;
		height: 15px;
	}
}

@media (max-width: 575.98px) {
	.carousel-caption h5 {
		font-size: 14px;
		font-weight: 400;
	}

	.carousel-caption h1 {
		font-size: 25px;
		font-weight: 500 !important;
	}

	.carousel-caption .btn {
		font-weight: 400;
		padding: 5px 12px !important;
	}
}

@media (max-width: 575.98px) {
	#reservation .phone,
	#reservation .message {
		margin-bottom: 20px;
	}

	#contact {
		margin-left: 0px;
	}

	#about .left-text-content p {
		font-size: 14px;
		text-align: justify;
	}

	#about .section-heading h2 {
		font-size: 15px;
	}
}

@media (min-width: 575.98px) {
	#reservation .phone,
	#reservation .message {
		margin-bottom: 20px;
	}

	#contact {
		margin-left: 0px;
	}
}

.btn-primary {
	color: #ffffff;
	background-color: #00a484;
	border-color: #00a484;
}

.owl-carousel .owl-nav {
	position: absolute;
	width: 100%;
	height: 40px;
	top: 50%;
	left: 0;
	margin-top: -20px;
	padding: 0 45px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 1;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #23a036;
	background: #ffc600;
	border-radius: 40px;
	font-size: 22px;
	opacity: 0.1;
	transition: 0.3s;
}

.owl-carousel:hover .owl-nav .owl-prev,
.owl-carousel:hover .owl-nav .owl-next {
	opacity: 1;
}

.text-primary {
	color: #ffffff !important;
}

/* contact */
@media (min-width: 992px) {
	.contact-info .contact-info-item {
		min-height: 200px;
	}
}

.contact-form .help-block ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* hover image */
.hovereffect {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
	/* background: #00a484; */
	background: rgba(0, 0, 0, 0.7);
}

.hovereffect .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	padding: 30px 20px;
	/* background: rgba(0, 0, 0, 0.5); */
}

.hovereffect .portfolio {
	display: block;
	position: relative;
	max-width: none;
	width: calc(100% + 20px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.hovereffect:hover .portfolio {
	opacity: 0.4;
	filter: alpha(opacity=40);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.hovereffect h2 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 17px;
	overflow: hidden;
	padding: 0.5em 0;
	background-color: transparent;
}

.hovereffect h2:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	content: "";
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.hovereffect:hover h2:after {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.hovereffect a,
.hovereffect p {
	color: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	font-size: 12px;
}

.hovereffect:hover a,
.hovereffect:hover p {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.card-title {
	text-align: center;
	line-height: 5px;
	font-size: 15px;
	color: black;
}

p.text1 {
	margin-left: 100px;
	margin-right: 100px;
	padding-left: 140px;
	padding-right: 170px;
	text-align: center;
}

@media (min-width: 320px) {
	p.text1 {
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 0px;
		padding-right: 0px;
		text-align: center;
	}

	img.picture {
		margin-left: 19%;
	}
}

@media (max-width: 576px) {
	p.text1 {
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 0px;
		padding-right: 0px;
		text-align: center;
	}
}

img.picture {
	margin-left: 11%;
}

/* Style the Image Used to Trigger the Modal */
#myImg {
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
}

#myImg:hover {
	opacity: 0.7;
}

/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0, 0, 0); /* Fallback color */
	background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
	text-align: center;
	color: #ccc;
	padding: 10px 0;
	height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content,
#caption {
	animation-name: zoom;
	animation-duration: 0.6s;
}

@keyframes zoom {
	from {
		transform: scale(0);
	}
	to {
		transform: scale(1);
	}
}

/* The Close Button */
.close {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
}

.close:hover,
.close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
	.modal-content {
		width: 100%;
	}
}
