/* font-family: "Merriweather", serif;
font-family: "Lato", sans-serif; */

html {
  scroll-behavior: smooth;
 }
 
*, *:before, *:after { margin: 0px; padding: 0px; -webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-text-size-adjust: none; }
html, body { /*margin: 0px auto !important; max-width: 1400px;*/ width: 100%; font-size: 18px; line-height: 1.5; color: #333333;  font-family: 'Lato', sans-serif; font-weight: 400; -webkit-text-size-adjust: none; -webkit-font-smoothing: antialiased;  background-color: #ffffff; }
html { background: #fff; }  
html {scroll-behavior: smooth;}
input[type=checkbox] {-webkit-appearance: checkbox;}

input[type=radio] {-webkit-appearance: radio;}

button, input, textarea, select {-webkit-appearance: none; -webkit-border-radius: 0px; font-family: 'Lato', sans-serif;font-weight: 400;}

:focus,input:focus, textarea:focus {outline: none;}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

.grecaptcha-badge {left: -99999999999px!important;}

.stay_tuned {text-align: center; margin-bottom: 258px;}

:focus {outline: none;}
a {transition: all 350ms;-webkit-transition: all 350ms;-ms-transition: all 350ms;text-decoration: none;outline: none;}
a:focus, a:active {
    outline: none;
}

a:hover {
    text-decoration: none;
}

ul, ol {
    margin: 0px;
    padding: 0px;
}

ul li, ol li {
    padding: 0px;
    list-style: none;
}

ol ol {
    margin-bottom: 0px;
}

ol ol li:last-child {
    padding-bottom: 0px;
}

img {
    border: 0px;
    outline: none;
    display: block;
    max-width: 100%;
    height: auto;
}


.header-main{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0px;
}
.header-logo-left{
    width: 28%;
}
.header-logo-left img{
    max-width: 360px;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.header-menu-right ul li{
    margin: 0px 5px;
}
.header-menu-right ul li a{
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    padding: 10px 22px;
    background: #1a5200;
    border: 2px solid #1a5200;
    border-radius: 35px;
    display: block;
}
.header-menu-right ul li a:hover{
    background: transparent;
    color: #1a5200;
}
.header-menu-right ul li:last-child a{
    border-color: #bf303f;
    background: #bf303f;
    color: #ffffff;
}
.header-menu-right ul li:last-child a:hover{
    background: transparent;
    color: #bf303f;
}

.site-footer{
    background: #1a5200;
    padding: 40px 0px;
}
.footer-logo-main{
    text-align: center;
}
.footer-logo-main img{
    max-width: 210px;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.footer-worship-time{
    text-align: center;
    max-width: 370px;
    width: 100%;
    margin: 0 auto;
}
.footer-address-info{
    text-align: center;
    max-width: 370px;
    width: 100%;
    margin: 0 auto;
}
.footer-center{
    align-items: center;
}
.footer-worship-time p{
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 15px;
}
.footer-worship-time a{
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 15px;
    display: inline-block;
}
.footer-worship-time span{
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-worship-time .social-list{
    margin-left: 10px;
}
.footer-worship-time .social-list li a{
    margin-bottom: 0px;
    font-size: 22px;
}
.footer-address-info p{
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 15px;
}
.footer-address-info a{
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 15px;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
}
.heromain-banner{
    position: relative;
    overflow: hidden;
    height: 80vh;
}
.hero-image{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.hero-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-image::before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 0;
}
.hero-info{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    text-align: center;
    padding: 0px 15px;
    width: 100%;
    max-width: 1260px;
    z-index: 1;
}
.hero-info h1{
    font-size: 60px;
    font-weight: 600;
    font-family: "Merriweather", serif;
    margin-bottom: 20px;
}
.hero-info p{
    font-size: 45px;
    margin-bottom: 0px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Merriweather", serif;
}
.hero-inner .time{
    margin-top: 80px;
}
.hero-inner .time span{
    font-size: 34px;
    margin-bottom: 0px;
    color: #ffffff;
    font-family: "Merriweather", serif;
}

.welcome-right-slider{
    padding: 0px 48px;
    position: relative;
}
.btn-wrap button{
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    background: #1a5200;
    border: 2px solid #1a5200;
    color: #ffffff;
    width: 35px;
    height: 35px;
    border-radius: 10px;
}
.btn-wrap button.prev-btn{left: 0px;}
.btn-wrap button.next-btn{right: 0px;}

.ctas-main{
    padding: 40px 0px;
}
.ctas-in-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.ctas-in-box .ctas-box{
    width: 100%;
    height: 100%;
    min-height: 460px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
}
.cta-card-img{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.cta-card-img::before {
    content: "";
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    opacity: 0.7;
    z-index: 1;
}
.cta-card-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cta-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 350ms;
    -webkit-transition: all 350ms;
    background: rgba(0, 0, 0, 0.30);
    top: 0px;
    left: 0px;
    padding: 26px;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
}
.cta-in-hov {
    height: 100%;
    width: 100%;
    border: 1px solid #ffffff;
    position: relative;
    z-index: 1;
}

.ctas-box:hover .cta-hover {
    opacity: 1;
    visibility: visible;
}

.ctas-box{
    padding: 0px;
    padding-bottom: 60px;
}
.ctas-box .cta-links {
    display: block;
    text-align: center;
    position: relative;
    z-index: 102;
}
.ctas-box .cta-links li{
    display: block;
    text-align: center;
    margin-bottom: 24px;
}
.ctas-box .cta-links li:last-child{
    margin-bottom: 0px;
}
.cta-links li a{
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    padding: 10px 34px;
    border: 2px solid #ffffff;
    font-family: "Merriweather", serif;
    border-radius: 12px;
    display: block;
}
.cta-links li a:hover{
    background: #ffffff;
    color: #000000;
}
.welcome-section{
    padding: 60px 0px;
}
.welcome-top-title{
    margin-bottom: 35px;
}
.welcome-top-title h2{
    font-size: 48px;
    font-weight: 700;
    font-family: "Merriweather", serif;
    text-align: center;
    color: #0d47a1;
}
.welcome-info-left h3{
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
    color: #1a5200;
}
.welcome-info-left p{
    font-size: 18px;
    line-height: 1.8;
    color: #1a5200;
}
.gallery-card-img{
    height: 480px;
    position: relative;
    overflow: hidden;
}
.gallery-card-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: all 350ms;
    -webkit-transition: all 350ms;
}
.welcome-item-box-center{
    align-items: center;
}
.ministries-section{
    padding: 60px 0px;
    position: relative;
}
.ministries-top-title{
    margin-bottom: 35px;
}
.ministries-top-title h2 {
    font-size: 48px;
    font-weight: 700;
    font-family: "Merriweather", serif;
    text-align: center;
    color: #0d47a1;
}
.ministries-item-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-bottom: 40px;
}
.ministries-right-image{
    width: 50%;
    height: auto;
    position: relative;
    min-height: 440px;
    overflow: hidden;
}
.ministries-right-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0px;
    left: 0px;
}
.ministries-left-info{
    width: 50%;
    padding: 0px 40px;
    text-align: center;
}
.ministries-logos{
    text-align: center;
}
.ministries-logos img{
    max-width: 230px;
    height: auto;
    width: 100%;
    object-fit: cover;
    margin: 0 auto;
}
.ministries-left-info a{
    display: inline-block;
}
.ministries-left-info a span{
    font-size: 34px;
    font-weight: 600;
    font-family: "Merriweather", serif;
    text-align: center;
    color: #0d47a1;
    display: block;
    margin-bottom: 25px;
}
.ministries-btn {
    text-align: center;
    margin-top: 30px;
}
.ministries-btn a{
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    color: #af365b;
    font-weight: 600;
    position: relative;
    padding: 10px 34px;
    border: 2px solid #af365b;
    font-family: "Merriweather", serif;
    border-radius: 12px;
    display: inline-block;
}
.ministries-btn a:hover{
    background: #af365b;
    color: #ffffff;
}

.real-people-gallery-main{
    padding: 60px 0px 30px 0px;
    position: relative;
}
.real-people-gallery-top-title{
    margin-bottom: 35px;
}
.real-people-gallery-top-title h2{
    font-size: 48px;
    font-weight: 700;
    font-family: "Merriweather", serif;
    text-align: center;
    color: #0d47a1;
}
.photo-gallery-wrap-page{
    display: flex;
    flex-wrap: wrap;
}
.repeat{
    width: 25%;
    padding: 15px;
}
.photo-gallery-wrap-page .repeat .tiled-gallery-item{
    width: 100%;
    height: 100%;
    min-height: 310px;
    cursor: pointer;
}
.photo-gallery-wrap-page .repeat .tiled-gallery-item img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.footer-top-navbar{
    padding: 20px 0px 60px 0px;
    position: relative;
}
.menu-top-links ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.menu-top-links ul li {
    flex-grow: 1;
    flex-basis: 0;
    text-align: center;
}
.menu-top-links ul li a{
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    color: #1a5200;
    font-weight: 600;
    position: relative;
    padding: 10px 22px;
    border: 2px solid #1a5200;
    font-family: "Merriweather", serif;
    border-radius: 12px;
    display: block;
}
.menu-top-links ul li a:hover{
    background: #1a5200;
    color: #ffffff;
}

.inner-page-main-content{
    height: 80vh;
    position: relative;
    overflow: hidden;
}
.inner-page-main-content::before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}
.inner-full-img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.inner-full-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inner-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    text-align: center;
    padding: 0px 15px;
    width: 100%;
    max-width: 1260px;
    z-index: 1;
}
.inner-in h1{
    color: #ffffff;
    font-size: 54px;
    font-weight: 600;
    font-family: "Merriweather", serif;
    margin-bottom: 30px;
}
.inner-in p{
    font-size: 40px;
    margin-bottom: 0px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Merriweather", serif;
}
.inner-in p{
    font-size: 40px;
    margin-bottom: 0px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Merriweather", serif;
}
.about-list-in{
    padding: 60px 0px;
    position: relative;
}
.ab_icon img{
    max-width: fit-content;
    width: 100%;
    height: 64px;
    object-fit: cover;
    margin-bottom: 20px;
}
.about_list_card{
    margin-bottom: 40px;
}
.about_list_card h2{
    font-size: 34px;
    font-weight: 600;
    font-family: "Merriweather", serif;
    color: #0d47a1;
    margin-bottom: 30px;
}
.about_list_card ul {
    margin: 0px;
    padding: 0px;
}
.about_list_card ul li{
    position: relative;
    padding-left: 36px;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 15px;
    color: #1a5200;
}

