/*===== General Style =====*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

html,
body {
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
body .wpcm-wrapper h1,
body .wpcm-wrapper h2,
body .wpcm-wrapper h3,
body .wpcm-wrapper h4,
body .wpcm-wrapper h5,
body .wpcm-wrapper h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #313131;
}

body .amount,
body .wpcm-wrapper {
    font-family: 'Poppins', sans-serif;
}

p,
body p {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0;
    color: #6a6a6a;
}

body .frequency li a,
.single-proced-btn>a.proceed,
.donation-amount .textfield textarea {
    font-family: muli;
}

ul li,
ol li {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 30px;
    color: #6a6a6a;
}

/*===== Theme Style =====*/
.countr-box {
    position: relative;
}

.countr-box::before {
    content: "";
    background-image: url('../images/counter-sep.png');
    background-repeat: no-repeat;
    height: 64px;
    width: 13px;
    position: absolute;
    top: 0;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.countr-box:nth-of-type(4)::before {
    display: none;
}

.pulse-anim {
    -webkit-animation: pulse 2s infinite;
    -ms-animation: pulse 2s infinite;
    -o-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
    0% {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
    }

    70% {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
    }

    70% {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
    }
}

.testi-slider {
    position: relative;
}

.testi-slider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    left: 0;
}

.testi-slider .owl-nav button i {
    font-size: 90px;
    color: #f2f2f2;
}

.testi-slider .owl-nav button.owl-next {
    left: auto;
    right: 0;
}

.img-moving {
    -webkit-animation: moving 3s infinite;
    -ms-animation: moving 3s infinite;
    -o-animation: moving 3s infinite;
    animation: moving 3s infinite;
}

.img-moving2 {
    -webkit-animation: moving_left 3s infinite;
    -ms-animation: moving_left 3s infinite;
    -o-animation: moving_left 3s infinite;
    animation: moving_left 3s infinite;
}

@-webkit-keyframes moving {
    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
    }
}

@keyframes moving {
    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
    }
}

@-webkit-keyframes moving_left {
    0% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translatex(0);
    }

    50% {
        transform: translatex(-15px);
        -webkit-transform: translateX(-15px);
        -moz-transform: translateX(-15px);
    }

    100% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
    }
}

@keyframes moving_left {
    0% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
    }

    50% {
        transform: translateX(-15px);
        -webkit-transform: translateX(-15px);
        -moz-transform: translateX(-15px);
    }

    100% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
    }
}

.custom-church-box {
    position: relative;
    margin-bottom: 30px;
}

.img-overlay .elementor-image {
    position: relative;
    overflow: hidden;
}

.img-overlay .elementor-image::before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
}

:hover .img-overlay .elementor-image::before {
    background-color: rgba(0, 0, 0, .6);
}

.custom-church-title,
.custom-church-txt {
    position: absolute;
    bottom: 100px;
    left: 0;
    padding: 0 40px;
    transition: all 0.45s;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    -o-transition: all 0.45s;
}

.custom-church-txt {
    bottom: 110px;
    visibility: hidden;
    opacity: 0;
}

.custom-church-box:hover .custom-church-title {
    bottom: 165px;
}

.custom-church-box:hover .custom-church-txt {
    bottom: 165px;
    visibility: visible;
    opacity: 1;
}

/*=======================================
  Pagination
=======================================*/
.pagination {
    margin: 70px 0 0;
}

.pagination>li a {
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    background-color: #f6f6f6;
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
}

.pagination>li+li {
    margin-left: 4px;
}

.pagination>li a.prev {
    margin-right: 25px;
}

.pagination>li a.next {
    margin-left: 25px;
}

.pagination>li a:hover,
.pagination>li:first-child:hover a,
.pagination>li:last-child:hover a {
    color: #fff;
}

/*===== Header Style 1 =====*/
.header1-topbar-links ul>li {
    position: relative;
}

.header1-topbar-links ul>li.elementor-icon-list-item+li.elementor-icon-list-item:before {
    content: "-";
    position: absolute;
    left: -28px;
    font-family: inherit;
    font-weight: inherit;
    color: #f00;
    font-size: inherit;
}

.header1-menu ul.menu,
.header2-menu ul.menu {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    display: -ms-flex;
    display: flex;
    flex-grow: 1;
    flex-wrap: wrap;
}

.header2-menu ul.menu li {
    color: white;
}

.header2-menu ul.menu li ul.sub-menu li {
    color: #333;
}

.header1-menu ul.menu li,
.header2-menu ul.menu li {
    font-size: 17px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 400;
    position: relative;
}

.header2-menu ul.menu li {
    font-size: 17px;
}

.header1-menu ul.menu ul,
.header2-menu ul.menu ul {
    position: absolute;
    left: 0;
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    min-width: 250px;
    top: 100%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    line-height: initial;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -webkit-transition: all 600ms cubic-bezier(0.680, 0, 0.265, 1);
    -webkit-transition: all 600ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
    -moz-transition: all 600ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
    -o-transition: all 600ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
    transition: all 600ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition-timing-function: cubic-bezier(0.680, 0, 0.265, 1);
    -webkit-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
    -moz-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
    -o-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
    transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
}

.header1-menu ul.menu ul ul,
.header2-menu ul.menu ul ul {
    left: 100%;
    top: 0;
    background-color: #f5f5f5;
}

.header1-menu ul.menu>li+li,
.header2-menu ul.menu>li+li {
    margin-left: 45px;
}

.header1-menu ul.menu>li {
    line-height: 78px;
}

.header2-menu ul.menu>li {
    line-height: 90px;
}

.header1-menu ul.menu ul li,
.header2-menu ul.menu ul li {
    font-size: 15px;
    width: 100%;
    font-weight: 600;
    color: #333;
}

.header1-menu ul.menu ul li+li {
    border-top: 1px dashed #eaeaea;
}

.header1-menu ul.menu ul li a,
.header2-menu ul.menu ul li a {
    width: 100%;
    display: block;
    padding: 12px 10px;
    font-weight: 400;
}

.header1-menu ul.menu li.menu-item-has-children:hover>ul,
.header2-menu ul.menu li.menu-item-has-children:hover>ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

.header2-wrap {
    position: relative;
}

.header2-wrap:before,
.header2-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: inherit;
    width: 50px;
}

.header2-wrap:before {
    left: -50px;
}

.header2-wrap:after {
    right: -50px;
}

.elementor-image-gallery figure.gallery-item {
    padding: 0;
}

.elementor-image-gallery figure.gallery-item a {
    width: 100%;
    display: block;
}

.elementor-image-gallery figure.gallery-item a img {
    width: 100%;
}

/*===== Page Loader =====*/
.pageloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background-color: rgba(255, 255, 255, .95);
}

