/* cmsms stylesheet: Main Styles modified: Saturday, January 31, 2026 4:29:31 PM */
/* =========================================================
   CMS Made Simple Stylesheet (Template-Aligned Cleanup)
   Template uses: Bootstrap + FontAwesome + wow/animate
   ========================================================= */

/* =========================================================
   CMSMS / Smarty color variables
   ========================================================= */

 


/* =========================================================
   Base / Typography
   ========================================================= */

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  color: #2C2C2C;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 30px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}

p {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.6em;
}

p.lead {
  font-weight: 600;
}

a {
  color: #3f47cc;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #00a3e8;
}

hr {
  margin-top: 10px;
}

/* =========================================================
   Utility Margins
   ========================================================= */

.marginbot-0  { margin-bottom: 0 !important; }
.marginbot-10 { margin-bottom: 10px !important; }
.marginbot-20 { margin-bottom: 20px !important; }
.marginbot-30 { margin-bottom: 30px !important; }
.marginbot-40 { margin-bottom: 40px !important; }
.marginbot-50 { margin-bottom: 50px !important; }

/* =========================================================
   Section Layout
   (Template uses: home-section, about-section, service-section, contact-section)
   ========================================================= */

.home-section {
  padding-top: 110px;
  padding-bottom: 0px;
  display: block;
  position: relative;
  z-index: 120;
}

.contact-section {
  padding-top: 100px;
  padding-bottom: 50px;
  display: block;
  position: relative;
  z-index: 120;
}

.about-section {
  padding-top: 8%;
  padding-bottom: 25%;
  display: block;
  position: relative;
  z-index: 120;
}

.service-section {
  padding-top: 8%;
  padding-bottom: 35%;
  display: block;
  position: relative;
  z-index: 120;
}

.section-heading h2 {
  font-size: 40px;
}

.section-heading i {
  margin-bottom: 20px;
}

/* Background helpers used in template */
.bg-white { background: #fff; }
.bg-gray  { background: #f8f8f8; }
.bg-light-aqua   { background: #cde5ef; }
.bg-light-violet { background: #e6e2f4; }
.bg-light-orange { background: #efdecf; }
.bg-dark { background: #575757; }

/* Contact section links: blue default, grey on hover */
#contact a,
#contact a:visited {
  color: #0A6CFF;              /* blue on load 034AFF  4a78a8 0A6CFF */
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}

#contact a:hover,
#contact a:focus {
  color: #7a7a7a;              /* slightly darker grey */
  text-decoration: underline;
}

/* =========================================================
   Titles / Content blocks
   ========================================================= */

.title_sections h2 strong,
.title_sections h3 strong {
  color: #26ACE9;
}

/* =========================================================
   Navbar
   ========================================================= */

.navbar {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.navbar-brand {
  font-weight: 500;
  height: 40px;
  padding: 8px 15px;
  font-size: 18px;
  line-height: 1em;
}

/* Your template has: <span class="navbar-brand"><a class="navbar-brand" ...> */
.navbar-brand a,
a.navbar-brand {
  color: #3f47cc;
}

.navbar-brand a:focus,
a.navbar-brand:focus {
  text-decoration: none;
  color: #00a3e8;
}

.nav.navbar-nav {
  background-color: rgba(0,163,232,.9);
}

.navbar-custom.top-nav-collapse .nav.navbar-nav {
  background-color: rgba(0,163,232,.9);
}

.navbar-custom ul.nav li a {
  font-size: 12px;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}

.navbar-custom.top-nav-collapse ul.nav li a {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  color: #fff;
}

.navbar-custom .nav li a {
  -webkit-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
  outline: 0;
  background-color: rgba(255, 255, 255, .2);
}

.navbar-toggle {
  padding: 4px 6px;
  font-size: 14px;
  color: #fff;
  background-color: rgba(0,163,232,.9);
}

.navbar-toggle:focus,
.navbar-toggle:active {
  outline: 0;
  background-color: rgba(0,163,232,.9);
}

/* =========================================================
   Intro (Template uses inline background style on #intro.intro)
   ========================================================= */

#intro.intro {
  padding: 10% 0 0 0;
}

.intro_logo {
  width: 30%;
}

.intro .slogan {
  padding-top: 30px;
  text-align: center;
}

/* Intro heading */
.intro .slogan h2 {
  color: #3f47cc;
  font-size: 50px;
  line-height: 100px;
  font-weight: 600;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  text-shadow: -1px 0 1px #000;
}

/* Intro main line (uses Dancing Script in template) */
.slogan h4 {
  color: #3f47cc;
  margin: 2% auto 30px auto;   /* CHANGED: auto centers the block */
  max-width: 820px;            /* NEW: limits line length */
  text-shadow: -1px 1px 1px #00a3e8;
  text-transform: none !important;
  font-family: 'Dancing Script', cursive;
  font-size: 240% !important;
  font-weight: 700;
  line-height: 125% !important;
  letter-spacing: 1px;
}

.slogan h5 {
  color: #3f47cc;
  margin: 0 auto 30px auto;    /* CHANGED */
  max-width: 600px;            /* NEW: keeps author tighter */
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}

/* Scroll button */
.page-scroll {
  text-align: center;
}

/* =========================================================
   Boxed content blocks (About/Believes/Services/etc.)
   ========================================================= */

.boxed-grey {
  background: #fff;
  padding: 20px;
  overflow: auto;
  position: relative;
}

/* Template wraps content columns with: .team.boxed-grey */
.team h5,
.team p.subtitle {
  margin-bottom: 10px;
  overflow: auto;
  position: relative;
}

.team p.mainContent {
  margin: 10px 0 10px 10px;
  padding-left: 10px;
  text-align: justify;
  overflow: auto;
  position: relative;
}

.team .mainContent h3 {
  margin: 25px 0 5px 0;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}

/* =========================================================
   Purpose / Ministries section (template uses #purpose)
   ========================================================= */

/* Ministries / content links */
#purpose a,
#purpose a:visited {
  color: #0A6CFF;
}

#purpose a:hover,
#purpose a:focus {
  color: #8a8a8a; /* soft muted blue */
  text-decoration: underline;
}

#purpose p.mainContent {
  margin: 10px 0px 15px 0px;
  padding-left: 10px;
  text-align: justify;
}

#purpose .mainContent h3 {
  margin: 25px 0 5px 0;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}