.about_list_card ul li::before{
    font-family:"Font Awesome 6 Free";
    content: "\f061";
    font-weight: 700;
    position: absolute;
    transform: translate(0%, -50%);
    top: 16px;
    left: 0px;
    padding-left: 0px;
    font-size: 18px;
    margin-bottom: 0px;
    color: #1a5200;
}
.about-info-main{
    padding: 60px 0px;
    position: relative;
}
.inner-about-info p{
    font-size: 28px;
    color: #333333;
    text-align: center;
}
.about-team{
    padding: 60px 0px;
    position: relative;
}
.team-repeat{
    margin-left: auto;
    margin-right: auto;
    max-width: 350px;
    width: 100%;
    margin-bottom: 40px;
}

.image-wrap{
    width: 100%;
    height: 100%;
    min-height: 440px;
    position: relative;
}
.image-wrap .image{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;    
}
.image-wrap .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team-repeat .inner .text{
    margin-top: 20px;
}
.team-repeat .inner .text h3{
    font-size: 34px;
    font-weight: 600;
    font-family: "Merriweather", serif;
    color: #0d47a1;
    margin-bottom: 10px;
}
.team-repeat .inner .text .designation{
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    text-align: center;
}
.our-team-title{
    text-align: center;
    margin-bottom: 40px;
}
.our-team-title h2{
    font-size: 48px;
    font-weight: 700;
    font-family: "Merriweather", serif;
    text-align: center;
    color: #0d47a1;
}
.image-wrap{
    transition: transform 0.6s;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}
