html,body {
		margin:0;
		padding:0;
		width:100%;
		height:100%;
	  }
body{
	font: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #878E99;
	display: inline-block;
	background-color: #fff;
}
/*font-svg-type-1: 'Montserrat', sans-serif;*/
.h1,.h2,.h3,.h4,.h5,.h6{
	font-svg-type-1: 'Montserrat', sans-serif;
	font-weight: 800;
}
h1,h2,h3,h4,h5,h6{
	font-svg-type-1: 'Montserrat', sans-serif;
	font-weight: 400;
}
h1{
	font-size: 3.2rem !important;
}
@media(max-width: 568px){
	h1{
		font-size: 2.4rem !important;
	}	
}
a,a:hover{
	text-decoration: none;
	color: #fff;
}

:root {
  --red: #e50101;
  --blue: #1a4bd6;
  --light-blue: #1a4bd6;
  --white: #fff;
  --off-white: #f2f2f2;
  --ash: #f9f9f9;
  --dark-ash: #bbbbbb;
  --text-ash: #878e99;
  --cream-green: #d1e1e2ba;
  --black: #000000;
}

.color-red { color: var(--red) !important; }
.color-blue { color: var(--blue) !important; }
.color-light-blue { color: var(--light-blue) !important; }
.color-white { color: var(--white) !important; }
.color-off-white { color: var(--off-white) !important; }
.color-dark-ash { color: var(--dark-ash) !important; }
.color-text-ash { color: var(--text-ash) !important; }
.color-black { color: var(--black) !important; }

.bg-color-black { background-color: var(--black) !important; }
.bg-color-blue { background-color: var(--blue) !important; }
.bg-color-red { background-color: var(--red) !important; }
.bg-color-white { background-color: var(--white) !important; }
.bg-color-ash { background-color: var(--ash) !important; }
.bg-color-dark-ash { background-color: var(--dark-ash) !important; }
.bg-color-cream-green { background-color: var(--cream-green) !important; }

.push{
	margin-top: 25px;
}
.pusher{
	margin-top: 50px;
}
.pusher-2{
	margin-top: 70px;
}
.pusher-3{
	margin-top: 100px;
}
.pusher-4{
	margin-top: 130px;
}
.cust-shadow{
	-webkit-box-shadow: 0 0.15rem 1.45rem 0 rgb(33 37 41 / 7%);
	-moz-box-shadow: 0 0.15rem 1.45rem 0 rgb(33 37 41 / 7%);
	box-shadow: 0 0.15rem 1.45rem 0 rgb(33 37 41 / 7%);
	/*box-shadow: 0 .15rem 1.75rem 0 rgba(33,37,41,.15)!important;*/
}
.cust-shadows:hover{
	box-shadow: 0 .15rem 1.75rem 0 rgba(33,37,41,.15)!important;
	/*box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);*/
}
.cust-shadow-2{
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
}
/*Button CSS*/

.btn-custom {
	position: relative;
	/*margin: auto;*/
	padding: 14px 17px;
	transition: all 0.2s ease;
	font-weight: 300;
	border-radius: 28px;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	vertical-align: middle;
	font-size: 14px;
}

.blue-btn{
	background: #1A4BD6;
	color: #fff;
}
.blue-outline{
	border: 1px solid #438dc4;
	color: #438dc4;
}
.white-outline{
	border: 1px solid #fff;
	color: #fff;
}
.white-outline:hover{
	color: #fff !important;
}
.blue-btn:hover {
	background-color: #1F56F0;
	color: #fff;	
	transition: all 0.3s ease;
}
.blue-outline a, .blue-outline a:hover{
	color: #438dc4;
}
.btn-custom i{
	transform: translateX(-5px);
	transition: all 0.6s ease;	
}
.btn-custom:hover i {
	transform: translateX(0);
}

.custom-inputs{
	background-color: #f2f2f2;
	/*color: #BFBEBF;	*/
	padding-left: 15px;
	height: 50px;
	border-radius: .3rem;
	border: 0px;	
}
.search-border-error {
	border: 2px solid #F78566;
}	/*F78566 #86379E*/
.search-border-success {
	border: 2px solid #a4f173;
}
/*form validation*/
.my-form-success{
	padding: 10px; 
	background-color: #73cd6f; 
	color:#f2f2f2;
	/*border-radius: .3rem;*/
}
.my-form-error{
	padding: 10px; 
	background-color: #fff5f5; 
	color:#f2f2f2;
	border-radius: .3rem;
}

.flex-area{
	display: flex;
	justify-content: center;
	align-items: center;
	/*text-align: center;	*/
	height: inherit;
}

.home-header{      
	/*background: url('../../images/header-bg.jpg'), linear-gradient(#015174,#5b72b2);background-blend-mode: all;*/
	/*background-image: url('../../images/home-header-bg.svg');*/
	background-color: #0A319E;
	color: #f2f2f2;
	height: 560px;
	display: flex;
	align-items: center;
	/*text-align: center;*/
	/*margin-bottom: 70px;*/
	overflow: hidden;	
}
.buttom-curve{
	position: relative;
}
.buttom-curve svg{
	width: 100%;
	margin-top: -2px;
}
.shapped-svg{
	width: 100%;
	position: absolute;
	object-fit: center;
	top: 0;
	z-index: 1;
	overflow:hidden;
}

