body {
    background: #262626;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    color: #b3b3b3;
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

h1, h2, h3 {
    color: #fff;
    font-family: "Playfair Display", times, serif;
}

.btn, .form-control {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn:focus, .btn:active, .form-control:focus, .form-control:active {
    outline: none;
}

.form-control {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    height: 50px;
    border-width: 2px;
}

textarea.form-control {
    height: inherit;
}

.btn {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .2em;
    border-radius: 0;
}

.btn.btn-primary {
    color: #fff;
    border-width: 2px;
}

.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
    border-color: #ffce3a;
    background: #ffce3a;
}

.btn.btn-outline-white {
    border-width: 2px;
    border-color: #fff;
    color: #fff;
}

.btn.btn-outline-white:hover, .btn.btn-outline-white:focus {
    background: #fff;
        color: #000!important;
    border-width: 2px;
}

.btn:hover {
    text-decoration: none;
}

/* Header */
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
}

header .navbar-brand {
    text-transform: uppercase;
    letter-spacing: .2em;
    font-weight: 400;
}

header .navbar-brand.absolute {
    position: absolute;
}

@media (max-width: 991px) {
    header .navbar-brand.absolute {
        position: relative;
    }
}

header .navbar-brand span {
    color: #90EE90;
}

header .navbar {
    padding-top: 0;
    padding-bottom: 0;
    background: none !important;
    position: relative;
}

@media (max-width: 767px) {
    header .navbar {
        background: black !important;
        padding-top: .5rem;
        padding-bottom: .5rem;
    }
}

header .navbar .nav-link {
    padding: 1.7rem 1rem;
    outline: none !important;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .2em;
}

@media (max-width: 767px) {
    header .navbar .nav-link {
        padding: .5rem 0rem;
    }
}

header .navbar .nav-link.active {
    color: #fff;
}

header .navbar .dropdown-menu {
    font-size: 14px;
    border-radius: 4px;
    border: none;
    -webkit-box-shadow: 0 2px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 30px 0px rgba(0, 0, 0, 0.2);
    min-width: 13em;
    margin-top: -10px;
}

header .navbar .dropdown-menu:before {
    bottom: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    border-width: 7px;
}

@media (max-width: 991px) {
    header .navbar .dropdown-menu:before {
        display: none;
    }
}

header .navbar .dropdown-menu .dropdown-item:hover {
    background: #90EE90;
        color: #000!important;
}

header .navbar .dropdown-menu .dropdown-item.active {
    background: #90EE90;
    color: #000!important;
}

header .navbar .dropdown-menu a {
    padding-top: 7px;
    padding-bottom: 7px;
}

.half {
    border-bottom: 1px solid #2e2e2e;
}

.half .text, .half .image {
    width: 50%;
}

@media (max-width: 991px) {
    .half .text, .half .image {
        width: 100%;
    }
}

.half .text h2, .half .text h3, .half .image h2, .half .image h3 {
        color: #000!important;
}

.half .text {
    padding: 7%;
}

.half .image {
    background-size: cover;
    background-position: center center;
}

@media (max-width: 991px) {
    .half .image {
        height: 350px;
    }
}

.upcoming-events-highlight {
    border-bottom: 1px solid #2e2e2e;
    padding: 3em 0;
    background: #262626;
}

.upcoming-events-highlight .section-heading {
    background: #90EE90;
    padding: 2px 15px;
    display: inline-block;
    font-size: 11px;
        color: #000!important;
    text-transform: uppercase;
    letter-spacing: .2em;
    margin-bottom: 15px;
}

.upcoming-events-highlight h2 {
    font-size: 30px;
    font-family: "Playfair Display", times, serif;
}

.upcoming-events-highlight h2 a {
    color: #fff;
}

.upcoming-events-highlight .events-meta {
    color: rgba(255, 255, 255, 0.5);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.upcoming-events-highlight #date-countdown {
    border-radius: 4px;
    overflow: hidden;
}

.upcoming-events-highlight #date-countdown .countdown-block {
    background: #90EE90;
        color: #000!important;
    padding: 20px;
    width: 20%;
    float: left;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
}

.upcoming-events-highlight #date-countdown .countdown-block:after {
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
    height: 100%;
    width: 1px;
    right: 0;
    background: #262626;
}

.upcoming-events-highlight #date-countdown .countdown-block:last-child:after {
    display: none;
}

.upcoming-events-highlight #date-countdown .countdown-block .label {
    color: #fff;
    font-size: 24px;
    display: block;
}

.worship-time {
    background: #fff;
}

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

.worship-time-list li {
    font-size: 16px;
        color: #000!important;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
}

