@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@200;300;400;500;600;700&family=Poppins:wght@200;300;400;500&family=Syncopate:wght@400;700&display=swap');
*,:after,:before{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}



@font-face {
    font-family:Behind-Black;
    src: url(../fonts/Behind-The-Nineties-Sans-Bd.otf);
}


@font-face {
    font-family:Behind-Bold;
    src: url(../fonts/Behind-The-Nineties-Sans-Bd.otf);
}


@font-face {
    font-family:Behind-Medium;
    src: url(../fonts/Behind-The-Nineties-Md.otf);
}


@font-face {
    font-family:Behind-Italic;
    src: url(../fonts/Behind-The-Nineties-It.otf);
}


@font-face {
    font-family:Behind-Regular;
    src: url(../fonts/Behind-The-Nineties-Rg.otf);
}


@font-face {
    font-family:Behind-Regular;
    src: url(../fonts/Behind-The-Nineties-Rg.otf);
}


@font-face {
    font-family:Lovas;
    src: url(../fonts/Lovas.ttf);
}




@font-face {
    font-family:Sticky-Notes;
    src: url(../fonts/Sticky-Notes.otf);
}



:root {
  --animation-duration-horizontal: 1s;
  --animation-duration-vertical: 1s;
  --animation-delay: 1s;
}

body,html{
    font-size:100%;
    padding:0;
    margin:0;
    overflow-x:hidden;
    
  -webkit-font-smoothing:antialiased;
    -moz-font-smoothing:antialiased;
     -o-font-smoothing:antialiased;
    
    
    
} 






h1 {
    font-family: 'Behind-Bold', sans-serif;
    font-size: 4em;
    color:#fff;
    font-weight: 500;
    
}



h1 span {
    font-family: 'Behind-Bold', sans-serif;
    font-size: 0.8em;
    color:#fff;
    font-weight: 500;
    
}



h2 {
    font-family: 'Behind-Bold', sans-serif;
    font-size: 4em;
    font-weight: 700;
    color:#B02736;
}


h2 span {
     font-family: 'Behind-Italic', sans-serif;
   font-style: italic;
    font-weight: 200;
    color:#36454F;
}

h3 {
    font-family: 'Behind-Bold', sans-serif;
    font-size: 3.5em;
    font-weight: 700;
     margin-top: 0.5em;
      color:#B02736;
}


h4 {
    font-family: 'Behind-Bold', sans-serif;
    font-size: 2.5em;
    color:#36454F;
    font-weight: 600;
}



h5 {
    font-family: 'Behind-Medium', sans-serif;
    font-size: 2.2em;
    color:#36454F;
    font-weight:700;
    padding-top: 0.4em;
}


h6 {
   font-family: "Behind-Regular", sans-serif;
     font-size: 1.5em;
    color:#36454F;
    font-weight: 500;
   
}

p{
    font-family: "Behind-Regular", sans-serif;
     font-size: 1.3em;
    color: #36454F;
    font-weight: 400;

}




.content-wrapper {
    max-width:1440px;
    margin: 0 auto;
    padding: 1em;
}




.btn_1 {
    background: #B02736;
    border-radius: 50em;
    padding: 1em 2em;
    color:#fff;
    border:none;
    margin-right: 1em;
    margin-top: 1em;
    font-family: "Behind-Regular", sans-serif;
    text-align: center;
}


.btn_1 a {
    color:#fff;
    text-decoration: none;
    font-family: "Behind-Regular", sans-serif;
     font-size: 1.1em;
}

.btn_1 a:hover {
     color:#fff;
    text-decoration: none;
    font-family: "Behind-Regular", sans-serif;
     font-size: 1.1em;
}


.btn_2{
    background-color: #fff;
     border-radius: 50em;
    padding: 1em 3em;
    color: #04152D;
    border:  none;
     margin-top: 0.5em;
}


.btn_2 a {
    color: #04152D;
    text-decoration: none;
     font-family: "Behind-Regular", sans-serif;
     font-size: 1.1em;
}

.btn_2 a:hover {
     color:#04152D;
    text-decoration: none;
     font-family: "Behind-Regular", sans-serif;
     font-size: 1.1em;
}



