@font-face { 
    font-family: "DMSans-Regular"; 
    src: url('../fonts/DM_Sans/static/DMSans-Regular.ttf');
 } 

 @font-face { 
    font-family: "DMSans-Bold"; 
    src: url('../fonts/DM_Sans/static/DMSans-Bold.ttf');
 } 
 @font-face { 
    font-family: "DMSans-SemiBold"; 
    src: url('../fonts/DM_Sans/static/DMSans-SemiBold.ttf');
 } 


@font-face {
    font-family: "Apple chancery";
    src: url('../fonts/apple-chancery/Apple\ Chancery.ttf');
}
@font-face {
    font-family: "Merriweather-Regular";
    src: url('../fonts/Merriweather/Merriweather-Regular.ttf');
}

@font-face {
    font-family: "Merriweather-Bold";
    src: url('../fonts/Merriweather/Merriweather-Bold.ttf');
}
html{
    font-size: 16px;
}
body{
    font-family: "DMSans-Regular", Arial, Helvetica, sans-serif;
    color:rgba(17,17,17,0.8);
    
}
h1,h2,h3,h4,h5{
    font-family: "Merriweather-Bold", 'Times New Roman', Times, serif;
    color: #111;
}
h1{
   color: #008080;
}
h2.inner-container_title,
.inner-title_left{
    font-size: 1.25rem !important;
}
bdi{
	color:#D4A048;
}
bdi:hover{
	color:#008080;
}
/* h6{
    color: #111;
} */
a {
    color: #008080;
    text-decoration: none;
}
p a:hover {
    text-decoration: none;
}
a:hover
{
    color: #D4A048;
}
h3 {
    font-size:1.75rem;
}
/* header-section */

        .header{
            box-shadow: rgba(0, 0, 0, 0.15) 0 3px 3px 0;
            background:#FBF6F3;
            position: sticky;
            top: 0px;
            left: 0;
            right: 0;
            z-index: 10;
        }
			.dropdown-menu{
				box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
			}
        .dropdown-menu li{
            padding-right: 0.375rem !important;
            padding: 5px;  
        }
        .dropdown-item:focus,
        .dropdown-item:hover {
            color: #fff;
            background-color: inherit;
            text-decoration: none;
            transition: all 0.5s ease;
        }
        .dropdown-menu a:hover {
            background-color: #D4A048;
        }
 .nav-link:hover{
            color:#D4A048 !important;
}
        .header-list li:not(:last-child){
            padding-right: 1.563rem;
			
        }
        .header-list a{
            text-transform:uppercase;
            transition: all 0.1s ease;
            font-size: 0.875rem;
			 
        } 
			.header-list li a:not(:last-child) {
            color: rgba(17, 17, 17, 0.8) !important;
            }
        .offcanvas-menu{
            background-clip: border-box;
        }
        .navbar-toggler:focus{
            box-shadow: none;
        }
/* Banner Section */
				.btn-video {
    position: relative;
    display: inline-block;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #008080;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    font-size: 24px;
    transition: background 0.3s;
  }

  .btn-video i {
    position: absolute;
    top: 50%;
    left: 54%;
    transform: translate(-50%, -50%);
  }
  .btn:hover {
    color:#5156ea;
    background-color: #fff;
  
}
  .btn-video:before {
    position: absolute;
    left: -1px;
    top: -1px;
    content: "";
    width: 58px;
    height: 58px;
    border: 2px solid #008080;
    border-radius: 50%;
    opacity: 1;
    animation: pulse 1s infinite linear;
    animation-delay: 0.5s;
}
@keyframes pulse{
0% {
    
    transform: scale(1);
}
100% {
    
    transform: scale(1.2);
    opacity: 0;
}
}
.modal-content svg{
    position: absolute;
    top: 9px;
    right: 9px;
    z-index: 10;
    width: 25px;
}
.modal.fade .modal-dialog {
    transform: scale(0.5,0.5);
    
}
.modal.fade.show .modal-dialog {
    transform: scale(1,1);
}
.modal-content{
    height: 75vh;
    background-color: #000;
}
        .banner-text{
            font-size: 2rem;
            bottom: 1.25rem;
            font-family: "Apple chancery",sans-serif;
        } 
