*{
    padding: 0;
    margin:0;
    box-sizing: border-box;
}

p{
    text-align: justify;
}


.top_bar{

    width:100vw;
    height:46px;
    background-color: #381c68;
    display: grid;
    grid-template-columns: 1fr 1fr 0.8fr;
    grid-template-rows: 1fr;
    padding:5px;
   
    justify-items: center;
    align-items: center;
}

.top_bar i{
    display: inline;
    font-size: 1.2rem;
    color: white;
}

.top_bar h5{
    display: inline;
    color:white
}

.navbar-collapse {
   
    flex-grow: 0;
    align-items: center;
   
}

.logo{
    width: 150px;
    transform: translateY(-10px);
}


p{
    font-size: 18px;
}

.contact_bt{
    width:250px;
    height:40px;
    border-radius: 20px;
    background-color: #6B49E6;
    color: white;
    border:none;
    box-shadow: 0px 10px 30px  rgba(0, 0, 0, 0.226);
    font-size: 22px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 2.5rem;
    padding-left: 0.5rem;
    color: #ffffff;
    font-weight:800;

}


.navbar-nav a{

    font-size: 22px;
    color: rgb(70, 175, 152);
   

}

.contact_bt:hover{

    transform: translateY(-10px);
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
    box-shadow: 0px 0px 30px rgb(91, 52, 153) ;
}

.nav-link:hover{
    font-size: 24px;
    color:#cfba89!important;
   
    -o-transition-timing-function: ease-in-out;

}
.helpline:hover{
    font-size: 24px;
    color:#cfba89!important;
}

.heading{

    width:100vw;
    height:649px;
    background-image: url(images/banner.jpg)!important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  
    text-align: center;
    padding-top: 50px;

    
}

.heading_contact{

    width:100vw;
    height:649px;
    background-image: url(images/contack_bk.png)!important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  
    text-align: center;
    padding-top: 189px;

}

.heading_contact{
    color: white;
    font-weight: 600;
  
    font-size: 1.9rem;
    margin-top: 0px;

}

.heading_inspiration{

    width:100vw;
    height:649px;
    background-image: url(images/inspiration_bk.jpg)!important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  
    text-align: center;
    padding-top: 89px;

}


.heading_inspiration{
    color: white;
    font-weight: 600;
  
    font-size: 1.9rem;
    margin-top: 0px;

}

.heading_text{

    width:70vw;
    margin:15% auto;
    text-shadow: 0px 0px 10px #000000b3;
   
}

.heading_text p{
    float:right;
    color:white;
    font-weight:bold;
}

.heading h1{
    color: white;
    font-weight: 600;
  
    font-size: 1.9rem;
    margin-top: 378px;

}

header{

    width:100vw;
    height:131px;
   background-color:#381C68;
   
}