.team-repeat:hover .image-wrap{
    transform: rotateY(180deg);
}
.hover_bk{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #1a5200;
    transform: rotateY(180deg);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    z-index: 1;
}
.icon_bio{
    text-align: center;
}
.icon_bio span{
    color: #ffffff;
    font-size: 20px;
    font-family: "Merriweather", serif;
    font-weight: bold;
    margin-top: 8px;
    text-transform: uppercase;
}
.bio-icon{
    margin-bottom: 10px;
}
.bio-icon img{
    max-width: 70px;
    width: 100%;
    height: auto;
    object-fit: cover;
    margin: 0 auto;
}

.team-overlay-cn {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.8);
}

.is-team-overlay-show .team-overlay-cn {
    display: block;
    pointer-events: auto;
}

.team-overlay-cn .team-content {
    display: none;
}

.team-overlay-cn .team-content.is-active {
    display: block;
}

.team-overlay-cn .team-content .inner {
    max-height: 100vh;
    min-height: 100vh;
    width: 100%;
    overflow: auto;
}

.team-overlay-cn .team-content .text {
    padding: 71px 76px 30px 70px;
    width: 582px;
    order: -1;
    color: #ffffff;
}

.team-overlay-cn .team-content .image {
    width: calc(100% - 582px);
    height: 100vh;
    position: sticky;
    top: 0px;
    right: 0px;
    align-self: stretch;
}

.team-overlay-cn .team-content .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-overlay-cn .team-content .image:before {
    content: "";
    width: 220px;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
}

.team-overlay-cn .team-content h3 {
    padding-bottom: 1px;
    font-size: 36px;
    line-height: 41px;
    font-family: "Merriweather", serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #1a5200;
}

.team-overlay-cn .team-content .designation {
    padding-bottom: 42px;
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #0d47a1;
    font-weight: 400;
}

.team-overlay-cn .team-content p {
    padding-bottom: 28px;
    color: #333333;
}

.team-overlay-cn .team-overlay-close {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2;
    line-height: 46px;
    text-align: center;
    font-size: 28px;
    font-weight: 300;
    background: #ecebeb;
    color: #1a9ca8;
    width: 50px;
    height: 50px;
}