.pageloader .loader {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*===== Responsive Header =====*/
.responsive-header {
    display: none;
}

.header {
    float: left;
    line-height: 60px;
    padding: 10px 15px;
    width: 100%;
}

.header>.res-logo {
    display: inline-block;
    line-height: initial;
    vertical-align: middle;
    width: 65%;
}

.btn-area {
    border-left: 1px solid #dddddd;
    cursor: pointer;
    float: right;
    line-height: 60px;
    padding-left: 18px;
    text-align: left;
    vertical-align: middle;
    width: 81px;
}

.btn-area>em {
    color: #2e2e2e;
    display: inline-block;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    width: 65%;
}

.resp-btn {
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    vertical-align: middle;
    width: 17px;
}

.resp-btn>i {
    background: #2e2e2e none repeat scroll 0 0;
    display: inline-block;
    height: 2px;
    width: 100%;
    -webkit-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.btn-area:hover span i:nth-child(2) {
    text-align: left;
    width: 8px;
}

/*=== Responsive Header dropdown ===*/
.responsive-header {
    display: none;
}

.blue-layer::before {
    background: rgba(18, 18, 30, 0.95) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}

.close-menu {
    position: absolute;
    right: 20px;
    top: 20px;
}

.close-menu>em {
    font-size: 14px;
    font-weight: bold;
    margin-right: 5px;
    font-style: normal;
}

.close-menu>i {
    -webkit-border-radius: 100%;
    border-radius: 100%;
    color: #0e0e0e;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    width: 35px;
    text-align: center;
    -webkit-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.close-menu>i:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.menu-logo {
    display: inline-block;
    position: relative;
    text-align: left;
    width: 100%;
    z-index: 9;
}

.responsive-menu {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-image: none;
    border-style: solid solid solid none;
    border-width: 7px 7px 7px 0;
    bottom: 0;
    height: 100%;
    opacity: 0;
    padding: 78px 48px 30px;
    position: fixed;
    right: -100%;
    text-align: left;
    top: 0;
    visibility: hidden;
    width: 320px;
    z-index: 999999999;
    background: rgba(18, 18, 30, 0.95) none repeat scroll 0 0;
    -webkit-transition: all 0.1s linear 0s;
    -moz-transition: all 0.1s linear 0s;
    -ms-transition: all 0.1s linear 0s;
    -o-transition: all 0.1s linear 0s;
    transition: all 0.1s linear 0s;
}

.responsive-menu.slidein {
    opacity: 1;
    right: 0;
    visibility: visible;
}

.close-btn {
    color: #ffffff;
    cursor: pointer;
    font-size: 20px;
    line-height: 30px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 20px;
    width: 30px;
}

.responsive-menu ul {
    display: inline-block;
    list-style: outside none none;
    margin-bottom: 0;
    padding-left: 0;
    width: 100%;
    margin-top: 40px;
}

.responsive-menu ul li {
    color: #fff;
    float: left;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    width: 100%;
}

.responsive-menu ul li a {
    color: inherit;
    float: left;
    padding: 5px 0;
    position: relative;
    text-transform: capitalize;
    width: 100%;
    -webkit-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.responsive-menu ul li.menu-item-has-children.active>a {
    font-size: 29px;
    font-weight: 800;
}

.responsive-menu ul li:last-child a {
    margin-bottom: 0;
}

.responsive-menu ul li i {
    display: none;
}

.responsive-menu ul li.menu-item-has-children>i {
    cursor: pointer;
    display: block;
    font-size: 15px;
    position: absolute;
    right: 35px;
    top: 18px;
}

.responsive-menu ul ul {
    display: none;
}

.responsive-menu ul ul li a {
    color: #ababab;
    font-size: 15px;
    font-weight: normal;
    margin-left: 0;
    padding: 5px 10px 5px 28px;
    position: relative;
    width: 100%;
}

.responsive-menu ul ul li a::before {
    background: #ababab none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
    -webkit-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.responsive-menu ul ul ul {
    padding-left: 40px;
}

.responsive-menu ul ul ul li a {
    border-bottom: 0 none;
    padding-left: 20px;
}

.responsive-menu ul ul li.menu-item-has-children>i {
    top: 10px;
}

.responsviemenu-btn {
    color: #333;
    cursor: pointer;
    float: right;
    font-size: 24px;
    line-height: 65px;
    position: relative;
    text-align: center;
    width: 35px;
}

.responsviemenu-btn>i {
    color: #fff;
}

.responsive-menu ul li ul.submenu {
    float: left;
    margin-top: 0;
    padding: 0;
    position: relative;
    width: 100%;
    margin-bottom: 25px;
}

.responsive-menu .down i {
    color: #cacaca;
    font-size: 20px;
    position: relative;
    z-index: 1;
}

.address {
    border-top: 1px solid #28284a;
    color: #ababab;
    float: left;
    margin-top: 30px;
    position: relative;
    width: 100%;
    z-index: 2;
}

.address-box {
    border-bottom: 1px solid #28284a;
    float: left;
    padding: 10px 0;
    -webkit-transform: translate(30px);
    -ms-transform: translate(30px);
    -o-transform: translate(30px);
    transform: translate(30px);
    -webkit-transition: all 0.2s linear 0.5s;
    -ms-transition: all 0.2s linear 0.5s;
    -o-transition: all 0.2s linear 0.5s;
    transition: all 0.2s linear 0.5s;
    width: 100%;
}

.responsive-menu.slidein .address-box {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
}

.address-box>i {
    display: inline-block;
    font-size: 30px;
    vertical-align: middle;
}

.adres-meta {
    display: inline-block;
    padding-left: 15px;
    vertical-align: middle;
    width: 84%;
}

.adres-meta>span {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    width: 100%;
}

.address .address-box:nth-last-child(1) {
    border-bottom: 0 none;
}

.get-quot {
    -webkit-border-radius: 30px;
    border-radius: 30px;
    clear: both;
    color: #0e0e0e;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 40px;
    margin-top: 43px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    width: 156px;
    z-index: 2;
}

.down {
    display: inline-block;
    width: 100%;
}

.get-quot:hover {
    background: #fff none repeat scroll 0 0;
}

.sticky-btn {
    position: fixed;
    right: -100%;
    top: 0;
    z-index: 99999;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    opacity: 0;
    visibility: hidden;
}

.sticky-btn.mobile {
    right: 0;
    opacity: 1;
    visibility: visible;
}

.sticky-btn .btn-area {
    -webkit-border-radius: 0 0 0 30px;
    border-radius: 0 0 0 30px;
    height: 50px;
    line-height: 44px;
    width: 109px;
}

.sticky-btn .btn-area>em {
    padding-left: 9px;
    width: 56%;
}

.sticky-btn .btn-area:hover em {
    color: #fff;
}

.sticky-btn .btn-area:hover span i {
    background: #fff;
}

.owl-carousel .owl-nav button.owl-next:hover i,
.owl-carousel .owl-nav button.owl-prev:hover i,
.owl-carousel .owl-nav button.owl-next:focus i,
.owl-carousel .owl-nav button.owl-prev:focus i {
    color: inherit;
}

.gallery-item .gallery-icon>a {
    position: relative;
    display: block;
    overflow: hidden;
}

.gallery-item .gallery-icon>a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0;
    z-index: 1;
}

.gallery-item .gallery-icon>a:hover:before {
    opacity: .5;
}

.gallery-item .gallery-icon>a:hover img {
    -webkit-transform: rotate(2deg) scale(1.05);
    -ms-transform: rotate(2deg) scale(1.05);
    -o-transform: rotate(2deg) scale(1.05);
    transform: rotate(2deg) scale(1.05);
}

.fancybox-caption {
    font-size: 40px;
    font-family: pt serif;
    color: #fff;
}

body .galery-itm .galery-img figure a {
    position: relative;
    overflow: hidden;
    display: block;
}

body .galery-itm .galery-img figure a:before {
    content: "";
    position: absolute;
    top: 80%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    z-index: 1;
    height: auto;
    width: auto;
}

body .galery-itm:hover .galery-img figure a:before {
    top: 0;
}

body .galery-itm .galery-img figure a:after {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 30px;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    font-weight: 900;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%) scale(15);
    -ms-transform: translate(-50%, -50%) scale(15);
    -o-transform: translate(-50%, -50%) scale(15);
    transform: translate(-50%, -50%) scale(15);
    opacity: 0;
}

body .galery-itm .galery-img figure a:hover:before {
    opacity: .5;
    top: 0;
    width: auto;
}

body .galery-itm .galery-img figure a:hover:after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform translate(-50%, -50%): scale(1);
    opacity: 1;
}

.ball-clip-rotate-pulse>div:last-child {
    width: 60px !important;
    height: 60px !important;
    left: -30px !important;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
}

.ball-clip-rotate-pulse>div:first-child {
    height: 30px !important;
    width: 30px !important;
    top: 12px !important;
    left: -15px !important;
}

#oa_social_login_frame_30074 {
    height: 75px !important;
}

.elementor .elementor-widget-wp-widget-oa-social-login iframe {
    height: 75px !important;
}

body .galery-itm .galery-img figure a:after {
    display: none;
}

body .alert {
    position: static !important;
}

.header1-menu ul.menu li,
.header2-menu ul.menu li {
    color: black;

}

.header2-menu ul.menu>li+li {
    margin-left: 38px;
}

.header2-menu ul.menu li {
    color: white;
}

.header-style-3 ul.menu li {
    color: black;
}

.header2-menu ul.menu>li+li {
    margin-left: 42px;
}

.header2-menu ul.menu>li+li {
    margin-left: 15px;
}

.date-picker-wrapper .gap {
    height: 0px !important;
}

/* 
.header1-menu ul.menu li {
color: white;
} */

.header1-menu .sub-menu li {
    color: #333 !important;
}

.blog-page .blog-detail-page .btn-primary {
    margin-top: 0 !important;
}

.blog-page .blog-detail-page {
    padding-bottom: 70px;
}

.menu-item-has-children .sub-menu .menu-item-has-children::after {
    content: "\f107";
}

.menu-item-has-children .sub-menu .menu-item-has-children::after {
    position: absolute;
    right: 15px;
    transform: rotate(-90deg) !important;
    top: 13px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.header1-menu ul.menu li:hover::after {
    color: #F26938;
}

.galery-wrap .galery-img span {
    display: block;
    text-align: center;
    width: 100%;
    color: white;
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    visibility: hidden;
    opacity: 0;
    transition: all 0.50s;
    -webkit-transition: all 0.50s;
    -moz-transition: all 0.50s;
    -o-transition: all 0.50s;
    z-index: 1;
    font-family: "PT Serif", Sans-serif;
}

.galery-wrap .galery-itm:hover span {
    opacity: 1;
    visibility: visible;
}

.ministry-wrap .deeds-ministry-icon {
    display: flex;
    background-color: white;
    height: 100px;
    width: 100px;
    margin: auto;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin-bottom: -36px;
    position: relative;
    box-shadow: 1px 1px 21px 1px rgba(0, 0, 0, 0.05);
}

.ministry-wrap .deeds-ministry-icon img {
    height: 50px;
    width: auto;
}

.ministry-wrap .ministry-lst-item .ministry-list-img img {
    width: 100%;
    border-radius: 3px;
}

.ministry-wrap .ministry-contnt-area a.ministry-btn {
    padding: 16px 45px;
    border-radius: 30px;
    background-color: rgb(238 238 238);
    color: rgb(51 51 51);
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.45s;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    display: inline-block;
}

.ministry-wrap .ministry-contnt-area a.ministry-btn:hover {
    background-color: #95271a;
    color: #fff;
}

.event-wrap .event-content-parent {
    border: 1px solid rgb(224 224 224);
    transition: .4s ease-in-out;
    border-radius: 10px;
    box-shadow: 0px 0px 12px 0px #0000001f;
}

.event-wrap .event-content-parent:hover {
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.30);
}

.event-wrap .event-content-parent .event-item-img img {
    width: 100%;

    border-radius: 10px 10px 0px 0px;
}

.event-wrap .event-content-parent .title {
    font-size: 25px;
    margin-bottom: 14px;

}

.event-wrap .event-content-parent .event-item-contnt .event-item-meta svg {
    height: 16px;
    width: auto;
    fill: #95271a;
    padding-right: 10px;
}

.event-wrap .event-content-parent .event-item-contnt .event-item-meta span {
    font-size: 15px;
    font-weight: 400;
    color: #777;
    display: flex;
    align-items: center;
    padding-bottom: 8px;

}

.event-wrap .event-content-parent .event-item-contnt .event-item-meta i {
    color: #95271a !important;
}

.event-item-meta span+span:before {
    content: none !important;
}

.event-item-meta span+span {
    padding-left: 0 !important;
}

.event-wrap .event-item-contnt .event-countdown>li>span {
    height: 39px;
    width: 39px;
    line-height: 39px;
    border-radius: 50%;
    color: #222;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    text-align: center;
    background-color: rgb(238 238 238);
    font-size: 14px;
}

.event-wrap .event-item-contnt .event-countdown li {
    list-style: none;
    display: inline-block;
    margin-right: 14px;
}

.event-wrap .event-item-contnt .event-countdown {
    display: flex;
    margin-top: 20px;
}

.event-wrap .event-item-contnt .event-countdown li p {
    font-size: 12px;
    color: rgb(136 136 136);
    text-align: center;
    text-transform: capitalize;
    font-weight: 300;

}

.event-wrap .event-item-contnt {
    padding: 35px 25px 0;
    padding-bottom: 30px;
    border-radius: 10px;
}

.pastor-parent {
    display: flex;
    align-items: center;
}

.pastor-parent .pastor-content {
    /* padding-left: 58px; */
}

.pastor-parent .pastor-content .pastor-name {
    margin-bottom: 8px;
}

.pastor-parent .pastor-content .pastor-message {
    padding-top: 15px
}

.homeone-pastors:after {
    content: "";
    height: 74%;
    width: 34%;
    position: absolute;
    left: 0;
    background-color: #95271a;
    bottom: 0;
}

.pastor-parent img {
    border: 10px solid rgb(255 255 255 / 70%) !important;
}

.homeone-pastors .owl-dots .owl-dot {

    display: block;
}

.homeone-pastors .owl-dots .owl-dot span {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.4;
    margin: 5px 0;

}

.homeone-pastors .owl-dots {
    position: absolute;
    left: -52px;
    top: 60%;
    display: flex;
    transform: rotate(91deg);
}

.homeone-pastors .owl-dots .owl-dot.active span {
    height: 18px;
    width: 18px;
    opacity: 1;
    background-color: white !important;

}

.pastor-parent .pastor-audio-player {
    display: flex;
    align-items: center;
}

.pastor-parent .pastor-audio-player a {}

.pastor-parent .pastor-audio-player a svg {
    fill: white;
}

.pastor-parent .pastor-audio-player a {
    background-clip: content-box;
    border: 1px solid #f0f0f0;
    color: #c4c4c4;
    margin-right: 10px;
    text-align: center;
    float: left;
    height: 53px;
    width: 53px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s ease-in-out;
    background-color: #ffffff2e;
}

.pastor-parent .pastor-audio-player a:hover {
    background-color: #95271a;
}

.sermon-wrap .sermons-style-5 {
    border: 1px solid #e0e0e0;
    margin-bottom: 30px;
    border-radius: 4px;
    transition: .3s ease-in-out;
    margin-right: 30px;
}

.sermon-wrap .sermons-style-5:hover {
    box-shadow: 0px 3px 5px 0px #00000014;
    transform: translate(0px, -3px);
}

.sermon-wrap .sermons-style-5 .sermon5-content h2 {
    font-size: 22px;
}

.sermon-wrap .sermons-style-5 .sermon5-content span {
    font-size: 15px;
    color: #777777;
    margin: 0;
    display: block;
}

.sermon-wrap .sermons-style-5 .sermon5-content .sermon5-custom_field p {
    margin-bottom: 8px;
}

.sermon-wrap .sermons-style-5 .sermon5-content p {
    font-size: 14px;
    line-height: 23px;
    transition: .3s ease-in-out;
    display: flex;
    color: #333;
    align-items: center;
    margin-bottom: 0;
}

.sermon-wrap .sermons-style-5 .sermon5-content p svg {
    margin-right: 10px;
}

.sermon-wrap .sermons-style-5 .sermon5-content {
    padding: 20px 20px 20px 30px;
    position: relative;
    width: 61%;
}

.sermon-wrap .sermons-style-5 .sermon5-content .sermon-template {
    position: absolute;
    bottom: -30px;
    left: 30px;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out;
    display: flex;
    transform: translate(0px, 0px);
    justify-content: center;
    align-items: center;
    transition: .3s ease-in-out;
}

.sermon-wrap .sermons-style-5:hover {
    cursor: pointer;
}

.sermon-wrap .sermons-style-5:hover .sermon5-content p.event6-desc {
    opacity: 0;
    visibility: hidden;
}

.sermon-wrap .sermons-style-5:hover .sermon-template {
    opacity: 1;
    visibility: visible;
    transform: translate(0px, -36px);
}

.sermon-wrap .sermons-style-5 .sermon-template .jp-duration {
    display: none;
}

.sermon-wrap .sermons-style-5 .sermon-template a,
.sermon-wrap .sermons-style-5 .sermon-template button {
    height: 55px;
    width: 55px;
    border-radius: 50%;
    border: 1px solid #eee;
    box-shadow: inset 0 0 7px 0 rgba(0, 0, 0, 0.03);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    margin-right: 10px;
    transition: .3s ease-in-out;
}

.sermon-wrap .sermons-style-5 .sermon-template a:hover,
.sermon-wrap .sermons-style-5 .sermon-template button:hover {
    background-color: #95271a;
}

.sermon-wrap .sermons-style-5 .sermon-template a:hover i,
.sermon-wrap .sermons-style-5 .sermon-template button:hover i {
    color: white;
}

.sermon-wrap .sermons-style-5 .sermon-template a i,
.sermon-wrap .sermons-style-5 .sermon-template button i {
    font-size: 18px;
    color: #c4c4c4;
}

.sermon-wrap .sermons-style-5 .sermon-template a svg {
    height: 18px;
    width: auto;
    fill: #c4c4c4;
}

.sermon-wrap .sermons-style-5 .sermon-template a:hover svg {
    fill: white;
}

.sermon-wrap .sermons-style-5 .sermon-template p {
    margin-bottom: 0;
}

.sermon-wrap .sermons-style-5 .sermon-template .jp-controls {
    display: flex;
    align-items: center;
}

.sermon-wrap .sermons-style-5 .jp-audio .jp-controls .jp-stop {
    display: none;
}

.sermon-wrap .sermons-style-5 .jp-audio.jp-state-playing .jp-controls .jp-stop {
    display: block;
}

.sermon-wrap .sermons-style-5 .jp-audio.jp-state-playing .jp-controls .jp-play {
    display: none;
}

.event-style3-wrap .event-item-contnt.styl3-bg {
    background-color: transparent !important;
}

.event-style3-wrap .date {
    align-items: center;
}

.event-style3-wrap .event-item-contnt .event-item-meta span {
    font-size: 44px !important;
    display: block;
    font-weight: 900 !important;
    line-height: 42px;
    margin-bottom: 3px;
    font-family:'Poppins';
    margin-top: 7px;
}




.event-style3-wrap .event-item-contnt .event-item-meta h2 {
    margin-top: 3px !important;
}

.event-style3-wrap .event-item-contnt .event-item-meta p {
    color: #f8f7f7;
    font-size: 13px;
    margin-bottom: 0;
    line-height: 16px;
}

.event-style3-wrap .event-item-contnt .event-item-meta {
    padding: 18px;
    text-align: center;
    background-color: #95271a;
    border-radius: 5px;
    margin-bottom: 0;
    margin-right: 40px;
}

.event-style3-wrap .event-item-contnt .content-description {
    margin-top: 25px;
}

.event-style3-wrap .event-item-contnt .event5-read-more a {
    margin-top: 29px;
    padding: 12px 40px;
    border-radius: 10px;
    background-color: rgb(238 238 238);
    color: rgb(51 51 51) !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.45s;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    display: inline-block;
}

.event-style3-wrap .event-item-contnt .event5-read-more a:hover {
    background-color: #95271a;
    color: white !important;
}

.about-tabs-thumb .nav-tabs .nav-item {
    width: 33.333%;
}

.about-tabs-thumb .nav-tabs {
    border: none;
}

.about-tabs-thumb .nav-tabs .nav-item .nav-link {
    border: none;
    padding: 10px;
    border: 1px solid #e1e1e1;
    margin: 5px;
}

.about-tabs-thumb .nav-tabs .nav-item .nav-link img {
    border-radius: 3px;
}

.about-tabs-thumb .nav-tabs .nav-item .nav-link:hover img {
    transform: scale(0.97);
}

.about-tabs-thumb .nav-tabs .nav-item .nav-link.active {
    border: 1px solid #ababab;

}

.tab-content .active img {
    border-radius: 5px;
    margin-bottom: 10px !important;
}

.mailchimp-wrap form.mailchimp-form {
    height: 73px;
    font-size: 12px;
    color: #868686;
    padding: 10px 6px 10px 50px;
    border-radius: 10px;
    width: 68%;
    background-color: #fff;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
}

.mailchimp-wrap form.mailchimp-form .mailchimp-submit {
    font-size: 15px;
    font-weight: 500;
    border-radius: 30px;
    padding: 18px 34px;
}

.mailchimp-wrap form.mailchimp-form ::placeholder {
    font-size: 14px;
}

.team-wrap.style6 .team-box .team-info .team-social {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    transition: .3s ease-in-out;
    transform: translate(0px, 10px);
    opacity: 0;
    visibility: hidden;

}

.team-wrap.style6 .team-box .team-info span {
    margin-top: 0 !important;
}

.team-wrap.style6 .team-box .team-info .team-social a {
    border: 1px solid #f0f0f0;
    color: #9c9c9c;
    text-align: center;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 4px;
    transition: .3s ease-in-out;
}

.team-wrap.style6 .team-box .team-info .team-social a:hover {
    border-color: #95271a;
    background-color: #95271a;
    color: white;
}

.team-wrap.style6 .team-box {
    border: 1px solid #e0e0e0;
    transition: .3s ease-in-out;
    overflow: hidden;
    position: relative;
    border-radius: 3px;
}

.team-wrap.style6 .team-box:hover {
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.30);
    cursor: pointer;
}