.worship-time-list li:after {
    font-family: "Ionicons";
    content: "\f125";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.worship-time-list li span {
    display: block;
    color: rgba(0, 0, 0, 0.2);
    font-size: 14px;
}

.pastor img {
    width: 200px;
    border-radius: 50%;
}

.pastor .position {
    opacity: .5;
    margin-bottom: 10px;
}

.pastor p {
    margin-bottom: 30px;
}

.pastor h3 {
    font-size: 20px;
}

.section-heading {
    background: #90EE90;
    padding: 2px 15px;
    display: inline-block;
    font-size: 11px;
        color: #000!important;
    text-transform: uppercase;
    letter-spacing: .2em;
    margin-bottom: 15px;
}

.sermon {
    background: #000;
    float: left;
    width: 100%;
}

.sermon .sermon-text {
    padding: 20px;
}

.sermon .sermon-text p:last-child {
    margin-bottom: 0;
}

.sermon h2 {
    font-size: 18px;
}

.sermon h2 a {
    color: #fff;
}

.sermon h2 a:hover {
    opacity: .8;
}

.sermon .sermon-meta {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .1em;
}

.sermon .sermon-meta a {
    color: #fff;
}

.sermon .sermon-meta a:hover {
    opacity: .8;
}

.custom-media img {
    width: 120px;
}

.custom-media h3 {
    font-size: 18px;
    line-height: 1.5;
}

.custom-media .post-meta {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .1em;
}

.custom-media .post-meta a {
    color: #fff;
}

.custom-media .post-meta a:hover {
    opacity: .8;
}

/* Owl Carousel */
.owl-carousel .owl-item {
    opacity: .4;
}

.owl-carousel .owl-item.active {
    opacity: 1;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -10px;
    opacity: .2;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-prev:focus, .owl-carousel .owl-nav .owl-prev:active,
.owl-carousel .owl-nav .owl-next:hover,
.owl-carousel .owl-nav .owl-next:focus,
.owl-carousel .owl-nav .owl-next:active {
    outline: none;
    opacity: 1;
}

.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
    font-size: 40px;
}

.owl-carousel .owl-nav .owl-prev {
    left: 30px !important;
}

.owl-carousel .owl-nav .owl-next {
    right: 30px !important;
}

.owl-carousel .owl-dots {
    text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: none;
}

.owl-carousel .owl-dots .owl-dot.active {
    background: #fff;
}

.owl-carousel.home-slider {
    z-index: 1;
    position: relative;
}

.owl-carousel.home-slider .owl-nav {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.owl-carousel.home-slider .owl-nav button {
    color: #fff;
}

.owl-carousel.home-slider:focus .owl-nav, .owl-carousel.home-slider:hover .owl-nav {
    opacity: 1;
    visibility: visible;
}

.owl-carousel.home-slider .slider-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: calc(100vh - 217px);
    min-height: 700px;
    position: relative;
}

.owl-carousel.home-slider .slider-item:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    content: "";
}

.owl-carousel.home-slider .slider-item .slider-text {
    color: #fff;
    height: calc(100vh - 217px);
    min-height: 700px;
}

.owl-carousel.home-slider .slider-item .slider-text h1 {
    font-size: 40px;
    color: #fff;
    line-height: 1.2;
    font-weight: 300 !important;
}

@media (max-width: 991px) {
    .owl-carousel.home-slider .slider-item .slider-text h1 {
        font-size: 40px;
    }
}

.owl-carousel.home-slider .slider-item .slider-text p {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
    color: white;
}

.owl-carousel.home-slider .owl-dots {
    position: absolute;
    bottom: 100px;
    width: 100%;
}

.owl-carousel.home-slider .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.5);
    outline: none !important;
    position: relative;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.owl-carousel.home-slider .owl-dots .owl-dot.active {
    border: 2px solid white;
}

.owl-carousel.home-slider .owl-dots .owl-dot.active span {
    background: white;
}

.section {
    padding: 7em 0;
}

.site-footer {
    border-top: 1px solid #2e2e2e;
    padding: 5em 0;
    background: #262626;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
}

.site-footer p:last-child {
    margin-bottom: 0;
}

.site-footer a {
    color: #90EE90;
    border-bottom: 1px solid transparent;
}

.site-footer a:hover {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.site-footer h3 {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #fff;
}

.site-footer .footer-link li {
    line-height: 1.5;
    margin-bottom: 15px;
}

.site-footer hr {
    width: 100%;
}

.footer-social a {
    line-height: 0;
    border-radius: 50%;
    margin: 0 5px 5px 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block;
}

.footer-social a:hover {
    background: #fff;
    border-color: #fff;
        color: #000!important;
}

.copyright {
    font-size: 14px;
}

.element-animate {
    opacity: 0;
    visibility: hidden;
}

#loader {
    position: fixed;
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
    border-radius: 16px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
    -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
    transition: opacity .2s ease-out, visibility 0s linear .2s;
    z-index: 1000;
}

#loader.fullscreen {
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#loader.show {
    -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
    -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
    transition: opacity .4s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

#loader .circular {
    -webkit-animation: loader-rotate 2s linear infinite;
    animation: loader-rotate 2s linear infinite;
    position: absolute;
    left: calc(50% - 24px);
    top: calc(50% - 24px);
    display: block;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

#loader .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: loader-dash 1.5s ease-in-out infinite;
    animation: loader-dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
}

@keyframes loader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px;
    }
}

/*a {*/
/*  color: #90EE90 !important;*/
/*}*/

.btn-primary {
    color: #111;
    background-color: #90EE90 !important;
    border-color: #90EE90 !important;
}

.btn-primary:hover {
    color: #111;
    background-color: #86e000;
    border-color: #86e000
}

.btn-primary.focus, .btn-primary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(144, 238, 144, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(144, 238, 144, 0.5)
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: #90EE90 !important;
    border-color: #90EE90 !important;
}

.btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #111;
    background-color: #90EE90 !important;
    border-color: #90EE90 !important;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(144, 238, 144, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(144, 238, 144, 0.5)
}

.text-justify {
    text-align: justify;

}

.my-iframe {
    width: 100%;
    border: none;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio (9 / 16 = 0.5625) */
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pagination-container {
    display: flex;
    justify-content: center;
}