.team-overlay-cn .team-overlay-close i {
    margin-right: 3px;
    position: relative;
    top: 1px;
}


.center-team-card-box{
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
}
html.is-team-overlay-show{
    overflow: hidden;
}
.team-repeat:hover .largeview.noroll .image-wrap {
    transform: none;
    -webkit-transform: none;
}
.visit-banner-main{
    position: relative;
    overflow: hidden;
    height: 75vh;
}
.visit-inner-main{
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.visit-info-left{
    width: 50%;
    padding: 0px 60px;
    background: #7247a5;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.visit-image-right{
    width: 50%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.visit-image-right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0px;
    left: 0px;
}
.visit-info-left h1{
    font-size: 60px;
    font-weight: 600;
    font-family: "Merriweather", serif;
    margin-bottom: 20px;
    color: #ffffff;
}
.visit-info-left p{
    font-size: 22px;
    margin-bottom: 0px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Merriweather", serif;
}
.quick-facts-main{
    padding: 60px 0px; 
    position: relative;
}
.quick-facts-card{
    padding: 50px 24px;
    text-align: center;
}
.quick-facts-row{
    gap: 20px;
}
.quick-facts-main .quick-list-item{
    width: 25%;
    flex-grow: 1;
    flex-basis: 0;
    border-radius: 24px;
}   
.quick-facts-card h2{
    font-size: 24px;
    margin-bottom: 10px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Merriweather", serif;
    text-transform: uppercase;
}
.quick-facts-card p{
    font-size: 16px;
    color: #ffffff;
    font-family: "Merriweather", serif;
}
.plan-your-visit-main{
    padding: 60px 0px;
    position: relative;
}

.plan-your-visit-main{
    background: #cde0ef;
    padding: 70px 0px;
    position: relative;
}
.plan-your-visit-title{
    font-size: 38px;
    font-weight: 600;
    font-family: "Merriweather", serif;
    color: #0d47a1;
    margin-bottom: 30px;
}
.address-time-item{
    background: #ffffff;
    padding: 40px 30px;
    text-align: center;
    border-radius: 24px;
}
.plan-info-right .address-time-item{
    margin-bottom: 20px;
}
.plan-info-right .address-time-item:last-child{
    margin-bottom: 0px;
}
.address-time-item h4{
    font-size: 24px;
    font-weight: 700;
    font-family: "Merriweather", serif;
    color: #1a5200;
    margin-bottom: 10px;
}
.address-time-item p{
    font-size: 20px;
    color: #333333;
    font-family: "Merriweather", serif;
    margin-bottom: 18px;
}
.address-time-item p a{
    font-size: 20px;
    color: #333333;
    font-family: "Merriweather", serif;
}
.address-time-item p a:hover{
    color: #1a5200;
}

.address-time-item > a{
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    color: #1a5200;
    font-weight: 600;
    position: relative;
    padding: 10px 34px;
    border: 2px solid #1a5200;
    font-family: "Merriweather", serif;
    border-radius: 12px;
    display: inline-block;
}
.address-time-item > a:hover{
    background: #1a5200;
    color: #ffffff;
}

.have-questions-main{
    padding: 60px 0px;
    position: relative;
}
.have-questions-title{
    font-size: 38px;
    font-weight: 600;
    font-family: "Merriweather", serif;
    color: #0d47a1;
    margin-bottom: 30px;
}
.contact-form-box {}
.form-clt label{display: none;}
.wpcf7-select, input[type="text"], input[type="email"], input[type="tel"], textarea{
    padding: 0 25px;
    margin: 0 0 20px;
    width: 100%;
    display: block;
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    line-height: inherit;
    height: 50px;
    border: 1px solid #111;
    border-radius: 0px;
    -webkit-border-radius: 0px;
}
.contact-form-box textarea{
    height: 150px;
}   
textarea{
    padding: 15px 25px;
    line-height: 26px;
    resize: none;
}
.contact-button .theme-btn{
    color: #ffffff;
    background: #b64b18;
    font-size: 18px;
    font-weight: 600;
    font-family: "Merriweather", serif;
    border: none;
    padding: 12px 40px;
}

div.wpcf7 .ajax-loader {
    margin: 20px auto 0;
    display: none;
}

div.wpcf7 .submitting .ajax-loader {
    display: block;
}

div.wpcf7 .wpcf7-response-output {
    padding: 10px 0 40px;
    margin: 0px;
    border: 0px;
    color: #f00;
}
.wpcf7 span.wpcf7-not-valid-tip {
    display: none;
}
select.wpcf7-not-valid, input[type="text"].wpcf7-not-valid, input[type="email"].wpcf7-not-valid, input[type="tel"].wpcf7-not-valid, textarea.wpcf7-not-valid {
    border-color: #f00;
}
.page-template-children-and-youth .inner-full-img img{
    object-position: top;
}
.cornerstone-kids-main{
    padding: 60px 0px;
    position: relative;
}
.kids-logo-center{
    text-align: center;
}
.kids-logo-center img{
    max-width: 320px;
    display: inline-block;
    width: 100%;
}
.cornerstone-info-in p{
    font-size: 20px;
    font-family: "Merriweather", serif;
    font-weight: 600;
    margin-bottom: 20px;
}
.cornerstone-info-in p a{
    color: #333333;
}
.cornerstone-info-in p a:hover{
    color: #1a5200;
}
.cornerstone-info-in ul {
    margin: 0px;
    padding: 0px;
}
.cornerstone-info-in ul li{
    font-size: 20px;
    font-family: "Merriweather", serif;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    padding-left: 30px;
}
.cornerstone-info-in ul li::before{
    content: "";
    background: #1a5200;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    left: 0px;
    top: 9px;
}
.cornerstone-info-in ul li a{
    color: #333333;
}
.cornerstone-info-in ul li a:hover{
    color: #1a5200;
}


.cornerstone-prayground-in{
    margin-top: 25px;
    margin-bottom: 40px;
}
.cornerstone-image-pray {
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
    min-height: 600px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.cornerstone-image-pray img{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.cornerstone-prayground-in p{
    font-size: 32px;
    font-family: "Merriweather", serif;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    max-width: 1010px;
    margin: 0 auto;
    width: 100%;
}
.cornerstone-group-image{
    display: flex;
    align-items: center;
}
.group-inpd{
    width: 50%;
    padding: 0px 60px;
}
.student-ministry-main{
    padding: 60px 0px;
}
.student-ministry-logo{
    text-align: center;
}
.student-ministry-logo img{
    max-width: 200px;
    display: inline-block;
    width: 100%;
}
.student-ministry-info-main{
    padding: 50px 0px;
    text-align: center;
    max-width: 1050px;
    margin: 0 auto;
}
.student-ministry-info-main p{
    font-size: 20px;
    font-family: "Merriweather", serif;
    font-weight: 600;
    margin-bottom: 20px;
}
.student-ministry-info-main h3{
    font-size: 34px;
    font-family: "Merriweather", serif;
    font-weight: 700;
    margin-bottom: 20px;
}
.student-ministry-img{
    max-width: 1150px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    min-height: 500px;
}
.student-ministry-img img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    object-fit: cover;
}
.rmn-main{
    padding: 60px 0px;
    position: relative;
}
.rmn-title{
    text-align: center;
    margin-bottom: 30px;
}
.rmn-title h2{
    font-size: 48px;
    font-weight: 700;
    font-family: "Merriweather", serif;
    text-align: center;
    color: #0d47a1;
}
.rmn-left p{
    font-size: 20px;
    color: #333333;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 1.6;
}
.rmn-left ul {
    margin: 0px;
    padding: 0px;
    margin-bottom: 30px;
}
.rmn-left ul li{
    font-size: 20px;
    color: #333333;
    font-weight: 500;
    position: relative;
    padding-left: 30px;
    line-height: 1.9;
}
.rmn-left ul li::before{
    font-family: "Font Awesome 6 Free";
    content: "\f061";
    font-weight: 700;
    position: absolute;
    transform: translate(0%, -50%);
    top: 20px;
    left: 0px;
    padding-left: 0px;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 0px;
    color: #1a5200;
}
.rmn-right{
    text-align: center;
}
.rmn-right img{
    display: inline-block;
}
.rmn-left a.button{
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    color: #1a5200;
    font-weight: 600;
    position: relative;
    padding: 10px 34px;
    border: 2px solid #1a5200;
    font-family: "Merriweather", serif;
    border-radius: 12px;
    display: inline-block;
}
.rmn-left a.button:hover{
    background: #1a5200;
    color: #ffffff;
}

.stephen-ministry-main{
    padding: 60px 0px;
    position: relative;
}
.stephen-ministry-title {
    text-align: center;
    margin-bottom: 30px;
}
.stephen-ministry-title h3{
    font-size: 48px;
    font-weight: 700;
    font-family: "Merriweather", serif;
    text-align: center;
    color: #0d47a1;
}
.stephen-ministry-right p{
    font-size: 20px;
    color: #333333;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 1.6;
}
.stephen-ministry-right a.button{
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    color: #1a5200;
    font-weight: 600;
    position: relative;
    padding: 10px 34px;
    border: 2px solid #1a5200;
    font-family: "Merriweather", serif;
    border-radius: 12px;
    display: inline-block;
}
.stephen-ministry-right a.button:hover{
    background: #1a5200;
    color: #ffffff;
}
.cornerstone-ministries-main{
    padding: 60px 0px 20px 0px;
}
.cornerstone-ministries-title{
    text-align: center;
    margin-bottom: 30px;
}
.cornerstone-ministries-title h2{
    font-size: 48px;
    font-weight: 700;
    font-family: "Merriweather", serif;
    text-align: center;
    color: #0d47a1;
}

.ministry-item{
    border: 2px solid #1a5200;
    margin-bottom: 50px;
    position: relative;
}
.ministry-img{
    position: relative;
    overflow: hidden;
    min-height: 510px;
}
.ministry-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0px;
    left: 0px;
}

.ministry-info{
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 2;
}
.ministry-info h3{
    font-size: 32px;
    color: #ffffff;
    font-family: "Merriweather", serif;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 4px 3px 4px #000101;
    display: block;
    margin-bottom: 20px;
}
.ministry-info a{
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    color: #1a5200;
    font-weight: 600;
    position: relative;
    padding: 10px 34px;
    background: #fff;
    border: 2px solid #1a5200;
    font-family: "Merriweather", serif;
    border-radius: 12px;
    display: inline-block;
}
.ministry-info a:hover{
    background: #1a5200;
    color: #ffffff;
}

.outreach-organizations-main{
    padding: 60px 0px;
    position: relative;
}
.organizations-logo-card{
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
}
.outreach-organizations-image{
    max-width: 320px;
    margin: 0 auto;
    position: relative;
    height: 295px;
    padding: 40px 0px;
    aspect-ratio: 1 / 1;
    border: 2px solid #1a5200;
    margin-bottom: 20px;
}
.outreach-organizations-image img{
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: contain;
    padding: 0px 20px;
}
.organizations-logo-card p{
    font-size: 20px;
    color: #333333;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 1.6;
    text-align: center;
}
.worship-info{
    padding: 60px 0px;
    position: relative;
}
.info-inner p{
    font-size: 28px;
    color: #333333;
    text-align: center;
    font-weight: 600;
    font-family: "Merriweather", serif;
}

.worship-with-us-main{
    padding: 60px 0px;
}
.worship-with-us-main .container{
    max-width: 980px;
}
.worship-with-title{
    margin-bottom: 40px;
    text-align: center;
}
.worship-with-title h2{
    font-size: 48px;
    font-weight: 700;
    font-family: "Merriweather", serif;
    text-align: center;
    color: #0d47a1;
}
.worship-box-card{
    background: #fef7db;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    padding: 30px;
    text-align: center;
    min-height: 342px;
}
.worship-box-card h3{
    font-size: 34px;
    font-weight: 600;
    font-family: "Merriweather", serif;
    color: #0d47a1;
    margin-bottom: 20px;
}
.worship-box-card p{
    font-size: 20px;
    color: #333333;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 1.6;
}
.worship-box-card a{
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    color: #1a5200;
    font-weight: 600;
    position: relative;
    padding: 10px 34px;
    border: 2px solid #1a5200;
    font-family: "Merriweather", serif;
    border-radius: 12px;
    display: inline-block;
}
.worship-box-card a:hover{
    background: #1a5200;
    color: #ffffff;
}
.sermons-main{
    padding: 60px 0px;
}

.full-card .sermons-videocard .inner-video-card{
    min-height: 730px;
    position: relative;
}
.sermons-videocard .inner-video-card{
    min-height: 235px;   
    position: relative;
}
.sermons-videocard .inner-video-card iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    object-fit: cover;
    display: block;
}
.sermons-videocard h4{
    font-size: 20px;
    font-weight: 600;
    font-family: "Merriweather", serif;
    color: #0d47a1;
    margin-top: 20px;
}
.sermons-button{
    margin-top: 40px;
    text-align: center;
}
.sermons-button a{
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    color: #1a5200;
    font-weight: 600;
    position: relative;
    padding: 10px 34px;
    border: 2px solid #1a5200;
    font-family: "Merriweather", serif;
    border-radius: 12px;
    display: inline-block;
}
.sermons-button a:hover{
    background: #1a5200;
    color: #ffffff;
}

