/*
Theme Name:     twentysixteen Child Theme
Theme URI:      
Description:    A bare-bones child theme for use with twentysixteen Theme from <a href="https://wordpress.org/">Wordpress</a>. To use this Child Theme, you must have <a href="https://wordpress.org/themes/twentysixteen/">twentysixteen</a> parent theme installed.
Author:         WordPress.org
Author URI:    
Template:       twentysixteen
Version:        1.0.0
*/

/* = My Styles
------------------------------------------------------------------------------------------------------------ */

/* font defaults */
h1, h2, h3, h4, h5, h6{
	font-family: 'Poppins', sans-serif !important;
	font-weight: 600 !important;
}
p, strong, a{
	font-family: 'Open Sans', sans-serif !important;
}

a{
	transition: all 0.3s ease;
	outline:none !important;
}

p{
	font-size: 15px;
	line-height:23px;
}
p strong{
	font-weight: 700;
	font-size:19px;
	line-height: 27px;
}

h3 {
	font-size: 24px;
	line-height: 32px;
}

/* Layout-defaults */
body::before,
body::after{
	display: none !important;
}
body:not(.custom-background-image).admin-bar::before {
	display: none !important;
}
body:not(.custom-background-image)::after {
	display: none !important;
}
.clear {
	width: 100%;
	display: block;
	clear: both;
}
.my-container {
	max-width: 1110px;
	width: 100%;
	display: block;
	margin: 0 auto;
}

.page-section {
	padding: 80px 0;
}

/* header css */
#header-main {
	background-color: #000000;
	transition: all 0.3s ease;
	position: absolute;
	top: 0;
	width: 100%;
	display: block;
	z-index:999;
}
#header-main.sticky-header {
	position: fixed;
	top: 0;
	width: 100%;
	display: block;
}
#header-main.sticky-header #logo-area img {
	max-width: 100px;
	width: 100%;
}
#header-main.sticky-header .primary-menu li{
	padding: 35px 10px;
}
#header-main.sticky-header #header-contact li{
	padding: 25px 10px;
}
#logo-area {
	width: 15%;
	float: left;
	display: block;
}
#header-navi {
	width: 70%;
	float: left;
	display: block;
}
#menu-main-menu {
	list-style: none;
	text-align: center;
	margin: 0;
}
#menu-main-menu li {
	display: inline-block;
	vertical-align: top;
	padding: 45px 10px;
}
#menu-main-menu li a,
#menu-footer-menu li a{
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	transition:all 0.3s ease;
}
#menu-main-menu li a {
	font-size: 14px;
}
#menu-main-menu li a:hover, 
#menu-footer-menu li a:hover,
#blog-sec1.events-section ul li .events-btn:hover,
#blog-sec1 .blog-cont h6 a:hover {
	color: #007acc;
}
#header-contact {
	width: 15%;
	float: right;
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}
#header-contact li {
	display: inline-block;
	vertical-align: top;
	padding: 35px 10px;
}
#header-contact li a {
	background-color: #003471;
	width: 50px;
	height: 50px;
	display: block;
	text-align: center;
	line-height: 45px;
	border-radius: 100%;
	transition: all 0.3s ease;
	border: 2px solid #003471;
}
#header-contact li a:hover {
	background-color: transparent;
	border-color: #ffffff;
}

/* Banner Defaults css */
.banner-title {
	font-weight: 600;
	color: #ffffff;
	font-size: 65px;
	line-height: 72px;
}
.banner-subtitle {
	font-size: 30px;
	line-height: 38px;
	color: #ffffff;
	max-width: 900px;
	width: 100%;
	display: block;
	margin: 28px auto 0;
}

/* button-defaults css */
.site-btn {
	font-family: 'Poppins', san-serif;
	padding: 10px;
	max-width: 164px;
	width: 100%;
	display: block;
	margin: 28px auto 0;
	border-radius: 50px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	text-align: center;
	transition:all 0.3s ease;
}
.page-section .site-btn {
	max-width: 120px;
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
}
.btn-blue {
	background-color: #003471;
	color: #ffffff;
}
.btn-blue:hover {
	color: #003471;
	background-color: #ffffff;
}
.btn-white {
	background-color: #ffffff;
	color: #003471;
}
.btn-white:hover {
	background-color: #003471;
	color: #ffffff;
}


/* section defaults */
.sec-title {
	font-size: 32px;
	line-height: 40px;
	color: #ffffff;
	margin-bottom: 24px;
	margin-top: 0;
}


/* homepage css */
#hp-banner {
	padding: 290px 0 230px;
	background-size: cover;
	text-align: center;
}
#hp-sec1, #hp-sec2, #hp-sec4, #hp-sec6, #hp-sec7, #ap-sec2, #mp-sec2{
	background-size: cover;
	background-position: center center;
}
#hp-sec1 .sec-title {
	text-align: center;
}
#hp-sec1 h3 {
	color: #ffffff;
	text-align: center;
	max-width: 500px;
	display: block;
	margin: 0 auto;
}
#hp-sec2 {
	padding: 120px 0 130px;
}
#hp-sec2 .sec-title::after {
	content: "";
	width: 100%;
	max-width: 800px;
	display: block;
	border-bottom: 2px solid rgba(255,255,255,0.2);
	margin-top: 24px;
}
#hp-sec2 .col {
	width: 33%;
	float: left;
	display: block;
}
#hp-sec2 .col2 {
	padding-left: 50px;
}
#hp-sec2 p {
	color: #ffffff;
}
#hp-sec2 .col2 .site-btn {
	margin-left: 0;
}
#hp-sec3 .pastors-sec {
	margin: 0;
	list-style: none;
}
#hp-sec3 .pastors-sec li {
	width: 25%;
	float: left;
	display: block;
	padding: 0 12px;
	text-align: center;
}
#hp-sec3 .pastors-sec li .inner {
	padding-bottom: 60px;
	position: relative;
	min-height: 510px;
}
#hp-sec3 .pastors-sec li img {
	width: 100%;
	display: block;
	margin-bottom: 24px;
}
#hp-sec3 .pastors-sec li h3 {
	color: #ffffff;
	margin-bottom: 24px;
	min-height: 64px;
}
#hp-sec3 .pastors-sec li p {
	color: #8e8e8e;
}
#hp-sec3 .pastors-sec .site-btn {
	position: absolute;
	bottom: 9px;
	left: 0;
	right: 0;
}
#hp-sec4 .col1 {
	float: left;
	width: 50%;
	background-color: rgba(0,52,113,.78);
	padding: 85px 50px 85px 120px;
}
#hp-sec4 p {
	color: #ffffff;
}
#hp-sec4 .description {
	border-bottom: 2px solid rgba(255,255,255,0.2);
	margin-bottom: 30px;
}
#hp-sec4 .icon-area {
	max-width: 73px;
	width: 100%;
	display: inline-block;
	margin: 0 24px 24px 0;
}
#hp-sec4 .numbered {
	max-width: 140px;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}