.headerc{
    height:526px;
    background-image:
    url('images/contack_bk.png')!important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.headerb{

    height:572px;
    background-image: 
    url('images/inspiration_bk.png')!important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.navbar-toggler{
    border: 1px solid white !important;
}

.navbar-toggler-icon{
    width: 2.5em;
    height: 2.5em;
    z-index: 100;
    color: black;
   

}
















.ab_gowin{

    width:100vw;
    height:845px;
    background-image: linear-gradient(to bottom, #fbf9ffed, #dadadaf6),
    url('images/ab_bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;


}

.prophecy{
    color:#140086;
}

.ab_box{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    justify-items: center;
    align-items: center;
    /* padding: 3%; */
    padding-top: 3%;
    padding-right: 5%;
    padding-left: 5%;


}

.container-fluid{

    padding-right: var(--bs-gutter-x,1.75rem);
    padding-left: var(--bs-gutter-x,2.75rem);
}

.ab_box img{

    width:90%;

}

.ab_text{

    width: 500px;
    text-align: justify;
    transform: translateX(-20px);
}

.ab_text2{

    width:80vw;
    margin:5px auto;

}

.read-more-container{
    display: flex;
    flex-direction: column;
    color: #111;
    gap: 1rem;
}

.read-more-btn{
    color: #0984e3;
    cursor: pointer;
}

.read-more-text{
    display: none;
}
.container{
    min-height: 300px;
    padding: 2rem;
    background-color: #fff;
    border-radius: 2px;
    line-height: 1.4rem;
    box-shadow: 0 0 1rem rgba(0,0,0,.1);
}
.read-more-text--show{
    display: inline;
}


.video{
    width:100Vw;
    height:800px;
    
    
}

.pastor_testimony h4{

    font-size: 18px;
  

}

.g_width{
    width:85vw;
    margin: 10px auto;
    padding-bottom:50px ;
    
}

.gal_text{
    text-align: center;
    width:80vw;
    margin: 10px auto;
    padding-top:50px ;
}



#endorsement{
    width:100vw;
    height:700px;
  background-image: url('images/T-bk.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    justify-items: center;
    align-items: center;
    

}

.hide{
    display: none;
}








.t_card{
    width:350px;
    height:500px;
    background-color: tomato;
    background-image: url('images/t_bk.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding:7%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 0.8fr;
    justify-items: center;

}

.t_img img{
    width:150px;
    border-radius: 60%;

}

.osf{
    margin:50px auto;
}

.osp_t{

    margin-top:5%;

    margin-right: 10%;

}

.osf{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    justify-items: center;
}

.im img{
    width:42vw;
}


#cta{

    width: 100vw;
    height: 462px;
    background-image: url('images/cta_bk.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;

}

#cta h2{
    padding-top:90px;
    color: white;
}

#cta p{
    color: white;
    padding: 4px 25%;
    text-align: center;
}

.cta_bt{
    width: 285px;
    height: 58px;
    border-radius: 30px;
    background-image: linear-gradient(to right, #6B49E6 0%, #8A18D5 100%);
    border:none;
    color:white;
    font-size: 20px;


}

footer{
    width: 100vw;
    height:400px;
    background-color:#381C68;
    display: grid;
    grid-template-columns: 1fr 0.7fr 1fr;
    grid-template-rows: 1fr;
    padding:5%;
    color:white;
    grid-column-gap: 20px;
    margin-top: 0px;



}

.links{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    margin-top:20PX;

}
.links a{
    text-decoration: none;
    color:white;
    padding-bottom: 10px;
    font-size: 18px;

}

.rights{
  font-size: 17.5px;
}

#social_media{

    padding:5%;
 
}

.social_post{

    width:350px;
    height:600px;
    background-color: rgb(120, 71, 255);
    
}

.f_text{

    margin-right: 20%;
}

.c_form{

    width:814px;
   height:600px;
   margin:50px auto;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.199);
    padding:50px;
}

.c_form h3{
    color:#261C61;
    font-weight:bold;
}

.p_info{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows:6(1fr);
    grid-row-gap:10px;
    margin-top: 30px;
}

.Message{
    margin-top: 65px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.199);

    border:none;
    outline: none;
    line-height:transparent;
    border-radius: 5px;
 
    
}

textarea{
    border:none;
    outline: none;
    padding:5px;
}
.form_st{


    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 15px;



}

.form_st input{

    border:none;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.199);
    border-radius: 5px;
    height:57px;
    padding:5px;
    width:352px;
    outline:#6B49E6;



}

label{

    color:#261C61;
    font-weight: bold;
}



.submit{
    width:250px;
    height:40px;
    background-color: #6B49E6;
    border-radius: 30px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.199);
    margin:30px auto;
    border:none;
    color:white;
}


#our_inspiration{

    width:80vw;
    margin:0px auto;
   

}

.o1_text{

    width:70vw;
  padding:4%;
  padding-bottom:5px;
  margin:0px auto;
}

.pi{
    width:70vw;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
    align-items: center;
    grid-row-gap: 30px;
    margin:0px auto;


}