.our-sound-main{
    padding: 60px 0px;
}
.sound-inner-title{
    margin-bottom: 40px;
}
.sound-inner-title h2{
    font-size: 48px;
    font-weight: 700;
    font-family: "Merriweather", serif;
    text-align: center;
    color: #0d47a1;
}
.sound-inner-title p{
    text-align: center;
    font-size: 20px;
    color: #333333;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 1.6;
}
.sound-card{
    max-width: 480px;
    margin: 0 auto;
    width: 100%;
}

.sound-inner-info{
    padding: 30px 20px 40px 20px;
    text-align: center;
}
.sound-inner-info h3{
    font-size: 34px;
    font-weight: 600;
    font-family: "Merriweather", serif;
    color: #0d47a1;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.sound-inner-info p{
    font-size: 20px;
    color: #333333;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 1.6;
}
.sound-inner-info a{
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    color: #1a5200;
    font-weight: 600;
    position: relative;
    padding: 10px 34px;
    border: 2px solid #1a5200;
    font-family: "Merriweather", serif;
    border-radius: 12px;
    display: inline-block;
}
.sound-inner-info a:hover{
    background: #1a5200;
    color: #ffffff;
}

.need-prayer-box{
    margin-top: 40px;
    text-align: center;
}
.need-prayer-box h4{
    font-size: 24px;
    font-weight: 600;
    font-family: "Merriweather", serif;
    color: #0d47a1;
    margin-bottom: 20px;
}
.need-prayer-box a{
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    color: #0d47a1;
    font-weight: 600;
    position: relative;
    padding: 10px 34px;
    border: 2px solid #0d47a1;
    font-family: "Merriweather", serif;
    border-radius: 12px;
    display: inline-block;
}
.need-prayer-box a:hover{
    background: #0d47a1;
    color: #ffffff;
}