#hp-sec4 .numbered-1 {
	margin-right: 24px;
}
#hp-sec4 .numbered strong {
	font-family: 'Poppins', sans-serif;
	font-size: 34.17px;
	line-height: 42.17px;
	float: left;
	color: #a3e8ff;
	width: 44%;
}
#hp-sec4 .numbered span {
	font-size: 18.64px;
	line-height: 18.64px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #ffffff;
	float: right;
	width: 55%;
}
#hp-sec4 .numbered-2 {
	max-width: 260px;
}
#hp-sec4 .numbered-2 strong {
	width: 56%;
	font-size: 18.64px;
	line-height: 18.64px;
	font-weight: 600;
	color: #ffffff;
	float: left;
	margin-top: 10px;
	font-family: 'Poppins', sans-serif !important;
}
#hp-sec4 .numbered-2 span {
	font-size: 34.17px;
	line-height: 42.17px;
	float: right;
	color: #a3e8ff;
	width: 44%;
}
#hp-sec5 .ftr_img {
	margin-bottom: 4%;
	display: block;
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease;
}
#hp-sec5 .row1 .col {
	width: 48%;
	position: relative;
	margin-bottom: 24px;
}
#hp-sec5 .row1 .col1 {
	float: left;
}
#hp-sec5 .row1 .col2 {
	float: right;
}
#hp-sec5 .ftr_img::before {
	content: "";
	width: 100%;
	padding: 200px 0;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.3);
	opacity: 0;
	transition: all 0.3s ease;
}
#hp-sec5 .ftr_img::after {
	content: "";
	width: 0%;
	display: block;
	border-bottom: 15px solid #003471;
	position: absolute;
	bottom: 0;
	transition: all 0.3s ease;
}
#hp-sec5 .ftr_img:hover::before{
	opacity: 1;
}
#hp-sec5 .ftr_img:hover::after {
	width: 100%;
}
#hp-sec5 .col img {
	width: 100%;
	display: block;
}
#hp-sec5 .row1 .col .title-area {
	position: absolute;
	bottom: 21px;
	width: 100%;
	padding: 25px;
}
#hp-sec5 .row1 .col .title-area h4 {
	color: #ffffff;
}
#hp-sec5 .row2 .col {
	width: 22%;
	float: left;
	margin-right: 4%;
}
#hp-sec5 .row2 .col4 {
	margin-right: 0 !important;
}
#hp-sec5 .row .title-area h4 {
	color: #8e8e8e;
	font-size: 18px;
	line-height: 26px;
	font-weight: 600px;
}
#hp-sec6 .col {
	width: 50%;
	float: left;
	display: block;
	color: #8e8e8e;
}
#hp-sec6 .col2 {
	padding-left: 70px;
}
#hp-sec6 .site-btn {
	margin-left: 0;
}
#hp-sec6 .event-list,
#blog-sec1 .event-list {
	padding: 12px 0;
	border-top: 1px solid #ffffff;
}
#hp-sec6 .event-list1,
#blog-sec1 .event-list1 {
	border-top: none;
}
#hp-sec6 .event-date, 
#hp-sec6 .event, 
#hp-sec6 .event-btn,
#blog-sec1 .event-date, 
#blog-sec1 .event, 
#blog-sec1 .event-btn {
	display: inline-block;
	vertical-align: middle;
}
#hp-sec6 .event-date,
#blog-sec1 .event-date {
	text-align: center;
	width: 47px;
	font-family: 'Poppins', sans-serif;
}
#hp-sec6 .event-date .date-day,
#blog-sec1 .event-date .date-day {
	width: 100%;
	display: block;
	background-color: #ffffff;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
}
#hp-sec6 .event-date .date-month,
#blog-sec1 .event-date .date-month {
	font-size: 14px;
	line-height: 22px;
	color: #ffffff;
}
#hp-sec6 .event,
#blog-sec1 .event {
	max-width: 200px;
	width: 100%;
	margin-left: 36px;
	font-family: 'Open Sans', sans-serif;
}
#hp-sec6 .event-name,
#blog-sec1 .event-name {
	width: 100%;
	display: block;
	font-weight: 700;
	font-size: 18px;
	line-height: 26px;
	color: #8e8e8e;
}
#hp-sec6 .event-time,
#blog-sec1 .event-time {
	font-size: 16px;
	line-height: 24px;
	color: #8e8e8e;
}
#hp-sec6 .event-btn,
#blog-sec1 .event-btn {
	float: right;
	color: #ffffff;
	font-weight: 600;
	padding-top: 12px;
	transition:all 0.3s ease;
}
#hp-sec6 .event-btn:hover,
#blog-sec1 .event-btn:hover {
	color: #007acc;
}
#hp-sec6 .event-list1 .date-day,
#blog-sec1 .event-list1 .date-day {
	color: #003471;
}
#hp-sec6 .event-list1 .event-date,
#blog-sec1 .event-list1 .event-date {
	background-color: #003471;
}
#hp-sec6 .event-list2 .date-day,
#blog-sec1 .event-list2 .date-day {
	color: #0072bc;
}
#hp-sec6 .event-list2 .event-date,
#blog-sec1 .event-list2 .event-date {
	background-color: #0072bc;
}
#hp-sec6 .event-list3 .date-day,
#blog-sec1 .event-list3 .date-day {
	color: #00aeef;
}
#hp-sec6 .event-list3 .event-date,
#blog-sec1 .event-list3 .event-date {
	background-color: #00aeef;
}
#testimonial-slider {
	margin: 0 !important;
}
#testimonial-slider .slick-list.draggable {
	padding: 0 !important;
}
#testimonial-slider li {
	padding: 16px;
}
#testimonial-slider li .col-inner {
	background-color: #ffffff;
	padding: 20px;
	border-radius: 5px;
}
#testimonial-slider .testi-cont {
	color: #8e8e8e;
	font-weight: 600;
	min-height: 220px;
}
#testimonial-slider .testi-cont p {
	line-height: 19px;
}
#testimonial-slider .testi-author {
	border-top: 1px solid #e5e5e5;
	padding-top: 18px;
}
#testimonial-slider .testi-author .testi-author-image {
	display: inline-block;
	vertical-align: top;
	width: 50px;
	height: 50px;
	background-size: cover;
	border-radius: 100%;
	background-position: center center;
}
#testimonial-slider .testi-author h6 {
	display: inline-block;
	vertical-align: top;
}
#testimonial-slider .testi-author h3 {
	display: inline-block;
	vertical-align: top;
}
#testimonial-slider .slick-arrow {
	height: 50px;
	width: 50px;
	display: block;
	transition: all 0.3s ease;
	filter: brightness(1);
}
#testimonial-slider .slick-arrow:hover {
	filter: brightness(10);
}
#testimonial-slider .slick-arrow::before{
	display:none;
}
#testimonial-slider .slick-next{
	background-image: url('/wp-content/uploads/2018/08/arrow-circle.png');
	right: -50px;
}
#testimonial-slider .slick-prev {
	background-image: url('/wp-content/uploads/2018/08/arrow-circle.png');
	left: -50px;
	transform: rotateY(180deg);
}
#testimonial-slider .slick-dots li {
	width: 10px;
	height: 10px;
	padding: 0 !important;
}
#testimonial-slider .slick-dots li button {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: #8e8e8e;
	transition: all 0.3s ease;
}
#testimonial-slider .slick-dots li button:hover,
#testimonial-slider .slick-dots li.slick-active button{
	background-color: #003471;
}
#testimonial-slider .slick-dots li button::before {
	display: none;
}

/* single testimonial page css */
#testi-page-content {
	text-align: center;
	color: #ffffff;
	padding: 50px 2% !important;
}
#testi-page-content .entry-content {
	float: none;
	width: 100%;
	display: block;
}
#testi-page-content .post-thumbnail {
	max-width: 500px;
	width: 100%;
	display: block;
	margin: 0 auto 2.625em;
}
#testi-page-content .post-thumbnail img {
	width: auto;
	height: 300px;
	display: block;
	margin: 0 auto;
}
#testi-page-content p {
	font-size: 16px;
	line-height: 24px;
}