/*featured link*/
.featured .nav-item > .nav-link {
  color: var(--dark-ash);
  font-weight: bold;
}
/*the president section*/
.the-president .brief-info {
  justify-content: center;
  align-items: center;
}
.side-particle{
	/*width: 100%;*/
	position: absolute;
	right: 0;
	bottom: 0;
	margin-bottom: 50px;
	/*margin-right: -50px;*/pr
	overflow: hidden;
}
/*upcoming event summary*/
.overlap-top {
  margin-top: -180px;
  /*width: 100%;*/
  position: relative;
  z-index: 3;
}
.overlap-bottom {
  margin-bottom: -10px;
  width: 100%;
}
.upcoming-events-section {
  background-color: var(--white);
  padding: 20px 30px 20px 30px;
} 

.upcoming-event-badge{
	color: #f2f2f2;
	background-color: #1A4BD6; 
	border-radius: 15rem;
	padding: .3em .6em .5em .6em;
	font-size: 12px;
}
.closed-event-badge{
	color: #f2f2f2;
	background-color: #878e99; 
	border-radius: 15rem;
	padding: .3em .6em .5em .6em;
	font-size: 12px;
}
.event-timing{
  color: #1A4BD6;
  font-size: 3rem;
  font-weight: bolder;
}
@media (max-width: 568px){
	.event-timing{
	  font-size: 2rem;
	}	
}
.upcoming-event-img{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 250px;
}
.upcoming-event-details{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
}
.social-links{
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 15px;
	margin-right: 15px;
}
.social-links a{
	color: #1A4BD6;
	padding: 3px;
}

.bend-svg {
	overflow: hidden;
}

.header-bg-color{
	background-color: #f9f9f9;
	margin-top: -60px;
}
/*blog hihlight css*/
@media(max-width: 768px){
	.blog-hightlight {
		margin: 1px 1px;
	}	
}
.blog-hightlight a{
	color: #878E99;
}
.blog-post-details a{
    color:#878e99;
    font-weight:bold;
}
.blog-highlight-details{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.blog-art{
    overflow: hidden;
    min-height: 250px;
    background-position:center;
}
.blog-particle{
	/*width: 100%;*/
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	margin-left: -70px;
	margin-top: -70px;
	overflow: hidden;
}
/*testimonial - servies css*/
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
#services {
  /*background: #2d2d2d;*/
  position: relative;
  padding-top: 50px;
}

.owl-item {
  float: left;
}
.services-block{
	background-color: var(--ash);
	/*border: 1px solid #efefef;*/
	padding: 15px;
	display: block;
	text-align: center;
}
.services-block span {
  position: relative;
  font-size: 13px;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
}
.services-block .separator {
  margin: 0;
  font-size: 13px;
  line-height: 22px;
}

.services-block i {
  font-size: 44px;
  color: #b8a07e;
  line-height: 44px;
}

.services-carousel .owl-stage-outer {
  overflow: hidden;
}

.services-carousel .owl-dots {
  margin-top: 15px;
  text-align: center;
}

.services-carousel .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px !important;
  height: 12px !important;
  border-radius: 50%;
  border: 0;
  padding: 0 !important;
  background-color: #DDEAF8;
  cursor: pointer;
}

.services-carousel .owl-dot.active {
  background-color: #1a4bd6;
}

.owl-nav {
  display: none;
}
.testimony-svg{
	margin-top: -5px;
	overflow: hidden;
}
.testimony-svg svg{
	fill: var(--ash);
}
.testimony{
	background-color: #fff;
	/*padding-bottom: 70px;*/
}

.testifier img{
	border-radius: 10rem;
	width: 120px;
	border: 4px solid #eee;
}
.testifier .quote-sign{
	font-size: 40px;

}