.off-canvas {
    padding: 10px 20px 30px;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 300;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    transform: translate3d(100%, 0px, 0px);
    -webkit-transform: translate3d(100%, 0px, 0px);
    transition: transform .7s ease 0s;
    -webkit-transition: transform .7s ease 0s;
    background: #ffffff;
}
.mobile-icon{
    display: none;
    position: absolute;
    right: 20px;
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translate(0%, -50%);
}
.mobile-icon a.mobilemenu{
    display: block;
    width: 40px;
    height: 40px;
}
.mobile-icon a.mobilemenu span {
    display: block;
    position: absolute;
    left: 4px;
    top: 8px;
    width: 31px;
    height: 2px;
    background: #000000;
}
.mobile-icon a.mobilemenu span:before, .mobile-icon a.mobilemenu span:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 10px;
    width: 100%;
    height: 2px;
    background: #000000;
}
.mobile-icon a.mobilemenu span:after {
    top: 20px;
}


.is-open .off-canvas {
  transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  transition: transform .5s cubic-bezier(.34,.95,.27,.98) 0s;
}

.mobile-logo img{
    max-width: 280px;
    width: 100%;
    height: auto;
}
.mobile-logo{
    margin-bottom: 30px;
}
.menu-header-menu-container ul li{
    width: 100%;
    line-height: 34px;
}
.menu-header-menu-container ul li a{
    color: #1a5200;
    font-size: 16px;
    font-weight: 600;
}
.closebtn.mobilemenu {
    position: absolute;
    top: 35px;
    right: 25px;
    width: 30px;
    height: 30px;
    z-index: 2;
}
.menu_mobile .closebtn::before, .menu_mobile .closebtn::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 11px;
    width: 30px;
    height: 2px;
    transform: rotate(45deg);
    background: #1a5200;
}
.menu_mobile .closebtn::after {
    transform: rotate(-45deg);
}