/* single testimonial modal css */
#testiModal {
	background-color: rgba(0,0,0,0.95);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display: block;
	height: 100%;
	z-index: 999;
	display:none;
	overflow-y: scroll;
}
#testiModal.showPopup{
	display:block;
}
#testiModal .modal-content {
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
}
#testiModal .modal-footer {
	text-align: center;
	padding-bottom: 100px;
}


#hp-sec8 {
	width: 100%;
	display: table;
}
#hp-sec8 .col-row {
	display: table-row;
}
#hp-sec8 .col1 {
	display: table-cell;
	width: 60%;
	padding: 80px 50px 80px 432px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right center;
}
#hp-sec8 .wpcf7 {
	max-width: 440px;
}
#hp-sec8 form input[type="text"],
#hp-sec8 form input[type="email"] {
	margin-top: 12px;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 22px;
	padding: 12px;
}
#hp-sec8 form input[type="text"]::-webkit-input-placeholder,
#hp-sec8 form input[type="email"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #333333;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: 600;
}
#hp-sec8 form input[type="text"]::-moz-placeholder,
#hp-sec8 form input[type="email"]::-moz-placeholder{ /* Firefox 19+ */
	color: #333333;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: 600;
}
#hp-sec8 form input[type="text"]:-ms-input-placeholder,
#hp-sec8 form input[type="email"]:-ms-input-placeholder{ /* IE 10+ */
	color: #333333;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: 600;
}
#hp-sec8 form input[type="text"]:-moz-placeholder,
#hp-sec8 form input[type="email"]:-moz-placeholder{ /* Firefox 18- */
	color: #333333;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: 600;
}
#hp-sec8 form input[type="submit"] {
	margin: 12px 0 0;
	font-family: 'Poppins', san-serif;
	padding: 10px;
	max-width: 120px;
	width: 100%;
	display: block;
	border-radius: 50px;
	font-size: 14px;
	line-height: 22px;
	font-weight: 700;
	text-align: center;
	background-color: #003471;
	transition: all 0.3s ease;
}
#hp-sec8 form input[type="submit"]:hover{
	background-color: #ffffff;
	color:#003471;
}

/** cf7 error response **/
span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 13px;
}
.wpcf7-response-output {
	color: #ffffff;
	margin-top: 0 !important;
	font-size: 13px;
	border-color: #003471 !important;
}
span.wpcf7-not-valid-tip,
.wpcf7-response-output {
	font-family: 'Open Sans', sans-serif !important;
}

#hp-sec8 .col2 {
	display: table-cell;
	width: 40%;
	padding: 80px 50px;
	background-color: #00142b;
}
#hp-sec8 .col2 h3, #hp-sec8 .col2 .text-area {
	color: #8e8e8e;
}
#hp-sec8 .col2 h3::after {
	content: "";
	max-width: 500px;
	width: 100%;
	display: block;
	border-bottom: 1px solid #8e8e8e;
	display: block;
	margin: 12px .0;
}
#hp-sec8 .text-area h6 {
	font-size: 19px;
	line-height: 27px;
	max-width: 400px;
	width: 100%;
	font-weight: 400;
	font-family: Open sans, sans-serif;
}
#hp-sec8 .site-btn {
	margin-left: 0;
	max-width: 130px;
}

/* Inner Pages */
.inner-banner {
	padding: 260px 0 125px;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}
.inner-banner .inner-banner-heading {
	color: #fff;
	font-size: 65px;
	line-height: 75px;
	text-shadow: 1px 0 5px #000;
}
.inner-banner .inner-banner-text {
	font-size: 30px;
	line-height: 40px;
	color: #fff;
	text-shadow: 1px 0 5px #000;
	max-width: 75%;
	margin: 30px auto 0;
}


/* about page css */
#ap-sec2 .col1 {
	float: left;
	width: 50%;
	background-color: rgba(0,0,0,0.4);
	padding: 85px 50px 85px 120px;
}
#ap-sec2 p, #ap-sec3 p, #ap-sec4 p {
	color: #ffffff;
}
#ap-sec3 .col {
	width: 50%;
	float: left;
	display: block;
}
#ap-sec3 .col1 {
	padding-right: 70px;
}
#ap-sec3 .col .site-btn {
	max-width: 360px;
	margin-left: 0;
	font-size: 26px;
	line-height: 32px;
	font-weight: 600;
	text-transform: unset;
}
#ap-sec3 .icon-image {
	background-color: #ffffff;
	display: inline-block;
	vertical-align: middle;
	border-radius: 100%;
	width: 51px;
	height: 51px;
}
#ap-sec3 .icon-image img {
	display: block;
	margin: 8px auto 0;
	max-width: 25px;
}
#ap-sec3 .featured-images,
#mp-sec1 .featured-images{
	position: relative;
	min-height: 390px;
}
#ap-sec3 .featured-images img {
	max-width: 340px;
	width: 100%;
}
#ap-sec3 .featured-images img,
#mp-sec1 .featured-images img{
	position: absolute;
	border: 10px solid #ffffff;
}
#ap-sec3 .featured-images .ftr-img1 {
	top: 0;
	right: 0;
}
#ap-sec3 .featured-images .ftr-img2 {
	bottom: 0;
	left:0;
}
#ap-sec4 .sec-title {
	border-bottom: 1px solid rgba(255,255,255,0.2);
	padding-bottom: 18px;
}
#ap-sec4 .col1 {
	float: left;
	width: 42%;
}
#ap-sec4 .col2 {
	float: right;
	width: 56%;
}

.tabs {
	background-color: #003471;
	text-align: center;
}
.tablinks {
	float: left;
	width: 25%;
	border-radius: 0;
	background-color: #003471;
	border-left: 2px solid #000000;
	padding: 30px 0;
	transition: all 0.3s ease;
	position:relative;
	outline: none !important;
}
.tablinks::after {
	content: "";
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #292929;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	margin: 0 auto;
	transition: all 0.3s ease;
	opacity:0;
}
.tablinks:hover::after,
.tablinks.active::after{
	opacity:1;
}
.tablinks:hover,
.tablinks.active{
	background-color: #001f44;
}
.tablinks.tab1 {
	border: none;
}
.tab-content {
	display: none;
	padding: 6px 12px;
	-webkit-animation: fadeEffect 1s;
	animation: fadeEffect 1s;
}
.tab-content .col {
	float: left;
	width: 50%;
	color: #ffffff;
}
.tab-content .col2 {
	float: right;
	padding-left: 50px;
}
.tab-content .ftr-img {
	max-width: 437px;
	display: block;
	margin-left: auto;
}
.tab-content .ftr-img img {
	width: 100%;
	border: 10px solid #ffffff;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
	from {opacity: 0;}
	to {opacity: 1;}
}
@keyframes fadeEffect {
	from {opacity: 0;}
	to {opacity: 1;}
}
@-webkit-keyframes fadeExit {
	from {opacity: 1;}
	to {opacity: 0;}
}
@keyframes fadeExit {
	from {opacity: 1;}
	to {opacity: 0;}
}

#ap-sec5 .tab-content .col1 {
	width: 100%;
	float: none;
}


