/*** uncss> filename: vendor/mediaelement/mediaelementplayer.css ***/

/* Start: LAYERS */

/* End: LAYERS */

/* Start: CONTROL BAR */

/* :focus for accessibility */

/* End: CONTROL BAR */

/* Start: Time (Current / Duration) */
/* End: Time (Current / Duration) */

/* Start: Play/Pause/Stop */
/* Start: Play/Pause/Stop */

/* Start: Progress Bar */

/*
.mejs-controls .mejs-time-rail:hover .mejs-time-handle {
	visibility:visible;
}
*/
/* End: Progress Bar */

/* Start: Fullscreen */
/* End: Fullscreen */


/* Start: Mute/Volume */

/*
.mejs-controls .mejs-volume-button:hover .mejs-volume-slider {
	display: block;
}
*/

/* horizontal version */

/* End: Mute/Volume */

/* Start: Track (Captions and Chapters) */

/*
.mejs-controls .mejs-captions-button:hover  .mejs-captions-selector {
	visibility: visible;
}
*/
/* End: Track (Captions and Chapters) */

/* Start: Error */
/* End: Error */


/* Start: Loop */

/* End: Loop */

/* Start: backlight */
/* End: backlight */

/* Start: Picture Controls */
/* End: Picture Controls */


/* context menu */

/* Start: Source Chooser */
/* End: Source Chooser */

/* Start: Postroll */
/* End: Postroll */
 
/*** uncss> filename: css/style.css ***/
@charset "UTF-8";
/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@import url("animations.css");
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);
@import url(https://fonts.googleapis.com/css?family=Volkhov:400italic);
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)); }

*,
*::before,
*::after {
  box-sizing: border-box; }

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth; } }

body {
  margin: 0;
  font-family: "Roboto";
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25;
  color: #666;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
}
  

h1, h2, h3, h4, h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.2; }

h1 {
  font-size: calc(1.34375rem + 1.125vw); }
  @media (min-width: 1200px) {
    h1 {
      font-size: 2.1875rem; } }

h2 {
  font-size: calc(1.3rem + 0.6vw); }
  @media (min-width: 1200px) {
    h2 {
      font-size: 1.75rem; } }

h3 {
  font-size: calc(1.278125rem + 0.3375vw); }
  @media (min-width: 1200px) {
    h3 {
      font-size: 1.53125rem; } }

h4 {
  font-size: calc(1.25625rem + 0.075vw); }
  @media (min-width: 1200px) {
    h4 {
      font-size: 1.3125rem; } }

h5 {
  font-size: 1.09375rem; }

p {
  margin-top: 0;
  margin-bottom: 0; }

ul {
  padding-left: 2rem; }

ul {
  margin-top: 0;
  margin-bottom: 1rem; }

strong {
  font-weight: bolder; }

a {
  color: #0d6efd;
  text-decoration: underline; }
  a:hover {
    color: #0a58ca;
    text-decoration: none; }

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none; }

img {
  vertical-align: middle; }
  button:not(:disabled),
  [type="button"]:not(:disabled),
  [type="reset"]:not(:disabled),
  [type="submit"]:not(:disabled) {
    cursor: pointer; }

::-moz-focus-inner {
  padding: 0;
  border-style: none; }

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0; }

::-webkit-inner-spin-button {
  height: auto; }

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-color-swatch-wrapper {
  padding: 0; }

::file-selector-button {
  font: inherit; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

iframe {
  border: 0; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto; }

.staff-item {
  margin-bottom: 30px; 
}

@media (min-width: 1200px) {
  .container {
    max-width: 1040px;} } 
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5); }
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y); }

.col-6 {
  flex: 0 0 auto;
  width: 50%; }

@media (min-width: 576px) {

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%; } }

