
 @font-face { font-family: gadugi; src: url('gadugi.ttf'); } 
 @font-face { font-family: Venera-300; src: url('Venera-300.otf'); } 

* {
	color: #222;
	outline: none;
	text-decoration: none;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'gadugi';
}

wrapper {
	width: 100%;

}

.indi {
	font-family: 'Venera-300';
}

/* Header */

header {
	z-index: 1;
	position: fixed;
	width: 100%;
}

.menu1 {
	background: #010B5B;
	padding: 20px;
	margin-top: -8px;
}

.menu1 a {
	color: #FFF;
	margin-right: 18px;
	font-size: 18px;
	-webkit-transition: .5s;
}

.menu1 a:hover {
	color: #D14D42;
	-webkit-transition: .5s;
}

.menu1 .active {
	color: #D14D42;
	
}

.logo {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.logo img {
	width: 60%;
	margin-top: 120px;
	margin-bottom: 20px;
	
}

#top {
	background: #444;
	padding: 10px;
	margin-bottom: 10px;
}

#top p {
	color: #F9F9F9;
	margin-left: 50px;
}

.top_social {
	margin: 0 20px;
}

.top_social .fa{
	color: #FFF;
	margin: 0 10px;
	cursor: pointer;
}

.menu2_container {
	display: none;
}

.su {
	font-size: 18px;
	background: transparent;
	border: none;
	padding: 0px;
	color: #FFF;
	cursor: pointer;
	position: relative;
    display: inline-block;
}

.su:hover {
	color: #D14D42;
	-webkit-transition: .5s;
			transition: .5s;
}

.links {
	display: none;
    position: absolute;
    background-color: #F9F9F9;
    box-shadow: 0px 8px 16px 10px rgba(0,0,0,0.4);
    z-index: 1;
	width: 250px;
	height: 230px;
	padding-top: 10px;
	line-height: 2px;
	margin-left: 270px;
}

.links a {
	color: #666;
	text-align: left;
	font-size: 17px;
	display: block;
	margin: 10px;
	padding: 15px 5px;
	cursor: pointer;
	border-left: 5px solid #D14D42;
}

.links a:hover {
	background: #010B5B;
}

.top:hover .links {
    display: block;
}
/* Header Ends */

/* Container */

body {
	
	background: #F9F9F9;
	width: 100%;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}



.container {
	padding: 20px;
	box-shadow: 0px 2px 16px 10px rgba(0,0,0,0.4);
}
	
.woty_img {
	width: 50%;
	height: 50%;
}
	
.pre_info {
	display: flex;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-o-box-orient: horizontal;
	-ms-box-orient: horizontal;
		box-orient: horizontal;		
	-webkit-transition: 1s;
	padding: 0 10px;
	font-size: 40px;

}

.first:hover {
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-o-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
	
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	transform: rotate(5deg);	
	
	-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;
	transition: 5s;
}

.first {
	-webkit-box-flex: 1;
	background: url("../img/e.jpg");
	height: 200px;
	width: 100%;
	border: 2px solid #FFF;
	border-radius: 10px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 10px;
	-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;
	transition: 5s;

}

.first p {
	margin-top: 70px;
}

.first a {
	margin-top: 50px;
	color: #FFF;
	background: rgba(0, 0, 0, 0.4);
	padding: 5px;
}

.second {
	-webkit-box-flex: 1;
	background: url("../img/e.jpg");
	height: 200px;
	width: 100%;
	border: 2px solid #FFF;
	border-radius: 10px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 10px;
		-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;
	transition: 5s;
}

.second p {
	margin-top: 70px;
}

.second a {
	margin-top: 50px;
	color: #FFF;
	background: rgba(0, 0, 0, 0.4);
	padding: 5px;
}

.second:hover {
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-o-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
	
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	transform: rotate(5deg);	
	
	-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;
	transition: 5s;
}

.third {
	-webkit-box-flex: 1;
	background: url("../img/e.jpg");
	height: 200px;
	width: 100%;
	border: 2px solid #FFF;
	border-radius: 10px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 10px;
		-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;
	transition: 5s;
}

.third p {
	margin-top: 70px;
	
}

.third a {
	margin-top: 50px;
	color: #FFF;
	background: rgba(0, 0, 0, 0.4);
	padding: 5px;
}

.third:hover {
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-o-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
	
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	transform: rotate(5deg);	
	
	-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;
	transition: 5s;
}


.intro {
	padding:10px;
    background-color: #F3F3F3;
    border-radius: 10px;
    margin: 50px 0;
}