/* Services */
#services-sec1 .services-sec1-col1 {
	float: left;
	width: 45%;
}
#services-sec1 .services-sec1-col2 {
	float: right;
	width: 48%;
}
#services-sec1 p {
	color: #fff;
}
#services-sec1 .services-sec1-col1 .site-btn {
	margin-left: 0;
	margin-top: 50px;
}
#services-sec1 .services-sec1-col2 img {
	border: 8px solid #fff;
}
#services-sec1 .services-sec1-col2 .image-right {
	float: right;
}
#services-sec1 .services-sec1-col2 .image-left {
	margin-top: -100px;
}

/* Ministries page css */
#ministry-sec1 .sideTabs {
	width: 30%;
	float: left;
}
#ministry-sec1 .ministry-tab-container {
	width: 68%;
	float: right;
	padding: 50px 0 50px 24px;
	border-left: 1px solid rgba(255,255,255,0.1);
}
#ministry-sec1 .tabbtns {
	width: 100%;
	display: block;
	text-align: left;
	padding: 20px 10px;
	font-weight: 300;
	text-transform: unset;
	font-size: 14px;
	line-height: 22px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	border-left: 2px solid #292929;
	background-color: #292929;
	position: relative;
	transition: all 0.3s ease;
	outline: none;
}
#ministry-sec1 .tabbtns::after {
	content: "\f061";
	font-family: 'Fontawesome' !important;
	font-size: 23px;
	position: absolute;
	right: 0;
	color: rgba(255,255,255,0.1);
	transition: all 0.3s ease;
}
#ministry-sec1 .tabbtns:hover::after,
#ministry-sec1 .tabbtns.active::after{
	color: #ffffff;
}
#ministry-sec1 .tabbtns:hover,
#ministry-sec1 .tabbtns.active{
	border-left: 2px solid #ffffff;
}
#ministry-sec1 .sec-title {
	border-bottom: 1px solid rgba(255,255,255,0.1);
	padding-bottom: 12px;
}
#ministry-sec1 .tab-content {
	color: #ffffff;
}
#ministry-sec1 .tab-content p br {
	display: none;
}
#ministry-sec1 .ministry-img img {
	width: 100%; /*24%*/
	display: inline-block;
	vertical-align: top;
	margin-bottom: 1%;
	cursor: pointer;
}

/* Missions page css */
#missionpage-banner .inner-banner-text {
	max-width: 980px;
}
#mp-sec1 .col {
	float: right;
	width: 50%;
	color: #ffffff;
	display: block;
	margin-bottom: 100px;
}
#mp-sec1 .col1 {
	padding-left: 50px;
}
#mp-sec1 .mobile-ft-img {
	display: none;
}
#mp-sec1 .featured-images .ftr-img1 {
	top: 0;
	left: 0;
}
#mp-sec1 .featured-images .ftr-img2 {
	bottom: 0;
	right: 0;
}
#mp-sec2 {
	color: #ffffff;

}
#mp-sec2 .sec-title {
	border-bottom: 1px solid rgba(255,255,255,0.3);
	padding-bottom: 12px;
}
#mp-sec2 .col1 {
	float: left;
	display: block;
}
#mp-sec2 .col1 {
	width: 40%;
}
#mp-sec2 .col2 {
	float: right;
	width: 50%;
}

/* Gallery CSS */
#gp-banner h3 {
	color: #ffffff;
}
#gp-sec1 {
	color: #ffffff;
}
#gp-sec1 .gallery-cont {
	text-align: center;
}
#gp-sec1 .gallery-img {
	width: 24%;
	display: inline-block;
	vertical-align: top;
	padding: 10px 10px 20px;
	text-align: left;
	cursor: pointer;
}
#gp-sec1 .gallery-img a {
	color: #ffffff;
}
#gp-sec1 .gallery-img .img-cont {
	max-width: 258px;
	height: 130px;
	position: relative;
	overflow: hidden;
}
#gp-sec1 .gallery-img h4 {
	width: 100%;
	max-width:250px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#gp-sec1 .gallery-img .image-count {
	color: #aaaaaa;
}
#gp-sec1 .image-modal,
#ministry-sec1 .image-modal{
	position: fixed;
	z-index: 9;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.8);
	height: 100%;
	width: 100%;
	-webkit-animation: fadeExit 2s;
	animation: fadeExit 2s;
}
#gp-sec1 .image-modal.show-modal,
#ministry-sec1 .image-modal.show-modal{
	-webkit-animation: fadeEffect 1s;
	animation: fadeEffect 1s;
}
#gp-sec1 .image-modal .popup-overlay,
#ministry-sec1 .image-modal .popup-overlay{
	position: fixed;
	z-index: 0;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
#gp-sec1 .image-modal .popup-inner,
#ministry-sec1 .image-modal .popup-inner{
	max-width: 800px;
	display: block;
	margin: 150px auto 0;
	position: relative;
}
#gp-sec1 .gallery-slider,
#gp-sec1 .galleryslider-nav,
#ministry-sec1 .gallery-slider{
	margin: 0;
}
#gp-sec1 .image-modal .popup-inner .close-btn,
#ministry-sec1 .image-modal .popup-inner .close-btn{
	position: absolute;
	width: 30px;
	height: 30px;
	top: -15px;
	right: -16px;
	font-size: 24px;
	background-color: #ffffff;
	color: #333333;
	font-family: "Poppins", sans-serif;
	border-radius: 100%;
	line-height: 27px;
	cursor: pointer;
	z-index: 9;
	text-align: center;
}
#gp-sec1 .gallery-slider .slick-slide img,
#ministry-sec1 .gallery-slider .slick-slide img{
	max-height: 440px !important;
	width: auto;
	margin: 0 auto;
}
/*#gp-sec1 .image-modal .gallery-inner img {
display: block;
width: 100%;
}*/
#gp-sec1 .popup-inner .slick-arrow,
#ministry-sec1 .popup-inner .slick-arrow{
	width: 30px;
	height: 30px;
	background-size: cover;
	background-position: center;
	top: 250px;
	border-radius: 100%;
	transition: all 0.3s ease;
	overflow: hidden;
	z-index:99;
	opacity:1;
}
#gp-sec1 .popup-inner .slick-arrow::before,
#ministry-sec1 .popup-inner .slick-arrow::before{
	content: "\f0a9";
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	top: 0;
	font-family: 'Fontawesome';
	color: #ffffff;
	font-size: 35px;
	line-height: 30px;
	right: 0;
	transition:all 0.3s ease;
	opacity:1;
}
#gp-sec1 .popup-inner .slick-arrow:hover::before,
#ministry-sec1 .popup-inner .slick-arrow:hover::before{
	color: #003471;
}
#gp-sec1 .popup-inner .slick-next,
#ministry-sec1 .popup-inner .slick-next{
	/*background-image: url('/wp-content/uploads/2018/08/arrow-circle.png');*/
	right:12px;
	top: 265px !important;
}
#gp-sec1 .popup-inner .slick-prev,
#ministry-sec1 .popup-inner .slick-prev{
	/*background-image: url('/wp-content/uploads/2018/08/arrow-circle.png');*/
	transform: rotateY(180deg);
	left:12px;
}
#gp-sec1 .galleryslider-nav .slick-list {
	padding: 30px 0 !important;
}
#gp-sec1 .galleryslider-nav .slick-slide {
	transition:all 0.3s ease;
}
#gp-sec1 .popup-inner .galleryslider-nav .slick-arrow{
	display: none !important;
}
#gp-sec1 .galleryslider-nav .gallery-inner {
	max-width: 156px;
	height: 90px;
	position: relative;
	overflow: hidden;
}
#gp-sec1 .galleryslider-nav .gallery-inner img {
	width: 100%;
}
#gp-sec1 .galleryslider-nav .slick-current {
	transform: scale(1.3);
	box-shadow: 0 0 3px 0 #ffffff;
	z-index: 9;
}