#purpose h5 {
  text-decoration: underline;
  margin: 10px 0px;
}

#purpose ul li {
  text-align: left;
}

/* Social icons used in template: .company-social */
.company-social {
  margin-left: 0;
  padding-left: 0;
  margin-top: 10px;
  text-align: left;
}

.company-social li {
  display: inline-block;
  margin: 0 !important;
  padding: 0;
}

.company-social a {
  margin: 0;
  padding: 0;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #3bbec0 !important;
  color: #fff !important;
  -webkit-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}

.company-social a i {
  text-align: center;
  margin: 0;
  padding: 0;
}

.company-social .social-facebook a      { background: #3873ae !important;  }
.company-social .social-twitter a       { background: #62c6f8; }
.company-social .social-dribble a       { background: #d74980; }
.company-social .social-deviantart a    { background: #8da356; }
.company-social .social-google a        { background: #000; }
.company-social .social-vimeo a         { background: #51a6d3; }

.company-social .social-facebook a:hover   { background: #4893ce !important; }
.company-social .social-twitter a:hover    { background: #82e6ff; }
.company-social .social-dribble a:hover    { background: #f769a0; }
.company-social .social-deviantart a:hover { background: #adc376; }
.company-social .social-google a:hover     { background: #333; }
.company-social .social-vimeo a:hover      { background: #71c6f3; }

/* =========================================================
   Footer
   ========================================================= */

footer {
  text-align: center;
  padding: 25px 0;
}

footer p {
  color: #f8f8f8;
}

footer a {
  color: #8a8a8a;              /* blue on load */
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}

footer a:hover,
footer a:focus {
  color: #8a8a8a;              /* slightly darker grey on hover */
  text-decoration: underline;
}

/* =========================================================
   Buttons (template uses .btn + .btn-circle)
   ========================================================= */

.btn {
  border-radius: 0;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.btn-circle {
  width: 70px;
  height: 70px;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 40px;
  color: #fff;
  background: 0 0;
  -webkit-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
  outline: 0;
  color: #fff;
  background: rgba(255, 255, 255, .1);
}

/* Icon animation (template uses: i.animated) */
.page-scroll .btn-circle i.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {
  0   { -webkit-transform: scale(1); transform: scale(1); }
  50  { -webkit-transform: scale(1.2); transform: scale(1.2); }
  100 { -webkit-transform: scale(1); transform: scale(1); }
}

@-moz-keyframes pulse {
  0   { -moz-transform: scale(1); transform: scale(1); }
  50  { -moz-transform: scale(1.2); transform: scale(1.2); }
  100 { -moz-transform: scale(1); transform: scale(1); }
}

/* =========================================================
   Loader (template uses: #preloader + #load ONLY)
   ========================================================= */

#preloader {
  background: #ffffff;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

@keyframes shadowSpin {
  0%   { box-shadow: 10px -10px #3f47cc, -10px 10px #00a3e8; }
  25%  { box-shadow: 10px 10px #3f47cc, -10px -10px #00a3e8; }
  50%  { box-shadow: -10px 10px #3f47cc, 10px -10px #00a3e8; }
  75%  { box-shadow: -10px -10px #3f47cc, 10px 10px #00a3e8; }
  100% { box-shadow: 10px -10px #3f47cc, -10px 10px #00a3e8; }
}

#load {
  z-index: 9999;
  background-color: #d4d4d4;
  opacity: 0.75;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  margin: -5px auto 0 auto;
  left: 0;
  right: 0;
  border-radius: 0px;
  border: 5px solid #d4d4d4;
  box-shadow: 10px 0px #d4d4d4, 10px 0px #01FF70; /* keep if desired */
  animation: shadowSpin 1s ease-in-out infinite;
}

/* =========================================================
   Blockquote (safe to keep; may appear in WYSIWYG content)
   ========================================================= */

blockquote {
  font-style: italic;
  margin: 0.25em 0;
  padding: 0.25em 40px 0.25em;
  line-height: 1.45;
  position: relative;
  color: #666;
  border: 0;
}

blockquote:before {
  font-family: Georgia, serif;
  display: block;
  content: "\201C";
  font-size: 80px;
  position: absolute;
  left: 10px;
  top: -20px;
  color: #666;
}

blockquote cite {
  color: #666;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}

blockquote cite:before {
  content: "\2014 \2009";
}

/* =========================================================
   Responsive / Media Queries
   ========================================================= */

@media (min-width: 767px) {
  .navbar {
    padding: 20px 0;
    border-bottom: 0;
    letter-spacing: 1px;
    background: 0 0;
    -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
    transition: background .5s ease-in-out, padding .5s ease-in-out;
  }

  .top-nav-collapse {
    padding: 0;
    background-color: rgba(0,163,232,.9);
  }

  .top-nav-collapse a {
    color: #fff;
  }

  .navbar-custom.top-nav-collapse {
    border-bottom: 1px solid rgba(255, 255, 255, .3);
  }

  .intro {
    height: 100%;
    padding: 0;
  }
}

@media (max-width: 768px) {
  .intro_logo {
    width: 80%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .team.boxed-grey,
  .boxed-grey {
    margin-bottom: 30px;
  }

  .navbar-custom .nav.navbar-nav {
    background-color: rgba(0,163,232,.9);
  }

  .navbar.navbar-custom.navbar-fixed-top {
    margin-bottom: 30px;
  }

  .tp-banner-container {
    padding-top: 40px;
    color: #fff;
  }
}

@media (max-width: 480px) {
    
.slogan h4 {
    color: #3f47cc;
    margin: 10px auto 18px auto;
    max-width: 92%;
    text-transform: none !important;
    font-family: 'Dancing Script', cursive;
    font-weight: 700;
    font-size: 150% !important;   /* scaled down for portrait */
    line-height: 1.2 !important;
    letter-spacing: 0.5px;
    text-shadow: -1px 1px 1px #00a3e8;
  }

  .slogan h5 {
    color: #3f47cc;
    margin: 0 auto 10px auto;
    max-width: 92%;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 90%;
    letter-spacing: 1px;
  }

  .intro {
    position: relative;
    background-size: cover;
    margin-bottom: 25%;
  }

  .intro_logo {
    width: 80%;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .slogan {
    margin-bottom: 12%;
  }

  .intro .slogan h2 {
    color: #3f47cc;
    font-size: 50px;
    line-height: 70px;
    font-weight: 600;
    -webkit-text-size-adjust: 60%;
    text-size-adjust: 60%;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    text-shadow: -1px 0 1px #000;
  }

  /* Smaller circle button on very small screens */
  .btn-circle {
    width: 25px;
    height: 25px;
    font-size: 16px;
  }

  .page-scroll a.btn-circle {
    width: 25px;
    height: 25px;
    font-size: 16px;
  }
}
/* cmsms stylesheet: Main Defaults modified: Saturday, January 31, 2026 3:48:11 PM */
a,.tp-caption a.btn:hover {
	color: #d8d8d8;
}
.top-nav-collapse {
     /*  background-color: rgba(0,0,0,.9); */ /* Black */
     /* background-color: rgba(106,22,34,.9);*/  /* Maroon */
    background-color: rgba(0,163,232,.9);  /* Aqua Blue #00a3e8 */

}

.top-nav-collapse a {
         color: #fff;        
}

.navbar-custom ul.nav ul.dropdown-menu li a:hover {
	  /*  background-color: rgba(0,0,0,.9); */ /* Black */
     /* background-color: rgba(106,22,34,.9);*/  /* Maroon */
    background-color: rgba(0,163,232,.9);  /* Aqua Blue #00a3e8 */
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #d2d2d2;
}

.widget-avatar .avatar:hover {
    border: 5px solid #d2d2d2;
}

.bg-skin {
	  /*  background-color: rgba(0,0,0,.9); */ /* Black */
     /* background-color: rgba(106,22,34,.9);*/  /* Maroon */
    background-color: rgba(0,163,232,.9);  /* Aqua Blue #00a3e8 */
}


footer {
    background-color: #545353;
}

.btn-skin {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