/*         .banner-section{
            position: relative;
            border-bottom: 0.438rem solid #D4A048;
            background: url(../img/banner.jpg) no-repeat;
            background-size: cover;
            height: 100vh;
            background-position-y: 38%;
        }
        .banner-section::before {
            content: ''; 
            position: absolute; 
            background-color: rgb(43 40 10 / 66%);
            width: 100%; 
            height: 100%; 
        }
        .banner-caption{
            color: #fff;
            text-align: center;
            position: absolute;
            bottom: 38%;
            right: 15%;
            left: 16%;
            top: 25%;
        }
        .modal.fade .modal-dialog {
            transform: scale(0.5,0.5);
        }
        .modal.fade.show .modal-dialog {
            transform: scale(1,1);
        }
        .modal-content{
            height: 75vh;
            background-color: #000;
        }
        .modal-content svg{
            position: absolute;
            top: 9px;
            right: 9px;
            z-index: 10;
            width: 25px;
        }
        .banner-caption h1{
            font-size: 3rem;
        }
        .banner-caption p{
            font-family: "Tiro Tamil", sans-serif;
            padding-bottom:1.5rem ;
            font-size: 1.490rem;
            padding-top: 0.375rem;
        }

        .banner-text{
            position: absolute;
            right: 15%;
            left: 16%;
            color: #fff;
            text-align: center;
            font-size: 2.875rem;
            bottom: 1.25rem;
            font-family: "Apple chancery",sans-serif;
        }
 */
/* Services Section */
        .our-services{
            background-color: #EEE3DD;
            border-bottom: 1px solid #008080;
        }
        .services-card {
            border-bottom: 3px solid #D4A048;
        }
        .services-card img{
            border-radius: 50%;
            overflow: hidden;
            border: 5px solid #D4A048;
        }
        .services-card p {
            color: #7d7d7d;
        }
/* about us Section */

        .about-section{
            background-color: #FBF6F3;
            padding-top: 6rem;
            padding-bottom: 8rem;
        }
        .about-content {
            color: #736e6ce0;
        }
        .about-title h2,
        .about-section_img{
            position: relative;
           
            color:#008080 ;
        }
       
        .about-title h2::after{
            content: "";
            position: absolute;
            width: 10%;
            border-bottom: 3px solid  #D4A048;
            left: 0;
            bottom: -18px;
        }
        .about-histroy h5{
           font-family: "DMSans-Bold",Arial, Helvetica, sans-serif;
            color: #201600;
        }
        .about-img{
            position: absolute;
            left: 10rem;
            bottom: 0;
            top: 4rem;
        }
       
/* Page Section */

        .page-section{
            background-image: url('../img/church_inner.jpg');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            padding-top: 6rem;
            padding-bottom: 4rem;
            font-family: "Merriweather-Regular",sans-serif;
        }
        .page-caption p{
            padding-top: 1rem;
            color: #ffff;
            font-size: 1.25rem;
        }
        .page-caption h3{
            color:#ffcc00;
            font-size: 1.563rem;
        }
   
/* Donate Section */

        .donate-secion{
            background-color: #EEE3DD;
            border-bottom: 1px solid #008080;
        }
        .donate-img{
            filter: grayscale(100%);
        }

        .donate-text{
            font-size: 1.188rem;
            padding-bottom: 0.5rem;
        }
        .donate-subtitle, .inner-banner_title,
        .inner-container_title,
        .inner-title_left,
        .inner-sub_title{
            position: relative;
            font-size: 2.25rem;
            color: #008080;
        }
        .donate-subtitle::after, 
        .inner-banner_title::after{
            content: "";
            width:3.875rem;
            position: absolute;
            border-bottom: 0.25rem solid #D4A048;
            left: 1px;
            bottom: -0.875rem;
        }
        .btn-primary{
            text-transform: uppercase;
            background-color: #D4A048;
            border-color: #D4A048 ;
			color:#fff;
            padding-left: 2.300rem;
            padding-right: 2.300rem;
            font-size: 0.90rem;
            font-family: "DMSans-SemiBold",sans-serif;
            padding-bottom: 0.6rem;
            padding-top: 0.6rem;
            border-radius: 0.313rem;
        }
        .btn-primary:hover{
            border-color:#D4A048;
            background-color: #fff;
            color: #D4A048;
        }
        .btn-primary:active,
        .btn-primary:focus,
        .btn-primary:focus:active {
            background-color: #fff !important;
            color: #D4A048 !important;
            border-color: #D4A048 !important;
            box-shadow: none !important;
            
        }