/* gallery grid */
#gp-sec1 .gallery-grid {
	column-count: 3;
	column-gap: 1em;
}
#gp-sec1 .grid-item {
	background-color: #eee;
	display: inline-block;
	margin: 0 0 1em;
	width: 100%;
	cursor: pointer;
}

.slides.slick-initialized.slick-slider {
	margin: 0 !important;
}

/* post-page-navi */
.post-page-navi {
	border-top: 2px solid rgba(255,255,255,0.3);
	margin-top: 24px;
	padding-top: 24px;
}
.post-page-navi .page-numbers {
	font-family: 'Poppins', sans-serif;
	color: #999999;
	margin-right: 12px;
	padding: 0 5px;
	position: relative;
}
.post-page-navi .page-numbers:hover,
.post-page-navi .page-numbers.current{
	color: #ffffff;
}
.post-page-navi .page-numbers::after{
	content:" ";
	width:0;
	display: block;
	border-bottom:2px solid #ffffff;
	transition:all 0.3s ease;
	position: absolute;
	bottom: 0;
	left: 0;
}
.post-page-navi .page-numbers:hover::after,
.post-page-navi .page-numbers.current::after{
	width:100%;
}
.post-page-navi .prev::after, 
.post-page-navi .next::after {
	display: none;
}
.event-template-default article:first-child,
.single-post article:nth-child(2) {
	display: none;
}

/* Contact*/
#contact-map p {
	margin: 0;
}
#contact-sec1 .contact-col-left {
	float: left;
	width: 48%;
}
#contact-sec1 .contact-col-right {
	float: right;
	width: 48%;
}
#contact-sec1 p {
	color: #fff;
	font-size: 17px;
	line-height: 25px;
	font-family: Poppins, sans-serif;
}
#contact-sec1 .contact-col-left ul {
	margin: 0;
	list-style: none;
}
#contact-sec1 .contact-col-left ul li {
	margin-bottom: 45px;
}
#contact-sec1 .contact-col-right form label {
	font-weight: 600;
}
#contact-sec1 .contact-col-right form input,
#contact-sec1 .contact-col-right form textarea {
	border: 2px solid #656565;
	background: transparent;
	border-radius: 0;
	color: #fff;
	font-family: Poppins, sans-serif;
	font-weight: 300;
}
#contact-sec1 .contact-col-left ul li a {
	color: #fff;
}
#contact-sec1 .contact-col-left ul li a:hover {
	color: #007acc;
}
#contact-sec1 form .wpcf7-submit {
	font-weight: 700 !important;
}
.wpcf7-submit.site-btn.btn-blue {
	margin: 12px 0 0;
	font-family: 'Poppins', san-serif;
	padding: 10px;
	max-width: 120px;
	width: 100%;
	display: block;
	border-radius: 50px !important;
	font-size: 14px;
	line-height: 22px;
	font-weight: 700;
	text-align: center;
	background-color: #003471 !important;
	transition: all 0.3s ease;
	border: none !important;
}
.wpcf7-submit.site-btn.btn-blue:hover {
	background-color: #ffffff !important;
	color: #003471 !important;
}


/* BLOG */
#blog-sec1 img {
	float: left;
	margin-right: 30px;
}
#blog-sec1 .blog-left-col {
	float: left;
	width: 60%;
}
#blog-sec1 .blog-right-col {
	float: right;
	width: 35%;
}
#blog-sec1 .blog-right-col .col2 {
	border-bottom: 5px solid rgba(255,255,255,0.1);
	padding-bottom: 24px;
	margin-bottom: 56px;
}
#blog-sec1 .blog-right-col .col1 {
	text-align: left;
	color: #ffffff;
}
#blog-sec1 .blog-right-col .col1 .site-btn {
	margin-left: 0;
}
#blog-sec1 .blog-cont {
	display: inline-block;
	max-width: 100%;
	width: 100%;
}
#blog-sec1 ul {
	margin: 0;
	list-style: none;
}
#blog-sec1 ul li {
	border-bottom: 5px solid #3c3c3c;
	padding-bottom: 30px;
	margin-bottom: 40px;
}
#blog-sec1 .blog-cont h2 {
	font-size: 30px;
	line-height: 40px;
	margin-top: 0;
}
#blog-sec1 .blog-cont h2 a {
	font-family: Poppins, sans-serif;
	font-weight: 600;
	color: #fff;
}
#blog-sec1 .blog-cont h2 a:hover {
	color: #007acc;
}
#blog-sec1 .blog-cont h5,
#blog-sec1.events-section ul li .events-btn {
	font-size: 18px;
	color: #8e8e8e;
	font-family: Open sans, sans-serif;
	line-height: 25px;
	font-weight: 700;
}
/* #blog-sec1 .blog-cont h5 span {
display: block;
} */
#blog-sec1 .blog-cont p {
	color: #fff;
	margin: 10px 0 0;
}
#blog-sec1 .blog-cont h6 {
	font-size: 15px;
	line-height: 20px;
	font-family: Open sans, sans-serif;
	margin: 20px 0 0;
	color: #cfcfcf;
}
#blog-sec1 .blog-cont h6 a {
	color: #cfcfcf;
}
#blog-sec1 .blog-right-col .sec-title {
	font-weight: 600;
}
#blog-sec1 .fa.fa-tag {
	color: #cecece;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	margin-right: 5px;
}
#blog-sec1.events-section ul {
	border-bottom: 5px solid #3c3c3c;
	margin-bottom: 30px;
}
#blog-sec1.events-section ul li {
	border: none;
}
#blog-sec1.events-section ul li .blog-cont {
	max-width: 480px;
}
#blog-sec1.events-section ul li .events-btn {
	margin-top: 15px;
	display: block;
}
/* SINGLE POST */
#single-post {
	padding: 170px 0 0;
	color: #fff;
}
#single-post .entry-content {
	float: none;
	width: 100%;
	margin-bottom: 30px;
}
#single-post .post-navigation a {
	color: #fff;	
}
#single-post .content-area {
	float: none;
	width: 100%;
	margin: 0;
}
#single-post .comments-area #reply-title {
	margin-top: 0;
	padding-top: 0;
}
#single-post article,
#single-post .comments-area {
	margin-bottom: 50px;
}
#single-post .entry-footer span {
	display: inline-block;
}
#single-post span.edit-link {
	display: block;
}
#single-post .entry-footer span::after {
	content: "|";
	margin: 0 5px;
	color: #ddd;
	font-weight: 900;
}
#single-post .entry-footer span.edit-link::after {
	display: none;
}
#single-post .entry-footer a,
#single-post .meta-nav,
#single-post .logged-in-as a,
#single-post .comment-form label,
#single-post .comment-notes {
	color: #ddd;
}
#single-post .entry-footer a:hover,
#single-post .logged-in-as a:hover,
#single-post .nav-links a:hover .meta-nav,
#single-post .post-navigation a .post-title:hover {
	color: #007acc;
}
#single-post .nav-links::after {
	content: "";
	display: block;
	clear: both;
}
#single-post .nav-links div {
	display: block;
	float: left;
}
#single-post .nav-links .nav-next {
	float: right;
}
#single-post .comment-form-author,
#single-post .comment-form-email {
	display: block;
	width: 48.6%;
	float: left;
	margin-right: 30px;
}
#single-post .comment-form-email {
	margin-right: 0;
}
#single-post .form-submit input {
	background-color: #003471;
	color: #ffffff;
	padding: 12px 25px;
	border-radius: 5px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	transition: all 0.3s ease;
	display: block;
	border: 1px solid transparent;
}
#single-post .form-submit input:hover {
	background-color: #fff;
	color: #003471;
	border-color: #003471;
}
#single-events-banner {
	padding: 275px 0 205px;
}
/* footer css */
#footer-main {
	padding-bottom: 38px;
}
#footer-main .footer-top {
	border-bottom: 1px solid #ffffff;
	margin-bottom: 50px;
}
#footer-main .footer-navi {
	float: left;
	width: 70%;
}
#menu-footer-menu {
	list-style: none;
	margin: 0;
}
#menu-footer-menu li {
	display: inline-block;
	vertical-align: top;
	padding: 0px 10px 25px 0;
}
#menu-footer-menu li a{
	color:#8e8e8e;
}
#footer-main .footer-social {
	float: right;
	width: 20%;
	margin: 0;
	list-style: none;
	text-align: right;
}
#footer-main .footer-social li {
	display: inline-block;
	padding-right: 12px;
	padding-bottom: 27px;
}
#footer-main .footer-social li a {
	color: #ffffff;
	font-size: 16px;
	line-height: 24px;
}
#footer-main .footer-social li a:hover{
	color:#007acc;
}
#footer-main .column-area {
	margin: .0;
	list-style: none;
}
#footer-main .col {
	width: 20%;
	float: left;
	padding-right: 24px;
}
#footer-main .col #logo-area {
	width: 100%;
	display: block;
	margin-bottom: 12px;
}
#footer-main .col p,
#footer-main .col strong {
	font-size: 14px;
	line-height: 22px;
	color: #ffffff;
}
#footer-main .col p {
	color: #8e8e8e;
}
#footer-main .col1 a {
	color: #8e8e8e;
}
#footer-main .col1 a:hover {
	color: #007acc;
}
#footer-main .col4 p a {
	color: #8e8e8e;
}
#footer-main .col4 p a:hover {
	color: #007acc;
}
#responsive-menu li a {
	font-family: Poppins, sans-serif;
}