.team-wrap.style6 .team-box:hover .team-info .team-social {
    opacity: 1;
    visibility: visible;
    transform: translate(0px, 0px);
}

.team-wrap.style6 .team-box .team-info {
    transition: .3s ease-in-out;
    padding: 32px 10px 20px;
    margin-top: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: white;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    transform: translate(0px, 53px);
}

.team-wrap.style6 .team-box:hover .team-info {
    transform: translate(0px, 0px);
}

.team-wrap.style6 .team-thumb img {
    height: 377px;
    object-fit: cover;
}

.team-wrap.style6 .team-thumb>a:before {
    content: none !important;
}

.event-wrap .event6-item-contnt {
    transition: .3s ease-in-out;
}

.event-wrap .event6-item-contnt:hover {
    box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.05);
}

.event-wrap .event6-item-contnt {
    border: 1px solid #e0e0e0;
    margin-bottom: 20px;
    padding: 24.5px 25px;
    box-shadow: 0 0 16px inset #fcfcfc;
    border-radius: 3px;
    transition: all 0.45s;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    display: flex;
}

.event-wrap .event6-item-contnt .event6-item-meta {
    padding: 18px 1px;
    text-align: center;
    background-color: #95271a;
    border-radius: 5px;
    margin-bottom: 0;
    margin-right: 25px;
    height: 106px;
    width: 97px;
}