.intro::after {
    content: "";
    clear: both;
    display: table;
}

.intro .him {
    float: left;
    width: 20%;
    margin-right: 20px;
    border-radius: 50%;
}

.intro {
	font-size: 16px;

}

.speech {
	font-size: 20px;
	text-align: justify;
	-webkit-transition: 1s;
		transition: 1s;
}

.intro_name_right {
    float: right;
    color: #aaa;
}

.intro_name_right .fa {
    float: right;
    color: #aaa;
	cursor: pointer;
	padding: 0 10px;
}

.info {
	background: url("../img/f.jpg");
	height: 500px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.9;
	padding: 30px 10px;
	border-radius: 10px;
}

.info p {
	margin-left: 50px;
	font-size: 20px;
	color: #FFF;
	-webkit-transition: 1s;
			transition: 1s;
}

.dm {
	background: url("../img/cfem9.jpg");
	height: 470px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 50px;
	border-radius: 10px;
	padding: 30px 10px;
}

.dm h1 {
	padding: 5px 0px;
}

.dm a {
	background: #010B5B;
	padding: 20px;
	border-radius: 10px;
}

.dm span {
		font-size: 30px;
		color: #FFF;
		line-height: 65px;
		background: rgba(0, 0, 0, 0.2); 
		padding: 10px;
}

.prayer img{
	border-radius: 10px;
}

.testify {
	background: url("../img/g.jpg");
	height: 350px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.9;
	margin-top: 50px;
	border-radius: 10px;
	padding: 50px 10px;
}

.testify span {
		font-size: 30px;
		color: #FFF;
		line-height: 65px;
		background: rgba(0, 0, 0, 0.2); 
		padding: 10px;
}

.testify a {
	background: #010B5B;
	padding: 10px 90px;
	border-radius: 10px;
	
}

.afn {
	margin-top: 50px;
	padding: 30px 0;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-transition: 1s;
}

.afn h3 {
	border-left: 5px solid #D14D42;
	padding: 5px;
}

.about {
	-webkit-box-flex: 1;
	text-align: justify;
	width: 30%;
	margin-right: 50px;
}

.fb {
	-webkit-box-flex: 1;

}


.newsl {
	-webkit-box-flex: 1;
	text-align: justify;
	width: 30%;
	margin-left: 50px;
}

.newsl .sub_box{
	width: 100%;
	height: 30px;
	border: 2px solid #D14D42;
	border-radius: 5px;
	margin-bottom: 10px;
	padding: 0 10px;
}

.newsl .sub_mit{
	width: 100%;
	border: 1px solid #D14D42;
	border-radius: 5px;
	margin-bottom: 10px;
	background: #010B5B;
	color: #FFF;
	font-size: 17px;
	height: 40px;
	cursor: pointer;
	
}

 /* The alert message box */
.alert {
    padding: 20px;
    background-color: #F44336; /* Red */
    color: white;
    margin-bottom: 15px;
	border-left: 10px solid #B20000;
	font-size: 20px;
	outline: none;
}

.success {
    padding: 20px;
    background-color: #6ABC6E;
    color: white;
    margin-bottom: 15px;
	border-left: 10px solid green;
	font-size: 20px;
	outline: none;
}

/* The close button */
.closebtn {
    margin-right: 40px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 25px;
    line-height: 20px;
    cursor: pointer;
    -webkit-transition: .5s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
    color: #010B5B;
} 

footer {
	background: #F3F3F3;
	margin-top: 50px;
	padding: 50px 0;
}

footer .fa {
	color: #D14D42;
}

footer p{
	word-break: keep-all;
}

#scrollme {
	width: 250px;
	border: 1px solid #D14D42;
	border-radius: 5px;
	margin-bottom: 10px;
	background: #010B5B;
	color: #FFF;
	font-size: 17px;
	height: 40px;
	cursor: pointer;
}

/* Container Ends */

