<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Global Css */
*,*::before,*::after{
    margin: 0px;
    padding: 0;
    /* box-sizing: border-box; */
}
body{
    background-color: #ccc;
    font-family: poppins;
}
.boot-card {
    width: 400px;
    display: block;
    margin: 0 auto;
    border: none;
    background-color: #fff;
}
.details-card{
 padding: 14px 0px;
 display: block;
 /*width: 371px !important;*/
}
/* Common Header Css */
header{
    background-color:#6188b3;
    /* height: 40px; */
    padding: 10px;
    /* border-bottom-left-radius: 10px; */
    /* border-bottom-right-radius: 10px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    border-radius: 5px;
    box-shadow: 0px 4px 7px #99959587;
}
header i{
  padding-right: 15px;
  color: #fff;
}
/* Common Header Css */
/* Inner Page Banner Css Starts */
.banner img{
    height: 90px;
}
.banner-text p{
    font-size: 20px!important;
}
/* Inner Page Banner Css Ends */
/* Home Page Banners Starts*/

.banners {
    width: 100%;
}
.text-heading  {
    font-size: 26px;
    font-family: 'Poppins';
    background:#c6d4e8;
    width: 71%;
    padding: 7px 15px;
    border-radius: 0 5px 5px 0;
}
.carousel-item img {
    border-radius: 5px;
    height: 206px;
}
/* Home Page Banners end */
/* Home Page word-of-the-day starts */

.word-head{
    text-align: center;
    /* border: 2px solid #507a1e; */
    margin: 0 95px;
    background-color: #6188b3 !important;
    padding: 10px;
    border-radius: 20px;
    position: relative;
    /* top: 50px; */
    background-color: #fff;
    color: #fff;
    box-shadow: 0px 4px 7px #99959587;
}
.word-text{
    border: 1px solid #8cc6ff;
    margin:-25px 25px 0 25px;
    border-radius: 10px;
    padding: 35px 10px 10px 10px;
    text-align: center;
    font-size: 13px;
}
.word-text .wishlist-share-icons{
   display: flex;
   justify-content: flex-end;
   cursor: pointer;
}
.word-text .wishlist-share-icons i{
 padding-right: 5px;

}
 /* Home Page word-of-the-day ends */ 
/*Home Page icons starts */
.icons{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding-top: 30px;
    padding-bottom: 60px;
}
.icon {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.icon  .icon-wrapper img{
    width: auto;
    height: 40px;
}
.icon .icon-wrapper img:hover{
  background-color: #ebebeb;
}
.icon .icon-wrapper p{
    font-size: 11px;
margin-top: 7px;}
.icon-wrapper {
    margin-bottom: 20px;
    padding: 9px;
    height: 90px;
    width: 75px;
    /* background: #f1f1f1; */
    border-radius: 8px;
    text-align: center;
    box-shadow: 0px 4px 7px #99959587;
}
/* Home Page icons end */
/* Gallery Page starts (Gallery.html) */

.glry {
    width: 85%;
    margin: 35px auto;
    display: block;
}
.y-gallery {
    width: 85%;
    margin: 35px auto;
    display: block;
}
.y-gallery .ttp {
    margin-bottom: 10px;
}
.glry .col-6 {
    margin-bottom: 10px;
}

.container-img img {
    max-width: 100%;
    display: block;
  border-radius: 5px;}
  
  figure {
    margin: 0;
    display: grid;
    grid-template-rows: 1fr auto;
    margin-bottom: 10px;
    break-inside: avoid;
  }
  
  figure &gt; img {
    grid-row: 1 / -1;
    grid-column: 1;
  }
  
  figure a {
    color: black;
    text-decoration: none;
  }
  
  .container-img {
    column-count: 3;
    column-gap: 10px;
  }




/* Gallery Page ends (Gallery.html) */
/* About Us Page Starts (About.html)*/
.about{
    padding: 25px;
    text-align: justify;
}
.about-text{
    padding: 20px 0 40px 0;
}
/* About Us Page Ends (About.html)*/
/* Ministries Page Starts (Ministries.html)*/

.ministries{
    padding: 15px 25px 85px 25px;
}
.ministries i{
    color: #000;
}
.box-ministries{
    display: flex;
}
.box-ministries img{
    border-radius: 10px;
}
.box-text{
    padding-left: 7px;
}
.box-text p{
    font-size: 10px;
    text-align: justify;
    padding: 0 7px;
}
/* Ministries Page Ends (Ministries.html)*/
/* Prayer Page Starts (prayer.html) Appointment */
.form{
    height: 105vh;
    /* margin-top: 90px; */
}
.form-data{
	/* margin-top: 21%; */
	background-color: #FFF;
}
.form-body{
	padding: 20px;
}
.form-head{
	padding: 10px;
	border-bottom: 1px solid #8493ca;
}
.form-row{
	margin-bottom: 15px;
}
.whatsapp-front .form-control{
	background-color: #f7f7ff;
	border-radius: 15px 0 0 15px;
}
.form-control:focus{
	box-shadow: none;
	border: 3px solid #ccc;
}
.btn-appointment{
	width: 51%;
    background-color: #6188b3;
    color: #fff;
    border-radius: 10px;
    /* width: 20px; */
    margin-left: 77px;}
/* .appnt-frm {width: 85%;margin: 0 auto;} */
/*  Prayer Page Ends (prayer.html) Appointment Ends*/
/* Accordion styles Payments Page Starts (donation.html) */
.donate{
    height: 110vh;
    padding: 25px;
}
.bank-details{
    padding: 1em;
}
.payments{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 30px;
}
.tabs input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.row {
  display: flex;
}
.row .col {
  flex: 1;
}
.row .col:last-child {
  margin-left: 1em;
}
.tabs {
  margin-right: 12px;
  border-radius: 8px;
  overflow: hidden;
}
.tab {
  width: 100%;
  color: white;
  overflow: hidden;
}
.tab-label {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  background: #f5f5f5;
  font-weight: bold;
  cursor: pointer;
}
.tab-label:hover {
    background: #cfe8ff;
}
.tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #2c3e50;
  background: #f5f5f5;
  transition: all 0.35s;
}
.tab-close:hover {
  background: #1a252f;
}
.tabs input:checked + .tab-label {
    background: #ccc;
}
.tabs input:checked + .tab-label::after {
  transform: rotate(90deg);
}
.tabs input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em;
}
/* Accordion styles Payments Page Ends (donation.html)*/
/* video gallery Page starts (gallery.html) */

