@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
body {
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    font-size: 1.125rem;
    line-height: 1.5;
    background: #fff;
    color: #000;
    height: 100%;
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
}

p {
    margin: 0em 0em 1.5em 0em;
    font-size: 1.125rem;
    font-family: "Poppins", sans-serif;
    color: #212121;
    font-weight: 400;
}

a {
    color: #000;
    text-decoration: none;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    text-decoration: none;
}

label {
    font-size: 13px;
    color: #272727;
    font-weight: normal;
}

input:focus,
select:focus,
.form-control:focus {
    box-shadow: none !important;
}

.form-select {
    font-size: 13px;
    font-weight: 500;
    border-radius: 0px;
}

.form-control {
    font-size: 13px;
    border-radius: 0px;
    padding: 11px 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
}

h1 {
    font-size: 7rem;
    color: #14213d;
    font-weight: 700;
}

h2 {
    font-size: 3rem;
    color: #14213d;
    font-weight: 700;
    margin-bottom: 2rem;
}

h3 {
    font-size: 2rem;
    color: #14213d;
    font-weight: 700;
    margin-bottom: 1rem;
}

h5 {
    font-size: 1.2rem;
}

.common-space{
    padding: 95px 0 60px 0;
}

@media (min-width:1400px) {
    .container-fluid-md {
        max-width: 1863px;
    }
}


/* =============== header sec css here ============ */

.header-sec {
    padding: 5px 0px 5px;
    background-color: rgb(255, 255, 255);
    z-index: 9;
    width: 100%;
    position: inherit;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.header-sec .navbar-brand img {
    max-width: 180px;
}

.header-sec .navbar-toggler {
    border: none;
}

.header-sec .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.header-sec .header-right {}

.header-sec .header-right .btn-head {
    padding: 5px 15px;
    margin: 0px 5px;
    color: #fff;
    background-color: #fca311;
    font-weight: 500;
}

.header-sec .header-right .btn-head2 {
    background-color: #14213d;
}

.header-sec .header-right .gi-btn {
    text-transform: uppercase;
}

.header-sec .nav-link {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    color: #000;
    padding: 5px 0px;
}

.header-sec .nav-link:hover {
    color: #fca311;
}

.header-sec .nav-item::after {
    content: "";
    display: block;
    width: 100%;
    margin-top: 3px;
    height: 1px;
    background: #14213d;
    transition: width 0.3s;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}

.header-sec .nav-item:hover:after {
    width: 74%;
    margin-top: 3px;
    transform: scaleX(1);
    margin: 3px auto 0 auto;
}

.header-sec .dropdown-menu {
    --bs-dropdown-border-color: transparent!important;
    --bs-dropdown-border-radius: 0px!important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-top: 8px;
    padding: 12px 5px;
}

.header-sec .dropdown-item:hover {
    color: #ffffff;
    background-color: #fca311;
}

.header-sec .nav-bar {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

.main-carousel .carousel-caption h5 {
    font-size: 22px;
}

.main-carousel .carousel-caption h5,
.main-carousel .carousel-caption p {
    color: #fff;
    text-align: left;
}

.main-carousel .carousel-caption {
    left: 22%;
    max-width: 460px;
    text-align: left;
    bottom: 3rem;
}


/* -------------banner section---------------- */

.banner-video {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    height: auto;
    top: 0;
    left: 0;
    bottom: 0;
}

.bnr-video {
    z-index: 1;
    position: initial;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    min-width: 100%;
    min-height: 100%;
    object-position: center;
    object-fit: cover;
}


/*-----------------------about section----------------------- */

.abt-sec {
    display: flex;
    flex-direction: column;
    padding: 90px 0px;
}

.abt-desc {
    max-width: 760px;
}

.abt-desc h2 {
    color: #14213d;
}

.abt-desc p {
    margin-bottom: 35px;
}

.cmn-btn {
    padding: 10px 20px;
    background-color: #fca311;
    border-radius: 30px;
    color: #fff;
    font-size: 15px;
    transform: translate(0);
    border:none;
}

.cmn-btn:hover {
    background-color: #14213d;
}

.cmn-btn:hover i::before {
    transform: translate(7px, 0px);
    transition: 0.5s ease;
}


/*------------------------upcomng section css---------------------- */

.upcomng-events-sec {
    padding: 80px 0px;
    background-image: url(/backend_assets/events-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.upcomng-contnt h2 {
    color: #fff;
    padding-left: 40px;
}

.upcmg-event,
.sermon-box {
    width: 90%;
    margin: 0px auto;
}

.upcmg-event img,
.sermon-box img {
    border-radius: 30px;
}


/* ---------------------sermon section css------------------- */

.sermons-sec {
    padding: 80px 0px;
}

.sermons-sec h2 {
    padding-left: 40px;
}

/* ---------------------latest sermon new section css------------------- */

.sermon-box {
    position: relative;
}

.sermon-box-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.09567577030812324) 33%, rgba(0, 0, 0, 1) 95%);
    color: #fff;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
}

.play-btn{
    position: absolute;
    bottom: 42%;
    left: 47%;
    z-index: 99;
}
.play-btn i{
    color: #fff;
    font-size: 50px;
}

.sermon-box-desc {
    padding: 35px;
}

.sermon-box-desc h5 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: .3rem;
}