.btn-3 {
    background: #fff;
    border-radius: 10px;
    padding: 0.6em 1.3em;
    color:#04152D;
    border:none;
}


.btn-3 a {
    color:#04152D;
    text-decoration: none;
    font-family: "Behind-Regular", sans-serif;
     font-size: 1em;
}

.btn-3 a:hover {
     color:#04152D;
    text-decoration: none;
     font-family: "Behind-Regular", sans-serif;
     font-size: 1em;
}





.nav-btn {
    background: #B02736;
    border-radius: 50em;
    padding: 0.8em 1.6em;
    color:#fff;
    border:none;
    font-family: "Behind-Regular", sans-serif;
    text-align: center;
}


.nav-btn a {
    color:#fff;
    text-decoration: none;
    font-family: "Behind-Regular", sans-serif;
     font-size: 1.2em;
    font-weight: 600;
}

.nav-btn a:hover {
     color:#fff;
    text-decoration: none;
    font-family: "Behind-Regular", sans-serif;
     font-size: 1.2em;
    font-weight: 600;
}


.my_navbar {
    background-color: #fff!important;
    font-family: "Behind-Regular", sans-serif;
}


.navbar-brand img {
    width: 150px;
    height: auto;
}

.navbar-nav a {
    font-size: 1.4em;
    color: #36454F!important;
}


/****HOMEPAGE****/

 /*.carousel-content {
  max-width: 1000px;
}

.min-vh-50 {
  min-height: 90vh;
}*/


.carousel-fade .carousel-item {
  opacity: 0;
  transition: opacity 1.5s ease-in-out; /* control fade speed */
}

.carousel-fade .carousel-item.active {
  opacity: 1;
}



.carousel-content {
  max-width: 900px;
}


 .hero {
     background: url(../images/hero-bg-min.jpg) repeat ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
     /* background: url('your-image.jpg') center center/cover no-repeat;*/
      height: 100vh; 
     min-height: 700px;
      position: relative;
     padding: 2em 1em;
      color: white;
    }

    /* dark overlay for readability */
    .hero::before {
      content: "";
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0, 0, 0, 0.1);
      z-index: 1;
    }

    /* content inside hero 
    .hero-content {
      position: relative;
      z-index: 2;
    }*/

    /*.hero h1 {
      font-size: 2.8rem;
      font-weight: 600;
        
    }

    .hero p {
      font-size: 1.1rem;
      max-width: 700px;
      margin: 20px auto;
    }*/


.hero h5 {
    color: #fff;
    margin-top: 6em;
    font-weight: 400;
}

.hero h6 {
    color: #fff;
    
}


.hero p {
    color: #fff;
}

 
    .hero .service-time {
      position: absolute;
      bottom: 5em;
      /*left: 50%;
      transform: translateX(-50%);*/
     
    }

    

.col-border {
    border-left: #fff solid 1px;
    padding-left: 1em;
}




.my-slider-text {
   background-color: #B02736;
    width: 100%;
    margin: 0em auto 0em auto;
    padding: 0.8em 0em 0.6em 0em;
    font-size: 1.8rem;
    color:#fff;
    font-family: "Behind-Regular", sans-serif; 
    font-weight: 400;
    
}



 /* Map Card Overlay */
        .map-overlay {
            background: rgba(255, 255, 255, 0.9);
            backdrop-filter: blur(4px);
        }

        /* Custom Card Styling */
        .feature-card {
            /*border: 1px solid #f0f2f4;*/
            background: white;
            transition: box-shadow 0.3s ease;
        }
        .feature-card:hover {
            box-shadow: 0 .5rem 1rem rgba(0,0,0,.05)!important;
        }

        .icon-box {
            width: 50px;
            height: 50px;
            background-color: rgba(176, 39, 54, 0.1);
            color: rgba(176, 39, 54, 1);
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 0.5rem;
        }


.call-btn a {
     background: #B02736;
    border-radius: 50em;
    padding: 0.8em 1.6em;
    color:#fff;
    border:none;
    font-family: "Behind-Regular", sans-serif;
    text-align: center;
    font-size: 1em;
} 


