@import url('https://fonts.googleapis.com/css2?family=Dongle:wght@300;400;700&family=Lato:wght@300;400&family=Old+Standard+TT:ital@0;1&family=Open+Sans:ital,wght@0,300;0,400;0,500;1,300&family=Poppins:wght@300;400&family=Ubuntu:ital,wght@0,300;1,300&display=swap');
:root {
    --ojodu: #263b61
}

* {
    font-family: 'Ubuntu', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    outline: none;
    border: none;
}

html {
    font-size: 75%;
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}

html::-webkit-scrollbar {
    width: 1.4rem;
}

html::-webkit-scrollbar-track {
    background: #333;
}

html::-webkit-scrollbar-thumb {
    background: var(--ojodu);
}

h1,
h3 {
    font-family: 'Lato', sans-serif;
}

.top_nav {
    background-color: var(--ojodu);
    display: flex;
    flex-wrap: nowrap;
    color: #fff;
    padding: 5px 0;
    transition: all .2s;
}

.color_head {
    color: #5ec2f9;
}

.top_nav ul {
    list-style: none;
    display: inline;
}

.top_nav .contact_list {
    padding: 3px;
}

.top_nav .contact_list li {
    display: inline;
    padding: 0 2%;
}

.top_nav .social_list li {
    display: inline;
    padding: 0 1.5%;
}

.top_nav .row {
    flex-wrap: nowrap;
    width: 95%;
    padding-right: 10%;
}

.top_nav .social_list ul li a i {
    color: #fff;
    padding: 5px;
    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: 30%;
    transition: all .5s;
}

.top_nav .social_list ul li a i:hover {
    color: #00c8e6;
    border: 1px solid #00c8e6;
    border-radius: 30%;
}

.navbar {
    position: fixed;
    width: 100%;
    box-shadow: 0 .3rem 2rem rgba(0, 0, 0, 0.411);
}

.navbar a.navbar-brand {
    padding-left: 2rem;
}

.navbar img {
    height: 2.7rem;
}

.navbar .container .nav_links ul.links {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}

.navbar .container .nav_links li {
    margin-right: 3rem;
    margin-left: 1rem;
    font-weight: 700;
    text-transform: uppercase;
}

.navbar .container .nav_links li a {
    font-size: 1.2rem;
    color: #333;
    text-decoration: none;
    transition: all .3s;
}

.navbar .container .nav_links li a.active {
    color: #5ec2f9;
}

.navbar .container .nav_links li a:hover {
    color: #00c8e6;
}

.carousel .carousel-item {
    height: 55rem;
}

.carousel-item img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    /* min-height: 50rem; */
    height: 55rem;
}

.events {
    top: auto;
    background-color: var(--ojodu);
    padding: 30px 0;
    color: #fff;
}

.events i {
    color: #fff;
    font-size: 1.7rem;
    padding-right: 1rem;
}

.events .event_location h3 {
    font-size: 25px;
    padding-bottom: 2rem;
    text-transform: uppercase;
    font-weight: bolder;
}

.events .event_location p {
    font-size: 1.5rem;
}

.events .event_time h4 {
    font-size: 25px;
    text-transform: capitalize;
    font-weight: bolder;
    padding-bottom: 1.6rem;
}

#countdown {
    background-color: #4a73be;
    border-radius: .6rem;
    padding: 2rem;
    font-size: 35px;
    word-spacing: .5rem;
}

#countdown .timer_number {
    display: flex;
    justify-content: space-around;
    font-weight: bolder;
}

#countdown .label {
    display: flex;
    font-size: 1.7rem;
    justify-content: space-around;
}

.last_sermon {
    background-color: rgb(255, 255, 255);
    width: 90%;
    position: relative;
    margin: 0 5%;
    border-radius: .7rem;
    box-shadow: 3px 2px 3px 0px rgb(124, 124, 124);
    top: -2rem;
}

.last_sermon .container .sermon {
    padding: 2rem 1rem;
    display: flex;
    font-size: 14px;
    font-family: 'Dongle';
    align-items: center;
}