.sermon-box-desc h6 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: .4rem;
}

/* ---------------------latest sermon new section css end------------------- */

.blink-dot {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fc1111;
    left: 60%;
    top: 40%;
}

@-webkit-keyframes blinker {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.blink-dot {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}


/* -----------weekly service sec css----------- */

.weekly-service-sec {
    padding: 70px 0px;
    background-color: #f1f1f1;
}

.weekly-service-sec img {
    border-radius: 30px;
    width: 100%;
}

.weekly-service-sec h5 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
}


/* --------------------our ministries section------------------- */

.our-ministries-sec {
    padding: 70px 0px;
    overflow: hidden;
    position: relative;
}

.ministries .owl-nav {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    font-size: 25px;
    color: #fff;
}

.ministries .owl-carousel .owl-nav button.owl-next,
.ministries .owl-carousel .owl-nav button.owl-prev {
    right: 0px;
    position: absolute;
    background: #000000;
    width: 25px;
    opacity: 0.6;
    height: 34px;
}

.ministries .owl-carousel .owl-nav button.owl-prev {
    left: 0px;
}

.ministries .owl-carousel .owl-nav button.owl-next:hover,
.ministries .owl-carousel .owl-nav button.owl-prev:hover {
    background: #fca311;
    opacity: 1;
}

.ministries .item {
    position: relative;
}

.ministries .item img {
    border-radius: 30px;
    width: 100%;
}

.ministries-main {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.09567577030812324) 33%, rgba(0, 0, 0, 1) 95%);
    color: #fff;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
}

.ministries-desc {
    padding: 20px 40px;
    max-width: 100%;
}

.ministries-desc p {
    color: #fff;
    font-size: 16px;
}

.innersub-head {
    max-width: 950px;
    margin: 0px auto;
}

.ministries-carousel .owl-item {
    display: inline-block;
    margin-right: 15px;
    /* Adjust as needed */
}


/*-------------about us page css start here--------------*/

.inner-banner {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    min-height: 280px;
    position: relative;
}

.abt-bnr {
    background: url(../images/about-bnr-bg.jpg);
    background-position: center;
    background-position: top !important;
}

.inner-banner::after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    background-color: #00000065;
    left: 0;
    top: 0;
}

.inner-banner h2 {
    text-transform: capitalize;
    font-weight: 600;
    color: #fff;
    z-index: 1;
    margin-bottom: 0px;
}

.our-story-sec {
    padding: 90px 0px;
}

.our-story-sec h2 {
    color: #14213d;
}

.our-story-sec p {
    max-width: 900px;
    margin: 0px auto;
    width: 100%;
}

.our-journey-sec {
    background-color: #14213d;
}

.our-journey-sec h2 {
    color: #fff;
    text-align: center;
}

.journey-nav {
    width: 100%;
    overflow-x: auto;
    border: none;
    overflow-y: hidden;
}