.event-wrap .event6-item-contnt .event-content p {
    font-size: 13px !important;
    line-height: 22px;
    margin-bottom: 6.5px;
    font-weight: 400;
    color: #666;
}

.event-wrap .event6-item-contnt .event-content p:hover {
    color: #666;
}

.event-wrap .event6-item-contnt .event-content span i {
    color: #95271a;
}

.event-wrap .event6-item-contnt .event-content span {
    font-size: 12px;
    color: #acacac;
    font-weight: 400;
    letter-spacing: 0.2px;
    padding-right: 15px;
}

.event-wrap .event6-item-contnt .event6-item-meta span {
    display: block;
    margin-bottom: 3px;
    color: white;
    font-size: 44px;
    line-height: 42px;
    font-weight: 900 !important;
    margin-top: 7px;
}

.event-wrap .event6-item-contnt .event6-item-meta p {
    color: #f8f7f7;
    font-size: 13px;
    margin-bottom: 0;
    line-height: 16px;
}

.event-wrap .event6-item-contnt .event-item-loc {
    border: none;
    padding: 0;
}

.event-wrap .event6-item-contnt .event6_title {
    margin-bottom: 6px;
}

.event-wrap .event6-item-contnt .event6-desc {
    margin-bottom: 1px;
}

.event-wrap .event6-item-contnt .event-item-loc i {
    padding-right: 9px;
}

.event-wrap .event-item {
    margin-bottom: 0 !important;
}

.galery-wrap .galery-itm span {
    font-size: 24px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    padding: 0 10px;
}

.galery-wrap .masonry .col-4 {
    padding: 0;
}

.requst-your-prayer form .border {
    margin-bottom: 10px;
    border-radius: 50px;
}

.requst-your-prayer form .wpcf7-select {
    border-right: 15px solid transparent !important;
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    margin-bottom: 0 !important;
}

.requst-your-prayer form input,
.requst-your-prayer form textarea,
.requst-your-prayer form .wpcf7-select {
    border: 1px solid #dedede;
    border-radius: 7px;
    box-shadow: inset 0 0 32px #fcfcfc;
    -webkit-box-shadow: inset 0 0 32px #fcfcfc;
    -moz-box-shadow: inset 0 0 32px #fcfcfc;
    height: 48px;
    font-size: 13px !important;
    color: #5b5b5b;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
    padding: 5px 30px;
    width: 100%;
}

.requst-your-prayer form textarea {
    height: 70px;
    line-height: 20px;
    padding-top: 10px;
    margin-bottom: 0;
}

.requst-your-prayer form p {
    margin-bottom: 0;
}

.requst-your-prayer form .button p {
    display: flex;
    align-items: center;
}

.requst-your-prayer form .button i {
    margin-right: 10px;
}

.requst-your-prayer form .button input {
    width: auto;
    border: none;
    background-color: transparent;
    text-align: left;
    padding: 0;
    margin-bottom: 0;
    box-shadow: none;
    color: white !important;

}

.requst-your-prayer form .button p .wpcf7-spinner {
    display: none;
}

.requst-your-prayer .wpcf7-not-valid-tip {
    font-size: 12px !important;
    line-height: 21px;
    margin-top: -9px;
    margin-left: 20px;
    color: red !important;
}

.requst-your-prayer form .button p {
    background: none repeat scroll 0 0 #868686;
    font-size: 13px;
    line-height: 0px;
    width: 113px;
    height: 35px;
    text-transform: capitalize;
    justify-content: center;
    border-radius: 7px;
    color: white;
    transition: .3s ease-in-out;
}

.requst-your-prayer form .button p:hover {
    color: white;
    background-color: #95271a;
    cursor: pointer;
}

.our-ministry-wrap .ministry-style2-listimg img {
    width: 100%;
    border-radius: 6px;
}

.our-ministry-wrap {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	border-radius: 7px;
}

.our-ministry-wrap #ministryTabs {
    background-color: #f4f4f4;
    border-radius: 5px;
}

.our-ministry-wrap #ministryTabs .nav-item .nav-link::before {
    content: "";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid;
    position: absolute;
    right: 50%;
    margin-left: -4px;
    opacity: 0;
    visibility: hidden;
    border-top-color: #95271a;
}

.our-ministry-wrap #ministryTabs .nav-item .nav-link.active::before {
    bottom: -9px;
    opacity: 1;
    visibility: visible;
}

.our-ministry-wrap #ministryTabs .nav-item .nav-link.active {
    color: white !important;
    background-color: #95271a !important;
}

.our-ministry-wrap #ministryTabs .nav-item .nav-link {
    background-color: transparent !important;
    color: #333 !important;
}

.our-ministry-wrap #ministryTabs {
    margin-bottom: 0 !important;
}

.our-ministry-wrap .tab-content {
    padding: 50px;
    background-color: white;
	border-radius: 7px;
}

.our-ministry-wrap .ministry-contnt-style2 {
    padding-right: 30px;
}

.our-ministry-wrap #ministryTabs .nav-item .nav-link {
    padding: 15px 28px;
    border-radius: 5px;
    position: relative;
}

.our-ministry-wrap .ministry-contnt-area .title {
    margin-bottom: 25px;
}

.our-ministry-wrap .col-lg-6 {
    padding: 0;
}

.our-ministry-wrap .ministry-btn {
    padding: 16px 45px;
    border-radius: 30px;
}

.our-ministry-wrap .ministry-desc {
    padding-top: 17px;
}

.our-ministry-wrap .ministry-contnt-style2 span.d-block {
    padding-top: 30px;
}

.footer .requst-your-prayer form input,
.footer .requst-your-prayer form textarea {
    background-color: #080808;
    color: #545454;
    border: 1px solid #545454;
    box-shadow: none;
    padding: 5px 18px;
    font-size: 13px !important;
    font-family: lato !important;
    margin-bottom: 15px;
}

.footer .requst-your-prayer form textarea {
    height: 100px;
}

.footer .requst-your-prayer form button {
    padding: 16px 28px;
    text-transform: uppercase;
    background-color: #95271a;
    font-family: lato;
}

.footer .requst-your-prayer form button:hover {
    padding: 16px 34px;
}

.footer .requst-your-prayer form button i {
    display: none;
    padding: 16px 28px;
}

.ministry-wrap .ministry-lst-item .ministry-list-img {
    border: 1px solid #e0e0e0;
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 3px;
}

.ministry-wrap .ministry-contnt-area span.d-block {
    margin-top: 29px;
}

.pastor-carousel .pastor-content .jp-controls button,
.pastor-carousel .pastor-content .jp-controls a {
    background-color: #ffffff47;
    height: 55px;
    width: 55px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.pastor-carousel .pastor-content .jp-controls button:hover,
.pastor-carousel .pastor-content .jp-controls a:hover {
    background-color: #95271a;
}

.pastor-carousel .pastor-content .jp-controls {
    display: flex;
    align-items: center;
    margin-top: 29px;
}

section#tribe-events-pg-template {
    max-width: unset;
    padding: 0;
}

.event5.event-counter {
    display: flex;
    background-color: #95271a;
    width: 83.6%;
    justify-content: center;
    margin-top: -6px !important;
    margin: auto;
    height: 100px;
    align-items: center;
}

.event5.event-counter li {
    list-style: none;
    padding: 0 38px;
}

.event5.event-counter li span {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    line-height: 35px;
}

.event5.event-counter li p {
    font-size: 14px;
    text-transform: capitalize;
    line-height: 25px;
    color: white;
    margin-bottom: 0;
}

.event5.event-counter li+li {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.event5.event-counter {
    padding: 15px 0;
}

.player {
    display: none !important;
}

.contact-us input,
.contact-us textarea,
.contact-us input:focus,
.contact-us textarea:focus {
    border: 1px solid #e0e0e0;
    box-shadow: 0 0 16px inset #fcfcfc;
    color: #B4B4B4;
    font-size: 15px;
    margin-bottom: 12px;
    padding: 14px 30px;
    float: left;
    height: 51px;
    width: 100%;
    font-family: 'Lato', sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
}

.contact-us textarea {
    max-width: 100%;
    min-height: 135px;
}

.contact-us .wpcf7-submit {
    border: 0 none;
    color: #FFFFFF;
    float: right;
    padding: 10px 40px;
    width: auto;
    box-shadow: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 25px;
}

.home-header-3 {
    position: absolute !important;
    width: 100%;

}

.home-header-3 #menu-main-menu li {
    color: white;
}