.last_sermon .container .sermon .sermon-title {
    color: #333;
    width: 60%;
}

.last_sermon .container .sermon .sermon-title span.color {
    color: #00c8e6;
    text-transform: capitalize;
    margin-right: 3px;
}

.last_sermon .container .sermon .sermon-title span.bold {
    font-weight: bolder;
    text-transform: uppercase;
    margin-right: 5px;
}

.last_sermon .container .sermon .sermon-title span.italic {
    font-weight: lighter;
    text-transform: uppercase;
    margin-right: 5px;
}

.last_sermon .container .sermon .sermon-title span.author {
    text-transform: uppercase;
    margin-right: 5px;
    color: #333;
    font-style: italic;
    font-weight: bold;
}

.last_sermon .container .sermon-media {
    display: flex;
    justify-content: space-evenly;
    width: 40%;
}

.sermon-media a.watch,
.sermon-media a.download {
    padding: 1rem 2rem;
    text-decoration: none;
    font-family: 'Poppins';
    font-size: 12px;
}

.sermon-media span.download {
    text-decoration: none;
    font-family: 'Poppins';
    font-size: 12px;
}

.sermon-media a i {
    padding-right: .8rem;
    transition: all .3s ease-in-out;
}

.sermon-media a.watch,
.sermon-media a.watch span.watch {
    background-color: #5ec2f9;
    color: #333;
    border-radius: .5rem;
    transition: all .3s ease-in-out;
}

.sermon-media a.watch:hover,
.sermon-media a.watch:hover span.watch {
    background-color: var(--ojodu);
    color: #fff;
    border-radius: .5rem;
}

.sermon-media a.watch:hover>i,
.sermon-media a.download:hover>i {
    padding-right: 0rem;
}

.sermon-media a.download,
.sermon-media span.download {
    background-color: var(--ojodu);
    color: #fff;
    border-radius: .5rem;
    transition: all .3s ease-in-out;
}

.sermon-media a.download:hover,
.sermon-media a.download:hover span.download {
    background-color: #5ec2f9;
    color: #333;
    border-radius: .5rem;
}

.welcome {
    padding-top: 5rem;
}

.welcome .section_content {
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 16px;
    color: #000;
}

.welcome .section_heading p {
    font-style: italic;
    font-size: 14px;
}

.welcome .section_content p {
    text-align: left;
    color: #202020;
    padding: 0 15px;
    font-size: 18px;
}

.welcome .section_heading h3 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bolder;
}

.welcome .welcome_img img {
    width: 100%;
}

section.about {
    padding-top: 5rem;
    background-color: rgba(245, 245, 245, 0.219);
    padding-bottom: 10px;
}

.about .section_content {
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    flex-direction: row-reverse;
    font-size: 16px;
    color: #000;
}

.about .section_heading h3 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bolder;
}

.about .section_heading h3::after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 50px;
    padding: 5px 5% 0 5%;
    border-bottom: 3px solid var(--ojodu);
    border-radius: 40%;
}

.about .section_content p {
    text-align: left;
    color: #202020;
    padding: 0 15px;
    font-size: 18px;
}

.about .about_img img {
    width: 100%;
    z-index: 0;
}

.apple .card {
    display: block;
    border: none;
    border-radius: 0px;
}

.card img {
    height: 250px;
}

.card-img-top {
    border-radius: 0px;
}

.card-body {
    padding-top: 44px;
    padding-bottom: 20px;
}

.card-title {
    margin-bottom: 3rem;
}

.card-title {
    font-size: 18px;
    color: #181818;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.33;
    text-decoration: none;
    transition: all .2s ease-in-out;
}

.card-title a:hover {
    color: #5ec2f9;
}

.apple_info {
    display: block;
    position: relative;
    text-align: center;
}

.apple_info_title {
    font-family: 'Poppins', serif;
    font-size: 16px;
    color: #7c7c7c;
}