.journey-nav .nav-link {
    font-size: 2rem;
    color: #fff;
    font-weight: 500;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    margin: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.journey-nav .nav-link:hover {
    color: #fca311;
}

.journey-nav .nav-link.active {
    color: #fca311;
    background-color: transparent;
}

.our-journey-sec .carousel-inner {
    padding: 50px 0px 0px;
}

.jouurney-item img {
    border-radius: 30px 0px 0px 30px;
    object-fit: cover;
    height: 100%;
}

.jouurney-item .carousel-caption {
    right: unset;
    left: 0;
    bottom: -8rem;
    text-align: left;
    position: unset;
}

.jouurney-item .carousel-caption p {
    color: #fff;
    font-size: 1.25rem;
    margin-bottom: 0px;
}

.journey-right-cap {
    width: 100%;
    height: 100%;
    background-color: #fca311;
    border-radius: 0px 30px 30px 0px;
}

.journey-right-box {
    height: auto;
    overflow: auto;
    overflow-y: auto;
    padding: 5px 0px;
    width: 100%;
    margin: 50px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.journey-right-cap h3 {
    font-size: 4rem;
    font-weight: 700;
    color: #fff;
}

.journey-right-cap h1 {
    color: #000;
}

.our-journey-sec .carousel-control-next-icon,
.our-journey-sec .carousel-control-prev-icon {
    width: 6rem;
    height: 6rem;
}

.our-milestone-sec {
    padding: 90px 0px;
    background-color: #e5e5e5;
}

.our-milestone-sec img {
    max-width: 130px;
    margin-bottom: 30px;
}

.getintouch-main {
    background-color: #14213d;
    border-radius: 20px;
    padding: 90px 20px;
    max-width: 1000px;
    margin: 0px auto;
}

.getintouch-main h2,
.getintouch-main p {
    color: #fff;
}

.getintouch-main p {
    font-size: 1.5rem;
    max-width: 770px;
    margin: 0px auto;
    padding-bottom: 80px;
}


/*---------------------our pastors page css start here------------------------ */

.our-pastors-bnr {
    background: url(../images/our-pastorst-bnr-bg.jpg);
}

.senior-pastors-sec {
    padding: 90px 0px 95px;
}

.senior-pastors-sec img {
    max-width: 500px;
    width: 100%;
}

.our-pastors-sub-head {
    max-width: 900px;
    margin: 0px auto;
}

.our-pastors-sub-head h2 {
    font-weight: 800;
}

.pastors-desc {
    max-width: 500px;
}

.pastors-desc h2 {
    font-size: 2.5rem;
}

.branch-pastors-sec {
    padding: 30px 0px;
}

.branch-pastors-sec img {
    width: 100%;
}


/* ---------------------children ministries page css start here---------------------- */

.ministries-children {
    background-image: url(../images/children-ministries-bg.jpg);
    background-position: center;
}

.our-vision-sec img {
    border-radius: 30px;
}

.ov-img-bottom img {
    width: 100%;
    object-fit: cover;
}

.ov-img-bottom img:first-child {
    max-width: 450px;
    height: auto;
    /* height: 220px; */
}

.ov-img-bottom img:last-child {
    max-width: 250px;
}

.what-we-offer-sec {
    padding: 70px 0px;
    background-color: #ebebeb;
}

.what-we-offer-sec img {
    border-radius: 30px;
}

.what-we-offer-sec h2 {
    text-align: center;
    padding-bottom: 20px;
}

.ministry-video-sec {
    padding: 70px 10px 0px;
}

.ministry-video-sec h2 {
    padding-bottom: 20px;
}

.ministry-video-sec img {
    border-radius: 30px;
    position: relative;
    width: 100%;
}

.ministry-video-sec .video-box {
    position: relative;
    padding: 0;
    max-width: 1300px;
}

.ministry-video-sec .video-box .overlay {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    left: 0;
    top: 0;
    background-color: #00000065;
}

.play-button i::before {
    color: #fff;
    font-size: 6rem;
    cursor: pointer;
}

.ministry-video .btn-close,
.loctn-popup .btn-close,
.sermon-video .btn-close {
    position: absolute;
    right: -50px;
    top: -25px;
    color: #fff;
    /* background-color: #fff; */
    border-radius: 30px;
    box-shadow: none;
    opacity: 1;
    z-index: 1;
    width: 1.5em;
    height: 1.5em;
}

.ministry-higligts-video {
    z-index: 1;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    min-width: 100%;
    min-height: 100%;
    object-position: center;
    object-fit: cover;
}


/* =-------------------become a member section css start here--------------------------= */

.become-bnr {
    background-image: url(../images/become-bnr-bg.jpg);
}

.become-sec-1 {
    padding: 90px 0px;
}

.become-sec-1 p,
.take-next-sec p {
    max-width: 900px;
    margin: 0px auto;
    width: 100%;
    text-align: center;
}

.become-sec-2 {
    padding: 90px 0px !important;
    background-color: #14213d;
}

.become-sec-2 h2 {
    color: #fff;
    text-align: center;
}

.become-sec-2 p {
    color: #fff;
    max-width: 900px;
    margin: 0px auto;
    width: 100%;
    text-align: center;
}

.faq-sec {
    max-width: 790px;
    margin: 30px auto 0 auto;
    padding-left: 0;
    font-size: 20px;
    font-weight: 700;
}

.faq-accordion {
    max-width: 790px;
    margin: 0 auto;
    padding: 0;
    border-top: 1px solid #242424;
}

.faq-accordion .accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background-color: transparent;
    font-weight: 500;
    color: #000;
}

.faq-accordion .accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
    font-weight: 500;
    color: #000;
}

.faq-accordion .accordion-body {
    font-size: 15px;
    text-align: left;
}

.testimonial {
    background-color: #eeeff1;
}

.testimonial-carousel {
    margin-top: 60px;
    position: relative;
}

.testimonial-carousel .owl-nav {
    display: flex;
    justify-content: end;
    position: absolute;
    right: 5px;
    top: -50px;
}

.testimonial-carousel .owl-nav button i {
    background-color: #fca311;
    color: white;
    border-radius: 50%;
    padding: 7px 10px;
}

.testimonial-carousel .owl-next {
    margin-left: 20px;
}

.testi-main {
    background-color: #14213d;
    border-radius: 40px;
    padding: 50px 26px;
    color: #fff;
    position: relative;
}

.quote-icon {
    position: absolute;
    right: 26px;
}

.quote-icon img {
    max-width: 30px!important;
    height: auto;
}

.profile-image {
    width: 115px;
    height: 115px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}

.profile-image img {
    width: 100%;
    height: auto;
    display: block;
}

.profile-name {
    font-size: 20px;
    font-weight: 500;
}

.profile-title {
    font-size: 16px;
}

.comment-sec {
    font-size: 16px;
    text-align: center;
    line-height: 28px;
}

.become-contact-main {
    background-color: #14213d;
    border-radius: 20px;
    color: #fff;
    padding: 40px;
}