.home-header-3 #menu-main-menu li .sub-menu li {
    color: #333;
}

.product-style1 {
    display: flex;
}

.product-style1 .product-item {
    width: 25%;
    position: relative;
}

.product-style1 .product-item .product-title {
    font-size: 22px;
    margin-bottom: 2px;
}

.product-style1 .product-item .product-categories {
    font-size: 14px;
    color: #969696;
}

.product-style1 .product-item {
    text-align: center;
    border: 1px solid #e0e0e0;
    box-shadow: 0 0 16px inset #fcfcfc;
    margin: 0 15px;
    overflow: hidden;
    transition: .3s ease-in-out;
	border-radius: 10px;
}

.product-style1 .product-item .prices-parent .product-price-sale {
    padding-right: 7px;
}

.product-style1 .product-item .prices-parent,
.product-style1 .product-item .product-price {
    position: absolute;
    top: 17px;
    right: 17px;
    font-size: 15px;
    display: flex !important;
    font-weight: 400;
    color: #fff;
    background-color: #2b2b2b;
    border-radius: 30px;
    padding: 6px 16px;
    font-family: 'Poppins', sans-serif;
}

.product-style1 .product-item .product-details {
    background-color: #fff;
    padding-top: 25px;
    padding-bottom: 15px;
    transform: translate(0px, 45px);
    transition: .3s ease-in-out;
}

.product-style1 .product-item:hover {
    cursor: pointer;
    box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.05);
}

.product-style1 .product-item:hover .product-details {
    transform: translate(0px, 0);
}

.product-style1 .product-item img {
    width: 100%;
}

.product-style1 {
    padding: 0 !important;
}

.product-style1 .product-item .ajax_add_to_cart,
.product-style1 .product-item .added_to_cart {
    color: #969696;
    font-size: 10px;
    background-color: #f5f5f5;
    border-radius: 10px;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 30px !important;
    font-weight: 600;
    margin-top: 17px;
    opacity: 0;
    visibility: hidden;
    transform: translate(0px, 10px);
    transition: .4s ease-in-out;
}

.product-style1 .product-item .ajax_add_to_cart:hover,
.product-style1 .product-item .added_to_cart:hover {
    background-color: #95271a;
    color: white;
}

.product-style1 .product-item:hover .ajax_add_to_cart,
.product-style1 .product-item:hover .added_to_cart {
    visibility: visible;
    opacity: 1;
    transform: translate(0px, 0px);
}

.product-style1 .product-item img {
    height: 393px;
    object-fit: cover;
}

.product-style1 {
    position: relative;
}