.blog-pagination .page-numbers {
	font-size: 18px;
	line-height: 27px;
	color: #8e8e8e;
	font-family: Open sans, sans-serif;
	margin: 0 10px 0 0;
}
.blog-pagination .page-numbers.current {
	color: #fff;
	border-bottom: 1px solid #fff;
}
.nav-next.alignright {
	display: none;
}


/* responsive css */

@media screen and (max-width:1680px){
	#hp-sec8 .col1 {
		padding: 80px 50px 80px 310px;
	}
}

@media screen and (max-width:1600px){
	#hp-sec8 .col1 {
		padding: 80px 50px 80px 260px;
	}
}

@media screen and (max-width:1400px){
	#hp-sec8 .col1 {
		padding: 80px 50px 80px 160px;
	}
	#hp-sec4 .icon-area {
		max-width: 60px;
		margin-right: 20px;
	}
	#hp-sec4 .numbered-1 {
		margin-right: 20px;
	}
	#hp-sec4 .numbered-2 {
		max-width: 210px;
	}
}

@media screen and (max-width:1280px){
	.my-container {
		max-width: 960px;
	}
	#header-navi {
		width: 67%;
	}
	#menu-main-menu li,
	#header-main.sticky-header .primary-menu li {
		padding: 45px 7px;
	}
	#menu-main-menu li a {
		font-size: 13px;
	}
	#header-contact {
		width: 16%;
	}
	.banner-title,
	.inner-banner .inner-banner-heading {
		font-size: 55px;
		line-height: 62px;
	}
	.banner-subtitle,
	.inner-banner .inner-banner-text {
		font-size: 25px;
		line-height: 33px;
		max-width: 750px;
		margin: 16px auto 0;
	}
	.page-section {
		padding: 60px 0;
	}
	#hp-sec2 {
		padding: 80px 0 90px;
	}
	#hp-sec4 .icon-area {
		max-width: 50px;
		margin: 0 12px 24px 0;
	}
	#hp-sec4 .numbered {
		max-width: 125px;
	}
	#hp-sec4 .numbered-1 {
		margin-right: 12px;
	}
	#hp-sec4 .numbered-2 {
		max-width: 170px;
	}
	#hp-sec4 .numbered strong {
		font-size: 28.17px;
		line-height: 36.17px;
	}
	#hp-sec4 .numbered span {
		font-size: 14.64px;
		line-height: 18.64px;
	}
	#hp-sec8 .col1 {
		padding: 80px 50px 80px 136px;
	}
	#mp-sec1 p br {
		display: none;
	}
	#blog-sec1 .blog-cont {
		max-width: 300px;
	}
	#blog-sec1 .event {
		max-width: 150px;
	}
	#blog-sec1.events-section ul li .blog-cont {
		max-width: 400px;
	}
	#hp-sec4 .numbered-2 {
		max-width: 170px;
	}
	#hp-sec4 .numbered-2 strong {
		font-size: 14.64px;
		line-height: 18.64px;
	}
	#hp-sec4 .numbered-2 span {
		font-size: 28.17px;
		line-height: 36.17px;
	}
}

@media screen and (max-width:1100px){
	#hp-sec4 .col1,
	#ap-sec2 .col1{
		padding: 85px 50px 85px 50px;
	}
}