.call-btn a:hover {
    color:#fff;
}


.top-spacing {
    margin-top: 6em;
}


.mission-wrapper {
    background-color: #F4F3ED;
    padding-top: 6em;
    padding-bottom: 4em;
    margin-bottom: 0em;
}

.mission_statement {
    margin-top: 2em;
    border-top:#04152D solid 1px;
    padding-top: 3em;
    padding-bottom: 1em;
}



.mission_statement h5 {
    text-align: left;
    color: #B02736;
}



.mission_statement img {
    width: 120px;
    height: auto;
}


.mission_statement_last {
  border-bottom:#04152D solid 1px;  
    padding-bottom: 2.5em;
}



.home_sermons_wrapper{
     background: url(../images/home-sermons-min.jpg) repeat ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
      width:100%;
    height: auto;
    padding: 8em 5em;
    color:#fff;
}


.home_sermons_wrapper_inner {
    border: #fff solid 1px;
    padding:  4em;
}


.home_sermons_wrapper_inner h3 {
    color:#fff;
}


.home_sermons_wrapper_inner h5 {
    font-weight: 400;
    color:#fff;
}


.map-link a {
  color: #B02736;
    font-size: 1.2em;
    font-family: "Behind-Regular", sans-serif;
    font-weight: 600;
}







.section_1 {
    min-height: 100vh;
    padding-top: 4em;
    height: auto;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.section_1 button {
    text-align: center;
}


.section_1 h5 {
     font-family: "Lovas", sans-serif;
     font-size: 4.8em;
    color: #36454F;
    font-weight: 400;
    line-height: 0.6em;

}


.hero-arrow img {
    width:40px;
    height: auto;
}

.moving-svg {
  animation: moveUpDown 3s ease-in-out infinite;
}

@keyframes moveUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}


.moving-svg-2 {
  animation: moveUpDownn 5s ease-in-out infinite;
}

@keyframes moveUpDownn {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}



.moving-svg-3 {
  animation: moveUpDownn 4s ease-in-out infinite;
}

@keyframes moveUpDownn {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-13px);
  }
  100% {
    transform: translateY(0);
  }
}



.video-wrapper {
    position: relative;
    width: 100%;
    background: #000;
}