.product-style1 .product-details {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.product-style1 .product-details .added {
    display: none;
}

.event-style3-wrap .event-item-contnt.styl3-bg {
    padding: 0;
}

.about-us-content li {
    list-style: none;
    padding-bottom: 18px;
    font-size: 17px;
    font-family: 'Lato', sans-serif;
    color: #666;

}

.about-us-content li i {
    color: #95271a;
    padding-right: 15px
}

.about-us-content p {
    padding-top: 30px;
}

.about-us-content {
    padding-right: 50px;
}

.about-tabs-thumb .nav-tabs img {
    width: 100%;
    height: 218px;
    object-fit: cover;
}

.about-us-content ul {
    padding-left: 0;
    padding-top: 10px;
}

.event-style7-wrap .event-item7-contnt .event7-img {
    position: relative;
}

.event-style7-wrap .event-item7-contnt .event7-date {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    background-color: #ffffffdb;
    align-items: center;
    padding: 10px;
    transition: .3s ease-in-out;
}

.event-style7-wrap .event-item7-contnt:hover {
    cursor: pointer;
}

.event-style7-wrap .event-item7-contnt .event7-img {
    overflow: hidden;
}

.event-style7-wrap .event-item7-contnt:hover .event7-date {
    transform: translate(-116px, 0px);
}

.event-style7-wrap .event-item7-contnt .event7-date span {
    color: #95271a;
    font-size: 35px;
    line-height: 41px;
    font-weight: 700;
    margin-right: 10px;
    font-family: 'Poppins', sans-serif;

}

.event-style7-wrap .event-item7-contnt .event7-date p {
    margin-bottom: 0;
    color: #717070;
    font-size: 14px;
    line-height: 20px;
    padding-right: 20px;
}

.event-style7-wrap .event-item7-contnt img {
    height: 169px;
    width: 100%;
    object-fit: cover;
    border-radius: 3px;
}

.event-style7-wrap .event-item7-contnt .event7-img:before {
    content: '';
    height: 100%;
    width: 100%;
    background-color: #0000007a;
    position: absolute;
    top: 0;
    left: 0;
    transition: .3s ease-in-out;
    z-index: 1;
    opacity: 0;
}

.event-style7-wrap .event-item7-contnt:hover .event7-img:before {
    opacity: 1;
}

.event-style7-wrap .event-item7-contnt .event7-content {
    border-left: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    padding: 25px 16px;
    text-align: center;
}

.event-style7-wrap .event-item7-contnt .event7-content h4 {
    font-size: 22px;
    color: #2a2a2a;
    line-height: 24px;
}

.event-style7-wrap .event-item7-contnt .event7-content p {
    font-size: 15px;
    color: #999;
    line-height: 28px;
    margin-bottom: 10px;
}

.event-style7-wrap .event-item7-contnt .event7-content i {
    color: #909090;
    font-size: 15px;
    transition: .3s ease-in-out;
}

.event-style7-wrap .event-item7-contnt .event7-content span:hover .event7-address {}

.event-style7-wrap .event-item7-contnt .event7-content span {
    border: 1px solid #d3d3d3;
    height: 34px;
    line-height: 34px;
    margin: 0 4px;
    text-align: center;
    width: 34px;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    transition: .3s ease-in-out;
}

.event-style7-wrap .event-item7-contnt .event7-content span .event7-address {
    left: -52px;
    position: absolute;
    bottom: -71px;
    padding: 10px 5px;
    background: none repeat scroll 0 0 #4e4e4e;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
    min-width: 170px;
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out;
}

.event-style7-wrap .event-item7-contnt .event7-content span:hover {
    cursor: pointer;
    background-color: #95271a;

}

.event-style7-wrap .event-item7-contnt .event7-content span:hover i {
    color: white;
}

.event-style7-wrap .event-item7-contnt .event7-content span:hover .event7-address {
    opacity: 1;
    visibility: visible;
}

.event-style7-wrap .event-item7-contnt .event7-content span .event7-address::before {
    border-left: 5px solid transparent;
    content: "";
    border-right: 5px solid transparent;
    border-bottom: 5px solid #4e4e4e;
    position: absolute;
    left: 65px;
    top: -5px;
}

.event-sidebar-search button {
    display: none;
}

.event-sidebar-search input {
    background-color: white !important;
    color: #555555 !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 30px !important;
}

.event-sidebar-search input::placeholder {
    color: transparent !important;
}

.event-sidebar-search .elementor-search-form__container {
    background: none !important;
}

.recent-posts h5 {
    display: none;
}

.recent-posts ul li {
    font-size: 15px;
    color: #999;
    font-family: 'Lato', sans-serif;
}

.recent-posts ul li a:hover {
    color: #95271a;
}

.recent-posts ul {
    padding: 0;
}

.recent-posts ul li {
    padding: 6px 0 6px 10px;
    list-style: inside;
    color: #999;
    line-height: 25px;
}

.categories h5 {
    display: none;
}

.categories ul {
    padding: 0;
}

.categories ul li {
    list-style: none;
}

.categories ul li {
    margin-bottom: 5px;
    float: left;
    width: 100%;
    padding: 7px 20px;
    border: 1px solid #F0F0F0;
    color: #777777;
    font-size: 14px;
    line-height: 25px;
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
    z-index: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.categories ul li:hover {
    color: #95271a;
    transform: translate(0px, -2px);
}

.event8-content-parent li {
    list-style: none;
    color: white;
    margin-right: 15px;
    display: flex;
    align-items: center;
}

.event8-content-parent .event8-countdown {
    display: flex;
    align-items: center;
}

.event8-content-parent .event8-counter-title {
    display: none;
}

.event8-content-parent p {
    color: white;
    margin-bottom: 0;
}

.event8-content-parent li span {
    font-weight: 700;
    color: #fff;
    font-size: 13px;
    padding-right: 3px;
}

.event8-content-parent li p {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    line-height: 21px;
}

.elementor-36 .elementor-element.elementor-element-4081bbff .elementor-heading-title {
    width: 70%;
    margin: auto;
}

.event-page .event-wrap .event-content-parent {
    margin-bottom: 50px;
}

.book-an-event form p {
    display: flex;
}

.book-an-event form input,
.book-an-event form textarea {
    box-shadow: 0px 0px 35px 5px rgba(0, 0, 0, 0.03);
    border: 1px solid #69727d1f;
    padding: 18px 30px 18px 30px;
    font-size: 13px;
    background-color: #ffffff;
    height: 56px;
}

.book-an-event form h3 {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    color: #666666;
}

.book-an-event form p .wpcf7-form-control-wrap {
    margin-right: 20px;
}

.book-an-event span.wpcf7-form-control-wrap {
    width: 100%;
}

.book-an-event form input {
    width: 100%;
}

.book-an-event form input::placeholder,
.book-an-event form textarea::placeholder {
    color: #999999;
    font-family: 'Poppins';
}

.book-an-event form textarea {
    height: 200px;
    width: 100%;
}

.book-an-event .wpcf7-submit {
    width: 175px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.book-an-event .wpcf7-submit:hover {
    background-color: #333;
}

.book-an-event form label {
    font-size: 18px;
}

.book-an-event form h6 {
    font-size: 20px;
}

.book-an-event .wpcf7-form-control-wrap .wpcf7-list-item input {
    height: 13px;
    width: 13px;
    margin-right: 5px;
}

.book-an-event .wpcf7-form-control-wrap .wpcf7-list-item {
    font-size: 16px;
}

.event-wrap .event6-item-contnt .event6_title {
    margin-bottom: 6px;
    font-size: 20px;
}

.footer .requst-your-prayer form .button p i {
    display: none;
}

.footer .requst-your-prayer form .button p {
    background: transparent;
    justify-content: left;
}
.footer .requst-your-prayer form textarea {
    padding: 15px 18px;
    border-radius: 7px;
}

.footer .requst-your-prayer form .button .wpcf7-submit {
    padding: 10px 40px;
    height: 42px;
	border-radius: 7px;
}

.footer .requst-your-prayer form .button .wpcf7-submit:hover {
    background-color: #95271a;
}

.tobar-event-counter .event-wrap {
    margin: 0;
}

.sticky-header .res-logo a img {
    width: 90px;
}

.product-style1 .product-item:nth-child(1) {
    margin-left: 0;
}

.product-style1 .product-item:last-child {
    margin-right: 0;
}

.sermon-wrap .row .col-lg-6 {
    padding: 0;
}

.semons-style5-social {
    display: flex;
    position: absolute;
    transform: translate(0px, -55px);
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out;
}

.semons-style5-social a {
    background: #FFF;
    border: 1px solid #f0f0f0;
    margin-right: 10px;
    height: 53px;
    width: 53px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.sermons-style-5:hover .semons-style5-social {
    transform: translate(0px, -70px);
    opacity: 1;
    visibility: visible;
}

.semons-style5-social a i {
    color: #95271A;
}

.semons-style5-social a:hover {
    background-color: #95271A;
}

.semons-style5-social a:hover i {
    color: white;
}

.sermons-style-6 .sermon-wrap {
    background: url('https://deeds.wpcharity.com/wp-content/uploads/2024/09/sermon-bg1.jpg') no-repeat;
    border-radius: 100px;
    position: relative;
    min-height: 190px;
    padding: 40px 65px;
    border-radius: 100px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 0 16px inset #fcfcfc;
}

.sermons-style-6 .sermon-wrap::after {
    content: "";
    position: absolute;
    left: -1px;
    top: 2px;
    height: 98%;
    width: 100.5%;
    border-radius: 100px;
    z-index: -1;
    transform: rotate(0.8deg);
    -webkit-transform: rotate(0.8deg);
    -moz-transform: rotate(0.8deg);
    background-color: #95271a;
}

.sermons-style-6 .sermon-wrap::before {
    content: "";
    background-color: rgba(255, 255, 255, .6);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 100px;
}

.sermons-style-6 .sermon-wrap .sermons-style6-icons {
    display: flex;
    align-items: center;
    justify-content: right;
}

.sermons-style-6 .sermon-wrap .sermons-style6-icons a {
    border: 1px solid #ededed;
    box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.03);
    height: 49px;
    width: 49px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.sermons-style-6 .sermon-wrap .col-lg-4 {
    display: flex;
    align-items: center;
    justify-content: right;
}

.sermons-style-6 .sermon-wrap .sermons-style6-icons a i {
    color: #8a8a8a;
    font-size: 21px;
}

.sermons-style-6 .sermon-wrap .sermons-style6-icons a:hover {
    background-color: #95271a;
}

.sermons-style-6 .sermon-wrap .sermons-style6-icons a:hover i {
    color: white;
}

.sermons-style-6 {
    background: url(https://deeds.wpcharity.com/wp-content/uploads/2024/09/sermon-cross-bg.jpg);
    background-position: right 22% top;
    background-repeat: no-repeat;
    padding-top: 120px;
}

.sermons-style-6 .col-lg-8 {
    display: flex;
    justify-content: left;
    align-items: center;
}

.sermons-style-6 .deeds-sermon-icon img {
    height: 34px;
    width: auto;
    filter: brightness(0) invert(1);
    margin-top: -5px;
}

.sermons-style-6 .deeds-sermon-icon {
    background-color: #95271a;
    height: 93px;
    width: 93px;
    line-height: 93px;
    font-size: 34px;
    color: #fff;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    margin-right: 30px;
    vertical-align: middle;
}

.sermons-style-6 .sermon-desc .event6-desc {
    margin-bottom: 0;
}

.event-wrap .event-content {
    width: 80%;
}

.dynamic-posts .e-con-inner {
    border: 1px solid #e0e0e0;
    padding-top: 0 !important;
}

.dynamic-posts .e-con-inner ul,
.dynamic-posts .e-con-inner h2 {
    padding-left: 30px !important;
}

.event-wrap.style11 .event11-item-img {
    position: relative;
}

.event-wrap.style11 .event11-item-img .event11-content {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #95271acc;
    color: white;
    text-align: center;
    margin: 10px;
    padding: 30px;
    height: 153px;
    transition: .3s ease-in-out;
	border-radius: 7px;
}

.event-wrap.style11 .event11-item-img .event11-content h2 {
    color: white;
}

.event-wrap.style11 .event11-item-img img {
    width: 100%;
	border-radius: 7px;
}

.event-wrap.style11 .event11-item-img .event11-content .event11-date {
    opacity: 0;
    padding-top: 7px;
    visibility: hidden;
    transition: .3s ease-in-out;
}

.event-wrap.style11 .event11-item-img:hover .event11-content {
    align-content: center;
    height: 180px;
    background-color: #000000cc;
}

.event-wrap.style11 .event11-item-img:hover .event11-content .event11-date {
    opacity: 1;
    visibility: visible;
    display: inline-block;
    width: 100%;
}

.ministry-wrap.ministry-style3 .ministry3-contnt-area a.ministry3-btn {
    padding: 16px 45px;
    border-radius: 50px;
    margin-top: 16px;
    display: inline-block;
}

.ministry-wrap.ministry-style3 .deeds-ministry-icon {
    margin-bottom: 30px;
}

.ministry-wrap.ministry-style3 .ministry3-short-desc {
    padding-top: 6px;
}

.ministry-wrap.ministry-style3 .deeds-ministry-icon {
    height: 125px;
    width: 125px;
    background-color: #fff;
    box-shadow: none;
    border: 8px solid #f1f1f1;
    line-height: 110px;
}

.event12-parents {
    display: flex;
    align-items: center;
}

.event12-parents .featured-event12-content i {
    color: #95271a;
    padding-right: 5px;
    font-size: 16px;
}

.event12-parents .featured-event12-content span {
    font-size: 16px;
    color: #323232;
}

.event12-parents .featured-event12-content .title {
    margin-bottom: 22px;
}

.event12-parents .featured-event12-content span+span {
    padding-top: 8px;
}

.event12-parents .event12-video {
    width: 50vw;
    height: 520px;
}

.event12-parents .event12-video figure {
    height: 100%;
}

.event12-parents .event12-video figure img {
    height: 100%;
    object-fit: cover;
}

.sermon-wrap.style7 .sermon-grd-item .sermon-grd-img {
    position: relative;
}

.sermon-wrap.style7 .sermon-grd-item .sermon-grd-img .sermon7-contnt-area {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px;
    transform: translate(0px, 55px);
    transition: .3s ease-in-out;
}

.sermon-wrap.style7 .sermon7-contnt-area .semons-style7-social {
    display: flex;
    align-items: center;
    margin-top: 20px;
    transform: translate(0px, 5px);
    transition: .5s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.sermon-wrap.style7 .sermon7-contnt-area .semons-style7-social a {
    background-color: rgba(255, 255, 255, 0.2);
    margin-right: 4px;
    text-align: center;
    height: 53px;
    width: 53px;
    line-height: 53px;
    color: #fff;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.sermon-wrap.style7 .sermon7-contnt-area .semons-style7-social a:hover {
    background-color: #95271A;
}

.sermon-wrap.style7 .sermon-grd-img:before {
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #0009;
}

.sermon-wrap.style7 .sermon7-contnt-area {
    color: white;
}

.sermon-wrap.style7 .sermon7-contnt-area h2.title7 {
    margin-bottom: 9px;
    font-size: 22px;
    line-height: 34px;
}

.sermon-wrap.style7 .sermon-grd-img:hover .semons-style7-social {
    transform: translate(0px, 0px);
    visibility: visible;
    opacity: 1;
}

.sermon-wrap.style7 .sermon-grd-img:hover .sermon7-contnt-area {
    transform: translate(0px, 0px);
}

.event-wrap.event-style12 .featured-event12-content ul#countdown-timer {
    padding: 0;
    display: flex;
    align-items: center;
}

.event-wrap.event-style12 .featured-event12-content ul#countdown-timer li {
    position: relative;
    list-style: none;
    width: 25%;
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
}

.event-wrap.event-style12 .featured-event12-content ul#countdown-timer li::before {
    content: "";
    height: 43px;
    width: 1px;
    background-color: #c9c9c9;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -22px;
}

.event-wrap.event-style12 .featured-event12-content ul#countdown-timer li:last-child::before {
    content: none;
}

.event-wrap.event-style12 .featured-event12-content ul#countdown-timer li span {
    color: #343434;
    font-size: 35px;
    line-height: 34px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 7px;
    display: block;
}

.event-wrap.event-style12 .featured-event12-content ul#countdown-timer li p {
    color: #343434;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 18px;
    text-transform: uppercase;
}

.event-wrap.event-style12 .featured-event12-content ul#countdown-timer {
    background-color: #fff;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
    margin-top: 28px;
    padding: 16px 0;
}

.event-wrap.event-style12 .event12-parents .col-lg-6 {
    padding-left: 0;
}

.event-wrap.event-style12 .featured-event12-content {
    padding-right: 10%;
}

