﻿
body {
    margin:0;
    padding:0;
    overflow-x:hidden;
    font-family: 'Roboto', sans-serif;
}

.top_bar {
    background: #28303b;
    padding: 7px 0;
}

.top_bar p {
    margin:auto;
    color: #fff;
    padding: 7px 0;
}

.top_bar .top_social_icons {
    margin:auto;
    padding:0;
    text-align: right;
}

.top_bar .top_social_icons li {
    list-style-type:none;
    display:inline-block;
}

.top_bar .top_social_icons li a {
    width: 34px;
    height: 34px;
    border: 1px solid #fff;
    background: #fff;
    color:#302d2d;
    display: inline-block;
    text-align: center;
    padding: 7px 0;
    /*! margin: 0 4px; */
    text-decoration:none;
    border-radius: 1px;
    transition:all 0.3s ease-in-out;
}

.top_bar .top_social_icons li:first-child a {
    background:#3b5998;
    color:#fff;
    border-color:#3b5998;
}

.top_bar .top_social_icons li:nth-child(2) a {
    background:#1ea1f3;
    color:#fff;
    border-color:#1ea1f3;
}

.top_bar .top_social_icons li:nth-child(3) a {
    background:#dd4f43;
    color:#fff;
    border-color:#dd4f43;
}

.logo_section {
    position:relative;
    background:#fff;
    /*! z-index:-1; */
    border-bottom: 1px solid #cecece;
}

.logo_section::before {
    content:'';
    position: absolute;
    /*! background: #0c1f38; */
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    margin-left: -250px;
}

.logo_section .logo {
    position:relative;
    padding: 10px 0;
    /*! background: #0c1f38; */
}

.logo_section .logo::after {
    content:'';
    position: absolute;
    height: 100%;
    /*! background: #0c1f38; */
    width: 89px;
    top: 0;
    right: -30px;
    transform: skewX(-30deg);
    /*! z-index: -1; */
}

.logo_section .logo img {
    /*width: 90%;*/
    position: relative;
    z-index: 1;
}

.menu_section {
    border-bottom:1px solid #dadada;
}

/*Project slider start*/

body, html {
	margin: 0;
	padding: 0;
}


.owl-prev, .owl-next {
	position: absolute;
	top: 0;
	height: 100%;
	width: 0;
	background: rgba(25, 169, 153, 0.56);
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	font-size: 25px;
	overflow: hidden;
	color: #fff;
	text-align: center;
}
.owl-nav i {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.owl-prev {
	left: 0;
}
.owl-next {
	right: 0;
}

/*project*/
#project-section .italic {
	margin-bottom: 8px;
}
#project-section .grid figure {
	float: none
}