/* Event Section */

        .event-section{
            border-bottom: 0.438rem solid #D4A048;
        }

        .event-heading h2{
            color: #008080;
        }
        .event-detail h6{
           font-weight: 900;
           color: #000;
        }
        .event-icon p{
            font-size: 0.875rem;
            color: #736e6ce0;
        }
        .event-detail h4{
            font-size: 1.25rem;
        }
        .event-detail a{
            font-size: 0.875rem;
        }
/* Footer Section Css */

        .footer-section{
            background-color:#005957;
			padding: unset;
			text-align: left;
            padding-top: 5.813rem;
            color: rgba(255,255,255,0.8);
        }
ul {
	list-style-type: disc;
}
        .footer-list{
            list-style-position: inside;
        }
        .footer-list li:not(:last-child)::after{
            content: '';
            width: 90%;
            border-bottom: 0.063rem solid rgba(255,255,255,0.3);
            position: absolute;
            left: 0;
            bottom: 0;
        }
		.footer-message p{
			font-size: 0.875rem;
		}
        .footer-list li{
            position: relative;
            padding-bottom: 1.063rem;
        }
        .footer-list li a{
            text-decoration: none;
            color: rgba(255,255,255,0.8);
			font-size: 0.875rem;
        }
        .footer-list li a:hover{
            color: #DAA04A;
        }
		.footer-history p{
			font-size: 0.875rem;
		}
		.footer-contact{
			font-size: 0.875rem;
		}
        .footer-section h5{
        color:#DAA04A;
        padding-bottom: 0.625rem;
        font-size: 1.438rem;
        padding-top: 1.25rem;
        }
        .footer-tel, .footer-email{
        color: rgba(255, 255, 255, 0.8);
        text-decoration: none;
        }
		.footer-tel:hover,
		.footer-email:hover{
			color: #928659;
			
        }	
		a.footer-icon:hover {
			transform: scale(1.1);
			transition: all .2s ease;
		}
        .copyright{
        color: rgba(255,255,255,0.6);
			font-size: 0.875rem;
        }
        .footer-icon{
            width: 1.5rem;
            height: 1.5rem;
            display: inline-block;
            border-radius: 0.188rem !important;
            overflow: hidden;
            
        }
        .footer-icon:not(:last-child) {
        margin-right: 0.375rem;
        }
         /* Our Purpose */
         .inner-banner {
            background-color: #ECE3DE;
            padding-bottom: 5rem;
         }
         .inner-banner .inner-banner_title::after {
            bottom: 0;
         }
         .inner-container_title::after,
         .inner-sub_title::after{
            content: "";
            width: 3rem;
            position: absolute;
            border-bottom: 0.25rem solid #D4A048;
            bottom: -0.75rem;
            transform: translateX(-50%);
            left: 50%;
         }
         .inner-title_left::after{
            content: "";
            width: 7%;
            position: absolute;
            border-bottom: 0.25rem solid #D4A048;
            bottom: -0.75rem;
            left: 0;
         }
         .inner-container{
            margin-top: -3.5rem;
         }
         .inner-container_border{
            border-bottom: 1px solid #CDA158;
         }
         .content-list li{
            padding-bottom: 0.688rem;
			color:rgba(17,17,17,0.6);
        }
        .address-line p{
            margin-bottom: 0;
        }
        ul li::marker{
            font-size: .875rem;
        }
        /* Location */
.location-map .nav-tabs .nav-item .nav-link:hover{ 
	color:#111 !important;
}
        .nav-tabs .nav-item .nav-link.active{
            color: #111;
            background-color: #D4A048;
        }
        .nav-tabs .nav-item .nav-link{
            color: #111;
            background-color: #eee;
        }
        .nav-tabs .nav-item .nav-link:hover{
            color: #111;
            background-color: #D4A048;
        }
        .nav-tabs .nav-item .nav-link:active, 
        .nav-tabs .nav-item .nav-link:focus 
        {
            color: #111;
            background-color: #D4A048;
            box-shadow: none;
        }
        .inner-sub_title{
            font-size: 1.25rem;
        }
			/* Gallery */
		.lightbox{
			height: 100vh;
			position: fixed !important;
			top: 12% !important;		
		}
		.lb-closeContainer .lb-close{
			position: absolute;
			right: 29%;
			top: 0%;
		}
		.contact-icon svg{
			color: #D4A048;
			
		}
		.contact-icon{
			color: #111;
			font-size:1.188rem;
		}
		.contact-icon:hover{
			color: #008080;
		}
		.inner-telnumber{
			color: #111;
		}
		.inner-telnumber:hover{
			color: #008080;
		}

         /* media query */