.galery-wrap .galery-img {
    padding: 15px;
}

.galery-wrap .galery-img img {
    border-radius: 5px;
}

.ministry-wrap .ministry-lst-item .ministry-contnt-area span.d-block a.ministry1-btn {
    padding: 16px 45px;
    border-radius: 30px;
}

.ministry-wrap .ministry-lst-item .ministry-contnt-area p.ministry1-short-desc {
    width: 85%;
    margin: auto;
}

.event-wrap.events-style4 .event-content-parent ul {
    padding-left: 0;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.event-wrap.events-style4 .event-content-parent ul li {
    list-style: none;
}

.event-wrap.events-style4 ul li span {
    height: 45px;
    width: 45px;
    line-height: 39px;
    border-radius: 50%;
    color: #222;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    text-align: center;
    background-color: rgb(238 238 238);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.event-wrap.events-style4 ul li>p {
    font-size: 12px;
    color: rgb(136 136 136);
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 0;
    letter-spacing: 0.9px;
}

.event-wrap.events-style4 ul li {
    margin-right: 14px;
}

.event5-video ul {
    width: 83.4%;
    padding: 22px 0px 17px 0px;
    background-color: #95271a;
    margin: auto;
    margin-top: -6px;
    display: flex;
    justify-content: center;
    align-items: center;
	border-radius: 10px;
}

.event5-video ul li {
    list-style: none;
}

.event5-video ul li {
    padding: 0 38px;
    text-align: center;
}

.event5-video ul li span {
    font-weight: 700;
    color: #fff;
    font-size: 35px;
}

.event5-video ul li p {
    margin-bottom: 0;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 25px;
    margin-top: -10px;
}

.event5-video ul li+li {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.event5-video ul li p {
    font-size: 14px;
    text-transform: capitalize;
    line-height: 25px;
    margin-top: -2px;
    color: #fff;
}



.header-two .header2-menu ul.menu>li {
    line-height: 108px;
    padding: 0px 20px;
    transition: .3s ease-in-out;
}

.header-two #menu-main-menu {
    justify-content: right;
}

.header-two ul.menu>li:hover {
    background-color: black;
}

.header-two ul.menu>li:hover>a {
    color: white !important;
}

.header-two ul.menu>li>a {
    position: relative;
}

.header-two ul.menu>li::before {
    content: "";
    height: 1px;
    width: 0;
    position: absolute;
    left: 50%;
    top: -1px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.header-two ul.menu>li:hover::before {
    left: 0;
    width: 100%;
    background-color: #95271a;
}

.header2-menu ul.menu ul {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.2) !important;
    background-color: #95271a !important;
}

.header2-menu ul.menu ul li a {
    color: white;
}

.header2-menu ul.menu ul li:hover a {
    color: white;
}

.header2-menu ul.menu li>ul li::before {
    content: "";
    height: 100%;
    background-image: none;
    width: 0;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    margin: 0;
    z-index: -1;
}

.header2-menu ul.menu li>ul li:hover::before {
    width: 100%;
}

.header2-menu ul.menu li ul li a::before {
    content: "";
    height: 1px;
    width: 86%;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    left: 0;
    top: 0;
    margin: 0 15px;
}

.header2-menu ul.menu ul li {
    padding: 0 15px;
}

.home-header-3 #menu-main-menu>li:hover>a {
    color: white !important;
}

.home-header-3 ul li.menu-item-has-children>a::after,
.home-four-header ul li.menu-item-has-children>a::after {
    opacity: 0;
    bottom: 4px;
    content: "\f0ab";
    font-family: 'Font Awesome 5 Free';
    left: 50%;
    margin-left: -8px;
    position: absolute;
    text-align: center;
    width: 14px;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.2s;
    font-weight: 900;
    z-index: 999;
    background-color: #fff;
    border-radius: 50%;
    color: #95271a;
    line-height: 24px;
    height: 24px;
    width: 24px;
}

.home-header-3 ul li:hover>a::after,
.home-four-header ul li:hover>a::after {
    opacity: 1;
    bottom: -11px;
}

.home-header-3 ul li>ul {
    background-color: #ffffffde !important;
}

.home-header-3 ul li ul li a {
    border-top: 1px solid #d7d7d7 !important;
    font-size: 14px;
}

.home-four-header ul.menu>li {
    padding: 10px 18px;
    transition: .3s ease-in-out;
}

.home-four-header ul.menu>li:hover {
    background-color: #fff;
}

.home-four-header ul li:hover:before {
    left: 0 !important;
    width: 100% !important;
}

.home-four-header ul li {
    position: relative !important;
}

.home-four-header ul li::before {
    content: "" !important;
    height: 1px !important;
    width: 0 !important;
    position: absolute !important;
    left: 50% !important;
    top: -1px !important;
    -webkit-transition: all 0.3s linear !important;
    -moz-transition: all 0.3s linear !important;
    -ms-transition: all 0.3s linear !important;
    -o-transition: all 0.3s linear !important;
    transition: all 0.3s linear !important;
    background-color: #95271a !important;
}

.home-four-header ul.menu ul {
    box-shadow: none !important;
    background-color: #fff !important;
}

.home-four-header ul.menu ul li a {
    color: black !important;
    border-top: 1px solid #d7d7d7;
}

.home-four-header ul.menu ul li:hover a {
    color: #95271a !important;
}

.home-6-header {
    position: absolute !important;
    width: 100%;
}

.home-6-header .home-6-logo a {
    background-color: white;
    padding: 18px 20px;
}

.home-6-header .elementor-icon {
    border: 1px solid white;
}

.home-6-header .header1-menu ul.menu>li+li {
    margin-left: 15px;
}

.home-6-header ul.menu>li:hover {
    background-color: #95271a;
}

.home-6-header ul.menu>li {
    padding: 15px 15px;
    transition: .3s ease-in-out;
}

.home-6-header ul.menu>li.menu-item-has-children a {
    position: relative;
}

.home-6-header ul.menu>li.menu-item-has-children>a::after {
    content: "\f107";
    left: auto;
    font-family: 'Font Awesome 5 Free';
    right: 0;
    margin-left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    opacity: 1 !important;
    margin-top: -2px;
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 11px !important;
    font-weight: 900;
    margin-left: 8px;
}

.home-6-header ul.menu>li:hover>a {
    color: white !important;
}

.home-6-header ul.menu>li.menu-item>a {
    color: white !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    letter-spacing: 0px !important;
}

.home-6-header ul.menu ul {
    background-color: #ffffffe5;
}

.home-6-header ul li ul li a {
    border-top: 1px solid #d7d7d7;
    font-size: 14px;
    color: #222 !important;
    font-weight: 500 !important;
}

.home-6-header ul li ul li:hover:before {
    width: 100%;
    left: 0;
}

.home-6-header ul li ul li::before {
    content: "";
    height: 1px;
    width: 0;
    position: absolute;
    left: 50%;
    top: -1px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-color: #95271a;
}

.home-7-product-widget .products-widget .nav-tabs {
    justify-content: center;
    border: none;
    padding-bottom: 40px;
}

.home-7-product-widget .products-widget .nav-link {
    font-weight: 700;
    color: #222;
    padding: 1px 0px;
    border: none;
    position: relative;
}

.home-7-product-widget .products-widget .nav-link.active {
    border: none;
    color: #95271a;
}

.home-7-product-widget .products-widget .nav-item {
    margin: 0px 26px;

}

.home-7-product-widget .products-widget .nav-link:focus {
    outline: none;
}

.home-7-product-widget .products-widget .nav-link:before {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #95271a;
}

.home-7-product-widget .products-widget .nav-link.active:before {
    width: 100%;
}

.home-7-product-widget .product-item {
    border: 1px solid #e0e0e0;
    text-align: center;
}

.home-7-product-widget .product-item h2 {
    font-size: 22px;
    line-height: 31px;
    margin-bottom: 2px;
}

.home-7-product-widget .product-item p {
    font-size: 14px;
    color: #969696;
    line-height: 23px;
}

.home-7-product-widget .product-item img {
    height: 341px;
    object-fit: cover;
    margin-bottom: 20px !important;
    width: 100%;
}

div#content-books .col-lg-3 {
    padding-bottom: 23px;
}

.event-style12 .event12-parents .featured8-content #countdown-timerr {
    padding-left: 0;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.event-style12 .event12-parents .featured8-content #countdown-timerr li {
    list-style: none;
    display: flex;
    align-items: center;
    color: white;
}

.event-style12 .event12-parents .featured8-content #countdown-timerr li p {
    margin-bottom: 0;
    color: white;
    font-size: 12px;
    text-transform: uppercase;
    padding-right: 16px;
}

.event-style12 .event12-parents .featured8-content #countdown-timerr li span {
    font-weight: 700;
    color: #fff;
    font-size: 13px;
    padding-right: 5px;
}

a.ministry2-btn {
    padding: 12px 40px;
    border-radius: 7px;
	font-size: 15px;
	font-weight: 600 !important;
}

.is-large.wc-block-cart .wc-block-cart-items th {
    padding: 8px 16px 8px 0;
    white-space: nowrap;
    font-size: 22px !important;
}

.is-large.wc-block-cart {
    padding: 45px;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    font-size: 22px !important;
}

.wc-block-components-product-metadata__description p {
    font-size: 14px !important;
    line-height: 20px !important;
}

.wc-block-components-formatted-money-amount {
    font-size: 20px !important;
}

.is-large.wc-block-cart .wc-block-cart__totals-title {
    font-size: 22px !important;
}

.wc-block-components-totals-coupon .wc-block-components-panel__button {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 10px !important;
}

.wc-block-cart__submit-container a {
    background: #95271A;
    color: white;
    border-radius: 5px;
    transition: 0.3s all ease-in-out;
    border: 1px solid #95271A;
}