.pi_cell{

    width:322px;

}

.pi img{

    width: 100%;





}

.pi_cell h4 {
    color: #533BD5;
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0px;
}

.pastor_testimony{

    width:73vw;
    margin:20px auto;
}

.pastor_testimony img{
    width:100%;
}


.pastor_testimony h2, p{
    margin: 11px 0px ;

}













 /* Small devices (landscape phones, 576px and up) */
@media (max-width: 768px) {
   
   p{
       font-size: 14px;
   }
   

   .navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    background-color: #381c68;
    padding-bottom:15px;
}


.heading {
    width: 100vw;
    height: 658px;
    background-image: url(images/bannerm.jpg)!important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding-top: 50px;
}

.heading_inspiration{

    width:100vw;
    height:658px;
    background-image: url(images/inspiration_bk.jpg)!important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  
    text-align: center;
    padding-top: 89px;

}

.heading_text {
    width: 70vw;
    margin: 15% auto;
    text-shadow: 0px 0px 10px #000000b3;
}

.heading h1 {
    color: white;
    font-weight: 600;
    font-size: 1.9rem;
    margin-top: 244px;
}

    .top_bar{

        width:100vw;
        height:38px;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr;
        padding:5px;
       
        justify-items: center;
        align-items: center;
    }

    .logo{
        width:120px;
    }

    
.ab_box{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    justify-items: center;
    align-items: center;
    padding:5%;

}

.o1_text {
    padding: 2%;
    padding-bottom: 5px;
    padding-top: 10px;
}


.ab_text {
   width:80vw;
}

.ab_gowin {
    width: 100vw;
    height: 1342px;
    background-image: linear-gradient(to bottom, #fbf9ffed, #dadadaf6), url(images/ab_bg.png);
}

.navbar-toggler-icon {
    width: 2rem;
    height: 2.5em;
    z-index: 100;
    color: #161616;
}

header {
    width: 100vw;
    height: 126px;
   
}

.osf {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows:1fr;
    justify-items: center;
    padding:8%;
    margin-top:0px;
}

.im img {
    width: 80vw;
}

footer {
    width: 100vw;
    height: 695px;
    background-color: #381C68;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: .5fr 1fr 1.2fr;
    padding: 5%;
    color: white;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.f_text {
    margin-right: 10%;
}

.rights {
    font-size: 16px;
}

.email_phone p{
    font-size: 18px;
}

.pi{

    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr ;
    grid-column-gap: 15px;
    justify-items: center;
    align-items: center;


}

.pastor_testimony img {
    height: 100%;
}

.pi_cell{

    width:71vw;

}

.pi img{

    width: 100%;





}


.form_st {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    grid-row-gap: 15px;
}

.c_form {
    width: 92vw;
    height: 864px;
    margin: 50px auto;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 20%);
    padding: 20px;
}

.form_st input {
    border: none;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 20%);
    border-radius: 5px;
    height: 57px;
    padding: 5px;
    width: 85%;
    outline: #6B49E6;
}




}

/* // Medium devices (tablets, 768px and up) */
@media screen and (min-width: 768px) and (max-device-width: 992px) { 
    .top_bar{

        
        width:100vw;
        height:30px;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr;
        background-color: #e64963;
    }


    .navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
        display: flex;
        flex-wrap: inherit;
        align-items: center;
        justify-content: space-between;
        background-color: #381c68;
        padding-bottom:15px;
    } 
  
    .osf {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows:1fr;
        justify-items: center;
        padding:5%;
        margin-top:0px;
    }

    .ab_box {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        justify-items: center;
        align-items: center;
        padding: 5%;
    }

 }

/* // Large devices (desktops, 992px and up) */

@media screen and (min-device-width: 992px) and (max-device-width: 1200px){ 
    .top_bar{

        width:100vw;
        height:19px;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr;
        background-color: #5be649;
    }
 }

/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
   
 }

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { 

 }