.project-col-3 {
	list-style: none;
	padding-left: 0;
	padding-top: 29px;
	margin-left: -30px;
}
.project-col-3 li {
	float: left;
	padding-left: 30px;
	width: 33.33%;
	margin-bottom: 15px;
}
@media (max-width: 991px) {
.project-col-3 li {
	width: 50%;
}
}
@media (max-width: 767px) {
.project-col-3 li {
	width: 100%;
}
}
/*  Project details   ||-----------*/
.project-details {
	position: relative;
}
.project-info {
	position: absolute;
	top: 80%;
	right: 20px;
	background: #d49c07;
	color: #fff;
	padding: 48px 30px;
	width: 400px;
}
.project-box {
	overflow: hidden;
	width: 100%;
}
.project-info ul, .project-gallery {
	list-style: none;
	padding: 0;
}
.project-info li {
	padding-top: 10px;
}
.project-info strong {
	min-width: 133px;
	display: inline-block;
}
.project-gallery {
	overflow: hidden;
}
.project-gallery li {
	margin-bottom: 20px;
	width: 50%;
	float: right;
	padding-right: 20px;
}
.project-gallery li img {
	width: 100%;
	max-width: none;
}
#related-project .owl-prev, #related-project .owl-next {
	top: -42px;
	right: 0;
	left: auto;
	border: 2px solid #e9e9e9;
	color: #ccc;
	font-size: 22px;
	height: 1.8em;
	line-height: 1.6em;
	padding: 0;
	text-align: center;
	width: 1.8em;
	margin-right: 0;
	margin-left: 0;
	opacity: 1;
	background: none;
}
#related-project .owl-prev {
	right: 50px;
}
#related-project .owl-prev:hover, #related-project .owl-next:hover {
	border: 2px solid #fab702;
	color: #fff;
	background: #fab702;
}
.project-col-3 li.width-2 {
	width: 66.66%;
}
.project-col-3 li.grid-sizer {
	margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
.project-info {
	width: 100%;
}
.project-info {
	position: static;
}
.project-info li {
	float: left;
	width: 50%;
}
.project-gallery {
	margin-left: -20px;
}
.project-gallery li {
	float: left;
	width: 25%;
	padding-right: 0;
	padding-left: 20px;
	margin-bottom: 0;
}
.project-col-3 li.width-2 {
	width: 50%;
}
}
@media (max-width: 767px) {
.project-info {
	width: 100%;
}
.project-info {
	position: static;
}
.project-info li {
	float: none;
}
.project-col-3 li.width-2 {
	width: 100%;
}
.project-gallery li {
	margin-bottom: 0;
}
#related-project .owl-prev, #related-project .owl-next{
	bottom: 0;
	top: auto;
}
}

/*-------------------------------------------------------------------------------------------*/
/* Project  ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/

.filter-button-group {
	list-style: none;
	padding: 0;
	overflow: hidden;
}
.filter-button-group li {
	float: left;
	margin-bottom: 10px;
	margin-right: 20px;
}
.line-btn {
	background: none;
	color: #323232;
	padding: 5px 10px;
	border: 2px solid #e1e1e1;
	display: block;
	cursor: pointer;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}
.line-btn:hover, .line-btn.active {
	background: #6aaf08;
	border: 2px solid #6aaf08;
	color: #fff;
}
.project-col-3 {
	list-style: none;
	padding-left: 0;
	margin-left: -30px;
}
.project-col-3 li {
	float: left;
	padding-left: 30px;
	width: 33.33%;
	margin-bottom: 15px;
}
@media (max-width: 991px) {
	.project-col-3 li {
		width: 50%;
	}
}
@media (max-width: 767px) {
	.project-col-3 li {
		width: 100%;
	}
}

.owl-prev,.owl-next{
	width: 50px;
    height: 50px;
    line-height: 34px;
    position: absolute;
    bottom: -26px;
    margin-top: -15px;
    background:rgba(0, 170, 79, 0.55);
    font-size: 29px;
    color: #fff;
    text-align: center;
    top: auto;
	
}

.owl-prev{
	left:0;
}
.owl-next{
	left:51px;
}
/*thumbnails*/
.owl-thumbs{
	padding-top:40px;
	text-align:center;
}
.owl-thumbs .owl-thumb-item{
	width:10%;
	text-align:center;
	border:none;
	background:none;
	padding: 10px;
	opacity: .5;
	-webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}
.owl-thumbs .owl-thumb-item.active{
	opacity: 1;
}
@media only screen and (max-width: 991px) and (min-width: 768px){
	
	.owl-thumbs .owl-thumb-item {
    width: 14%;
	}
	.owl-thumbs{
		padding-top:0;
	}
	
}
@media (max-width:767px){
	.owl-thumbs{
		padding-top:0;
	}
	.owl-thumbs .owl-thumb-item{
		width: 25%;
	}
	.sub-title__blck{
	margin-bottom:15px;
	}
}