.info_color {
    font-family: 'Poppins', serif;
    font-size: 16px;
    color: #5ec2f9;
}

.apple_link {
    width: 100%;
}

.apple_link ul li {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #e6e6e6;
    margin: 0 1rem;
    margin-top: 20px;
}

.apple_link ul li:hover {
    background: #5ec2f9;
}

.apple_link ul li:hover>a i {
    color: #fff;
}

.apple_link ul li a {
    display: block;
    text-decoration: none;
}

.apple_link ul li a i {
    line-height: 48px;
    font-size: 18px;
    color: #7c7c7c;
}

.apple_more {
    background-color: var(--ojodu);
    width: 20%;
    position: relative;
    margin: 6rem 80% 0;
    border-radius: 10rem;
    text-align: center;
    color: white;
    padding: 10px 5px;
    transition: all .2s;
}

.read_more {
    background-color: var(--ojodu);
    width: 50%;
    margin: 6rem 50% 0 50%;
    border-radius: 10rem;
    color: white;
    padding: 5px 0;
    transition: all .2s;
}

.read_more a,
.apple_more a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}

.read_more:hover,
.apple_more:hover {
    padding: 7px 0;
    background-color: #5ec2f9;
}

section.statement {
    background: url(../image/mission.jpg);
    position: relative;
    width: 100%;
    height: 35rem;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -4;
    color: #fff;
    display: flex;
    align-items: center;
}

section.statement .row .col-md {
    border-right: 1px solid rgb(138, 138, 138);
}

section.statement .container.row {
    align-items: flex-start;
}

.statement .statement_group {
    padding: 0 10%;
}

.statement .statement_icon {
    font-size: 50px;
    color: #5ec2f9;
    font-weight: bold;
    text-align: center;
}

.statement .statement_heading {
    text-transform: uppercase;
    font-size: 26px;
    font-family: 'Poppins';
    text-align: center;
    font-weight: bold;
}

.statement .statement_text {
    font-size: 16px;
    text-align: center;
    padding-top: 1.5rem;
}

.event-title {
    margin-bottom: 1rem;
}

.event_info {
    text-align: left;
}

.event_info ul {
    list-style: none;
    padding: 0 .5rem;
}

.event_info ul li {
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    color: #333;
}

.event_info ul li i {
    padding-right: 1rem;
    font-size: 16px;
    color: #5ec2f9;
}

section.offering {
    background-color: #333;
    background-image: url(../image/account.webp);
    height: 400px;
    background-blend-mode: overlay;
    color: #fff;
    display: flex;
    align-items: center;
}

.offering .container .row {
    align-items: flex-start;
}

section.offering .container .row .col-md h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 10px;
}

section.offering .container .row .col-md p {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    text-transform: capitalize;
}

section.offering .container .row .col-md ul {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
}

.donate {
    background-color: #fff;
    color: #333;
    padding: 2rem 0;
    text-align: center;
}

.donate-btn {
    background-color: var(--ojodu);
    padding: 1rem;
    margin-top: 5px;
    width: 30%;
    color: #fff;
    transition: all .4s ease-in-out;
}

.donate-btn a {
    text-decoration: none;
    font-size: 16px;
    text-align: center;
    color: #fff;
}

.donate-btn:hover {
    border-radius: 30px;
}

footer.footer {
    background-color: #1a1a1a;
    padding: 3rem .4rem;
    height: 590px;
    padding-top: 100px;
}

footer .container .row .footer h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: bolder;
    text-transform: uppercase;
    margin-bottom: 4rem;
    font-size: 20px;
    color: #fff;
}

footer .container .row .footer p {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 20px;
    color: #ffffffb3;
}

footer .container .row .footer a {
    text-decoration: none;
    color: #5ec2f9;
}

footer .container .row .icon a {
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 50%;
    margin-right: 10px;
    transition: all .3s ease-in-out;
}

footer .container .row .icon a i {
    font-size: 20px;
    padding-top: .2rem;
}

footer .container .row .icon a:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