.become-contact a {
    color: #fff;
}

.become-contact a:hover {
    color: #fca311;
}

.become-contact-main h2,
.become-contact-main p {
    color: #fff;
    text-align: center;
}

.become-contact-main i {
    color: #fca311;
    font-size: 20px;
}

.take-next-sec {
    padding-bottom: 90px;
}

.common-form-main {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    min-height: 500px;
    border-radius: 15px;
    margin-bottom: 70px;
    padding: 50px 90px;
}

.common-form-main h5 {
    font-size: 30px;
}

.common-form .form-control {
    background-color: #e5e5e5;
    outline: none;
    border: none;
    border-radius: 10px;
    font-size: 20px;
    padding: 20px;
    margin-bottom: 20px;
}

.common-form .form-control:focus {
    border: none;
    outline: none;
}

.msg-height {
    min-height: 200px !important;
}


/* =-------------------events page css start here--------------------------= */

.events-bnr {
    background-image: url(../images/Events-bnr-bg.jpg);
}

.common-select {
    padding-bottom: 80px;
}

.common-select select {
    width: 65%;
    padding: 15px 20px;
    border-radius: 15px;
    font-size: 16px;
    color: #949494;
    border: 2px solid #fca311;
}

.common-select select:focus {
    border-color: #747474 !important;
}

.common-select select option {
    background-color: #14213d;
    color: #fff;
}

.common-select select option:hover {
    background-color: #fca311;
}

.event-box {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 30px;
    margin-bottom: 78px;
}

.event-thumb img {
    width: 100%;
    -webkit-border-top-left-radius: 30px;
    -webkit-border-top-right-radius: 30px;
    -moz-border-radius-topleft: 30px;
    -moz-border-radius-topright: 30px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    object-fit: cover;
    height: 100%;
}

.event-box-content-main {
    padding: 90px 26px 10px 26px;
    min-height: 270px;
    position: relative;
}

.event-box-content {
    color: #14213d;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
}

.event-box-place {
    color: #14213d;
    font-size: 24px;
    font-weight: 500;
}

.event-date {
    background-color: #14213d;
    color: #fff;
    position: absolute;
    top: -29px;
    padding: 0px 36px;
    border-radius: 20px;
}

.event-day {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: -10px;
}

.event-month {
    font-size: 28px;
    margin-bottom: 5px;
}

.common-pagination {
    margin-bottom: 30px;
}

.common-pagination .page-link {
    border: 1px solid #474747;
    border-radius: 50%;
    margin: 0 10px;
    width: 50px;
    height: 50px;
    color: #14213d;
    font-size: 22px;
    font-weight: 500;
}

.common-pagination .page-link span i::before {
    font-size: 22px;
    font-weight: 600 !important;
}

.common-pagination .page-item:first-child .page-link,
.common-pagination .page-item:last-child .page-link {
    border-radius: 50%;
}

.common-pagination .page-link:focus {
    background-color: transparent;
    box-shadow: none;
}

.common-pagination .active>.page-link,
.page-link.active {
    background-color: #14213d;
    color: #fff;
}


/*------event popup css------*/

.event-popup-img img {
    width: 100%;
    margin-bottom: 20px;
}

.event-popup-date {
    color: #474747;
}


/* ==============church location page css start here================== */

.churches-locatns-sec {
    padding: 90px 0px;
}

.church-bnr {
    background-image: url(../images/church-bnr-bg-.jpg);
}

.location-tab-main .nav-tabs,
.location-tab-main .nav-link,
.loctn-popup .nav-tabs,
.loctn-tab-btn .nav-link {
    border: 0;
}

.location-tab-main .nav-link {
    position: relative;
    font-size: 1.5rem;
    font-weight: 500;
    color: #000;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 20px;
    min-width: 130px;
    margin: 0px 20px;
    padding: 10px 25px;
    border: 3px solid transparent;
    text-transform: capitalize;
}

.location-tab-main .uk-flag::after {
    background-image: url(../images/uk-flag.png);
}

.location-tab-main .spain-flag::after {
    background-image: url(../images/spain-flag.png);
}

.location-tab-main .ghana-flag::after {
    background-image: url(../images/ghana-flag.png);
}

.location-tab-main .australia-flag::after {
    background-image: url(../images/australia-flag.png);
}