/*===========Project Section==========*/
.project__block{
	width:70%;
	margin:0 auto;
}
.project__item-detail{
	position:relative;
}
.project__item-text{
	position:absolute;
	top:50%;
	left:100%;
	margin-left:-200px;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	width:400px;
	padding:40px;
	background:#fff;
	box-shadow:-9px 7px 18px 1px rgba(0, 0, 0, 0.28);
}
.project__item-text p{
	padding:10px 0;
}
.more_btn {
	background:#00aa4f;
	padding:10px 15px;
	display:inline-block;
	text-decoration: none;
	color: #fff;
}
.more_btn:hover {
	text-decoration: none;
	color: #28303b;
}

.project_section{
	overflow:hidden;
	    
}
.project_section .owl-item .project__item-text{
	opacity:0;
}
.project_section .owl-item.center .project__item-text{
	opacity:1;
}
.project_section .owl-item{
	opacity:0.5;
}
.project_section .owl-item.center{
	z-index: 9;
	opacity:01;
}
.project_section .owl-carousel .owl-stage-outer{
	overflow: visible;
}
@media only screen and (max-width: 1360px){
	.project__item-text{
		left:94%;
	}
}
@media only screen and (max-width: 991px) and (min-width: 768px){
	.project__block{
		width:100%;
	}
	.project__item-text {
    left: auto;
	right:30px;
	}
}
@media only screen and (max-width:767px){
	.project__item-text{
		position:static;
		transform: translateY(0);
    -webkit-transform: translateY(0);
	width: 100%;
	margin-left:0;
	padding:15px 15px 68px;
	box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.28);
	}
	.project__block{
		width:100%;
	}
}
/*End Of Project Slider*/

.project_section {
    padding:45px 0 0;
}

.project_section .owl-item.center .project__item-text h3 {
    margin-top:0;
}

.project_section .row {
    padding-bottom:30px;
}

.project_section .owl-controls {
	position: absolute;
	top: 0;
	bottom: 25px;
}

.project_section .heading_section {
    text-align:center;
}

.heading_section {
	margin-bottom: 30px;
}

.heading_section .heading {
	font-size: 35px;
	text-transform: uppercase;
	margin: 0;
	position: relative;
	display: inline-block;
	padding-bottom: 28px;
	font-family: 'Playfair Display SC', serif;
	font-weight: bold;
}

.heading_section .heading::before {
	content:'';
	position: absolute;
	width: 35%;
	background: #00aa4f;
	height: 2px;
	display: block;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.heading_section .heading::after {
	content:'';
	position: absolute;
	width: 60%;
	background: #00aa4f;
	height: 2px;
	display: block;
	bottom: 12px;
	left: 0;
	right: 0;
	margin: auto;
}

.project_section .owl-stage {
    background: rgb(247, 247, 247);
}

/*Testimonail Start*/

.testimonial_section {
    background:url(../images/bg/bg.jpg) fixed;
    position:relative;
    background-size:cover;
    background-position: center center;
}

.testimonial_section .shape_img {
    position:relative;
    /*margin-bottom:45px;*/
}

.testimonial_section .heading_section {
    text-align:center;
    margin-top: 45px;
}

.testimonial_section .heading_section .heading {
    color:#fff;
}


.overlay-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);   
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;      
}
.bg-img {
  width: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;   
  overflow: hidden;   
}

.owl-dots {
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
}
.owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 1px solid #E0E0E0;
  background: transparent;
  margin-right: 5px;
  display: inline-block; 
  margin-top: 40px;
}
.owl-dot.active {
  border: 1px solid #00aa4f;
  background: #00aa4f;
}
@media (max-width:767px) {  
  .owl-nav {
    visibility: hidden;
  }   
}
@media (min-width:768px) and (max-width:992px) {
  .abt-slider .owl-prev,
  .priest-slider-two .owl-prev,
  .event-slider-two .owl-prev {
    left: -2%;
  }
  .abt-slider .owl-next,
  .priest-slider-two .owl-next,
  .event-slider-two .owl-next {
    right: -2%;
  }
  .owl-prev, .owl-next {    
    width: 45px !important;
    height: 35px!important;
  }
}