@media screen and (min-width:1024px) and (max-width:1199.99px){
        .header-list li{
            padding-right: 12px !important;
        }
        .nav-item a{
            font-size: 0.813rem;
        }
        .banner-caption p{
            padding-bottom: 10rem;
        }
        .modal-content{
            height: 45vh;
        }
        .about-title{
            padding-left: 4rem;
        }
        .footer-section h5{
            font-size: 1.25rem;
        }
        .inner-sub_title{
            font-size: 1.063rem;
        }
        
    }

@media screen and (min-width:992px) and (max-width:1199px){
        html{
            font-size: 15px;
        }
        /* banner section */

        .banner-section{
            height: 75vh;
            background-position-x: 50%;
        }
        .banner-caption{
            top: 16%;
        }
        .video-svg{
            width: 16%;
        }
        .banner-caption h1{
            font-size: 38px;
        }

        /* about section */

        .about-title p{
            font-size: 16px;
        }
		/* event section */
        .event-icon svg{
            width: 8%;
        }
        /* footer section */

        .footer-section {
            font-size: 14px;
        }
	/* Gallery		 */
			.lb-closeContainer .lb-close {
				right: 16%;
			}
			.lightbox {
			
			top: 13% !important;
		}
        
    }

@media screen and (min-width:768px) and (max-width:991px){
        html{
            font-size: 12px;
        }
         /* banner section */

        .banner-section{
            height: 75vh;
            background-position-x: 50%;
        }
        .banner-caption{
            top: 16%;
        }
        .banner-caption h1{
        font-size: 29px;
        }
        .banner-caption p{
            padding-bottom: 8.75rem;
        }
        .video-svg{
            width: 16%;
        }
        .modal-content{
            height: 32vh;
        }
        /* Donate section */

        .donate-text{
            font-size: 1.1rem
        }
        .donate-subtitle{
            font-size: 1.75rem;
        }
        .donate-area{
            padding-left: 22px;
        
        }
        /* about section */
        .about-title{
            padding-left: 5rem;
        }
        .about-title p{
            font-size: 12px;
        }
        .about-img{
            position: absolute;
            left: 9rem;
            width: 88%;
            top: 3rem;
        }
		/* event section */
        .event-icon svg{
            width: 8%;
        }
        /* footer section */

        .footer-section {
            font-size: 14px;
        }
        .inner-sub_title{
            font-size: 1rem;
        }
	/* Gallery		 */
			.lb-closeContainer .lb-close {
				right: 5%;
				top: 0%;
			}
			.lightbox {
			
			top: 19% !important;
		}
       
        
    }   

@media screen and (min-width:993px) {
    

        .nav-item.dropdown:hover .dropdown-menu {
        display: block;
        }
        .donate-area{
            padding-left: 4rem;
        }
        .tab-content iframe{
            width: 100%;
        }
		

    }

@media screen and (max-width: 992px) {
        /* header section */
    
        .header-section{
            align-items: center;
        }
        .header-section .offcanvas{
            background-clip: border-box;
        }
        .navbar-toggler{  
            position: absolute;
            right: 0;
            top: 1.625rem;
        }
       .header-list{
            width: 100%;
            padding: 10%;
        }
        
        .nav-item{
            padding-bottom: 1rem;
        }
       
        .nav-logo{
            justify-content: space-between;
            padding: 1rem 2rem 1rem 1rem;
            align-items: center;
        }
        /* banner section */ 
        .banner-caption p{
            font-size: 16px;
        }
        /* footer section */
        .footer-section h5{
            font-size: 1.25rem;
        }
        .footer-history{
            order: 2;
         }
         .footer-link{
            order: 3;
         }
         .footer-message{
            order: 1;
         }
         .footer-contact{
            order: 4;
         }
         .tab-content iframe{
            width: 100%;
        }
       
    }
    