@media screen and (max-width:980px){
	.my-container {
		max-width: 747px;
	}
	.inner-banner h3 {
		margin: 0 auto;
		font-size: 18px;
		line-height: 26px;
	}
	#header-navi {
		display: none;
	}
	#header-contact {
		display: none;
	}
	#header-contact li {
		padding: 0 10px 0 0;
	}
	#responsive-menu-container #header-contact {
		width: 100%;
		float: left;
		text-align: left;
		display: block;
	}
	#hp-banner,
	.inner-banner {
		padding: 290px 0 150px;
	}
	.banner-title,
	.inner-banner .inner-banner-heading {
		font-size: 45px;
		line-height: 52px;
	}
	.banner-subtitle,
	.inner-banner .inner-banner-text {
		font-size: 20px;
		line-height: 28px;
		max-width: 600px;
	}
	.sec-title,
	#blog-sec1 .blog-cont h2 {
		font-size: 25px;
		line-height: 32px;
		text-align: center;
	}
	#blog-sec1 .blog-cont h2 {
		text-align: left;
	}
	.sec-title .title-icon {
		max-width: 49px;
	}
	h3 {
		font-size: 22px;
		line-height: 30px;
		max-width: 400px;
	}
	p,
	#blog-sec1 .blog-cont p {
		font-size: 14px;
		line-height: 22px;
	}
	p strong,
	#blog-sec1 .blog-cont h5,
	#blog-sec1.events-section ul li .events-btn {
		font-size: 17px;
		line-height: 25px;
	}
	#hp-sec2 .col {
		width: 46%;
	}
	#hp-sec3 .pastors-sec {
		text-align: center;
	}
	#hp-sec3 .pastors-sec li {
		max-width: 370px;
		width: 100%;
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	#hp-sec3 .pastors-sec li .inner {
		min-height: 631px;
		margin-top: 48px;
	}
	#hp-sec3 .pastors-sec li h3 {
		min-height: auto;
	}
	#hp-sec4 .col1,
	#ap-sec2 .col1{
		float: none;
		width: 100%;
		padding: 60px 50px 60px 50px;
		text-align: center;
	}
	#hp-sec4 .col1 .description, 
	#hp-sec4 .col1 .bottom-details {
		max-width: 747px;
		display: block;
		margin: 0 auto;
	}
	#hp-sec4 .col1 .bottom-details{
		margin-top: 30px;
	}
	#hp-sec4 .numbered {
		text-align: left;
	}
	#hp-sec5 .row1 .col .title-area {
		bottom: 14px;
		padding: 10px;
	}
	#hp-sec5 .row .title-area h4 {
		font-size: 14px;
		line-height: 22px;
	}
	#hp-sec6 .col {
		width: 100%;
		float: none;
	}
	#hp-sec6 .col2 {
		padding-left: 0;
		margin-top: 56px;
	}
	#hp-sec8 .col1,
	#hp-sec8 .col2{
		width: 50%;
		padding: 60px 50px 60px 50px;
	}
	#hp-sec8 .col1 .sec-title {
		text-align: left;
	}
	#ap-sec2 .col1 {
		float: none;
		width: 100%;
	}
	#ap-sec3 .col {
		width: 100%;
		float: none;
		display: block;
		text-align: center;
	}
	#ap-sec3 .col1 {
		padding-right: 0;
	}
	#ap-sec3 .col .site-btn {
		max-width: 280px;
		margin-left: auto;
		margin-bottom: 50px;
		font-size: 20px;
		line-height: 28px;
	}
	#ap-sec3 .icon-image {
		width: 41px;
		height: 41px;
	}
	#ap-sec3 .icon-image img {
		margin: 7px auto 0;
		max-width: 20px;
	}
	#ap-sec3 .featured-images img {
		max-width: 400px;
	}
	.tabs-title {
		border: 1px solid #000000;
	}
	.tablinks {
		float: left;
		width: 50%;
		padding: 30px 10px;
		font-size: 14px;
		border: 1px solid #000000 !important;
	}
	.tab-content .col {
		float: none !important;
		width: 100%;
		color: #ffffff;
		padding-left: 0 !important;
		text-align: center;
	}
	.tab-content .col2 {
		margin-bottom: 24px;
	}
	.tab-content .ftr-img {
		max-width: 250px;
		margin-left: auto;
		margin-right: auto;
	}
	#services-sec1 .services-sec1-col2 .image-left {
		margin-top: 20px;
	}
	#mp-sec1 .desk-ft-img {
		display: none;
	}
	#mp-sec1 .mobile-ft-img {
		display: block;
		margin: 75px 0;
	}
	#mp-sec1 div.col:nth-child(4),
	#mp-sec1 div.col:nth-child(10) {
		margin: 0;
	}
	#mp-sec1 .col {
		float: none;
		width: 100%;
		text-align: center;
		padding: 0 !important;
	}
	#mp-sec1 .col {
		margin-bottom: 35px;
	}
	#mp-sec1 .col2 {
		margin-top: 50px;
	}
	#blog-sec1 .blog-left-col,
	#blog-sec1 .blog-right-col {
		float: none;
		width: 100%;
	}
	#blog-sec1 .blog-cont {
		max-width: 450px;
	}
	#blog-sec1 .event {
		max-width: 450px;
	}
	#blog-sec1 .blog-right-col h2 {
		max-width: 350px;
		margin: 0 auto 24px;
	}
	#blog-sec1.events-section ul li .blog-cont {
		max-width: 550px;
	}
	#gp-sec1 .gallery-img {
		width: 32%;
	}
	#gp-sec1 .image-modal .popup-inner{
		width:90%;
	}
	#gp-sec1 .popup-inner .slick-next {
		top: 240px !important;
	}
	#gp-sec1 .popup-inner .slick-prev {
		top: 225px;
	}
	#contact-sec1 .sec-title {
		text-align: left;
	}
	#footer-main .footer-navi {
		display: none;
	}
	#footer-main .footer-social {
		float: none;
		width: 100%;
		text-align: left;
	}
	#footer-main .footer-social li {
		padding-right: 24px;
		padding-bottom: 7px;
	}
	#footer-main .col {
		width: 100%;
		float: none;
		display: inline-block;
		max-width: 240px;
		vertical-align: top;
		padding-right: 0;
	}
	#hp-sec4 .numbered-2 {
		max-width: 28%;
	}
}

@media screen and (max-width:767px){
	.my-container {
		max-width: 600px;
	}
	#logo-area {
		width: 100%;
	}
	#logo-area img {
		max-width: 96px;
	}
	#hp-banner,
	.inner-banner {
		padding: 160px 0 100px;
	}
	.inner-banner h3 {
		font-size: 14px;
		line-height: 22px;
	}
	.banner-title,
	.inner-banner .inner-banner-heading {
		font-size: 36px;
		line-height: 44px;
	}
	.banner-subtitle,
	.inner-banner .inner-banner-text {
		font-size: 16px;
		line-height: 24px;
		max-width: 500px;
		margin-top: 8px;
	}
	.page-section {
		padding: 50px 0;
	}
	h3 {
		font-size: 20px;
		line-height: 28px;
	}
	#hp-sec2 {
		padding: 50px;
	}
	#hp-sec2 .col {
		width: 100%;
		text-align: center;
	}
	#hp-sec2 .col2 {
		padding-left: 0;
	}
	#hp-sec2 .col2 .site-btn {
		margin-left: auto;
	}
	#hp-sec3 .pastors-sec li .inner {
		min-height: auto;
	}
	#hp-sec3 .pastors-sec li:first-child .inner {
		margin-top: 0;
	}
	#hp-sec8 .col1,
	#hp-sec8 .col2 {
		width: 100% !important;
		padding: 50px;
		display: block;
		text-align: center;
	}
	#hp-sec8 .col1 .sec-title {
		text-align: center;
	}
	#hp-sec8 .wpcf7 {
		max-width: 400px;
		margin: 0 auto;
	}
	#hp-sec8 .wpcf7 input[type="submit"] {
		margin: 4px auto 0;
	}
	#hp-sec8 .text-area h6 {
		font-size: 16px;
		line-height: 24px;
		display: block;
		margin: 0 auto;
	}
	#hp-sec8 .col2 h3::after {
		margin: 12px auto;
	}
	#hp-sec8 .site-btn {
		margin-left: auto;
		max-width: 120px;
		font-size: 14px;
	}
	#hp-sec8 .col2 h3, #hp-sec8 .col2 .text-area {
		color: #8e8e8e;
		margin: 0 auto;
	}
	#ap-sec3 .featured-images img {
		max-width: 350px;
	}
	#ap-sec4 .col {
		float: none;
		width: 100%;
		display: block;
		text-align: center;
	}
	#services-sec1 .services-sec1-col1 {
		float: none;
		width: 100%;
		text-align: center;
	}
	#services-sec1 .services-sec1-col1 .site-btn {
		margin: 0 auto;
	}
	#services-sec1 .services-sec1-col2 {
		float: none;
		width: 100%;
		margin-top: 40px;
	}
	#services-sec1 .services-sec1-col2 .image-left {
		margin-top: -70px;
	}
	#mp-sec2 .col {
		float: none;
		width: 100% !important;
		text-align: center;
	}
	#mp-sec2 .col1 p br {
		display: none;
	}
	#gp-sec1 .gallery-img {
		width: 48%;
	}
	#contact-sec1 .contact-col-left,
	#contact-sec1 .contact-col-right {
		float: none;
		width: 100%;
	}
	#contact-sec1 .sec-title,
	#contact-sec1 .contact-col-right p {
		text-align: center;
	}
	#contact-sec1 .contact-col-left ul {
		margin: 0;
		list-style: none;
		text-align: center;
	}
	#contact-sec1 .contact-col-left ul li {
		display: inline-block;
		vertical-align: top;
		width: 49%;
		margin-bottom: 20px;
	}
	#contact-sec1 .contact-col-left ul li:last-child {
		display: block;
		width: 100%;
	}
	#contact-sec1 .contact-col-right {
		margin-top: 60px;

	}
	#contact-sec1 .contact-col-right form p {
		text-align: left;
	}
	#contact-map iframe {
		height: 350px;
	}
	#hp-sec8 .wpcf7 .cf-submit {
		margin-top: 30px;
	}
	#blog-sec1 .blog-cont {
		max-width: 300px;
	}
	#blog-sec1 .event {
		max-width: 400px;
	}
	#blog-sec1.events-section ul li .blog-cont {
		max-width: 400px;
	}
	#hp-sec4 .numbered-2 {
		max-width: 30%;
	}
}