.location-tab-main .nav-link::after {
    content: "";
    position: absolute;
    top: -28px;
    left: -25px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.location-tab-main .nav-link img {
    position: absolute;
    top: -28px;
    left: -25px;
    max-width: 52px;
}

.location-tab-main .nav-link:hover {
    border: 3px solid #000;
}

.location-tab-main .nav-link.active {
    border-color: #000;
}

.location-tab-main .country-tab {
    width: 100%;
    overflow-x: auto;
    border: none;
    overflow-y: hidden;
}

.location-tab-main .location-tab-bar {
    min-width: 100%;
    margin: 30px auto;
    padding: 0px 20px;
}

.churches-locatns-sec .uk-map-bg {
    background-image: url(../images/uk-map-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    min-height: 600px;
    max-width: 650px;
    margin: 0px auto;
}

.churches-locatns-sec .active-map-view {
    position: relative;
}

.churches-locatns-sec .active-map-view .comn-loctn {
    content: "";
    position: absolute;
    width: auto;
    font-size: 1rem;
    color: #fff;
    font-weight: 400;
    background-color: #fca311;
    border-radius: 20px;
    text-align: center;
    padding: 3px 15px;
    border: none;
}

.churches-locatns-sec .active-map-view .comn-loctn:hover {
    background-color: #14213d;
}

.churches-locatns-sec .active-map-view .uk-location1 {
    top: 130px;
    left: 150px;
}

.churches-locatns-sec .active-map-view .uk-location2 {
    bottom: 218px;
    right: 120px;
}

.churches-locatns-sec .active-map-view .uk-location3 {
    top: 250px;
    right: 250px;
}

.churches-locatns-sec .active-map-view .uk-location4 {
    top: 200px;
    left: 100px;
}

.churches-locatns-sec .active-map-view .uk-location5 {
    bottom: 120px;
    right: 200px;
}

.churches-locatns-sec .active-map-view .comn-loctn i::before {
    position: absolute;
    top: -36px;
    left: 33px;
    color: black;
    font-size: 2rem;
}

.churches-locatns-sec .modal-content {
    border-radius: 0;
}

.churches-locatns-sec .modal-body {
    padding: 50px 45px;
}

.loctn-tab-btn .nav-link {
    font-size: 1.5rem;
    font-weight: 400;
    color: #fff;
    border-radius: 10px;
    background-color: #ababab;
    padding: 10px 30px;
    margin: 0px 7px;
}

.loctn-tab-btn .nav-link.active {
    background-color: #14213d;
    color: #fff;
}

.churches-locatns-sec .sub-tab-content h4,
.churches-locatns-sec .sub-tab-content {
    margin: 10px 0px;
}

.churches-locatns-sec .sub-tab-content .sub-tab-top-sec p {
    color: #fca311;
}

.churches-locatns-sec .sub-tab-content .sub-tab-top-sec img {
    width: 100%;
}



.locatn-map-addrs-sec .service-schedule h3 {
    color: #fff;
    font-weight: 500;
}

.locatn-map-addrs-sec .service-schedule h4 {
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
}

.locatn-map-addrs-sec .service-schedule p {
    color: #fff;
    margin-bottom: 0px;
}

.locatn-map-addrs-sec .service-schedule ul {
    margin: 10px 0px;
}




/* =-------------------church new css start here--------------------------= */

.location-card {
    background-color: #747474;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    width: 95%;
}

.location-card:hover {
    outline: 3px solid #ff8b02;
}

.location-card::after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    background-color: #00000035;
    left: 0;
    top: 0;
}

.overlay-text {
    position: absolute;
    top: 45%;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    z-index: 99;
    width: 100%;
}

.custom-p {
    max-width: 1200px;
    margin: 0 auto 50px auto;
}

.churches-locatns-sec .sub-tab-content h4 {
    font-weight: 600;
    margin-top: 20px;
}

.churches-locatns-sec .sub-tab-content p {
    font-size: 20px;
}

.locatn-map-addrs-sec .service-schedule {
    background-color: #14213d;
    padding: 36px;
    color: #fff;
}

.locatn-map-addrs-sec .service-schedule ul li {
    text-decoration: none;
    border: none;
    list-style: none;
    margin-bottom: 7px;
}


/* =-------------------sermons page css start here--------------------------= */

.sermons-bnr {
    background-image: url(../images/sermons-bnr-bg.jpg);
}

.sermons-bnr::after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-color: #040e2169;
}

.form-main {
    max-width: 80%;
    margin: 0 auto;
}

.common-select .form-main select {
    width: 84%;
}

.sermons-main {
    margin: 0px auto 80px auto;
    max-width: 88%;
}

.sermons-thumb img {
    border-radius: 25px;
    width: 100%;
    height: auto;
}

.sermons-thumb {
    position: relative;
    max-height: 485px;
    width: 100%;
}

.sermons-thumb::after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    background-color: #00052447;
    left: 0;
    top: 0;
    border-radius: 25px;
}

.sermons-play-button {
    position: absolute;
    z-index: 88;
}

.sermons-play-button i {
    color: #fff;
    font-size: 90px;
}

.extra-padding {
    padding-left: 50px;
}

.sermons-content {
    font-size: 22px;
    font-weight: 500;
}


/* .title-width {
    width: 15%;
} */

.sermons-content td {
    padding: 0px;
}


/* =-------------------contact page css start here--------------------------= */

.contact-bnr {
    background-image: url(../images/contact-bnr-bg.jpg);
}

.contact-form {
    padding: 80px 0;
}

.common-form-right {
    background-color: #14213d;
    width: 50%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    min-height: 500px;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomright: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-bottom: 70px;
    padding: 50px 36px;
    color: #fff;
}