footer .container .row .navigation ul li {
    list-style: none;
    padding: 8px 0;
    border-bottom: 1px solid rgb(70, 70, 70);
}

footer .container .row ul li a {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    transition: all .2s;
}

footer .container .row ul li a:hover {
    color: #fff;
}

footer .container .row ul li {
    list-style: none;
    padding: 10px 0;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    color: #ffffffb3;
}

footer .container .row ul li i {
    padding-right: 2rem;
}


/* About Page Styling */

.aboutus {
    margin-top: 95px;
    background-color: var(--ojodu);
    background-image: url(../image/ffee.jpg);
    background-blend-mode: multiply;
    padding: 7rem;
    text-align: center;
}

.aboutus .text {
    color: #fff;
    text-transform: uppercase;
}

.aboutus .text h1 {
    font-size: 40px;
    font-family: 'Poppins', sans-serif;
    font-weight: bolder;
}

.aboutus .text h2 {
    font-size: 25px;
}

.brief {
    background-image: linear-gradient(to right, rgb(233, 233, 233), rgb(233, 233, 233), rgb(233, 233, 233), #5ec2f9);
    border-radius: 20px;
    margin: 20px 0;
    padding: 2rem;
}

.evang {
    background-image: linear-gradient(to left, rgb(233, 233, 233), rgb(233, 233, 233), rgb(233, 233, 233), #5ec2f9);
    border-radius: 20px;
    margin: 20px 0;
    padding: 2rem;
}

.history h3,
.mission h3,
.liver h3 {
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
    text-align: center;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: bolder;
}

.history h3:before,
.history h3:after,
.mission h3::before,
.mission h3::after,
.liver h3::before,
.liver h3::after {
    background-color: #5ec2f9;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

.history h3:before,
.mission h3::before,
.liver h3::before {
    right: 0.5em;
    margin-left: -50%;
}

.history h3:after,
.mission h3::after,
.liver h3::after {
    left: 0.5em;
    margin-right: -50%;
}

.brief p,
.evang p,
.brief table {
    font-size: 16px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
}

.crd-title {
    font-size: 18px;
    color: #181818;
    text-transform: uppercase;
    font-weight: bold;
}

section.about .card-body p {
    color: #04a7ff;
    font-size: 17px;
    font-style: italic;
}

.leader {
    display: block;
    width: 40%;
    margin: 0 30%;
}

.leader img {
    background-size: cover;
}

#dns .row {
    margin-top: 25px;
}

.cnt {
    display: flex;
    justify-content: center;
}


/* Ministry Styles  */

section.ministry {
    margin-top: 40px;
}

section.ministry .card {
    border: none;
    width: 100%;
}

section.ministry .min {
    background-color: #5ec3f926;
    margin-bottom: 40px;
    padding-bottom: 25px;
}

section.ministry .min .min-body h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bolder;
    text-align: center;
    margin-bottom: 5px;
}

section.ministry .min .min-body p {
    margin-top: 10px;
    margin-bottom: 30px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}

section.ministry .min .min-body a {
    margin-top: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: bolder;
    font-size: 12px;
    text-decoration: none;
    background-color: var(--ojodu);
    padding: 12px 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    border: 3px solid var(--ojodu);
    border-radius: 40px;
    transition: all .4s ease-in-out;
}

section.ministry .min .min-body a:hover {
    background-color: rgba(255, 255, 255, 0);
    color: var(--ojodu);
    font-family: 'Poppins', sans-serif;
    font-weight: bolder;
    font-size: 12px;
}


/* sermon styles */

section.live {
    margin: 3rem 0;
}

video {
    margin-top: 10px;
}


/* contact style */

.contact {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #fff;
}

.contact-title {
    font-size: 24px;
    font-weight: 700;
    color: #181818;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

.contact-info-content {
    margin-top: 21px;
}

section.main ul {
    list-style: none;
    margin-bottom: 0;
}

.contact-info-content ul li:not(:last-child) {
    margin-bottom: 20px;
}

.contact-info-content ul li div {
    width: 40px;
    height: 40px;
    background: #ebebeb;
    text-align: center;
    border-radius: 50%;
}

.contact-info-content ul li div i {
    line-height: 40px;
    color: var(--ojodu);
}

.contact-info-content ul li span {
    font-size: 16px;
    color: #7c7c7c;
    margin-left: 30px;
    font-family: 'Poppins', sans-serif;
}

.contact-info-content ul li div,
.contact-info-content ul li span {
    display: inline-block;
}

.contact-form-container {
    margin-top: 21px;
}

.form-input {
    width: 100%;
    height: 40px;
    border: solid 1px #ccc;
    outline: none;
    padding-left: 20px;
    font-size: 14px;
}

.form-text {
    width: 100%;
    height: 100px;
    border: solid 1px #ccc;
    outline: none;
    margin-top: 30px;
    padding-left: 20px;
    font-size: 14px;
    padding-top: 12px;
}

textarea {
    overflow: auto;
    resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

[role=button],
a,
area,
button,
input:not([type=range]),
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.form-submit-button {
    width: 170px;
    height: 40px;
    cursor: pointer;
    background: var(--ojodu);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    outline: none;
    border-radius: 3px;
    margin-top: 24px;
}


/* Media Queries */

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex!important;
        flex-basis: auto;
        justify-content: flex-end;
        align-content: flex-end;
        flex-direction: row;
    }
}

@media (max-width: 992px) {
    .aboutus {
        margin-top: 50px;
        padding: 7rem;
        text-align: center;
    }
    .carousel .carousel-item {
        height: 65rem;
    }
    .carousel-item img {
        position: absolute;
        object-fit: cover;
        top: 0;
        left: 0;
        /* min-height: 50rem; */
        height: 65rem;
    }
}

@media (max-width:991px) {
    html {
        font-size: 65%;
    }
    .home::before,
    .home::after {
        display: none;
    }
    .navbar .container .nav_links ul.links {
        display: block;
        line-height: 30px;
    }
    .top_nav .row {
        flex-wrap: nowrap;
        width: 85%;
        padding-right: 10%;
    }
    .last_sermon .container .sermon {
        padding: 2rem 1rem;
        display: block;
    }
    .last_sermon .container .sermon .sermon-title {
        color: #333;
        width: 100%;
        text-align: center;
    }
    .last_sermon .container .sermon-media {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: .9rem;
    }
    .last_sermon .container .sermon-media a {
        margin-right: .7rem;
    }
}

@media (max-width:768px) {
    .top_nav {
        visibility: hidden;
        z-index: -100;
        position: fixed;
        top: 0px;
        left: 0px;
        overflow: hidden;
        height: 920px;
        width: 718px;
        transform: translate3d(0px, 581.766px, 0px);
    }
    .events {
        text-align: center;
    }
    .events .flex {
        margin-bottom: 2rem;
    }
    .welcome .section_content {
        display: block;
    }
    .welcome .section_content p {
        padding-top: 4rem;
    }
    .about .section_content {
        display: block;
    }
    .about .section_content p {
        padding-top: 4rem;
    }
    section.statement {
        background: url(../image/mission.jpg);
        width: 100%;
        height: 750px;
    }
    section.offering {
        height: 500px;
    }
    footer.footer {
        background-color: #1a1a1a;
        padding: 3rem .4rem;
        height: 1200px;
    }
    footer .container .row .footer h3 {
        padding-top: 30px;
    }
    .aboutus {
        margin-top: 40px;
        padding: 7rem;
        text-align: center;
    }
}

@media (max-width:412px) {
    .sermon-media span.download,
    .sermon-media a.watch span.watch {
        visibility: hidden;
        display: none;
    }
    .carousel .carousel-item {
        height: 40rem;
    }
    .carousel-item img {
        position: absolute;
        object-fit: cover;
        top: 0;
        left: 0;
        /* min-height: 50rem; */
        height: 40rem;
    }
}