.plan-map-iframe{
    height: 100%;
}
.map_box_contact{
    height: 100%;
}
.map_box_contact #map-canvas{
    height: 100% !important;
}
.plan-map-iframe.visit .map_box_contact #map-canvas{
    height: 620px !important;
}
.header-logo-left img.mobile-logo{display: none;}

.event-main{
    padding: 60px 0px;
}
.event-inner p{
    margin-bottom: 20px;
    text-align: center;
}
.event-inner p a{
    color: #1a5200;
}
.event-inner p a:hover{
    color: #7247a5;
}
.visit-gallery-main{
    padding: 60px 0px;
}
.visit-gallery-block{
    padding: 0px 50px;
}
.visit-gallery-card-img{
    min-height: 300px;
    width: 100%;
    position: relative;
}
.visit-gallery-card-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
    min-height: 100%;
}
.visit-gallery-block .slick-initialized .slick-slide{
    margin-right: 15px;
}
.live-stream-main{
    padding: 60px 0px;
}
.lg-outer .lg-thumb-item{
    border: none;
    border-radius: 0px;
}

.adult-block-main{
    margin-bottom: 80px;
}
.adult-block-main.serve-block{
    margin-bottom: 80px;
}
.adult-block-image-left img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.adult-block-image-right h3{
    font-size: 34px;
    font-weight: 700;
    font-family: "Merriweather", serif;
    text-align: left;
    color: #0d47a1;
    margin-bottom: 24px;
}
.adult-block-image-right p{
    font-size: 20px;
    color: #333333;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 1.6;
}
.adult-block-image-right ul li{
    font-size: 20px;
    color: #333333;
    font-weight: 500;
    position: relative;
    padding-left: 30px;
    line-height: 1.9;
}
.adult-block-image-right ul li::before {
    font-family: "Font Awesome 6 Free";
    content: "\f061";
    font-weight: 700;
    position: absolute;
    transform: translate(0%, -50%);
    top: 20px;
    left: 0px;
    padding-left: 0px;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 0px;
    color: #1a5200;
}
.adult-block-image-right{
    padding-left: 20px;
}
.adult-block-main.serve-block .adult-block-image-right{
    padding-left: 0px;
    padding-right: 20px;
}