/*prayer request*/
.prayer-request{
	background-image: url(../../images/prayer-bg.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 570px;
	color: var(--white);
}

/*event page css*/
.search-overlap-top{
  margin-top: -110px;
  /*width: 100%;*/
  position: relative;
  z-index: 3;  
}
@media (min-width: 1000px){
  .search-overlap-top{
    margin-top: -190px;
  }  
}
.search-holder{
  background-color: #fff;
/*box-shadow: 0 .15rem 1.75rem 0 rgba(33,37,41,.15)!important;*/
  padding: 50px;
  /*margin-top:-100px;*/
}
@media (max-width: 768px){
  .search-holder{
      padding: 20px;
      /*margin-top:-100px;*/
  } 
}
.sermon-search{
  height: 63px;
  line-height: 63px;
  border: 0;
  /*border-radius: 33px;*/
  border-radius: 0px;
  border: 1px solid #bbb; 
  width: 100%;
}
.search-button{
    background-color: #1a4bd6;
    color: #fff;
}
.input-size{
  height: 63px;
  width: 80px;
  border-radius: 0px; 
}

.overlap-bottom {
  margin-bottom: -110px;
  width: 100%;
}

/*blog page css*/
.blog-article{
    box-shadow: 0 .15rem 1.75rem 0 rgba(33,37,41,.15);
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 15px;
}
.more-article-bg{
    height: 500px;
    margin: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 .15rem 1.75rem 0 rgba(33,37,41,.15);
}
.more-article-bg .more-article-btn{
  height: 100%;
  width: 100%;  
  display: flex;
  justify-content: center;
  align-items: center;
}
.more-btn a{
  font-size: 12px;
}
.blog-article .article-img {
  height: 200px;
  margin: auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.6s ease;
  overflow: hidden;    
}
.blog-article .article-img:hover {
  transform: scale(1.2);
}
.blog-article:hover{    
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
    transition: opacity 0.15s ease-in;
}
.blog-article .article-details{
  padding: 15px;
  height: 300px;
}
.blog-article .article-details span{
  font-size: 13px;
}
.blog-article .article-details a{
  color: #878e99;
}
.card-admin {
  position: absolute;
  bottom: 15px;
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 13px;
}
.card-avatar {
  float: left;
  width: 70px;
  text-align: right;
  position: absolute;
}
.card-admin-details {
  /*line-height: 24px;*/
  white-space: normal;
  color: #34395e;
  margin-left: 80px;
  display: flex;
  height: 70px;
  flex-direction: column;
  justify-content: center;
}
/*contact page css*/
.phone {
    display: flex;
    width: 100%;
}
.phone svg {
    width: 60px;
    margin-right: 20px;
}
.phone-header{
  padding: 50px;
}
@media (max-width: 768px){
  .phone-header{
    margin-left: 2px;
    margin-right: 2px;
    padding: 20px;
  }
  .form-header{
    padding: 15px;    
  }
}






/*Footer css code begins here
/* Footer */
section .section-title {
	text-align: center;
	/*color: #fff;*/
	margin-bottom: 50px;
	text-transform: uppercase;
}
#footer {
	background-color: #0E151E;
	color: #CFC7C7;
}
#footer h5{
	padding-left: 10px;
	border-left: 3px solid #eeeeee;
	padding-bottom: 6px;
	margin-bottom: 20px;
}
#footer a {
	text-decoration: none !important;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
#footer ul.social li{
	padding: 3px 0;
}
#footer ul.social li a i {
	margin-right: 5px;
	font-size:18px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.social li:hover a i {
	color: #aaa;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.quick-links li{
	padding: 3px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.quick-links li a:hover{
	/*padding: 3px 0;*/
	/*margin-left:5px;*/
/*	font-size: 13px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;	*/
}
#footer ul.quick-links li a{
	color: #CFC7C7;
}
#footer ul.quick-links li:hover a {
	color: #fff;
	/*font-weight: 700;*/
}

@media (max-width:767px){
	#footer h5 {
	padding-left: 0;
	border-left: transparent;
	padding-bottom: 0px;
	margin-bottom: 10px;
}
}
/*page loader css*/
.pre-loader {
	background-color: #f9f9f9;
	position: fixed;
	height: 100vh;
	width: 100%;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 99999999999;
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #ccc;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #ccc transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
	transform: rotate(0deg);
  }
  100% {
	transform: rotate(360deg);
  }
}
/*back to top css*/
#back2Top {
  width: 56px;
  line-height: 56px;
  overflow: hidden;
  display: none;
  cursor: pointer;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 10px;
  background: #1a4bd6;
  color: #fff;
  text-align: center;
  font-size: 30px;
  text-decoration: none;
  box-shadow: 0 .15rem 1.75rem 0 rgba(33,37,41,.15); 
  z-index: 9;
}
#back2Top:hover {
  background-color: #1F56F0;
  color: #fff;
}
/*back to top css*/
.liveservice {
	overflow: hidden;
	cursor: pointer;
	position: fixed;
	bottom: 30px;
	left: 10px;
	background: #1a4bd6;
	color: #fff;
	display: block;
	text-align: center;
	padding: 7px;
	transition: all 0.3s ease;
	font-size: 16px; 
	letter-spacing: 0.15em; 
	text-decoration: none;
	box-shadow: 0 .15rem 1.75rem 0 rgba(33,37,41,.15); 
	z-index: 9;
}
.liveservice2 {
	overflow: hidden;
	cursor: pointer;
	position: fixed;
	bottom: 70px;
	left: 10px;
	background: #1a4bd6;
	color: #fff;
	display: block;
	text-align: center;
	padding: 7px;
	transition: all 0.3s ease;
	font-size: 16px; 
	letter-spacing: 0.15em; 
	text-decoration: none;
	box-shadow: 0 .15rem 1.75rem 0 rgba(33,37,41,.15); 
	z-index: 9;
}
.liveservice:hover, .liveservice2:hover {
  background-color: #1F56F0;
  color: #fff;
}