@media (min-width: 768px) {

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%; }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%; } }
@media (min-width: 992px) {

  .rowWidth{
    width: 100%!important;
  }

  .col-lg-2 {
    flex: 0 0 auto;
 }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%; }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 40%; }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%; }

  .col-lg-8 {
    flex: 0 0 auto;
    margin: 0 auto;
    width: 60%; } }
    .form-control[type="file"]:not(:disabled):not([readonly]) {
      cursor: pointer; }
  
  .form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    color: #666;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-control::file-selector-button {
        transition: none; } }
  .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3; }
  .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3; }
  .form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    margin-inline-end: 0.5rem; }
  .form-control-lg::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    margin-inline-end: 1rem; }
  .form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer; }

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.25;
  color: #666;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #666; }
  .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
  .btn:disabled {
    pointer-events: none;
    opacity: 0.65; }

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  border-radius: 0.3rem; }
.btn-primary{
  background-color:#092b50!important;
  color: #fff;
}
.btn-primary:hover{
  background-color:#092b50!important;
  color: #f07326!important;
}
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.765625rem;
  border-radius: 0.2rem; }

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */

.nav-backed-header {
  position: relative;
  z-index: 1;
  margin: 0;
  border: 0; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.d-none {
  display: none !important; }

.align-items-center {
  align-items: center !important; }

/* rtl:begin:remove */

/* rtl:end:remove */

@media (min-width: 576px) {

  .d-sm-block {
    display: block !important; } }
@media (min-width: 768px) {

  .d-md-none {
    display: none !important; } }
/* ###############################################################################################################################
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> TEMPLATE SPECIFIC STYLE <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
############################################################################################################################### */
a {
  color: #5e5e5e;
  text-decoration: underline;
  cursor: pointer;
  transition: all 0.2s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    a {
      transition: none; } }

a:hover {
  text-decoration: none; }

a:hover,
a:active,
a:focus {
  outline: 0;
  color: #666666; }

a img {
  border: none; }

a > img {
  vertical-align: middle; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

img {
  max-width: 100%; }

img {
  max-width: 100%; }

img {
  height: auto; }

strong {
  font-weight: 700; }

p {
  margin: 0 0 20px; }

i {
  font-style: italic; }

/* ==================================================
   Typography
================================================== */
h1, h2, h3, h4, h5 {
  margin: 0 0 0 0;
  color: #333333;
  font-weight: 400;
  line-height: 1.5em;
  font-family: 'Roboto', sans-serif; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  font-family: 'Roboto Condensed', sans-serif; }

h5 {
  font-size: 16px;
  font-weight: 700; }

h1 a, h2 a, h5 a {
  color: #5e5e5e;
  text-decoration: none; }

p {
  font-size: 16px;
  line-height: 30px;
  margin: 0 0 15px 0; }

/* ==================================================
   Margin Bottom Sets
================================================== */

/* ==================================================
   Padding Sets
================================================== */

/* ==================================================
   Spacers
================================================== */
.spacer-20 {
  height: 20px;
  clear: both;
  width: 100%; }

.spacer-30 {
  height: 30px;
  clear: both;
  width: 100%; }

/* ----------------------------------------------------------------------------------------- */
/* Multi purpose classes */
/* ----------------------------------------------------------------------------------------- */

.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc; }

.btn {
  border-width: 0;
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Roboto Condensed', sans-serif;
  -webkit-transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.1s;
  -ms-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.528571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.btn-default:hover, .btn-default:focus, .btn-default:active {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad; }

.btn:hover, .btn:focus {
  color: #333333;
  text-decoration: none; }

.btn-lg {
  padding: 15px 20px;
  font-size: 15px;
  line-height: 1.33;
  border-radius: 3px; }

.btn-default {
  border-width: 1px;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc; }

.img-thumbnail {
  background: #8ea5b9 !important;
  padding: 5px !important; }

.social-icons a {
  margin: 0 8px;
  text-decoration: none; }

.meta-data {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  font-style: italic;
  font-family: 'Volkhov', serif;
  color: #6a6969; }

.meta-data i {
  margin-right: 4px; }

/*-------------------------------------------------------------------------------------------*/
/* SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/
body {
  font-weight: 400;
  line-height: 20px;
  background-attachment: fixed; }
/* Site Header */
.site-header {
  width: 100%; }

.site-header .topbar {
  background-color: rgba(255, 255, 255);
  height: 80px;
  position: relative;
  z-index: 3;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1); }
.site-header h1.logo {
  position: relative;
  z-index: 1300;
  display: flex;
  align-items: center;
  margin: 0;
  height: 80px;
  vertical-align: middle;
  line-height: 0; 
  width: 35%;
  height:35%;
}
.site-header .menu-toggle {
  font-size: 18px;
  margin: -8px 0 0 0;
  position: absolute;
  right: 15px;
  z-index: 9999; }
.site-header .menu-toggle:focus {
  outline: 0; }

.logo a {
  text-decoration: none; }

  .top-navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: 'Roboto Condensed', sans-serif;
    display: flex;
    justify-content: flex-end;
}

.top-navigation {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: 'Roboto Condensed', sans-serif;
  display: flex;
  justify-content: flex-end;
}

.top-navigation li {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}

.top-navigation li a {
  display: inline-block;
  margin: 0 10px;
  text-decoration: none;
}

.top-navigation li:after {
  content: "/";
}

.top-navigation li:last-child:after {
  content: "";
}

.top-navigation li ul.dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  list-style: none;
  padding: 0;
  margin: 0;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.top-navigation li:hover ul.dropdown {
  display: block;
}

.top-navigation li ul.dropdown li {
  width: 200px;
}

.top-navigation li ul.dropdown li:after {
  content: "";
}

.top-navigation li ul.dropdown li a {
  display: block;
  padding: 10px;
  margin: 0;
  text-decoration: none;
  background-color: white;
  color: black;
}

.top-navigation li ul.dropdown li a:hover {
  background-color: #f1f1f1;
  color:#f07326;
}


.notice-bar {
  background: #092b50;
  padding: 20px 0;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.07); 
}

/* .slider-container{
  width: auto;
  height: 680px;
}  */

/*slider*/

.slider {
  position: relative;
  width: 100%;
  height: 680px; /* Adjust height as needed */
  overflow: hidden;
}

.slides {
  display: flex;
  width: calc(100% * 6); /* Total number of slides (original + duplicates) */
  height: 100%;
  animation: slide 30s linear infinite; /* Adjust duration based on number of slides */
}

.slide {
  width: calc(100% / 6); /* Total number of slides (original + duplicates) */
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the image covers the container */
}

@keyframes slide {
  0% {
      transform: translateX(0);
  }
  100% {
      transform: translateX(-50%); /* Move by half of the total number of slides */
  }
}

/* Mobile Styles */
@media (max-width: 767px) {
  .slider {
    height: 300px; /* Adjust height for mobile */
  }

  .slide img {
    object-fit: cover; /* Adjust object-fit to ensure the entire image is visible */
  }
}


/*Contact*/

.contact_button{
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 30px;
}

.contact_button a{
  text-decoration:none
}

.contact_button p{
  padding-top: 10px;
  border-radius: 5px;
  background-color: #0a2b4f;
  height: 50px;
  width: 200px;
  font-size: 24px;
  margin: 0 auto;
}

.contact_button p:hover{
  color: #f07326;
  transition: all .5s ease-in-out;
}


.display-flex {
  display: flex; 
}


.notice-bar-event-title h5 {
  margin-bottom: 0;
}

.notice-bar-event-title img{
  margin-left: 0px
}

.notice-bar-event-title a{
  margin-left: 10px;
}

.notice-bar-event-title button{
 background-color: #04132c;
 border-radius: 15px;
 border:0px;
 color: #f2f8f8;
 padding-left: 5px;
 margin-left: 225px;
}
.notice-bar-event-title button:hover{
  background-color:#8ea5b9;
  color: #f2f8f8;
 }

.content {
  padding: 50px 0; }

  .featured-blocks {
    margin-bottom: 10px;
  }
  
  @media (min-width: 1200px) {
    .featured-blocks {
      margin: 0 auto;
      max-width: 1040px;
    }
  }
  
  .featured-block {
    display: grid;
    width: 50%;
    max-height: 250px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  
  .fb-text {
    /* padding-top: 10px; */
    padding-bottom: 10px;
    margin-top: 50px;
    margin-bottom:60px;
    font-size: 18px!important;
    color: white;
    background-color: #092b50;
    border-radius: 15px;
    margin-left: 0px;
    line-height: 25px;
  }

  @media (max-width: 767px) {
    .fb-text{
      margin:0 auto;
    }
  }

  .fb-pic{
    margin-right: 0px;
    width: 35%;
    margin-bottom: 10em;;
  }
  
.featured-block img {
  width: 100%;
}

.featured-block strong {
  background: url(../images/pattern.png);
  color: #fff;
  font-size: 18px;
  display: inline-block;
  padding: 8px 30px;
  margin: 0;
  position: absolute;
  z-index: 10;
  left: 10px;
  bottom: -20px;
  transition: all 0.3s ease 0.1s;
}

.featured-block .more {
  background: #f07326;
  color: #0a2b4f;
  display: inline-block;
  padding: 5px 20px 5px 30px;
  margin: 0;
  position: absolute;
  z-index: 9;
  left: 10px;
  bottom: -60px;
}

.featured-block .img-thumbnail:hover {
  opacity: 1;
}

.featured-block:hover strong {
  bottom: 15px;
  transition: all 0.3s ease 0.1s;
}

/* Mobile Styles */
@media (max-width: 767px) {
  .featured-blocks .row {
    display: flex;
    flex-direction: column;
  }

  .featured-block {
    width: 100%;
    max-height: none;
    margin-bottom: 20px;
  }

  .fb-text {
    width: 90%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .featured-block .img-thumbnail {
    width: 75%;
    margin:0 auto;
  }

  .featured-block strong {
    bottom: 25px;
  }
  .featured-block .more {
    bottom: 25px;
  }
}
  

.single-post-header .post-title{
  color:#04132c;
}

.listing-header, .post-title {
  padding-top: 20px;
  border-bottom: 1px solid #0a2b4f; }

.listing-cont {
  border-top: 4px solid #0a2b4f; }

.listing .item {
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #0a2b4f; }


@media (max-width: 768px) {
    .event-date {
        flex-direction: column;
        align-items: flex-start;
        width: auto;
        margin-left:30px;
    }

    .event-date .class-info-btn {
        margin-left: 0;
        margin-top: 5px;
    }

    .class-detail {
        flex-direction: column;
        align-items: flex-start;
    }

    .class-detail button {
        margin-left: 0;
        margin-top: 5px;
    }
}

.event-date {
  width: 100%;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  color: #333333;
  text-align: center;
  padding: 5px 0 0 0; 
  display: flex;
  align-items: center;
}

.event-date .class-info-btn {
  margin-left: 10px;
}

.event-date .class-info-btn.active {
  background-color: #333333;
  border-color: #adadad;
  color: #ebebeb;
}

.event-date .date {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0;
  display: block;
  margin-top: 2px; }

.event-date .month {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #999999;
  display: block;
  margin-top: 4px; }

.event-item .event-date {
  width: 20%;
  margin-right: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.event-item .event-detail {
  width: 52%;
  margin-top: 10px;
  margin-left: 5%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 1.5s ease-out, padding 1.5s ease-out;
  padding: 0;
}
  .event-item .event-detail.active {
    max-height: 500px; /* Adjust this value as needed */
    /* padding: 10px 0; */
  }

  .event-item .event-detail h4 {
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 0; }
    .event-item .event-detail h4 a {
      text-decoration: none; }
.event-item .to-event-url {
  width: 17%;
  text-align: right;
  height: auto !important; }

.post-listing .post {
  padding: 20px 0 10px 0; }
.post-listing .media-box {
  margin-bottom: 10px; }
.post-listing .post-title {
  margin-bottom: 12px; }

.post-listing .post-title h2, .sermons-listing h2.sermon-title {
  font-size: 18px;
  margin-bottom: 0; }

.sermon .meta-data {
  margin: 0; }

.item.featured-sermon {
  border-bottom: 0;
  margin-top: 20px;
  padding: 30px;
  background: #8ea5b9;
  position: relative;
  margin-bottom: 10px; }
  .item.featured-sermon .date {
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    margin-bottom: 5px;
    display: block; }
  .item.featured-sermon h4 a {
    text-decoration: none; }

.featured-sermon:before {
  content: "";
  position: absolute;
  top: 0%;
  right: 0%;
  width: 0px;
  height: 0px;
  border-bottom: 20px solid #eceae4;
  border-right: 20px solid transparent; }

.featured-sermon:after {
  content: "";
  position: absolute;
  top: 0%;
  right: 0%;
  width: 0px;
  height: 0px;
  border-top: 19px solid #ffffff;
  border-left: 19px solid transparent; }

.sermon-actions a {
  margin-right: 10px;
  text-decoration: none; }
.sermon-actions i {
  font-size: 18px; }

.featured-sermon-video {
  margin-bottom: 20px; }

.featured-gallery {
  padding: 50px 0; }
  .featured-gallery h4 {
    color: #ffffff; }
  .featured-gallery .btn {
    border: 0; }

.site-footer {
  background-color: #0a2b4f;
  padding: 50px 0;
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.07); }

.site-footer-bottom {
  background-color: #eceae4;
  padding: 20px 0;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  color: #999999; }
  .site-footer-bottom p {
    margin-bottom: 0;
    font-size: 12px; }

.site-footer-bottom .social-icons {
  text-align: right; }

.site-footer-bottom .social-icons a {
  color: #ffffff;
  background: #999999;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  display: inline-block;
  margin: 0 0 0 8px;
  text-decoration: none; }

.site-footer-bottom .social-icons a:hover {
  background: #666666; }

.post-title {
  margin-bottom: 0;
  padding-bottom: 6px; }

/*********Surender***************/

.content {
  padding: 50px 0; }

/* Breadcrumb */

/* Page Header */
.page-header .col-md-12 h1{
  color: #092b50;
}
.page-header .col-12 h1{
  color: #092b50;
  text-align: center;
}

.page-header {
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.07);
  background: #f8f7f3;
  border: 0;
  padding: 20px 0;
  margin: 0;
  position: relative; }
  .page-header h1, .page-header .h1 {
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 0;
    line-height: 1em;
    font-family: 'Roboto Condensed', sans-serif; }
  .page-header p {
    color: #d8d6d1;
    margin: 0; }

.page-header .events-head{
  text-align: center;

}

/* Start Added in v1.2 */

/* End added in v1.2 */
/* Start added in v1.3 */

/* End added in v1.3 */
/* Start added in v1.4 */

/* End added in v1.4 */

/* Post Formats */

/* Widgets */
.widget {
  margin-bottom: 30px; }

.widget h4.footer-widget-title {
  border-bottom: 1px solid #eceae4;
  padding-bottom: 10px;
  margin-bottom: 20px; 
  color:#e9ecef;
}

.widget ul li {
  border-bottom: 1px solid #eceae4;
  padding: 10px 0;
  color: #999999; }
  .widget ul li a {
    display: inline-block;
    text-decoration: none; 
    color: #ffffff;;
  }
  .widget ul li a:hover {
    text-decoration: none; }
.widget ul li:first-child {
  padding-top: 0; }

.widget ul > li {
  border-bottom: 1px solid #eceae4;
  padding: 10px 0;
  color: #999999; }

.widget ul > li a {
  display: inline-block;
  text-decoration: none; 
}

.widget ul > li:first-child {
  padding-top: 0; }

.widget ul > li a:hover {
  text-decoration: none; }

/* Back to Top Button */
#back-to-top {
  position: fixed;
  right: 17px;
  bottom: 17px;
  display: none;
  padding: 5px 12px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff; }

/* ==================================================
   Progress bars
================================================== */

/* ==================================================
   Facts Counters
================================================== */

.btn:focus {
  color: #007F7B; }

/*-------------------------------------------------------------------------------------------*/
/* Parallax
/*-------------------------------------------------------------------------------------------*/
.parallax {
  /* background-attachment: fixed !important; */
  background-position: 50% 30%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f8f8f8;
  height: auto;
  width: 100%;
}

.parallax-item{
  height: auto;
  width: auto;
}
  

/*-------------------------------------------------------------------------------------------*/
/* Mediabox
/*-------------------------------------------------------------------------------------------*/
.grid-item-inner h3 {
  font-size: 1.5em;
  color: #092b50;
  text-align: center;
}

.media-box {
  position: relative;
  display: block;
  max-width: 100%;
  border: 1px solid #ddd;
  overflow: hidden;
}

.media-box img {
  display: block;
  width: 100%;
  height: auto;
}

.media-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  opacity: 0;
  transition: opacity 0.3s ease;
  padding: 20px;
  box-sizing: border-box;
  overflow-y: auto; /* Enable vertical scroll if content overflows */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.media-box:hover .overlay {
  opacity: 1;
}

.media-box .text {
  max-height: 100%;
  overflow-y: auto;
  /* padding-top: 20px; */
}

.media-box .text p {
  margin: 0;
  font-size: 1em;
}

/* ==================================================
   ADD STYLE FOR THE RETINA DISPLAY
================================================== */
/* Responsive */
@media (min-width: 992px) and (max-width: 1199px) {

  /* Added in v1.4.2 */

  /* End Added in v1.4.2 */ }
@media only screen and (max-width: 992px) {

  .events-listing .event-date {
    width: 10%; }

  .events-listing .event-detail {
    width: 57%; }

  .events-listing .to-event-url {
    width: 26%; }

  .post .img-thumbnail, .post .img-thumbnail {
    margin-bottom: 20px; }

  /* Added in v1.2 */

  .menu-toggle {
    display: block !important; }

  .top-navigation li{
    letter-spacing: 1px;
      font-size: 13px!important;
  } }
/* End Added in v1.3 */
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .site-header .menu-toggle {
    margin: -8px 0 0 0; } }
@media only screen and (max-width: 573px) {
  .site-header .menu-toggle {
    margin: -52px 0 0 0; } }
@media only screen and (max-width: 767px) {

  /* Isotope */

  .featured-gallery {
    text-align: center; }

  .featured-gallery a {
    margin-bottom: 20px;
    display: block; }

  .footer-widget {
    margin-bottom: 30px; }

  .copyrights-col-left, .copyrights-col-right {
    text-align: center; }

  .copyrights-col-left {
    margin-bottom: 20px; }

  .copyrights-col-right .social-icons {
    text-align: center; }

  .copyrights-col-right .social-icons a {
    margin: 0 4px; }

  .media-box {
    margin-bottom: 20px; }

  .featured-block {
    margin-bottom: 20px; }

  #back-to-top {
    display: none !important; }

  /* Added in v1.2 */

  /* Added in v1.4.2 */

  /* End Added in v1.4.2 */ }

.notice-bar .container {
  position: relative; }
  .notice-bar .container .row {
    position: relative;
    z-index: 2;
  }
  h2{
    position: relative;
    color: #f2f7f8;
    text-align: center;
  }
  .grid-content p{
    color:#04132c;
  }
  p
  {position: relative;
    padding-top: 10px;
    color: #f2f7f8;
    text-align: center;}

  .post-info{
    color: #04132c!important;
    line-height: 25px;
  }
 
/* Courses */

.event-description .panel-heading{
  background-color:#092b50!important;
  box-sizing: border-box;
}

.event-description .info-table ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

.event-description .info-table li:nth-child(2n+1){
  background-color: #f8f7f3;
}

.event-description .info-table li{
  margin-bottom: 0;
  border-bottom: 1px solid #eceae4;
  padding: 10px 20px;
}

.list-group{
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-group-item{
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #092b50;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);

}

.list-group .list-group-item .badge {
  float: none !important;
}
.badge{
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: navy;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.event-description p{
  color:#04132c
}

.event-description .panel-body{
  padding: 10px 0;
}

.post-content{
  padding-top:20px;
}

.post-content p{
  color:#092b50;
  font-size: 1.75em;
}

.panel-title{
  margin-left: 5px;
  color:#eceae4;
}

/* Buttons */

.btn:focus {
  box-shadow: none;
  color: #fff; }

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad; }

.img-thumbnail {
  display: inline-block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #eceae4;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
 
/*** uncss> filename: vendor/magnific/magnific-popup.css ***/
/* Magnific Popup CSS */

/* Main image in popup */

/* The shadow behind the image */

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */ }
 
/*** uncss> filename: css/all.css ***/
/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

/*** uncss> filename: css/color1.css ***/
.events-listing .event-detail h4 a, .featured-sermon h4 a {
  color: #0a2b4f; }

a:hover {
  color: #f07326}

.events-listing .event-detail h4 a:hover, .featured-sermon h4 a:hover {

  color: #f07326}

.featured-block strong, .featured-gallery {
  background-color: #0a2b4f }

/* Event Page*/

.event-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.event-item {
  /* margin-bottom: 20px; */
  overflow: hidden;
}

.event-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
  padding-top: 20px;
  margin-bottom: 25px;
}

.event-image img {
  width: 100%;
  height: auto;
  max-width: 600px; /* Ensure uniform width */
}

.event-details {
  padding: 15px;
  text-align: center;
  width: 100%;
  margin-top: 10px;
}

.event-details h3 {
  margin: 0 0 10px 0;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.event-details p {
  margin: 0 0 15px 0;
  font-size: 14px;
  color: #666;
}

.event-info {
  list-style: none;
  padding: 0;
  margin: 0;
}

.event-info li {
  font-size: 14px;
  color: #999;
  margin-bottom: 5px;
}

.event-info li i {
  margin-right: 5px;
}

.d-none {
  display: none;
}

.class-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}

.class-detail button {
  margin-left: 10px;
}

/* Floating Action Buttons (FABs) */
.fab-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 9999; /* Ensure the container stays above other elements */
}

.fab {
  width: 50px;
  height: 50px;
  background-color: #25d366; /* Default color for WhatsApp */
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  color: white;
  text-decoration: none;
  transition: background-color 0.3s;
}

.fab img {
  width: 24px;
  height: 24px;
}

.fab-email {
  background-color: #007bff; /* Color for email */
}

.fab-email:hover {
  background-color: #0056b3;
}

.fab-whatsapp {
  background-color: #25d366; /* Color for WhatsApp */
}

.fab-whatsapp:hover {
  background-color: #128c7e;
}

.fab-donate {
  width: auto; /* Adjust width for text */
  padding: 10px 20px; /* Add padding for text */
  background-color: #ff5733; /* Color for donate button */
  border-radius: 50px; /* Rounded corners */
  font-size: 16px; /* Font size for text */
}

.fab-donate:hover {
  background-color: #c70039; /* Darker shade on hover */
}

.fab-apple {
  background-color: #f89afb; /* Color for WhatsApp */
}

.fab-apple:hover {
  background-color: #c97dcc;
}



/* Loading Screen */

#loading-screen {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffffff; /* or any background color */
  z-index: 1000;
  transition: opacity 1s ease-out; /* Fade-out transition */
}

.loading-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.loading-content img {
  width: 350px; /* Adjust width as needed */
  height: auto; /* Keeps the aspect ratio */
}

.loading-circle {
  margin-top: 20px;
  width: 40px;
  height: 40px;
  border: 5px solid #ffa500; /* Orange color */
  border-top: 5px solid transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}

#main-content {
  display: none; /* Hide main content initially */
}

/* Responsive adjustments */
@media (max-width: 600px) {
  .loading-content img {
      width: 100px; /* Adjust the width for smaller screens */
  }

  .loading-circle {
      width: 30px; /* Adjust the size for smaller screens */
      height: 30px;
      border-width: 4px; /* Adjust the border width for smaller screens */
  }
}

/* Donation Page */
.main-content {
  padding: 50px 0;
}

.donation-header {
  text-align: center;
  color: #092b50;
}

.donation-title {
  margin-bottom: 10px;
  font-size: 1.8em;
  color: #092b50;
}

.donation-description {
  margin: 0 auto;
  max-width: 600px;
  font-size: 1.2em;
  color: #092b50;
}

.donation-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.donation-form-wrapper {
  flex: 1;
  max-width: 50%;
}

.donation-form-wrapper form {
  display: flex;
  flex-direction: column;
}

.donation-form-wrapper label {
  margin-bottom: 5px;
  font-weight: bold;
}

.donation-form-wrapper input {
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.donation-form-wrapper button {
  padding: 10px;
  background-color: #092b50;
  border: none;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.donation-form-wrapper button:hover {
  background-color: #104a89;
}

.vertical-separator {
  width: 2px;
  background: navy;
  margin: 0 20px;
}

.donor-list-wrapper {
  flex: 1;
  max-width: 40%;
  text-align: center;
}

.donor-list-title {
  margin-bottom: 20px;
  font-size: 1.5em;
}

.donor-list {
  height: 300px;
  overflow: hidden;
  position: relative;
  left:25%;
}

@media (max-width: 600px) {
  .donor-list {
      left: 0;
  }
}

.donor-list ul {
  position: absolute;
  animation: scroll 20s linear infinite;
}

.donor-list li {
  list-style: none;
  font-size: 1.2em;
  margin: 5px 0;
}

@keyframes scroll {
  0% {
      top: 100%;
  }
  100% {
      top: -350%;
  }
}

.join-now-button {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #092b50;
  border: none;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.join-now-button:hover {
  background-color: #104a89;
}

/* Mobile Menu */

/* Mobile navigation button */
.mobile-nav-button {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
}

#nav-toggle {
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
}

#nav-toggle::before {
  content: '☰'; /* Menu icon */
}

#nav-toggle.active::before {
  content: '▼'; /* Downwards arrow icon */
}

.mobile-nav {
  margin-top: 8px;
  position: absolute;
  top: 60px;
  right: 0;
  background: white;
  width: 100%;
  text-align: center;
  z-index: 1000; /* Ensure it appears above other content */
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease-out, visibility 0.5s, opacity 0.5s;
  padding: 0;
  visibility: hidden;
  opacity: 0;
}

.mobile-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #ddd; /* Top border for the entire menu */
}

.mobile-nav ul li {
  padding: 10px 0;
  border-bottom: 1px solid #ddd; /* Bottom border for each item */
}

.mobile-nav ul li a {
  text-decoration: none;
  color: black;
  display: block; /* Make the entire area clickable */
}

/* Show mobile nav button on smaller screens */
@media (max-width: 767px) {
  .top-navigation {
      display: none!important;
  }
  .mobile-nav-button {
      display: block;
  }
}

/* When menu is open */
.mobile-nav.open {
  visibility: visible;
  opacity: 1;
  max-height: 257px!important; /* Adjust based on the menu's total height */
  padding: 10px 0;
  transition: max-height 0.5s ease-in, visibility 0.5s, opacity 0.5s;
}

/* Donate Button */

.btn-donate {
  display: inline-block;
  padding: 10px 20px;
  color: #0a2b4f;
  background-color: #eceae4;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.btn-donate:hover {
  background-color: #b4b2af;
}

@media (max-width: 767px) {
  .btn-donate {
      margin-top: 20px;
      display: block;
      width: 100%;
      text-align: center;
  }
}

/* 404 */
.huge {
  font-size: 10em; }


/* Contact Form */

.form-group {
  margin-bottom: 15px; }

.form-control {
  display: block;
  width: 100%;
  height: 46px;
  line-height: 1.33;
  padding: 10px 16px;
  color: #555555;
  font-size: 18px;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;}

textarea.input-lg{
  height: auto;
}
textarea.form-control{
  min-height: calc(1.25em +(0.75rem + 2px));
}

/* About */
.custom-row .custom-col-lg-4,
.custom-row .custom-col-md-6,
.custom-row .custom-col-sm-12 {
    box-sizing: border-box;
}

.custom-col-lg-4 {
    width: 100%;
}

@media (min-width: 768px) {
    .custom-col-md-6 {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .custom-col-lg-4 {
        width: 33.33333%;
    }
}

.ctct-inline-form{
  margin: 0 auto;
  width: 75%;
}

.ctct-inline-form .ctct-form-custom .ctct-form-button {
  border-radius: 15px;
  background-color: #0a2b4f!important;
  border: 1px solid #0a2b4f!important;
  font-size: 24px;
  margin: 0 auto;
}

.ctct-inline-form .ctct-form-custom .ctct-form-button:hover{
  color: #f07326!important;
  transition: all .5s ease-in-out;
}