.wc-block-cart__submit-container a:hover {
    color: #95271A;
    background: transparent;
    transition: 0.3s all ease-in-out;
}

.wc-block-components-sidebar-layout {
    padding: 35px !important;
}

.wc-block-components-panel__button[aria-expanded=true] {
    margin-bottom: 40px !important;
    padding-bottom: 8px !important;
    padding-top: 10px !important;
    padding-left: 20px !important;
}

.wc-block-components-form .wc-block-components-checkout-step {
    margin: 0 0 15px !important;
}

.wc-block-components-form .wc-block-components-text-input:only-child,
.wc-block-components-text-input:only-child input#email {
    font-size: 15px !important;
    line-height: 30px !important;
}

.wc-block-components-address-form__address_2-toggle {
    padding: 15px !important;
    font-size: 14px !important;
}

.wc-block-checkout__sidebar .wc-block-components-product-name {
    font-size: 18px !important;
    margin-top: 8px !important;
}

.wc-block-components-order-summary-item__description p {
    font-size: 12px !important;
}

.wc-block-components-validation-error>p {
    font-size: 11px !important;
}

.wc-block-components-text-input input[type=text] {
    border: 1px solid hsl(0deg 0% 88.19% / 80%) !important;
}

.components-combobox-control__suggestions-container {
    border: 1px solid hsl(0deg 0% 88.19% / 80%) !important;
}

.components-combobox-control__suggestions-container {
    border: 1px solid hsl(0deg 0% 88.19% / 80%) !important;
}

.wc-block-components-text-input.wc-block-components-address-form__phone input#billing-phone {
    border: 1px solid hsl(0deg 0% 88.19% / 80%) !important;
}

.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
    border: none !important;
}

.woocommerce div.product div.summary p.price {
    margin-top: 30px !important;
    font-size: 30px !important;
}

.woocommerce div.product div.summary p.price span.woocommerce-Price-amount.amount {
    margin-bottom: 40px !important;
}

.woocommerce div.product {
    padding: 25px !important;
}

section.related.products h2 {
    padding-bottom: 20px !important;
}

.woocommerce ul.products li.product a img {
    height: 300px !important;
}

.woocommerce div.product div.images img {
    height: 300px !important;
    object-fit: cover !important;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    height: 100px !important;
    margin-top: 10px;
    margin-bottom: 50px;
}

span.woocommerce-Price-amount.amount {
    font-size: 22px !important;
}

.events-style13 h2 {
    color: white !important;
}

.events-style13 ul#event-parents {
    DISPLAY: flex;
    column-gap: 30px;
    list-style: none;
    text-align: center;
    justify-content: center;
    margin-top: 60px;
    margin-bottom: 50px;
}

.events-style13 span.event-subheading {
    color: white;
    font-size: 17px;
    font-weight: 500;
}

.events-style13 .event-content-parentt {
    text-align: center;
}

.event-wrap.events-style13 ul li span {
    font-size: 45px;
    font-weight: 700;
    color: white;
}

.event-wrap.events-style13 ul li p {
    font-size: 18px;
    font-weight: 600;
    color: white;
}

span.upcoming-events-dots {
    font-size: 46px;
    color: white;
    font-weight: 600;
    margin-top: -7px;
}

a.event13-button {
    background: #95271A;
    padding: 12px 50px;
    color: white;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #95271A;
}

a.event13-button:hover {
    color: white;
    border: 1px solid white;
    background-color: transparent;
}

.elementor-element.elementor-element-2788c26 .ministry-wrap {
    background-color: white;
    padding-top: 60px;
    padding-bottom: 60px;
    border-radius: 10px;
    padding-left: 25px;
    padding-right: 25px;
}

.elementor-element.elementor-element-2788c26 .ministry-contnt-area {
    text-align: left;
    padding-top: 56px;
}

.elementor-element.elementor-element-2788c26 .ministry-contnt-area h2.title {
    text-align: left !important;
    font-size: 42px;
}

.elementor-element.elementor-element-2788c26 .ministry-contnt-area p {
    font-size: 16px !important;
}

.elementor-element.elementor-element-2788c26 .progress {
    border-radius: 10px !important;
    height: 22px !important;
}

.elementor-element.elementor-element-2788c26 .progress .progress-bar {
    background-color: #95271A !important;
}

.cause1-donation {
    display: flex;
    margin-top: 60px;
}

.cause1-donation-needed {
    width: 20%;
    text-align: center;
}

.cause1-donation-amount {
    width: 60%;
    text-align: center;
}

.cause1-donation-collected {
    width: 20%;
    text-align: center;
}

span.cause-subheading {
    font-size: 30px;
    margin-right: 80px;
    font-weight: 700;
    padding-top: 0px;
}

.cause1-donation-amount .elementor-button {
    display: inline-block;
    line-height: 1;
    background-color: #69727d;
    font-size: 16px;
    padding: 15px 45px;
    border-radius: 5px !important;
    color: #fff;
    fill: #fff;
    text-align: center;
    transition: all .3s;
    font-weight: 700;
    letter-spacing: 1px;
    border: 1px solid #95271a;
}

.cause1-donation-amount .elementor-button:hover {
    background-color: transparent;
    border: 1px solid #95271a;
    color: #95271a;
}

.cause1-donation-needed h4 {
    font-size: 28px !important;
    margin: 0px;
}

.cause1-donation-collected h4 {
    font-size: 28px !important;
    margin: 0px;
}

.events-style14 {
    text-align: center;
}

.events-style14 h2 {
    font-size: 48px;
    color: white;
}

.events-style14 h2 a:hover {
    color: #95271a !important;
}

.events-style14 span.upcoming-events-dots {
    color: white !important;
}

.events-style14 span.event-subheading {
    font-size: 20px;
    font-weight: 500;
}

.events-style14 ul#event-parents {
    display: flex;
    column-gap: 30px;
    list-style: none;
    padding: 0px;
    justify-content: center;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 40px;
}

.events-style14 ul#event-parents li span {
    font-size: 48px;
    font-weight: 600;
    color: white;
}

.events-style14 ul#event-parents li p {
    font-size: 15px;
    font-weight: 600;
    color: white;
}

.events-style14 a.elementor-button {
    padding: 15px 45px;
    font-weight: 500;
    margin-bottom: 90px;
    border: 1px solid #95271a;
	border-radius: 7px;
}

.events-style14 .slick-slide img {
    width: 400px !important;
    height: 150px !important;
}

.events-style14 a.elementor-button:hover {
    border: 1px solid black;
    background-color: transparent;
    color: black;
}

.events-style14 .event-slide.slick-slide {
    margin: 13px !important;


}

.events-style14 .event14-image {
    width: 40%;
}

.events-style14 .event-item-loc {
    width: 60%;
    padding: 0px 15px !important;
    border: none !important;
    border-radius: 0px 5px 5px 0px !important;
}

.events-style14 .event-item-loc span {
    font-size: 10px;
    display: block;
    width: 100%;
    text-align: left !important;
    line-height: 20px !important;
    font-weight: 500 !important;
}

.events-style14 .event-item-loc span i {
    font-size: 10px;
    padding-right: 5px !important;
}

.events-style14 .event14-image img {
    border-radius: 5px 0px 0px 5px;

}

.events-style14 .event-slide.slick-slide h3 {
    font-size: 16px !important;
    margin-top: 18px !important;
    margin-bottom: 12px !important;
    text-align: left;
}

.events-style14 .slick-prev {
    display: none !important;
}

.events-style14 .slick-next {
    display: none !important;
}

.events-style14 .event14-content {
    display: flex;
}

.elementor-element.elementor-element-5365b00 .tab-content {
    text-align: end;
    padding-right: 8px;
}

.move-image {
    animation: smoothBounce 4s ease-in-out infinite;
}

@keyframes smoothBounce {

    0%,
    100% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(-7px);
    }

    50% {
        transform: translateY(0);
    }

    75% {
        transform: translateY(-7px);
    }
}

.wpcm-wrapper svg {
    height: 80px !important;
    fill: white;
}

.wpcm-campaign-parallax::before {
    background-color: transparent !important;
}

.elementor-element.elementor-element-c6e8534.e-con-full.ministry-new-parent.e-flex.e-con.e-child:hover {
    background: antiquewhite;
}

.ministry4-structure:nth-child(2) {
    background-color: black;
}

.pastor-carousel img {
    border-radius: 10px !important;
}

.event15-item {
    display: flex;
    
    align-items: center;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 25px;
    padding-bottom: 10px;
}

.event15-item .event15-date {
    background: #666565;
    color: white;
    padding: 2px 22px;
    font-size: 14px;
    font-weight: 700;
}

.event15-item .event15-venue {
    font-size: 20px !important;
    font-weight: 600 !important;
    padding-right: 10px;
}

.event15-item .event15-map span {
    font-size: 17px;
    font-weight: 400;
}

.event15-item .event15-organizer span {
    font-size: 17px;
    font-weight: 400;
}

.event15-item .organizer-name {
    font-size: 20px !important;
    font-weight: 600 !important;
    padding-right: 10px;
}

.event15-item .event15-map {

    padding-top: 0px;
}

.event15-item .event15-organizer {
   
    padding-top: 24px;
}

.event15-item h3 {
    font-size: 30px;
    margin-top: 13px;
    margin-bottom: 30px;
    font-weight: 500 !important;
}

.event15-item .event15-btn {
    padding-top: 0px;
}

.event15-btn a {
    background: #95271A;
    padding: 10px 30px;
    color: white;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    border: 1px solid #95271A;
}

.event15-btn a:hover {
    color: #95271A;
    background-color: transparent;
    border: 1px solid #95271A;
}

.event-content-parent .date-time {
    display: flex;
    column-gap: 20px;
}