@media screen and (max-width: 1000px) {
	
	* {
		
		-webkit-transition: 1s;
				transition: 1s;
				
	}
	
	.menu1_container {
		display: none;
	}
	
	body {
		width: 100%;
	}
	
	.menu2_container {
			display: block;
			width: 100%;
	}
		
	.menu2_links_container {
		background: rgba(1, 11, 91, 0.4);
		width: 100%;
		height: 0%;
		z-index: 1;
		position: fixed;
		top: 0;
		left: 0;
		overflow: auto;
		-webkit-transition: 1s;
			transition: 1s;
	}
		
	.menu2_links {
		margin-top: 60px;
		background: #333;
		border-radius: 10px;
		width: 90%;
		padding: 20px 0;
		text-align: left;
	}
	
	.menu2_links a {
		color: #FFF;
		margin-left: 20px;
		font-size: 16px;
		width: 50%;
		-webkit-transition: .5s;
		display: block;
		margin-bottom: 15px;
		
		/*white-space: nowrap;*/

	}

	.menu2_links a:hover {
		color: #D14D42;
		-webkit-transition: .5s;
	}	
	
	.menu2_links .active {
	color: #D14D42;
}
	
	#close {
		position: absolute;
		top: 30px;
		right: 25px;
		font-size: 30px;
		margin-left: 50px;
		color: #FFF;
		cursor: pointer;
		-webkit-transition: .5s;
				transition: .5s;
	}
	
	#close:hover {
		color: #D14D42;
		-webkit-transition: .5s;
				transition: .5s;
	}
	
	#top2 {
		background: #444;
		padding: 20px 0;
		margin-bottom: 10px;
	}

	.logo2 {
		padding: 10px 20px;
	}
	
	.logo2 img{
		width: 70%;
	}
	
	#open {
		position: absolute;
		top: 80px;
		right: 25px;
		font-size: 30px;
		margin-left: 50px;
		color: #010B5B;
		cursor: pointer;
		-webkit-transition: .5s;
				transition: .5s;
	}
	
	#open:hover {
		color: #D14D42;
		-webkit-transition: .5s;
				transition: .5s;
	}
	
	
	.top_social2 {
		margin: 0 20px;
	}	
	
	.top_social2 .fa{
		color: #FFF;
		margin: -15px 10px;
		cursor: pointer;
	}
	.logo {
		display: none;
	}
	
	.pre_info {
		font-size: 40px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
	}
	
	.first {
		margin-bottom: 20px;
		
	}	
	
	.first:hover {
			-webkit-transform: none;
	-moz-transform:  none;
	-o-transform:  none;
	-ms-transform:  none;
	transform:  none;
	}
	
	.second {
		margin-bottom: 20px;
	}	
	
	.second:hover {
			-webkit-transform: none;
	-moz-transform:  none;
	-o-transform:  none;
	-ms-transform:  none;
	transform:  none;
	}
	
	.third {
		margin-bottom: 20px;
	}
	
	.third:hover {
			-webkit-transform: none;
	-moz-transform:  none;
	-o-transform:  none;
	-ms-transform:  none;
	transform:  none;
	}
	
	.intro .him {
		width: 35%;
	}
	
	.speech {
		margin-left: 5px;
		-webkit-transition: 1s;
				transition: 1s;
		text-align: justify;
		-webkit-transition: 1s;
			transition: 1s;
	}
	

	
	.afn {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-transition: 1s;
				transition: 1s;
	}
	
	.about {
		width: 100%;
		margin-bottom: 50px;
		-webkit-transition: 1s;
				transition: 1s;
	}
	
	.newsl {
		width: 100%;
		margin-left: 0;
		margin-top: 50px;
		-webkit-transition: 1s;
				transition: 1s;
	}
	
	.woty_img {
		width: 70%;
		height: 50%;
	}
	
	
}

@media (max-width: 450px) {
	
		* {
			
		}
	
		.logo2 {
		padding: 10px 5px;
	}
	
		.pre_info {
		padding: 0px;
		
	}
	
	.logo2 img {
		width: 80%;
	}
	.intro p {
		font-size: 17px;
		text-align: justify;
		-webkit-transition: 1s;
			transition: 1s;
	}
	.info p {
		margin-left: 50px;
		font-size: 15px;
		-webkit-transition: 1s;
				transition: 1s;
	}
	
		.intro .him {
		width: 100%;
	}
		.info {
			height: 270px;
	}
	
	.dm {
		height: 400px;
		
	}
	
	.dm a {
		font-size: 15px;
		padding: 10px;
	}		
	
	.dm span {
		font-size: 20px;
		line-height: 50px;
	}	
	
	.testify {
		height: 320px;
	}
	
	.testify a {
		font-size: 20px;
		padding: 10px;
	}		
	
	.testify span {
		font-size: 20px;
		line-height: 50px;
	}
	
	.info {
		height: 330px;
	}
	
	.woty_img {
		width: 100%;
		height: 50%;
	}
	
}

@media (max-width: 350px){
	
	*  {
		font-size: 17px;
	}
		.dm span {
		font-size: 15px;
		line-height: 50px;
	}	
	
	.dm a {
		font-size: 12;
	}
	
	.pre_info {
		font-size: 20px;
	}
}