
/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
html {
  scroll-behavior: smooth;
}
*{
	margin:0;
	padding:0;
}
body{
font-size: 16px;
line-height: 27px;
font-family: 'Raleway';
}
header{
	background-color: rgba(0,0,0,0.1);
	width:100%;
			z-index:100;
            text-align: left;
			transition: all .2s ;
			-webkit-transition: all .2s ;
 margin: 0px;
 box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
 position: fixed;
 top: 0px;
}
header.sticky{top: 0;background:#fff;}
header.sticky .nav a{color: #222;}
.logo img{
	width: 280px;
	float: left;
	margin: 10px;
}
.logo-sticky{display: none;}
header.sticky .logo-sticky{display: block;}
header.sticky .logo-no-sticky{display:none;}
.logo i{font-style: italic;}
header .nav{
	float: right;
}	
header .nav li{display: inline-block;margin: 0px;padding: 0px;}
header .nav a{
	margin-right: 0px;
	margin-left: 30px;
	font-size: 14px;
	font-weight: 800;
	color: #fff;
	text-align: center;
	text-decoration: none;
	position: relative;
	border-bottom:2px solid rgba(0,0,0,0);
	padding: 20px 0px; 
	cursor: pointer !important;
}
header .nav .active{
	border-bottom:2px solid #fff; 
	color: #fff;
}
header .nav .active i{opacity: 1;}
header .nav a:hover{
	border-bottom:2px solid #4db8ff; 
	color: #4db8ff; 
	text-decoration: none;
	background:transparent;
}
.side-nav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  background-color: #003d66;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.side-nav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  margin-top: 10px;
  font-size: 17px;
  color: #ccc; 
  display: block;
  transition: 0.3s;
}

.side-nav a:hover {
  color: #f1f1f1;
}

.side-nav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.nav-toggle{
	font-size: 15px;
	color: #003d66;
	float: right;
	cursor: pointer;
	display: none;
}
.drop{position: relative;cursor: pointer;}
.drop-down{position: absolute;width: 250px;display: none;transition: all .4s ease-in-out;} 
.drop:hover .drop-down{display: block;}
.drop-down li{display: block;width: 100%;}
.drop-down a{
	margin: 0px !important; 
	padding: 15px 20px!important;
	padding-left: 30px !important;
	font-size: 14px;
	font-weight: 800;
	color: #fff;
	line-height: 14px !important;
	text-align: left !important;
	text-decoration: none;
	position: relative;
	display: block !important;
	width: 100%;
	border-bottom: none !important;
}
header.sticky .drop-down{background: #fff;}
/*--expand for nav toggle --*/
.expand{
	display:block;
}



/* End Navigation */
.wrap{width: 80%;margin: 0 auto;}
.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
#carousel-example-generic{height:650px;}
.carousel-indicators{opacity: 0.2;transition:.5s;}
.carousel-slider:hover .carousel-indicators{opacity: 0.5;}
.carousel-slider{width: 100%;margin: 0;padding: 5px;top: 0px;position: relative;}
.carousel-caption{top:40%;text-align:center;width: 500px;margin: 0 auto;}
.carousel-inner h3{font-size: 25px;line-height: 26px;margin-bottom: 10px;color   :#4EA7E0;}
.carousel-inner p{font-size:16px;}
.carousel li{opacity: 0.4;}
.cass1{
	width: 100%;
	height: 650px;
	background:url('../img/slide33.jpg');
	background-size: cover;
	background-position: center center;
}.cass2{
    width: 100%;
	height: 650px;
	background:url('../img/slide33.jpg');
	background-size: cover;
	background-position: center center;
}.cass3{
   	width: 100%;
	height: 650px;
	background:url('../img/slide2.jpg');
	background-size: cover;
	background-position: center center;
}.cass4{
	width: 100%;
	height: 650px;
	background:url('../img/slide3.jpg');
	background-size: cover;
	background-position: center center;
}.cass5{
	width: 100%;
	height: 650px;
	background:url('../img/slide4.jpg');
	background-size: cover;
	background-position: center center;
}
.cass-inner{
	width:100%;
	height:650px;
	background:rgba(0,0,0,0.6);
}

/* Animation delays */
.carousel-caption h3:first-child {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.carousel-caption h3:nth-child(2) {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.carousel-caption p {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	font-weight: 800;
}
.carousel-caption button {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.p-btn{
	background: rgba(0,0,0,0);
	border: 1px solid #fff;
	color: #fff;
	padding: 4px 15px;
	margin-top: 30px;
}
/*--- END SLIDE ----*/

/*--- About --*/
.about{
	width: 100%;
	padding: 50px 0px 80px 0px;
	overflow: hidden;
	text-align: center;
}
.about .wrap{width: 530px;margin: 0 auto;}
.about h1{font-size: 30px;line-height: 32px;padding-bottom: 25px;}
.about i{margin-top: 20px;margin-bottom: 3px;font-size: 37px;color: #db1750;}
.about h3{color: #db1750;font-size: 19px;}

/*--- SECTION-2 --*/

.section-2{
	width: 100%;
	overflow: hidden;
	font-size: 20px;
}
.segment{
	height: 300px;
	width: 20%;
	float: left;
	text-align: center;
	color: #f2f2f2;
	cursor: pointer;
}
.segment h1{font-weight: 600;font-size: 20px;}
.segment a{border:1px solid #fff;color: #fff;border-radius:5px;padding:7px 15px;font-size: 14px;margin-top: 15px;display: inline-block;transition: all .5s;}
.segment a:hover{background: #fff;color: #333;text-decoration: none;}
.segment i{padding-bottom: 15px;padding-top: 100px;font-size: 30px;}
.segment h2{padding-bottom: 10px;padding-top: 70px;font-weight: 600;font-size: 25px;}
.segment p{padding: 0px 10px;font-size: 15px;}

.segment-1-1{width: 100%; background: #15687f;height: 300px;overflow: hidden;transition: all .7s;}
.segment-1-2{width: 100%; height: 0px;background: #1d90af;overflow: hidden;transition: all .7s;}
.segment-1:hover .segment-1-1{margin-top: -300px;}
.segment-1:hover .segment-1-2{height: 300px;}


.segment-2-1{width: 100%; background: #22cae4;height: 300px;overflow: hidden;transition: all .7s;}
.segment-2-2{width: 100%; height: 0px;background: #16a0b6;overflow: hidden;transition: all .7s;}
.segment-2:hover .segment-2-1{margin-top: -300px;}
.segment-2:hover .segment-2-2{height: 300px;}


.segment-3-1{width: 100%; background: #23a385;height: 300px;overflow: hidden;transition: all .7s;}
.segment-3-2{width: 100%; height: 0px;background:#39b0b2;overflow: hidden;transition: all .7s;}
.segment-3:hover .segment-3-1{margin-top: -300px;}
.segment-3:hover .segment-3-2{height: 300px;}


.segment-4-1{width: 100%; background: #41c1a3;height: 300px;overflow: hidden;transition: all .7s;}
.segment-4-2{width: 100%; height: 0px;background:#359c9e;overflow: hidden;transition: all .7s;}
.segment-4:hover .segment-4-1{margin-top: -300px;}
.segment-4:hover .segment-4-2{height: 300px;}


.segment-5-1{width: 100%; background: #e5c347;height: 300px;overflow: hidden;transition: all .7s;}
.segment-5-2{width: 100%; height: 0px;background: #367496;overflow: hidden;transition: all .7s;}
.segment-5:hover .segment-5-1{margin-top: -300px;}
.segment-5:hover .segment-5-2{height: 300px;}

/*---start service tie --*/
.service{
	padding: 70px 0px;
	width: 100%;
	overflow:hidden;
	text-align: center;
	background: #f2f2f2;
}
.service h1{font-size: 25px;font-weight: 800;}
.service h2{color: #333;font-size: 14px;font-weight: 800;letter-spacing: 3px;}
.service h3{color: rgb(219, 23, 80);font-weight: 800;}
.service p{color: #666;font-size: 25px;}
.service .time{margin-top: 30px;}
/*--PARALLAX---*/

.parallax-container {
  height: auto;
  color: rgba(255,255,255,.9);
  left: -1px;
  text-align: center;
}
.parallax-inner{
  width: 100%;
  line-height: 0;
  height: auto;
}
  .parallax-container .section {
    width: 100%;
  background: rgba(20, 0, 51,0.3);
  height: auto;
  padding: 250px 0px;
  }
  .parallax-container .container{width: 600px;margin: 0 auto;}
  .parallax-container h5{
  	text-align: center;
  }
.parallax-container h1{
  font-size: 35px;line-height: 37px;
  text-align: center;
  padding-bottom: 10px;
}
.parallax-container button{
	background: transparent;
	border:1px solid rgba(255,255,255,0.7);
	border-radius: 25px;
	font-size: 14px;
	color: #fff;
	padding: 6px 15px;
	margin-top: 30px;
}

/* --- FOOTER ---*/

footer{
	width: 100%;
	padding: 50px 0px 0px 0px;
	overflow: hidden;
	margin: 0;
	background: #0d0d0d;
	color: #999;
	font-size: 14px;
}
footer li{
	display: inline-block;}
	.foot{margin-top: 40px;}
.foot-links li{width: 100%;display: block;border-bottom: 2px solid rgba(255,255,255,0.03);}
.foot-links li a{width: 100%;display: block;padding-bottom: 10px;position: relative;color: #999;text-decoration: none;}
.foot-links li a:hover{color: #22cae4;}
footer h4{
font-size: 15px;
font-weight: 600;
margin-bottom: 30px;
color:#22cae4; 
position: relative;
}
footer a{color:#999;text-decoration: none !important;font-size: 14px;}
footer a:hover{color: #22cae4;}
.faico li{margin-right: 10px;}
footer p{margin-top: 5px;}
footer p i{margin-right: 14px;width: 10px;}
.final-foot{
	width: 100%;
	padding: 50px 0px;
	margin-top: 80px;
	overflow: hidden;
	text-align: center;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,0.1);
}
/*-------------------------*/

/*--- START about PAGE ---*/
.about-page{
	width: 100%;
	overflow: hidden;
	padding: 170px 0px 20px 0px;
}
.about-page h1{
	font-weight: 800;
	font-size: 17px;
	letter-spacing: 4px;
	margin-bottom: 10px;
}
.about-page{
	width: 100%;
	overflow: hidden;
	padding: 50px 0px 20px 0px;
}
.about-page h1{
	font-weight: 800;
	font-size: 17px;
	letter-spacing: 4px;
	margin-bottom: 10px;
}
.our-mission{
	margin-top: 60px;
}
.our-mission h2{font-size: 14px;font-weight: 800;}
.our-mission .col-md-6{margin-top: 40px;}
.our-mission i{color: #005c99;font-size: 20px;margin-right: 15px;}
.page-parallax{
	width: 100%;
	height: 290px;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.page-parallax h1{font-size: 25px;padding-top: 170px;text-align: center;color: #fff;}
.inner{width: 100%;height: 100%;background: rgba(0, 41, 102,0.3);}


.our-values {
  padding: 0px 0px 50px 0px; }
  .our-values h1 {
    text-align: center;
    color: #374248;
    font-size: 29px; }
  .our-values h2 {
    color: #374248;
    font-weight: 600;
    font-size: 14px; }
  .our-values .text {
    padding-left: 50px; }
  .our-values i {
    top: 30px;
    position: relative; font-size: 30px;}
  .our-values .col-sm-6 {
    margin: 10px 0px; }
.our-origin .row{margin-bottom: 40px;border:1px solid #e6e6e6;padding: 40px 20px;}
.our-origin h2{font-weight: 600;}
.our-origin h3{padding-bottom: 20px;font-size: 15px;}
.our-origin img{
  width: 100%;
}
.general-overseer h2{font-weight: 800;text-align: center;padding-bottom: 30px;}
.general-overseer .row{margin-top: 40px;}
/*--- FAQ FOR GENERAL OVERSER */

.faq-content {
	display: inline;
	width: 100%;
	text-align: center;
	font-size: 14px;
}
.faq-content .panel-default {
	border-radius: 0;
	border-color: #fff;
	box-shadow: 0 2px 3px 0 rgba(0,0,0,0.06);
}

.faq-content .panel-default > .panel-heading {
	color: #333;
	background-color: #e6e6e6;
	border-color: #ddd;
	padding: 0;

}
.faq-content .panel-default > .panel-heading + .panel-collapse > .panel-body {
	text-align: left;
}
.faq-content .panel-title {
	text-align: left;
	font-weight: 300;
}

.faq-content .panel-title a {
	display: block;
	padding: 12px 15px;
	padding-left: 35px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	text-decoration: none;
	position: relative;
	border: none;
	font-weight: 800;
	font-size: 13px;
	color: #444;
}
.faq-content .panel-title a>span {
	position: absolute;
	left: 10px;
	top: 16px;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
}
.on{color:#1F2374;}
.title-color{
	color: #000;
}
.title-default{
	color: #1F2374;
}
.panel-body{
	margin-left: 20px;
}

/*-- END FAQ --*/
/*pastors helpline*/

.pastors-helpline{width: 500px;overflow: hidden;margin: 0 auto;margin-bottom: 60px;}
.pastors-helpline label{
	font-weight: 800;
	color: #333;
	font-size: 15px;
	display: block;
	margin-top: 15px;
	margin-bottom: 8px;
}
.pastors-helpline input{color: #333 !important;
	 border:1px solid #ccc;
	}
.pastors-helpline textarea{color: #333 !important;
	 border:1px solid #ccc;
	}


    .ministries{
    	text-align: center;
    	background: #000;
    	height: 300px;
    	width: 100%;
    	margin-top: 40px;
    }
    .ministries .inner{background: rgba(0,0,0,0.6);}
  	.ministries h3{padding-top: 150px;color: #fff;font-weight: 800;}
    .children-ministries{background: url('../img/gal6.jpg');background-size: cover;background-position: center center;}
    .youth-ministries{background: url('../img/gal7.jpg');background-size: cover;background-position: center center;}
    .women-ministries{background: url('../img/gg.jpg');background-size: cover;background-position: center center;}
    
/*--- START ministries PAGE ---*/
.ministries-page{
	padding: 40px 0px;
	width: 100%;
	overflow: hidden;
}
.ministries-page .wrap{
	width: 90%;
}
.key-top{padding: 140px 0px 0px 50px;} 
.key-top h1{font-size: 40px;text-align: center;}
.ministries-page a{text-decoration: none !important;color: #333;}
.key-ministries{
	margin: 30px 0px;
	border:1px solid #ddd;
	padding: 4px;
	border-radius: 2px;
	text-align: center;
}
.key-ministries p{font-size: 16px;padding: 10px 0px;}
/*--- START CONTACT PAGE ---*/

.contact-page{
	width: 100%;
	overflow: hidden;
	background: url('../img/contact.jpg');
	background-size: cover;
	background-position: center center;
	position: relative;
	overflow: hidden;
}
.contact-page .inner{padding-top: 160px;padding-bottom: 100px;height:auto;overflow: hidden;background: rgba(0, 41, 102,0.6);}
.contact-page form{
 width:100%;
}
.contact-page .contact{
	width: 500px;
	margin: 0 auto;
	padding: 10px 0px;
}
.contact-page h3{font-size: 40px;line-height:54px;color:#ddd;font-weight: 800;margin: 30px 0px;}
.contact-page  h2{font-size: 16px;letter-spacing: 3px;}

.contact-page form p{
	width: 100%;display: block;
	margin-bottom: 15px;
}
form{width: 100%;overflow: hidden;}
label{
	font-weight: 800;
	color: #fff;
	font-size: 15px;
	display: block;
	margin-top: 5px;
}
label::after{
    content: '*';
    color: #F00;
    padding-left: 5px;
}
.no-after::after{
	content: '';
}
 .input1{
	background:transparent;
	 width:100%;
	 height:35px;
	 font-size:14px;
	 border:1px solid #ccc;
	 border-top: none;
	 border-right: none;
	 border-left: none;
	 padding-left: 0;
	 color: #fff;
	 position: relative;
	 outline:none !important;
	 margin-top: -10px;
 }
 .input2{
	 width:100%;
	 height:100px;
	 margin-top:5px;
	 font-size: 14px;
	 padding: 5px 0px;
	 background:transparent;
	 border:1px solid #ccc;
	 border-top: none;
	 border-right: none;
	 border-left: none;
	 color:#fff;
	 outline:none !important;
 }
 .input3{
	 background:transparent;
	 padding: 10px 30px;
	 border:2px solid #fff;
	 border-radius: 4px;
	 margin-top:20px;
	 color:#fff;
	 cursor:pointer;
	 font-size:16px;
	 font-weight: 800;
	 transition: all .3s ;
	 -webkit-transition: all .3s ;
	 opacity:.7;
 }
 .input3:hover{
     opacity:1;
 	padding: 10px 40px;
 }
 .error{
	 display:block;
	 color:#ff4d4d;
	 width: 100%;
	 height: 4px;
 }

 .success{
	 display:inline-block;
	 color:#99e699;
 }
 .input-error{
 	border-bottom-color: #ff4d4d;
 }
/*-----------------*/
 	/*--Back to top scroller --*/
 .back-to-top {
    position: fixed;
    right: 30px;
    bottom: 10px;
    display: inline-block;
    z-index: 9;
    width: 40px;
    height: 40px;
    font-size: 11px;
    text-align: center;
    letter-spacing: 1px;
    background: #ED3237;
    border-radius: 3px;
    visibility: hidden;
    opacity: 0;
    padding: 5px;
    -webkit-transform: translate3d(0,50px,0);
    -moz-transform: translate3d(0,50px,0);
    transform: translate3d(0,50px,0);
    transition-duration: .3s;
	text-decoration:none;
	color:white;
}
.back-to-top a{color:white;
	text-decoration:none;}
.back-to-top{color: white;text-decoration: none;}
.back-to-top.back-to-top-is-visible {
    visibility: visible;
    opacity: .6;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7,1,.7,1);
}
.back-to-top:hover{
	opacity:1;
}
/*--back-to-top ends here --*/