@media screen and (max-width:640px){
	.my-container {
		max-width: 400px;
	}
	#hp-banner,
	.inner-banner {
		padding: 120px 0 60px;
	}
	.banner-title,
	.inner-banner .inner-banner-heading {
		font-size: 30px;
		line-height: 38px;
	}
	.banner-subtitle,
	.inner-banner .inner-banner-text {
		font-size: 14px;
		line-height: 22px;
		max-width: 350px;
	}
	.site-btn {
		padding: 8px;
		max-width: 130px;
		margin: 19px auto 0;
		font-size: 14px;
		line-height: 22px;
	}
	.sec-title,
	#blog-sec1 .blog-cont h2 {
		font-size: 22px;
		line-height: 30px;
	}
	h3 {
		font-size: 18px;
		line-height: 26px;
	}
	#hp-sec5 .col {
		max-width: 250px !important;
		width: 100% !important;
		float: none !important;
		display: block;
		margin: 0 auto 24px !important;
		position: relative;
	}
	#hp-sec5 .row .col .title-area {
		position: absolute;
		bottom: 14px;
		padding: 10px;
	}
	#hp-sec5 .row2 .col4 {
		margin-right: auto !important;
	}
	#hp-sec5 .row .title-area h4 {
		font-size: 14px;
		line-height: 22px;
		color: #ffffff;
		text-shadow: 1px 1px 12px #000000;
	}
	#hp-sec6 .site-btn {
		margin-left: auto;
	}
	#ap-sec3 .featured-images img,
	#mp-sec1 .featured-images img{
		position: relative;
		margin-top: 12px;
	}
	#ap-sec2 p br, #ap-sec3 p br, #ap-sec4 p br, .tab-content .col p br {
		display: none;
	}
	#services-sec1 .services-sec1-col2 img {
		max-width: 80%;
	}
	#ministry-sec1 .sideTabs {
		width: 100%;
		float: none;
	}
	#ministry-sec1 .tabbtns {
		padding: 12px;
	}
	#ministry-sec1 .ministry-tab-container {
		width: 100%;
		float: none;
		padding: 50px 0;
		border-left: none;
		text-align: center;
	}
	#ministry-sec1 .ministry-img img {
		width: 49%;
	}
	#mp-sec1 .mobile-ft-img {
		margin: 40px 0 70px;
	}
	#gp-sec1 .gallery-img {
		max-width: 258px;
		width: 100%;
		display: block;
		text-align: center;
		margin: 0 auto;
	}
	#gp-sec1 .gallery-grid {
		column-count: 2;
	}
	#gp-sec1 .popup-inner .slick-next {
		top: 200px !important;
	}
	#gp-sec1 .popup-inner .slick-prev {
		top: 185px;
	}
	#contact-sec1 .contact-col-left ul li {
		display: block;
		width: 100%;
		margin-bottom: 45px;
	}
	#contact-map iframe {
		height: 300px;
	}
	#contact-sec1 .contact-col-right form label {
		font-size: 14px;
	}
	#blog-sec1 img {
		float: none;
		width: 100%;
		margin: 0 0 15px;
	}
	#blog-sec1 .blog-cont {
		max-width: 100%;
		margin: 0;
	}
	#blog-sec1 .event {
		max-width: 200px;
	}
	#footer-main, #footer-main .footer-social {
		text-align: center;
	}
	#footer-main .footer-social li {
		padding-right: 12px;
		padding-bottom: 7px;
		padding-left: 12px;
	}
	#hp-sec4 .numbered-2 {
		max-width: 38%;
	}
}

@media screen and (max-width:440px){
	.my-container {
		max-width: 280px;
	}
	#hp-banner,
	.inner-banner {
		padding: 80px 0 40px;
	}
	.banner-title,
	.inner-banner .inner-banner-heading {
		font-size: 25px;
		line-height: 32px;
	}
	.page-section {
		padding: 40px 0;
	}
	.sec-title,
	#blog-sec1 .blog-cont h2 {
		font-size: 20px;
		line-height: 28px;
	}
	.sec-title .title-icon {
		max-width: 40px;
	}
	h3 {
		font-size: 16px;
		line-height: 24px;
	}
	#hp-sec2 {
		padding: 40px 0;
	}
	#hp-sec2 .sec-title::after {
		margin-top: 18px;
	}
	.tabs-title {
		border: none;
	}
	.tablinks {
		float: none;
		width: 100%;
		padding: 20px 10px;
		border: none !important;
	}
	p strong,
	#blog-sec1 .blog-cont h5,
	#blog-sec1.events-section ul li .events-btn {
		font-size: 16px;
		line-height: 24px;
	}
	#hp-sec4 .col1 {
		width: 100%;
		padding: 50px 5%;
	}
	#hp-sec6 .event-list,
	#blog-sec1 .event-list {
		padding: 24px 0;
	}
	#hp-sec6 .event-list .event-date,
	#blog-sec1 .event-list .event-date {
		margin-right: 12px;
	}
	#hp-sec6 .event,
	#blog-sec1 .event {
		margin-left: 0;
	}
	#hp-sec6 .event-btn,
	#blog-sec1 .event-btn {
		float: none;
	}
	#hp-sec8 .wpcf7 input[type="text"],
	#hp-sec8 .wpcf7 input[type="email"] {
		padding: 8px 12px;
	}
	#services-sec1 .services-sec1-col2 img {
		max-width: 100%;
	}
	#services-sec1 .services-sec1-col2 .image-right {
		float: none;
	}
	#services-sec1 .services-sec1-col2 .image-left {
		margin-top: 10px;
	}
	#ministry-sec1 .ministry-img img {
		width: 100%;
		margin-bottom: 2%;
		max-width: 197px;
	}
	#gp-sec1 .gallery-grid {
		column-count: 1;
	}
	#blog-sec1 .blog-right-col .sec-title,
	#blog-sec1.events-section ul li {
		margin: 0;
	}
	#mp-sec1 .col {
		margin-bottom: 0;
	}
	#hp-sec4 .icon-area {
		margin-bottom: 10px;
	}
	#hp-sec4 .numbered-2 {
		max-width: 55%;
	}
}

@media screen and (max-width:320px){
	.my-container {
		max-width: 90%;
	}
	#ap-sec3 .col .site-btn {
		max-width: 250px;
		font-size: 16px;
		line-height: 24px;
	}
	#hp-sec4 .numbered-2 {
		max-width: 75%;
	}
}