@media screen and (max-width:767px) {
        html{
            font-size: 16px;
        }
        /* banner section */

        .banner-section{
            height: 70vh;
            background-position-x: 50%;
        }
        .banner-caption{
            top: 9%;
        }
        .video-svg{
            width: 20%;
        }
        .banner-caption h1{
            font-size: 22px;
        }
        .banner-text{
            font-size: 1.938rem;
        }
        .modal-content{
            height: 34vh;
        }
        .about-church_img{
            width: 86%;
        }
        .about-img {
            position: absolute;
            left: 7rem;
            top: 3rem;
            width: 69%;
        }
        /* Donate section */
        .donate-secion{
            padding-bottom: 6rem;
        }  
        .footer-section{
            padding-top: 3rem;
        }  
		/* Gallery		 */
		
		.lb-closeContainer .lb-close {
			top: -4%;
			right: 2%;
		}
		.lightbox {
			top: 28% !important;
		}
		 .contact-icon {
			display: block;
			margin-bottom: 1rem;
			 text-align:center;
		  }
        
    }
    @media (min-width: 1400px) {
        .container {
            max-width: 80%;
        }
    }
    @media screen and (min-width: 1560px) and (max-width: 1680px) {
        html {
            font-size: 18px;
        }
    }
    @media screen and (min-width: 1826px) and (max-width: 1920px) {
        html {
            font-size: 20px;
        }
    }
    @media (min-width: 1921px) and (max-width: 2559px) {
        html {
            font-size: 24px;
        }
    }
    @media (min-width: 2560px) {
        html {
            font-size: 26px;
        }
    }
    
/* contact form */
.prayer-request-form {
        background-color: #f5ebe4;
        padding: 1.875rem;
        margin: auto;
        
      }
      .prayer-request-form h2{
        color: #243859;
      }
      .form-control{
        border-radius: 0%;
      }
      .form-contact{
        height: 3rem;
      }
      .btn-custom {
        background-color: #00695c;
        color: white;
        padding: 0.625rem 2.5rem 0.625rem 2.5rem !important;
        border-radius: 6px;
		  width: auto !important;
      }
	  .btn-custom:active,
      .btn-custom:hover,
      .btn-custom:focus-visible{
        background-color: #fff;
        color: #00695c;
		  border-color: #00695c;
		  border: 1px solid !important;
      }
      .error-message {
        color: red;
        font-size: 0.875em;
        margin-top: 0.25rem;
      }
	.wpcf7-form{
		position:relative;
	}

.prayer-request-form input {
	 height: 3rem;
	border: none;
	padding-left: 1rem;
	width: 100%;
}
.prayer-request-form input:focus, .prayer-request-form textarea:focus{
	outline: unset;
}

.prayer-request-form textarea {
	width: 100%;
	border: none;
	padding-left: 1rem;
}
.screen-reader-response {
	display: none;
}
.form-group {
	text-align: left;
}
.wpcf7-not-valid-tip {
	color: red;
	font-size: 0.875rem;
	display: block;
    padding-top: 0.5rem;
}
.wpcf7-response-output {
	  display:none;
}
/* gallery */
	
      .gallery-item{
        padding: 10px;
      }
      .gallery-item img{
        width: 100%;
      }
      .page-link:focus,
      .page-link:hover{
        background-color: #fff;
        color: #111;
        box-shadow: none;
      }
		.lightboxOverlay{
			width:100% !important;
			
		}
		
      .pagination a {
          margin: 0 5px;
          text-decoration: none;
          color: #333;
          padding: 5px 10px;
          border: 1px solid #d4a048;
          border-radius: 3px;
      }
      .pagination a.active {
        background-color: #d4a048;
        color: #fff;
        border: none;
      }
		
		
.grecaptcha-badge { visibility: hidden; }


.services-container, .services-baptist {
    display: flex;
    flex-wrap: wrap;
}

.service-left, .service-right, .services-baptist {
    width: 100%;
    padding: 10px;
}
.service-right h4, .service-left h4{
	font-size:1.25rem;
}

.address-line {
  flex: 1 1 45%;
  box-sizing: border-box;
}
.farnborough-left, 
.reading-right{
     position: relative;
    font-size: 1.25rem;
    color: #008080;
}
.farnborough-left::after,
.reading-right::after{
	content: "";
    width: 14%;
    position: absolute;
    border-bottom: 0.25rem solid #D4A048;
    bottom: -0.75rem;
    left: 0;
}

@media (min-width: 768px) {
    .service-left, .service-right, .services-baptist {
        width: 48%;
    }
	
}
      