/*.pastor-main-block .pastor-slider {
  padding-top: 183px;
  padding-bottom: 110px;
}*/
.pastor-main-block .pastor-content {  
  max-width: 980px;
  margin: 0 auto;
  /*! border: 2px solid #FFF; */
  padding: 15px 86px 0px;
  text-align: center;
}
.pastor-main-block .pastor-dtl {
  color: #FFF;
  line-height: 38px;
  font-weight: 400;
  /*! font-style: italic; */
  font-size: 20px;
}
.pastor-content .quotes-icon {
  color: #00aa4f;
}
.pastor-main-block .pastor-id p {
  text-transform: uppercase;
  color: #00aa4f;
  text-align: center;
  padding-top: 20px;
}
@media (max-width:768px) {
  .pastor-main-block .pastor-dtl {
    font-size: 24px;
  }
  .pastor-main-block .pastor-content {  
    padding: 40px 20px;
  }
}

/* ================================= */
    /*===== Pastor Gallery =====*/
/* ================================= */
.pastor-gallery-main-block {
  position: relative;  
  margin: 24px auto 88px;
}
.pastor-gallery-block {
  position: relative;
  overflow: hidden;
}
.pastor-gallery-block .pastor-content {
  text-align: center;
  background-color: #FFF;
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pastor-gallery-block .social-two {
  position: absolute;
  top: 75%;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.pastor-gallery-block .pastor-img {
  border: 1px solid #E2E2E2;
}
.pastor-gallery-block .overlay-bg {
  background: rgba(4, 4, 4, 0.7);
  opacity: 0;
  -webkit-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.pastor-gallery-block:hover .overlay-bg {
  opacity: 1;
}
.pastor-gallery-block:hover .pastor-content {
  position: absolute;
  top: 40%;
  background-color: transparent;
  color: #FFF;
}
.pastor-gallery-block:hover .social-two {
  top: 35%;
  opacity: 1;
}
.pastor-gallery-block .pastor-id {
  font-size: 22px;
  margin-top: 21px;
  margin-bottom: 7px;
  -webkit-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.pastor-gallery-block:hover .pastor-id {
  color: #FFF;
}
.pastor-gallery-block .pastor-id:hover {
  color: #00aa4f;
}
.pastor-gallery-block:hover .pastor-post {
  color: #A1A1A1;
}
.pastor-gallery-main-block .row-top-spacing {
  margin-top: 64px;
}
.pastor-gallery-main-block .load-more {
 margin-top: 80px;
}
@media (max-width:767px) {  
  .pastor-gallery-block:hover .social-two {
    top: 45%;
  }
}
@media (min-width:768px) and (max-width:992px) {  
  .pastor-gallery-block .social-two {
    top: 50%;
  }
}

/* ================================= */
    /*===== Pastor Detail Page =====*/
/* ================================= */
.pastor-dtl-block {
  margin: 107px 0 40px;
  position: relative;
}
.pastor-dtl-block .pastor-content,
.pastor-dtl-two .pastor-content {
  margin-top: 30px;
}
.pastor-dtl-block .pastor-post {
  margin-top: 14px;
  font-size: 21px;
}
.pastor-dtl-block .social-two li {
  margin-right: 10px;
}
.pastor-dtl-block .pastor-desc {
  margin: 38px 20px 26px 0;
}
@media (min-width: 768px) and (max-width: 992px){
  .pastor-dtl-block .pastor-content{
    margin-top: 0;
  }
  .pastor-dtl-block hr {
    margin: 10px 0;
  }
  .pastor-dtl-block .pastor-id {
    font-size: 22px;
  }
  .pastor-dtl-block .pastor-post {
    margin-top: 5px;
    font-size: 16px;
  }
  .pastor-dtl-block .pastor-desc {
    margin: 5px 20px 5px 0;
  }
  .pastor-dtl-block .pastor-content,
  .pastor-dtl-two .pastor-content {
    margin-top: 30px;
  }  
}
/*===== Pastor dtl two  =====*/
.pastor-dtl-two {
  margin-bottom: 70px;
}
.pastor-dtl-heading {
  font-size: 19.8px;  
  margin-bottom: 22px;
}
.pastor-dtl p {
  color: #545454;
}
.pastor-dtl-two .pastor-dtl-img {
  margin-top: 41px
}
.pastor-img img {
  width: 100%;
}
/*===== Pastor quote =====*/
.pastor-quote-main-block {
  margin-bottom: 76px;
}
.pastor-quote-block {
  border: solid 1px #DDD;
  padding: 32px 153px;
  text-align: center;
  line-height: 1.44;
  font-style: italic;
}
.pastor-quote-block p {
  margin: 17px 40px;
}
.pastor-quote-block .quotes-icon {
  color: #606060;
  margin: 29px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pastor-quote-block:hover .quotes-icon {
  color: #00aa4f;
}
@media (max-width:767px) {  
  .pastor-form-block {
    display: block;
  }
  .pastor-quote-block {
    padding: 15px 5px;
  }
  .pastor-quote-main-block {
    margin-bottom: 40px;
  }
  .pastor-dtl-block .pastor-content,
  .pastor-dtl-two .pastor-content {
    margin-top: 30px;
  }
}
@media (min-width:768px) and (max-width:992px) {  
  .pastor-quote-block {
    padding: 20px;
  }
}

/* ================================= */
    /*===== Pastor FAQ =====*/
/* ================================= */
.pastor-faq .panel-default >.panel-heading {
  background-color: #FFF;
  border: solid 1px #E8E8E8;
}
.pastor-faq .panel-heading {
  border-radius: 0;
}
.pastor-faq .panel {   
  border-radius: 0;
  border: 1px solid #E8E8E8;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pastor-faq .faq-heading {
  font-size: 15.5px;
  color: #333;
  font-weight: 400;
  line-height: 2;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pastor-faq .panel-default {
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pastor-faq .panel-default:hover >.panel-heading {
  border: 1px solid #00aa4f;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pastor-faq .panel-default:hover .faq-heading,
.pastor-faq .panel-default:hover .faq-btn {
  color: #00aa4f;
} 
.pastor-faq .panel-group .panel+.panel {
  margin-top: 20px;
}
.pastor-faq .panel-default>.panel-heading+.panel-collapse>.panel-body {  
  padding: 22px 55px 55px 22px;
  box-shadow: 0px 3px 9.3px 0.7px rgba(198, 198, 198, 0.35);
}
.faq-btn {
  color: #E8E8E8;
  font-size: 16px;
  background-color: transparent; 
  margin-top: -35px;
  margin-right: -35px;
  border: none;  
}
.faq-heading .btn-default:hover,
.faq-heading .btn-default:focus {
  color: #00aa4f;
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
}
.faq-btn-minus {
  display: inherit;
}
.collapsed .faq-btn-minus {
  display: none;
}
.faq-btn-plus {
  display: none;
}
.collapsed .faq-btn-plus {
  display: inherit;
}
@media (max-width:992px) {  
  .pastor-faq {
    margin-top: 30px;
  }
}


.pastor-slider {
    padding-bottom:45px;
}

/*Testimonail End*/

footer {
    /*! background:url(../images/bg/ftr_bg.jpg); */
    position:relative;
    background: #14181d;
}

/*footer::before {
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
}*/

.copyright_section {
	padding: 10px 0;
	border-top: 1px solid #3e454e;
	position: relative;
}

.copyright_section p {
    margin:auto;
    text-align:center;
    font-size: 15px;
    text-transform: capitalize;
    color:#959595;
}

.copyright_section p a {
	color: #00aa4f;
}

.sub_footer {
	padding: 35px 0;
	position: relative;
}

.sub_footer .ftr_hg {
	margin-top: 0;
	color: #fff;
	font-size: 30px;
	font-family: 'Playfair Display SC', serif;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 25px;
}

.sub_footer .ftr_hg::after {
	content:'';
	position: absolute;
	width: 50px;
	height: 2px;
	background: #00aa4f;
	left: 0;
	bottom: 0;
}

.sub_footer .footer_widget {
}

.sub_footer .footer_widget p {
    color:#959595;
    font-size: 15px;
    line-height: 26px;
}

.sub_footer .footer_widget p a {color: #00aa4f;}

.sub_footer .footer_widget .ftr_tbl {
}

.sub_footer .footer_widget .ftr_tbl td {
	padding: 8px;
	color: #959595;
	font-size: 15px;
}

.sub_footer .footer_widget .ftr_tbl td:first-child {
	padding-left:0;
}

.sub_footer .footer_widget .ftr_tbl td i {
	color: #00aa4f;
	border: 1px solid #fff;
	width: 35px;
	height: 35px;
	text-align: center;
	font-size: 18px;
	padding: 6px 0;
}

.ftr_links {
    padding:0;
    margin:0;
}

.ftr_links li {
    list-style-type:none;
    padding: 6px 0;
    font-size: 15px;
}

.ftr_links li::before {
    content:'\f101';
    font-family:FontAwesome;
    color: #00aa4f;
}

.ftr_links li a {
    color:#959595;
    text-decoration: none;
    padding: 0 12px;
}

.discover_section {
    padding:35px 0;
}

.discover_section .heading_section {
    text-align:center;
    margin-bottom: 40px;
}

.discover_box {
	position: relative;
	overflow: hidden;
}

.discover_box figure {
	position: relative;
}

.discover_box figure img {
	width: 100%;
}

.discover_box .discover_overlay {
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: -60px;
	transition: all 0.3s linear;
}

.discover_box:hover .discover_overlay {
	bottom:0;
	background: rgba(0,0,0,0.6);
}

.discover_box .discover_overlay h4 {
	margin: auto;
	background: #00aa4f;
	padding: 15px;
	text-transform: uppercase;
    color: #fff;
}

.discover_box .discover_overlay a {
	color: #fff;
	margin: 40px auto;
	display: inline-block;
	font-size: 16px;
	text-decoration: none;
}

.inner_page_banner {
    background-size:cover;
    position:relative;
}

.about_page {
    background:url(../images/banner/banner.jpg) no-repeat;
}

.contact_page {
    background:url(../images/banner/contact_bg.png) no-repeat;
}

.building_work {
    background:url(../images/banner/buildingWork.jpg) no-repeat;
}

.msg_page {
    background:url(../images/banner/message.jpg) no-repeat;
}

.road_construction_page {
    background:url(../images/banner/roadConstruction.jpg) no-repeat;
}

.solar_page {
    background:url(../images/banner/solar.jpg) no-repeat;
}

.structureFoundation_page {
    background:url(../images/banner/structureFoundation.jpg) no-repeat;
}

.substation_page {
    background:url(../images/banner/substation.jpg) no-repeat;
}

.inner_page_banner::before {
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
}

.inner_page_banner h3 {
    margin: 120px 0;
    font-family: 'Playfair Display SC', serif;
    font-size: 46px;
    color: #fff;
    font-weight: bold;
    position:relative;
    padding: 20px 0;
}

.inner_page_banner h3::after {
    content:'';
    position:absolute;
    width: 60px;
    height: 3px;
    background: #00aa4f;
    bottom: 0;
    left: 0;
}

.page_content {
	padding: 35px 0;
}

.text {
	font-size: 15px;
	line-height: 28px;
	color: #4e4d4d;
}

.contact_tbl {
}

.contact_tbl td {
	padding: 8px;
	font-size: 16px;
    vertical-align:top;
}

.contact_tbl td i {
	color: #ed2915;
}

.contact_tbl td span {
    color: #ed2915;
    font-weight: bold;
}

.padding_zero {
    padding:0;
}

.slider_bottom_section {
	padding-top:35px;
}

.slider_bottom_section .box_content {
	background: #cc2a1a;
	color: #fff;
	text-align: center;
	padding: 40px 10px 20px;
	transition: all 0.2s ease-in-out;
	position: relative;
	border-width: 4px 1px 1px;
	border-style: solid;
	border-color: #000;
}

.slider_bottom_section .box_content:hover {
    background: #00aa4f;
    border-color: #00aa4f;
    /*! color:#222; */
}

.slider_bottom_section .box_content .black_img {
    display:none;
}

.slider_bottom_section .box_content:hover .black_img {
    display:initial;
}

.slider_bottom_section .box_content:hover .white_img {
    display:none;
}

.slider_bottom_section .box_content2 {
	background: #00aa4f;
	color: #fff;
	text-align: center;
	padding: 40px 10px 20px;
	transition: all 0.2s ease-in-out;
	position: relative;
	border-width: 4px 1px 1px;
	border-style: solid;
	border-color: #000;
}

.slider_bottom_section .box_content2:hover {
    background: #cc2a1a;
    border-color: #cc2a1a;
    color:#fff;
}

.slider_bottom_section .box_content2 .white_img {
    display:none;
}

.slider_bottom_section .box_content2:hover .white_img {
    display:initial;
}

.slider_bottom_section .box_content2:hover .black_img {
    display:none;
}

.slider_bottom_section .box_content::before, .slider_bottom_section .box_content2::before {
    content:'';
    position:absolute;
    width: 40px;
    height: 40px;
    background: #fff;
    top: -25px;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
    transition: all 0.2s ease-in-out;
    opacity:0;
}

.slider_bottom_section .box_content:hover::before, .slider_bottom_section .box_content2:hover::before {
    opacity:1;
}

.slider_bottom_section .box_content h3, .slider_bottom_section .box_content2 h3 {
	margin: auto;
	padding-bottom: 20px;
	text-transform: uppercase;
	font-size: 19px;
}

.slider_bottom_section .box_content img, .slider_bottom_section .box_content2 img {
	padding-bottom: 20px;
	width: 100px;
    transition: all 0.2s ease-in-out;
}

.slider_bottom_section .box_content p, .slider_bottom_section .box_content2 p {
	line-height: 25px;
	font-size: 15px;
	padding: 0 10px;
}

.slider_bottom_section .row > div:nth-child(3n+1) {
    clear:both;
}

.contact_tbl2 td:first-child {
    width:120px;
}

/*Responsive Start*/

@media (max-width:767px) {

    .top_bar p {
        text-align:center;
        padding: 5px 0;
    }
    
    .top_bar .top_social_icons {
        text-align:center;
        padding: 5px 0;
    }

    .tp-rightarrow.default, .tp-leftarrow.default {
        width: 30px;
        height: 30px;
        background-size: 20px;
        background-position: 50% 50%;
    }

    .project__item-text {
        padding: 15px 15px;
    }

    .project__item-text p {
        margin:auto;
        line-height: 24px;
        padding: 0;
        color: #666;
    }

    .project_section .row {
        padding:0;
    }

    .heading_section .heading {
        font-size: 24px;
    }

    .heading_section .heading::before {
        width: 30%;
    }

    .heading_section .heading::after {
        width: 55%;
    }

    .discover_section .heading_section {
        margin-bottom: 30px;
    }

    .discover_box {
        margin-bottom:25px;
    }

    .discover_box .discover_overlay h4 {
        font-size: 16px;
    }

    .pastor-main-block .pastor-content {
        padding: 0 20px;
    }

    .pastor-main-block .pastor-dtl {
        font-size: 15px;
        line-height: 26px;
    }

    .sub_footer .ftr_hg {
        font-size: 24px;
    }

    .sub_footer .footer_widget {
        margin-bottom:25px;
    }

    .sub_footer .footer_widget .ftr_tbl td {
        font-size: 14px;
    }

    .sub_footer .footer_widget p {
        font-size:14px;
    }

    .ftr_links li {
        font-size:14px;
    }

    .dropdown-content1 a {
        padding: 4px 16px;
    }

    #cssmenu > ul li:last-child a {
        border:none !important;
    }

    #cssmenu > ul > li > a {
        padding: 4px 8px;
    }

    .inner_page_banner h3 {
        margin: 55px 0;
        font-size: 26px;
    }

    .contact_tbl2 {
        margin-top:15px;
    }

    .contact_tbl2 td:first-child {
        width: auto;
    }

    .contact_tbl2 td {
        display:block;
        padding: 6px;
    }

    .xs_hidden {
        display:none !important;
    }

}

@media (min-width:768px) and (max-width:991px) {

    #cssmenu > ul > li > a {
        text-transform: capitalize;
        padding: 0 6px;
        line-height: 57px;
    }

    .slider_bottom_section .row > div:nth-child(2n+1) {
        clear:both;
    }

    .slider_bottom_section .row > div:nth-child(3n+1) {
        clear:initial;
    }

    .slider_bottom_section .box_content, .slider_bottom_section .box_content2 {
        min-height: 360px;
    }

    .slider_bottom_section .row > div:nth-child(3) .box_content {
        background: #00aa4f;
    }

    .slider_bottom_section .row > div:nth-child(3) .box_content:hover {
        background: #cc2a1a;
        border-color:#cc2a1a;
    }

    .slider_bottom_section .row > div:nth-child(4) .box_content2 {
        background: #cc2a1a;
    }

    .slider_bottom_section .row > div:nth-child(4) .box_content2:hover {
        background: #00aa4f;
        border-color:#00aa4f;
    }

    .owl-prev, .owl-next {
        bottom: -24px;
        width: 45px !important;
        height: 45px !important;
    }

    .dropdown-content1 {
        left: auto;
        right: 0;
    }

    .discover_box .discover_overlay h4 {
        padding: 12px 10px;
        font-size: 15px;
    }

    .pastor-main-block .pastor-dtl {
        font-size: 18px;
        line-height: 28px;
    }

    .pastor-main-block .pastor-content {
        padding: 10px 20px;
    }

    .sub_footer .ftr_hg {
        font-size: 20px;
    }

    .sub_footer .footer_widget .ftr_tbl td i {
        width: 30px;
        height: 30px;
        padding: 5px 0;
        font-size: 15px;
    }

    .sub_footer .footer_widget .ftr_tbl td {
        font-size: 13px;
    }

    .copyright_section p {
        font-size: 14px;
    }

    .sub_footer .footer_widget p {
        font-size:13px;
    }

    .ftr_links li {
        font-size: 13px;
    }

    .ftr_links li a {
        padding: 0 8px;
    }

    .inner_page_banner h3 {
        margin: 80px 0;
        font-size: 36px
    }

    .heading_section .heading {
        font-size: 30px;
    }

}

@media (min-width:992px) and (max-width:1199px) {

    #cssmenu > ul > li > a {
        text-transform:capitalize;
        line-height: 82px;
    }

    .dropdown-content1 {
        left:auto;
        right:0;
    }

    .slider_bottom_section .box_content h3, .slider_bottom_section .box_content2 h3 {
        font-size: 16px;
    }

    .slider_bottom_section .box_content p, .slider_bottom_section .box_content2 p {
        font-size: 14px;
    }

    .slider_bottom_section .box_content, .slider_bottom_section .box_content2 {
        min-height: 360px;
    }

    .discover_box .discover_overlay h4 {
        font-size: 16px;
        padding:12px;
    }

    .pastor-main-block .pastor-dtl {
        font-size: 18px;
        line-height:28px;
    }

    .pastor-main-block .pastor-content {
        padding: 0 86px;
    }

    .sub_footer .ftr_hg {
        font-size: 22px;
        margin-bottom: 20px;
    }

}