.custom-video {
    width: 100%;
    display: block;
    border-radius: 0;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(176, 39, 54, 0.8); /* Your Blue */
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.play-btn:hover {
    background-color: #B02736;
    transform: translate(-50%, -50%) scale(1.1);
}

/* Hide play button when video is playing */
.video-wrapper.playing .play-btn {
    opacity: 0;
    visibility: hidden;
}

/*****MINISTRIES******/

.ministry-wrapper{
     background: url(../images/ministry-banner-min.jpg) repeat ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
      width:100%;
    height: auto;
    padding: 5em;
    color:#fff;
    margin-top: 6em;
    margin-bottom: 8em;
}

.ministry-wrapper h1 {
    color :#fff;
}


.ministry-wrapper h6 {
    color :#fff;
}

.ministry-wrapper h6{
    color :#fff;
}

.ministry-wrapper-inner {
    border: #fff solid 1px;
    padding: 8em 4em;
}


.home_sermons_wrapper_inner h3 {
    color:#fff;
}


.ministry-icons  {
    width: 97%;
    margin-top: 3em;
}


.ministry h4 {
  font-family: 'Behind-Italic', sans-serif;
    font-size: 2.5em;
    color:#36454F;
    font-weight: 400;
    margin-bottom: 2em;
}

.ministry img {
    width: 130px;
    height: auto;
}


.ministry-icons h5 {
  color:#B02736;
    margin: 0.5em auto;
}

.ministry-icons img {
    width: 120px;
    height: auto;
}



/******ABOUT US*****/


.about-us-wrapper {
   background-color: #F4F3ED;
    padding-top: 10em;
    padding-bottom: 4em;
    margin-bottom: 4em;  
}


.about-us-wrapper h1 {
  color:#B02736; 
}


.about-us-wrapper h6 {
  font-family: 'Behind-Italic', sans-serif;
     margin-bottom: 0.5em;
    
}

.position-relative img {
    border-radius: 1.5em;
    border: rgba(0,0,0,0.2) solid 1px;
    margin-top: 1em;
}

.Pastor-title {
    background-color: rgba(255,255,255,0.9);
    border-radius: 1em;
    margin: 0 auto;
    padding: 1.4em 0.5em 0.2em 0.5em;
    width: 95%;
}

.Pastor-title h6 {
  font-weight: 600;  
    margin-bottom: 0.1em;
}

.Pastor-title p {
  
    margin-top: 0em;
}


/******SERMONS*****/

.sermon-wrapper{
     background: url(../images/sermons-banner-min.jpg) repeat ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
      width:100%;
    height: auto;
    padding: 5em 2em;
    color:#fff;
    margin-top: 6em;
    margin-bottom: 8em;
}



.sermon-card iframe{
width:100%;
height:250px;
border-radius:10px;
}




.gallery-wrapper{
     background: url(../images/gallery-banner-min.jpg) repeat ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
      width:100%;
    height: auto;
    padding: 5em 2em;
    color:#fff;
    margin-top: 6em;
    margin-bottom: 8em;
}

.sermon-wrapper-inner h1 {
    color :#fff;
}


.sermon-wrapper-inner h6 {
    color :#fff;
}



.sermon-wrapper-inner {
    border: #fff solid 1px;
    padding: 8em 4em;
}


.home_sermons_wrapper_inner h3 {
    color:#fff;
}



.card{
    background-color: #F8F8F8;
    border: none;
}

.card-body {
    margin-top: -4em!important;
    z-index: 1000;
}

.card-body img {
    width: 100px;
    height: auto;
}

.btn-primary_2 {
  --bs-btn-color: #fff;
  --bs-btn-bg: #B02736;
  --bs-btn-border-color: none;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #B02736;
  --bs-btn-hover-border-color: none;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #B02736;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #B02736;
  --bs-btn-disabled-border-color: #B02736;
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
    border-radius: 100px;
 font-family: "Behind-Regular", sans-serif; 
    font-weight: 400;
    padding: 0.6em 1.4em;
}



.btn-primary_2:hover {
    color: #fff;
}

.card-title {
    font-size: 1.6em;
    font-weight: 500;
}

/******CONTACT US*****/

.contact-wrapper{
     background: url(../images/Contact-bg.svg) repeat ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size:cover;
      width:100%;
    height: auto;
    margin-top: 2em;
    padding: 12em 1em;
    color:#fff;
}

.contact-wrapper h1{
  color:#B02736; 
}


.contact-inner form {
    background: rgba(255, 255, 255, 0.8);
    padding: 3em 2em;
     box-shadow: rgba(15, 92, 250, 0.1) 0px 8px 24px;
    border-radius: 5px;
    margin-top: 2em!important;
}


.contact-inner input {
    background-color: transparent;
    border-right: none!important;
    border-left: none!important;
    border-top: none!important;
    border-bottom:#6D6D6D solid 1px;
    border-radius: 0px;
    opacity: 1;
    color:#2b2b2b;
     font-family: "Behind-Regular", sans-serif; 
    font-weight: 400;
     font-size: 1.1em;
}




.contact-inner input::placeholder {
     color:#2b2b2b;
  font-family: "Behind-Regular", sans-serif; 
    font-weight: 400;
 font-size: 1.1em;
 opacity: 0.8;
}


.contact-inner textarea {
    background-color: transparent;
    border:#6D6D6D solid 1px;
    border-radius: 0px;
    color:#2b2b2b;
     font-family: "Behind-Regular", sans-serif; 
    font-weight: 400;
     font-size: 1.1em;
}


.contact-inner textarea::placeholder {
     color:#2b2b2b;
  font-family: "Behind-Regular", sans-serif; 
    font-weight: 400;
 font-size: 1.1em;
    opacity: 0.8;
}




.quote-send2 input {
    background: #B02736!important;
    width: 100%;
    border: none;
    opacity: 1!important;
    border-radius: 100px;
    padding: 10px 30px;
    font-family: "Behind-Regular", sans-serif; 
    font-weight: 400;
    color: #fff!important;
    font-size: 1.2em;
   
}


.contact-icons img {
    width: 50px;
    height: auto;
}


.social-media img {
    width: 80px;
    height: auto;
}



/*****section_7******/


.item-cover {
    background-color: #fff;
    border-radius: 0.8em;
    padding: 1.7em 1.3em 1.4em 1.3em;
    width: 90%;
    margin-bottom: 2em;
}


.item-cover h6 {
  color:#1C77EF;  
    font-weight: 700;
}

.item-cover h6 span {
  color:#000;  
    font-weight: 700;
    font-size: 0.8em;
}


.item-cover p {
    font-size: 1em;
}

.owl-container {
    margin-top: 2em;
}


/*****section_8******/

.section_8 {
    background-color: #36454F;
    padding: 4em 1em;
  color:#fff;
}

.section_8 h6 {
   color:#fff; 
  font-size: 1.2em;
}


.section_8 p {
   color:#fff; 

}


.section_8 p a{
   color:#fff; 

}


.section_8 p a:hover{
   color:#fff;
    text-decoration: none;
}

.footer-icon img {
    width: 60px;
    height: auto;
}


.footer-icon-2 img {
     width: 70px;
    height: auto;
}

/*****POP UP*****/

.modal-content {
    border: none!important;
    border-radius: 0px!important;
    padding: 3em;
}


.modal-body h4 {
   text-align: center;
}


.modal-body h4 span {
   font-family: 'Behind-Italic', sans-serif;
    font-style: italic;
}


.modal-body h5 {
    font-size:1.5em;
    margin-top: 3em;
   font-family: "Behind-Regular", sans-serif;
    font-weight: 300;
}


.modal-body h5 a {
  color: #1C77EF;
    font-family: "Behind-Regular", sans-serif;
    font-weight: 300;
}

.modal-body h6 {
     font-weight: 500;
      font-family: "Lovas", sans-serif;
    color: #36454F;
    font-size: 4em;
    text-align: center;
}

.modal_line img {
    width: 60px;
    height: auto;
    margin-left: 5em;
    margin-top: -2em;
}

.my-form label {
    font-size: 1em;
    font-family: "Behind-Regular", sans-serif;
    color:#0A010C;
    font-weight:500;
    opacity: 0.8;
}


.my-form input {
    font-size: 1em;
    font-family: "Behind-Regular", sans-serif;
    color:#0A010C;
    font-weight:500;
    opacity: 0.8;
  border-radius: 0px;
    border-right: none;
    border-left: none;
    border-top: none;
    padding-left: 0px;
}


.my-form textarea {
    font-size: 1em;
    font-family: "Behind-Regular", sans-serif;
    color:#0A010C;
    font-weight:500;
    opacity: 0.8;
    border-radius: 0px;
    
}


.my-form input::placeholder {
  color: #342020!important;
    opacity: 0.6;
}


.my-form textarea::placeholder {
  color: #342020!important;
    opacity: 0.6;
}




.modal-header {
    border-bottom: none!important;
}











@media (max-width: 1199.98px) { 

 
h1 {
   font-family: 'Behind-Bold', sans-serif;
    font-size: 4em;
    color:#fff;
    font-weight: 700;
    
}

h2 {
    font-family: 'Behind-Bold', sans-serif;
    font-size: 3.5em;
    font-weight: 700;
    color:#B02736;
}

h3 {
   font-family: 'Behind-Bold', sans-serif;
    font-size: 3em;
    font-weight: 700;
     margin-top: 0.5em;
      color:#B02736;
}


h4 {
   font-family: "Behind-Regular", sans-serif;
    font-size: 2.6em;
    color:#36454F;
    font-weight: 600;
}



h5 {
    font-family: "Behind-Regular", sans-serif;
    font-size: 2em;
    color:#36454F;
    font-weight:700;
    padding-top: 0.4em;
}


h6 {
  font-family: "Behind-Regular", sans-serif;
     font-size: 1.5em;
    color:#36454F;
    font-weight: 500;
   
}

p{
    font-family: "Behind-Regular", sans-serif;
     font-size: 1em;
    color:#36454F;
  
    font-weight: 400;

}  
    
    
.my_bullet h6 {
     font-size: 1.8em;
}    
    
  
    
    
    
    
    .home_sermons_wrapper_inner {
    border: #fff solid 1px;
    padding: 4em 2em;
}
    
    
    
    
    
 .sermon-wrapper{
     background: url(../images/sermons-banner-min.jpg) repeat ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
      width:100%;
    height: auto;
    padding: 5em 2em;
    color:#fff;
    margin-top: 6em;
    margin-bottom: 8em;
}
    
    
 .gallery-wrapper{
     background: url(../images/gallery-banner-min.jpg) repeat ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
      width:100%;
    height: auto;
    padding: 5em 2em;
    color:#fff;
    margin-top: 6em;
    margin-bottom: 4em;
}    


.sermon-wrapper-inner {
    border: #fff solid 1px;
    padding: 4em 2em;
}   
    
    
    


}




@media (max-width: 769px) {

    
    .section_1 {
    min-height: 100vh;
    padding-top: 8em;
    height: auto;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

  
h1 {
   font-family: 'Behind-Bold', sans-serif;
    font-size: 4em;
    color:#fff;
    font-weight: 700;
    
}

h2 {
    font-family: 'Behind-Bold', sans-serif;
    font-size: 3.3em;
    font-weight: 700;
    color:#B02736;
}

h3 {
    font-family: 'Behind-Bold', sans-serif;
    font-size: 2.8em;
    font-weight: 700;
     margin-top: 0.5em;
      color:#B02736;
}


h4 {
    font-family: "Behind-Regular", sans-serif;
    font-size: 2.1em;
    color:#36454F;
    font-weight: 600;
}



h5 {
   font-family: "Behind-Regular", sans-serif;
    font-size: 1.8em;
    color:#36454F;
    font-weight:700;
    padding-top: 0.4em;
}


h6 {
   font-family: "Behind-Regular", sans-serif;
     font-size: 1.5em;
    color:#36454F;
    font-weight: 500;
  
}

p{
   font-family: "Behind-Regular", sans-serif;
     font-size: 1.2em;
    color:#36454F;
  
    font-weight: 400;

}    
    



.btn_2{
    background: #fff;
    border-radius: 50em;
    padding: 0.8em 3em;
    color: #04152D;
    border:  none;
     margin-top: 1em;
    margin-bottom: 0.3em;
}


.btn_2 a {
    color: #04152D;
    text-decoration: none;
    font-family: "Behind-Regular", sans-serif;
     font-size: 1em;
}

.btn_2 a:hover {
     color: #1C77EF;
    text-decoration: none;
    font-family: "Behind-Regular", sans-serif;
     font-size: 1em;
}


    
 .person {
    z-index: 10000;
    margin-top: 1em;
}
.curve-container_2 {
    width: 100%;
    margin-top: -4em;
    z-index: -100;
}
   

    
 .section_2_bell img {
    width: 70px;
    height: auto;
    margin-top: -0.5em;
}

.section_2_main  {
    padding: 2em;
}   
    
.section_4_deskstop {
    padding: 5em;
    display: none;
}


.section_4_mobile {
     padding: 0.5em;
    display:block;
}
  
    
    
 
.home_sermons_wrapper{
    background: url(../images/home-sermons-min.jpg) repeat ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
      width:100%;
    height: auto;
    padding:4em 2em;
    color:#fff;
}


.home_sermons_wrapper_inner {
    border: #fff solid 1px;
    padding: 4em 2em;
}
   
    
 
 .sermon-wrapper{
     background: url(../images/sermons-banner-min.jpg) repeat ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
      width:100%;
    height: auto;
    padding: 3em 0.5em;
    color:#fff;
    margin-top: 6em;
    margin-bottom: 4em;
}
    
    
 .gallery-wrapper{
     background: url(../images/gallery-banner-min.jpg) repeat ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
      width:100%;
    height: auto;
    padding: 3em 1.5em;
    color:#fff;
    margin-top: 6em;
    margin-bottom: 3.5em;
}    


.sermon-wrapper-inner {
    border: #fff solid 1px;
    padding: 1.5em 0.3em;
}   
       
 
    
.ministry-wrapper{
     background: url(../images/ministry-banner-min.jpg) repeat ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
      width:100%;
    height: auto;
    padding: 2em;
    color:#fff;
    margin-top: 6em;
    margin-bottom: 8em;
}




.ministry-wrapper-inner {
    border: #fff solid 1px;
    padding: 4em 1.2em;
}    
    
    
.ministry h4 {
  font-family: 'Behind-Italic', sans-serif;
    font-size: 2em;
    color:#36454F;
    font-weight: 400;
    margin-bottom: 2em;
}

.ministry img {
    width: 110px;
    height: auto;
}
    
    
    
    

}

@media (max-width: 469px) {
    
    
    .hero {
     background: url(../images/hero-bg-min.jpg) repeat ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
     /* background: url('your-image.jpg') center center/cover no-repeat;*/
      height: auto; 
     min-height:auto;
      position: relative;
     padding: 6em 1em;
      color: white;
    }

    /* dark overlay for readability */
    .hero::before {
      content: "";
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0, 0, 0, 0.1);
      z-index: 1;
    }
    
    
 .section_1 {
    padding-top: 8em ;
     margin: 1em auto;
   
}
    
 h1 {
   font-family: 'Behind-Bold', sans-serif;
    font-size: 2.8em;
    color:#fff;
    font-weight: 600;
    
}   
    
    
    
h1 span {
    font-family: 'Behind-Bold', sans-serif;
    font-size: 0.6em;
    color:#fff;
    font-weight: 500;
    
}    
    
    
    
 h2 {
    font-family: 'Behind-Bold', sans-serif;
    font-size: 2.6em;
    font-weight: 500;
    color:#B02736;
}
    
    
    
h3 {
    font-family: 'Behind-Bold', sans-serif;
    font-size: 2.3em;
    font-weight: 700;
     margin-top: 0.5em;
      color:#B02736;
}


h4 {
    font-family: "Behind-Regular", sans-serif;
    font-size: 2em;
    color:#36454F;
    font-weight: 600;
}



h5 {
   font-family: "Behind-Regular", sans-serif;
    font-size: 1.7em;
    color:#36454F;
    font-weight:700;
    padding-top: 0.4em;
}


h6 {
   font-family: "Behind-Regular", sans-serif;
     font-size: 1.4em;
    color:#36454F;
    font-weight: 500;
  
}    
 
    
    
    .top-spacing {
    margin-top: 3em;
}
    
    
    
.modal-content {
    border: none!important;
    border-radius: 0px!important;
    padding: 0.5em;
}
    
    
    
.home_sermons_wrapper{
     background: url(../images/home-sermons-min.jpg) repeat ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
      width:100%;
    height: auto;
    padding: 3em 1em;
    color:#fff;
}


.home_sermons_wrapper_inner {
    border: #fff solid 1px;
    padding: 2em 0.5em;
}  
    
    
    
.ministry-wrapper{
     background: url(../images/ministry-banner-min.jpg) repeat ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
      width:100%;
    height: auto;
    padding: 1.5em 1em;
    color:#fff;
    margin-top: 6em;
    margin-bottom: 8em;
}


.ministry-wrapper-inner {
     border: #fff solid 1px;
    padding: 3.5em 0.5em;
}    
   
    
    
    
.ministry h4 {
  font-family: 'Behind-Italic', sans-serif;
    font-size: 1.8em;
    color:#36454F;
    font-weight: 400;
    margin-bottom: 2em;
}

.ministry img {
    width: 100px;
    height: auto;
}    
    
 
    
.contact-wrapper{
     background: url(../images/Contact-bg.svg) repeat ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size:cover;
      width:100%;
    height: auto;
    margin-top: 2em;
    padding: 12em 0.4em;
    color:#fff;
}


.contact-inner form {
    background: rgba(255, 255, 255, 0.8);
    padding: 3em 1em;
     box-shadow: rgba(15, 92, 250, 0.1) 0px 8px 24px;
    border-radius: 5px;
    margin-top: 2em!important;
}    
    
    
    
    
}



.marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.marquee span {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 35s linear infinite;
}

@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}