.contact-form .common-form-main {
    width: 80%;
    padding: 50px 36px;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-bottomleft: 15px;
    -moz-border-bottom-right-radius: 0px;
    -moz-border-top-right-radius: 0px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.common-form-right h4 {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 40px;
}

.common-form-right h5 {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 20px;
}

.common-form-right p {
    color: #fff;
    max-width: 90%;
}

.common-form-right ul li {
    list-style: none;
    margin-bottom: 15px;
}

.common-form-right ul li a {
    text-decoration: none;
    color: #fff;
}

.common-form-right ul li i {
    color: #fca311;
    font-size: 22px;
}

.contact-map {
    width: 100%;
    height: 600px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: ease-in-out 0.5s;
}


/*-------------------------footer section css start here--------------------------*/

footer {
    background-color: #000;
    padding: 50px 0px 0px;
    color: #fff;
}

.footer-top {
    padding-bottom: 0px;
    width: 100%;
    border-bottom: 1px solid #858585;
}

.footer-top ul li i::before {
    margin-right: 15px;
}

footer p,
footer ul li {
    font-size: 16px;
}

footer p,
footer ul li a,
footer h2 {
    color: #fff;
}

footer ul li a:hover {
    color: #fca311;
}

footer ul li {
    position: relative;
    list-style: none;
    padding-bottom: 5px;
}


/*.link-style-2 li{margin-left: 15px;}*/


/*.link-style-2 li a::after {*/


/*    position: absolute;*/


/*    content: "-";*/


/*    left: -17px;*/


/*}*/

footer h2 {
    font-weight: 400;
    font-size: 1.5rem;
}

.footer-bottom {
    padding: 40px 0px;
}

.footer-bottom .copy-r {
    font-size: 14px;
}

.footer-bottom .copy-r a {
    color: #fff;
    text-decoration: underline;
}

.footer-bottom .copy-r a:hover {
    color: #fca311;
}

.social-icons ul li {
    display: inline-block;
    list-style: none;
    font-size: 25px;
    padding: 0px 5px;
    margin: 0px auto;
}

.social-icons ul li a::after {
    content: "";
}

.social-icons ul li i::before {
    margin-right: 0px;
}

@media (min-width: 1399.98px) and (max-width: 1600px) {
    /*--------------about page embracing journey section------------------- */
    .col-xxlm-4 {
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .our-journey-sec .carousel-inner {
        padding: 30px 0px 100px;
    }
    .jouurney-item .carousel-caption {
        right: 0;
        left: 0;
        text-align: left;
        bottom: -8rem;
        max-width: 850px;
        margin: 0px auto;
    }
    .journey-right-cap h3 {
        font-size: 3.5rem;
    }
    .journey-right-cap h1 {
        font-size: 5rem;
    }
    .journey-nav .nav-link {
        font-size: 1.5rem;
        width: 65px;
        height: 65px;
    }
}

@media (max-width: 1199.98px) {
    .header-sec .navbar-brand img {
        max-width: 130px;
    }
    .header-right form {
        display: flex;
    }
    .header-right input {
        max-width: 110px;
    }
    .pastors-desc h2 {
        font-size: 1.5rem;
    }
    .what-we-offer-sec h2 {
        padding-bottom: 0px;
    }
    .what-we-offer-sec {
        padding: 50px 0px;
    }
    
    .common-space{
    padding: 70px 0 45px 0;
    }
    /* -------------events sec start------------ */
    /*.common-select {*/
    /*    padding: 40px 0;*/
    /*}*/
    .common-select select {
        width: 80%;
    }
    /* -------------sermons sec start------------ */
    .form-main {
        max-width: 100%;
        margin: 0 auto;
    }
    /*----------------church page css media query-------------- */
    .churches-locatns-sec .modal-body {
        max-height: 550px;
        overflow: scroll;
        margin: 20px 0px;
        padding: 30px 25px;
    }
    .churches-locatns-sec .sub-tab-content h4 {
        font-size: 1.2rem;
    }
    .churches-locatns-sec .sub-tab-content p {
        font-size: 1rem;
    }
    
    /*----------------church new css media query-------------- */

    .location-card {
        width: 100%;
    }
    
     /*----------------latest sermons new css media query-------------- */
    
      .sermon-box-desc h5 {
        font-size: 24px;
        font-weight: 500;
        margin-bottom: .3rem;
    }

    .sermon-box-desc h6 {
        font-size: 18px;
        font-weight: 400;
        margin-bottom: .4rem;
    }
}

@media (max-width: 991.98px) {
    .header-sec .navbar-brand img {
        max-width: 140px;
    }
    .header-sec .navbar-collapse {
        background-color: #c4ecff;
        padding: 10px 10px 20px 10px;
        margin-bottom: 5px;
    }
    .header-sec .nav-item:hover:after {
        width: 100%;
    }
    
     .common-space{
    padding: 60px 0 35px 0;
    }
    /*-----------------banner image adaptive size css here---------------- */
    .abt-bnr,
    .our-pastors-bnr,
    .sermons-bnr,
    .ministries-children,
    .events-bnr,
    .contact-bnr,
    .become-bnr,
    .church-bnr {
        min-height: 380px;
        background-position: center!important;
    }
    .abt-bnr {
        background: url(../images/about-bnr-bg-tab.jpg);
    }
    .our-pastors-bnr {
        background: url(../images/our-pastorst-bnr-bg-tab.jpg);
    }
    .sermons-bnr {
        background-image: url(../images/sermons-bnr-bg-tab.jpg);
    }
    .ministries-children {
        background-image: url(../images/children-ministries-bg-tab.jpg);
    }
    .events-bnr {
        background-image: url(../images/Events-bnr-bg-tab.jpg);
    }
    .contact-bnr {
        background-image: url(../images/contact-bnr-bg-tab.jpg);
    }
    .become-bnr {
        background-image: url(../images/become-bnr-bg-tab.jpg);
    }
    .church-bnr {
        background-image: url(../images/church-bnr-bg-tab.jpg);
    }
    /*============about us page media query========== */
    .journey-right-cap {
        background-color: transparent;
    }
    .jouurney-item img {
        border-radius: 30px;
    }
    .journey-right-cap h3 {
        font-size: 3.1rem;
    }
    .jouurney-item .carousel-caption {
        bottom: -11rem;
    }
    .our-journey-sec .carousel-inner {
        padding: 50px 0px 150px;
    }
    .journey-right-cap h1 {
        color: #fca311;
    }
    /* -------------become sec start------------ */
    .become-sec-1,
    .become-sec-2 {
        padding: 70px 0px !important;
    }
    .common-form-main {
        padding: 50px 18px;
    }
    .profile-image {
        width: 90px;
        height: 90px;
    }
    .testi-main {
        padding: 30px 26px;
    }
    /* -------------events sec start------------ */
    .common-select {
        padding-bottom: 60px;
    }
    .common-select select {
        width: 100%;
    }
    .event-box-content-main {
        padding: 52px 26px 20px 26px;
        min-height: 200px;
    }
    .event-box-content {
        font-size: 20px;
        line-height: 32px;
    }
    .event-box-place {
        font-size: 18px;
    }
    .event-date {
        padding: 0px 26px;
    }
    .event-day {
        font-size: 25px;
    }
    .event-month {
        font-size: 20px;
    }
    .event-box {
        margin-bottom: 40px;
    }
    /* -------------sermons sec start------------ */
    .common-select .form-main select {
        width: 100%;
    }
    .sermons-content {
        font-size: 18px;
    }
    .sermons-play-button i {
        color: #fff;
        font-size: 50px;
    }
    .sermons-main {
        margin: 0px auto 30px auto;
        max-width: 100%;
    }
    /* -------------contact sec start------------ */
    .contact-form .common-form-main {
        width: 100%;
        border-radius: 15px;
    }
    .common-form-right {
        width: 100%;
        border-radius: 15px;
        min-height: 200px;
        margin-bottom: 0px;
    }
    .contact-map {
        width: 100%;
        height: 300px;
    }
    /*--------------church page css here--------------- */
    .loctn-popup .modal-dialog {
        max-width: 750px;
    }
    .loctn-popup .btn-close {
        right: 0px;
        top: -40px;
    }
    
     /*----------------latest sermons new css media query-------------- */
    .sermon-box {
    width: 100%;
   
}
    
    .sermon-box-desc {
        padding: 20px;
    }

    .sermon-box-desc h5 {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: .2rem;
    }

    .sermon-box-desc h6 {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: .2rem;
    }

    .sermon-date{
        font-size: 16px;
    }

    .play-btn i {
        color: #fff;
        font-size: 30px;
    }
}

@media (max-width: 767.98px) {
    p {
        font-size: 1rem;
    }
    h1 {
        font-size: 4.5rem;
        margin-bottom: 1rem;
    }
    h2 {
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }
    h3 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
    
     .common-space{
    padding: 40px 0 20px 0;
    }
    
    .blink-dot {
        width: 15px;
        height: 15px;
    }
    .upcmg-event img,
    .sermon-box img {
        margin-bottom: 20px;
    }
    .upcmg-event,
    .sermon-box {
        width: 100%;
    }
    .abt-sec {
        padding: 30px 15px;
    }
    .sermons-sec h2 {
        padding-left: 15px;
    }
    .our-story-sec {
        padding: 30px 0px;
    }
    .our-story-sec h3 {
        font-size: 1.5rem;
    }
    .sermons-sec,
    .upcomng-events-sec {
        padding: 30px 0px;
    }
    .weekly-service-sec {
        padding: 40px 0px;
    }
    .our-ministries-sec {
        padding: 25px 0px;
        overflow: hidden;
    }
    .our-journey-sec .carousel-inner {
        padding: 0px 0px;
    }
    .journey-right-cap h3 {
        font-size: 3rem;
    }
    .jouurney-item .carousel-caption {
        position: initial;
    }
    .journey-right-cap {
        height: auto;
    }
    
    .journey-right-box {
        margin: 0px 0px;
    }
    .journey-nav .nav-link {
        font-size: 1.5rem;
        height: 75px;
        width: 75px;
    }
    .journey-nav {
        padding-bottom: 30px;
    }
    .our-milestone-sec {
        padding: 50px 0px;
    }
    .our-milestone-sec img {
        max-width: 85px;
    }
    .getintouch-main {
        padding: 50px 20px;
    }
    .getintouch-main p {
        font-size: 1rem;
        padding-bottom: 35px;
    }
    .pastors-desc {
        padding-left: 0px;
    }
    .senior-pastors-sec {
        padding: 30px 0px;
    }
    .ov-img-bottom img:last-child {
        display: none;
    }
    .ov-img-bottom img:first-child {
        max-width: 100%;
        height: auto;
    }
    .ministry-video .btn-close,
    .loctn-popup .btn-close,
    .sermon-video .btn-close {
        right: 0px;
        top: -40px;
    }
    /* -------------become page css start------------ */
    .become-sec-1,
    .become-sec-2 {
        padding: 50px 0px !important;
    }
    .common-form .form-control {
        font-size: 16px;
        padding: 12px;
        margin-bottom: 15px;
    }
    .faq-sec {
        padding-left: 20px;
    }
    .testimonial-carousel {
        margin-top: 40px;
        position: relative;
    }
    .cntct-text {
        font-size: 1rem;
    }
    .common-form-main h5 {
        font-size: 23px;
    }
    .testimonial-carousel .owl-nav {
        position: static;
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
    .take-next-sec {
        padding-bottom: 60px;
    }
    .common-select {
        padding-bottom: 45px;
    }
    .common-select select {
        width: 100%;
    }
    .common-pagination .page-link {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    .common-pagination .page-link span i::before {
        font-size: 18px;
    }
    /* -------------sermons page css start------------ */
    .common-select .form-main select {
        width: 100%;
    }
    .sermons-content {
        font-size: 16px;
    }
    /* -------------contact page css start------------ */
    .common-form-right h4 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .common-form-right h5 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .common-form-right ul li {
        margin-bottom: 10px;
    }
    /* -------church page media query----- */
    .location-tab-main .location-tab-bar {
        min-width: 650px;
    }
    .location-tab-main .nav-link::after {
        top: -10px;
        left: -5px;
        background-size: contain;
        width: 30%;
        height: 60%;
    }
    .churches-locatns-sec .modal-body {
        padding: 30px 20px;
    }
    .loctn-tab-btn .nav-link {
        font-size: 1rem;
        padding: 8px 15px;
        margin: 0px 5px;
    }
    .churches-locatns-sec {
        padding: 30px 0px;
    }
    
     /* -------church new media query----- */
    .overlay-text {
        font-size: 24px;
    }

    .churches-locatns-sec .sub-tab-content h4 {
        margin-top: 10px;
    }
}

@media (max-width: 575px) {
    /*-----------------adaptive banner image css-------------------  */
    .abt-bnr,
    .our-pastors-bnr,
    .sermons-bnr,
    .ministries-children,
    .events-bnr,
    .contact-bnr,
    .become-bnr,
    .church-bnr {
        min-height: 280px;
        background-position: center!important;
    }
    .abt-bnr {
        background: url(../images/about-bnr-bg-mob.jpg);
    }
    .our-pastors-bnr {
        background: url(../images/our-pastorst-bnr-bg-mob.jpg);
    }
    .sermons-bnr {
        background-image: url(../images/sermons-bnr-bg-mob.jpg);
    }
    .ministries-children {
        background-image: url(../images/children-ministries-bg-mob.jpg);
    }
    .events-bnr {
        background-image: url(../images/Events-bnr-bg-mob.jpg);
    }
    .contact-bnr {
        background-image: url(../images/contact-bnr-bg-mob.jpg);
    }
    .become-bnr {
        background-image: url(../images/become-bnr-bg-mob.jpg);
    }
    .church-bnr {
        background-image: url(../images/church-bnr-bg-mob.jpg);
    }
    /* -------church page media query----- */
    .churches-locatns-sec .uk-map-bg {
        min-height: 100%;
        background-size: cover;
        min-height: 320px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .churches-locatns-sec .active-map-view .comn-loctn {
        position: static;
        padding: 7px 15px;
        margin: 5px 0px;
        min-width: 120px;
    }
    .churches-locatns-sec .active-map-view .comn-loctn i::before {
        content: none;
    }
    /* -------contact page media query----- */
    .contact-form .common-form-main {
        padding: 30px 10px;
    }
    .common-form-main h5 {
        font-size: 20px;
    }
    .contact-form {
        padding: 40px 0;
    }
    .contact-form .common-form-main {
        margin-bottom: 40px;
    }
    .common-form-right h5 {
        font-size: 20px;
    }
}

@media (min-width: 992px) {
    .header-sec .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0px 15px;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    h2 {
        font-size: 2rem;
    }
    h3 {
        font-size: 1.5rem;
    }
    .abt-desc {
        max-width: 75%;
    }
}

@media (min-width: 768px) {
    .pt-md-10 {
        padding-top: 6rem !important;
    }
    .pb-md-10 {
        padding-bottom: 6rem !important;
    }
    .py-md-10 {
        padding: 6rem 0rem !important;
    }
}