.immigration-info-main{
    padding: 80px 0px;
}

.cornerstone-edibles-main{
    padding: 80px 0px;
}
.edibles-right-desc{
    padding-left: 40px;
}
.edibles-right-desc strong{
    font-size: 22px;
    font-family: "Merriweather", serif;
    font-weight: 600;
}
.edibles-right-desc p{
    font-size: 20px;
    color: #333333;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 1.6;
}
.left-image{
    position: relative;
    height: 510px;
    width: 100%;
}
.left-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.caring-for-god{
    padding: 80px 0px;
}
.caring-for-god-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.caring-for-god-title{
    width: 80%;
}
.caring-for-god-title h2{
    font-size: 40px;
    font-weight: 700;
    font-family: "Merriweather", serif;
    text-align: left;
    margin-bottom: 10px;
    color: #0d47a1;
}
.caring-for-god-title h3{
    font-size: 28px;
    font-weight: 600;
    font-family: "Merriweather", serif;
    text-align: left;
    color: #0d47a1;
}
.caring-for-god-btn a{
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    color: #1a5200;
    font-weight: 600;
    position: relative;
    padding: 10px 34px;
    border: 2px solid #1a5200;
    font-family: "Merriweather", serif;
    border-radius: 12px;
    display: inline-block;
}
.caring-for-god-btn a:hover{
    background: #1a5200;
    color: #ffffff;
}
.caring-for-god-btn{
    text-align: right;
}
.caring-for-god-btn a{
    margin-bottom: 16px;
    max-width: 315px;
    width: 100%;
    text-align: center;
}


.caring_video {
  
  margin-bottom: 130px;
}
.video_list {
  max-width: 1060px;
  margin: 0 auto;
  width: 100%;
}
.vid_box_in {
  position: relative;
}
.vid_box_in::after {
  content: "";
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
}
.vid_box_in img {
  width: 100%;
}
.vid_text_up {
  opacity: 0;
  visibility: hidden;
}
.vid_text_up span {
  text-align: center;
  font-size: 20px;
  display: block;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 12px;
}
.vid_text_up {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.video_list ul li {
  float: left;
  margin-bottom: 5px;
}
.video_list ul li:nth-of-type(1) {
  width: 100%;
  min-height: 595px;
}
.video_list ul li:nth-of-type(2) {
  width: 56%;
  min-height: 370px;
  margin-right: 3px;
}
.video_list ul li:nth-of-type(3) {
  width: 43.4%;
  min-height: 370px;
  margin-left: 3px;
}
.video_list ul li:nth-of-type(4) {
  width: 43.4%;
  min-height: 370px;
  margin-right: 3px;
}
.video_list ul li:nth-of-type(5) {
  width: 56%;
  min-height: 370px;
  margin-left: 3px;
}
.vid_box {
  position: relative;
}
.vid_box_in {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover !important;
}
.vid_box:hover .vid_text_up {
  opacity: 1;
  visibility: visible;
}
.vid_box:hover .vid_box_in::after {
  opacity: 1;
  visibility: visible;
}

.yotu-playlist , .yotu-videos{
padding:0 !important;	
}

.ch_arrow {
  border: 4px solid #ffffff;
  width: 140px;
  height: 140px;
  position: relative;
}
.v-arrow {
  margin: 10px;
  display: inline-block;
  height: 12px;
  position: absolute;
  width: 12px;
  left: 44%;
  top: 38%;
  transform: translate(-50%, -50%);
}
.v-arrow.arrow-bar::before {
  bottom: 1px;
  content: "";
  height: 36px;
  position: absolute;
  right: 0;
  transform-origin: bottom;
  width: 4px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #fff;
}
.v-arrow::after {
  border-bottom-style: solid;
  border-bottom-width: 4px;
  border-right-style: solid;
  border-right-width: 4px;
  content: "";
  display: inline-block;
  height: 20px;
  left: -7px;
  position: absolute;
  top: -5px;
  width: 20px;
  border-color: #ffffff;
}
.v-arrow.is-right {
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

.inner-page-main-content.sermons-header::before{display: none;}
.inner-page-main-content.sermons-header{ height: auto;    padding: 40px 0px; }

.inner-page-main-content.sermons-header .inner-in h1{
    color: #000000;
    font-weight: 700;
    margin-bottom: 20px;
}
.inner-page-main-content.sermons-header .inner-in h3{
    font-size: 34px;
    color: #1a5200;
    font-family: "Merriweather", serif;
    font-weight: 600;
}
.inner-page-main-content.sermons-header .inner-content{
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    color: #ffffff;
    text-align: center;
    padding: 0px 15px;
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    z-index: 1;

}