.video-gallery{
    padding: 20px 25px 75px 25px;
}
.video-gallery .video1{
    margin-top:30px;
}
/*video gallery Page ends (gallery.html)*/
/*Live Page starts (live.html)*/
.live-sections{
    height: 100vh;
    padding-top: 20px;
}
/*Live Page ends (live.html)*/
/* event page starts (event.html)*/
.events{
 padding: 25px 25px;
 /*width: 400px;*/
 background-color: #fff;
 height: 86vh;
}
.event-calender{
    padding-top: 27px;
}
/*.event-calender iframe{padding-top: 10px;} */
/*event page ends (event.html)*/
/*Footer*/
footer {
    width: 400px;
    display: block;
    margin: 0 auto;
    background-color:#6188b3!important;
    padding: 7px;
    border-radius: 10px 10px 0 0;
    /* border-top-left-radius: 10px; */
    /* border-top-right-radius: 10px; */
    box-shadow: 0px 0px 4px 2px #99958597;
}
.footer-icons i{
    font-size: 16px;
    color: #fff;
}
.footer-icons i, .footer-icons p {
    text-align: center;
    margin: 0;
    padding: 0;
}
.footer-icons p a {
    text-decoration: none;
    color: #fff;
    font-size: 13px;
}
/*Footer Css Ends */
.map {
    margin: 25px auto;
    width: 92%;
}
.addr p {
    font-family: 'Poppins';
    font-size: 14px;
    line-height: 27px;
    margin-bottom: 0px;
    margin-left: 10px;
}
.addr {
   margin: 0 auto;
    width: 85%;
}
.share-wp  {
    background: #5b626a;
    padding: 15% 0;
    text-align: center;
}
.share-wp h4  {
    color: #fff;
    margin-bottom: 25px;
}
.whp-form {
    width: 85%;
    display: block;
    margin: 0 auto;
}
#img-gallery{
    width:100px;
    height: 110px;
}
.bottom-first  {
    margin-top: 40px;
}
.bottom-icons {
    width: 100% !important;
    margin: 40px auto;
}
.modal-body{
    font-size: 40px;
    margin-right: 28px;
}
.fas-fa{
   width:30px;
   height:30px;
}
.block-row { 
    display: flex; 
    margin-top: 16px; 
} 
.dabba { 
    width: 48%; 
    height: 115px; 
    margin-right: 11px; 
    text-align: center; 
} 
.block {
   width: 90%;
    height: 118px;
    text-align: center;
    background: #9fc7f3;
    margin-right: 10px;
    border-radius: 10px;
    font-size: 39px;
    color: #00b19c;
    box-shadow: 2px 4px 4px #ededed;
    margin-left: 14px;
} 
.block i { 
 margin-top: 24%; 
} 
.dabba p { 
    margin-top: 10px;
    font-size: 14px;
    /* float: right; */
    margin-left: 10px;
}
@media screen and (max-width: 400px) { 
  .boot-card { 
    width: 100% !important; 
  } 
}
@media screen and (max-width: 400px) { 
    .fixed-bottom { 
      width: 100% !important; 
    } 
  }</pre></body></html>