@charset "utf-8";

body {
    font-family: 'Exo 2', sans-serif;
    background: #fff;
    font-weight: 300;
    height: 100%;
    margin: 0;
    padding: 0;
    color: #6f6a66
}

* {
    margin: 0;
    padding: 0;
}

:root {
    --primarycolor: rgb(255, 0, 60);
    --secondarycolor: rgb(1, 146, 255);
    --secondarycoloropacity: rgba(1, 146, 255, .1);
    --blackcolor: black;
    --whitecolor: white;
}

/* general tools */
a {
    color: #2c2c2a;
    text-decoration: none;
}

a:hover,
a:focus {
    color: var(--primarycolor);
    text-decoration: none
}

.link-reverse {
    color: var(--primarycolor);
}

.link-reverse:hover,
.link-reverse:focus {
    color: var(--primarycolor);
}

strong,
b {
    font-weight: 600
}

p {
    line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700
}

h1 {
    font-size: 65px;
    line-height: 1;
    margin: 18px 0 45px;
    word-spacing: -5px
}

h2 {
    font-size: 60px;
    margin: 15px 0;
    word-spacing: -3px
}

h3 {
    font-size: 45px;
    margin: 15px 0;
    word-spacing: -3px
}

h4 {
    font-size: 20px;
    margin: 10px 0
}

h5 {
    font-size: 18px;
    margin: 20px 0 13px;
    color: #384047
}

h6 {
    font-size: 16px;
    margin: 10px 0;
    color: #384047
}

@media(max-width:767px) {
    h1 {
        font-size: 40px
    }

    h2 {
        font-size: 35px
    }

    h3 {
        font-size: 25px
    }
}

.caret {
    margin-top: -3px
}

.disabled {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

.btn {
    font-weight: 700;
    text-transform: uppercase
}

.btn-giant {
    padding: 18px 30px;
    font-size: 32px;
    line-height: 1.33;
    border-radius: 5px
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 14px 25px;
    font-size: 17px;
    line-height: 1.3;
    border-radius: 4px
}

.input-lg,
.form-horizontal .form-group-lg .form-control {
    height: 52px;
    border-radius: 3px
}

.form-control {
    /* border: 1px solid rgb(1, 146, 255); */
    border-radius: 3px;
}

.form-control:focus {
    border-color: rgba(1, 146, 255, 0.5);
    -webkit-box-shadow: none;
    box-shadow: none
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    border-radius: 3px
}

.btn-primary {
    /* color: #483f34; */
    color: var(--whitecolor);
    background-color: rgb(255, 0, 60);
    border: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    color: whitesmoke;
    background-color: var(--primarycolor);
    border: none;
}

.gallery-button {
    margin-top: 10px;
    text-align: center;
}

.well {
    /* background: #f9f1e6; */
    background-color: var(--blackcolor);
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.highlight-bg {
    /* background: #f9f1e6; */
    background: var(--secondarycoloropacity);
    padding: 24px 0px;
}

.has-margin-top {
    margin-top: 50px
}

.has-margin-bottom {
    margin-bottom: 50px
}

.has-margin-xs-top {
    margin-top: 10px
}

.has-margin-xs-bottom {
    margin-bottom: 30px
}

.has-margin-xs-right {
    margin-right: 20px
}

.has-no-margin {
    margin: 0
}

.has-padding {
    padding: 20px
}

.has-padding-xs {
    padding: 10px
}

.has-padding-vertical {
    padding: 20px 0
}

.has-padding-bottom {
    padding-bottom: 20px
}

.has-padding-xs-vertical {
    padding: 10px 0
}

.has-padding-xs-bottom {
    padding-bottom: 10px
}

.has-padding-xs-top {
    padding-top: 10px
}

.has-border {
    border: 1px solid #eadeda;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.has-border-bottom {
    border-bottom: 1px solid #eadeda
}

.section-title {
    text-align: center;
    color: #53504c;
    min-height: 40px;
    margin-bottom: 40px
}

.section-title-sermons {
    color: var(--whitecolor);
}

.section-title h4 {
    position: relative
}

.section-title h4:after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -12px;
    width: 30px;
    height: 4px;
    background: #919191;
    margin-left: -15px
}

.section-title.left-align {
    text-align: left
}

.section-title.left-align h4:after {
    left: 0;
    margin-left: 0
}

.well .section-title {
    margin-bottom: 20px
}

.badge {
    color: #918677;
    background-color: #e7e0d7
}

.welcome-text {
    font-size: 40px;
    font-weight: 600;
}

@media(min-width:768px) {
    .section-title.left-align-desktop {
        text-align: left
    }

    .section-title.left-align-desktop h4:after {
        left: 0;
        margin-left: 0
    }
}

@media(min-width:768px) {
    .navbar-header {
        max-width: 160px
    }
}

/* general tools ends here */

/* index start here */

@media(min-width:992px) {
    .navbar-header {
        max-width: 280px
    }
    /* .navbar-default {
        background-color: rgb(255, 255, 255);
        background-color: rgba(1, 1, 1, .6);
        border: 0
    } */
}

.navbar-default {
    /* background-color: rgb(255, 255, 255); */
    /* background-color: rgba(1, 1, 1, .6); */
    background-color: rgba(1, 1, 1, 0.6);
    /* background-color: transparent; */
    border: 0
}

.navbar-default .navbar-nav>li>a {
    font-family: montserrat, Arial, sans-serif;
    text-transform: uppercase
}

.donate-nav a {
    background-color: var(--primarycolor);
    border-radius: 7px;
    box-shadow: 0px 0px 8px #393939;
}

.navbar-brand,
.navbar-brand img,
.navbar,
.navbar-nav,
.nav>li>a {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.navbar-brand {
    height: 85px
}

.navbar-brand img {
    max-height: 100%
}

.navbar {
    min-height: 85px
}

.navbar-nav {
    margin: 25px 0
}

.nav>li>a {
    padding: 7px 18px
}

.navbar-default .navbar-nav>li>a {
    color: var(--whitecolor);
    font-weight: 600;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:active {
    color: var(--primarycolor);
    background-color: transparent
}

.donate-nav a:hover {
    background-color: var(--blackcolor) !important;
    color: var(--whitecolor) !important;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: var(--primarycolor);
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: var(--primarycolor);
    background-color: transparent;
    font-weight: 600;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.navbar-toggle {
    margin-top: 17px
}

@media(min-width:992px) {
    .navbar-brand img {
        height: 60px
    }

    .navbar-default.shrink {
        background-color: var(--blackcolor);
        border-bottom: solid 1px #f7f7f7;
        box-shadow: 0 2px 2px -1px rgba(0, 0, 0, .1);
        -webkit-box-shadow: 0 2px 2px -1px rgba(0, 0, 0, .1)
    }

    .shrink .navbar-brand {
        height: 75px
    }

    .shrink .navbar-brand img {
        height: 45px
    }

    .navbar.shrink {
        min-height: 50px
    }

    .shrink .navbar-nav {
        margin: 20px 0
    }

    .shrink .nav>li>a {
        padding: 7px 15px
    }
}

@media(max-width:991px) {
    .navbar-brand {
        height: 70px
    }

    .navbar {
        min-height: 50px
    }

    .navbar-nav {
        margin: 17px 0
    }

    .nav>li>a {
        padding: 7px 12px
    }
}

@media(max-width:991px) {
    .navbar-default {
         background-color: rgba(1, 1, 1, .9);
    }
}

@media(min-width:768px) {
    .navbar-right .dropdown-menu-left {
        left: 18px
    }

    .navbar-right .active .dropdown-menu-left {
        left: 0
    }
}
/* navigation end here */
/* index slider start here */
.carousel {
    height: 650px;
}

.carousel-caption {
    z-index: 10;
    top: 33%;
    bottom: 0
}

@media(max-width:480px) {
    .carousel-caption {
        top: 25%
    }
}

.carousel .item {
    height: 650px;
    background-color: #e2beae;
}

.carousel-control.left {
    background-image: none
}

.carousel-control.right {
    background-image: none
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    top: 55%
}

.carousel-inner .item img {
    width: 100%;
    height: auto;
}

.slide-one {
    /* background: url(../images/slide\ 2.jpg) no-repeat; */
    background-size: cover;
    background-position: center;
}

@media (max-width: 768px) {

    #myCarousel {
        /* Adjust container sizing */
        max-width: 100%; 
      }
    /* Adjust the max-width and other styles for mobile view */
    .carousel-inner .item img {
        width: 100%;
        height: auto;
        margin: 0;
        background-repeat: no-repeat;
        background-size:contain; 
        background-position:center;
    }

    .carousel .item{
        height:  276px !important;
    }

    .carousel{
        height: 265px !important;
    }
    .carousel-caption{
        position: absolute !important;
        right: 20% !important;
    }
    .carousel-caption h2{
        margin: 52px 0 !important;
        font-size: 20px !important;
    }
    .carousel-caption .btn-lg{
        padding:  6px 7px !important;
        font-size: 8px !important;
    }

  }



/* @media (max-width: 768px) {
    .slide-three {
        background-position: right;
    }
} */
/* @media (max-width: 767px) {
    .carousel-inner .item {
        max-width: 100%;
        background-repeat: no-repeat;
        background-size:contain; 
        background-position:center;
        
    }
} */
/* index slider ends here */

/* index upcoming event start here */
.event-cta {
    text-align: center
}

.event-cta p {
    font-size: 23px;
    margin: 0;
    margin-bottom: 10px;
    font-weight: 700;
    color: #393939
}

.event-cta span {
    color: #9f978c;
    font-weight: 700
}



  
  
@media(min-width:992px) {
    .event-cta {
        text-align: left
    }

    .ec-txt {
        float: left
    }

    .event-cta p {
        margin-bottom: 0
    }

    .event-cta .btn {
        float: right
    }
}
/* index upcoming event ends here */

/* events start here*/
.s-events {
   /* padding-top: 10.4rem; */
   /* padding-bottom: 16rem; */
   background-color: var(--whitecolor);
}
 
.s-events .subhead {
   font-size: 20px;
   /* color: #000000; */
   text-transform: uppercase;
   word-spacing: 1px;
}
 
.events-header {
   margin-bottom: 1.4rem;
}

.event-details .ed-title {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 5px
}

.event-details .ed-content {
    line-height: 2;
    /* color: #53504c */
}

.events-list-flex {
    display: flex;
    justify-content: space-between;
}

.events-list__item {
    width: 45%;
}

.events-list__item-title {
    font-size: 30px;
    word-spacing: 1px;
}

.events-list__item p {
    font-size: 16px;
    text-align: justify;
}

.events-list__meta {
    font-weight: 600;
    line-height: 1.667;
    text-transform: uppercase;
    letter-spacing: .25rem;
    /* color: #000000; */
    /* margin-left: 0; */
    border-top: 1px solid #e0e0e0;
}

.events-list__meta p {
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 12px;
    color: #384047;
    /* padding-right: 2rem; */
    /* padding-left: 4.8rem; */
    border-bottom: 1px solid #e0e0e0;
    /* position: relative; */
}

.events-list__meta i {
    margin-right: 10px;
    font-size: 20px;
}

.events-list-margin {
    margin: 40px 0px;
}

@media(max-width: 768px) {
    .s-events .subhead {
        font-size: 16px;
        /* color: #000000; */
        text-transform: uppercase;
        word-spacing: 1px;
     }

    .events-list-flex {
        flex-direction: column;
    }
    
    .events-list__item {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .events-list__item-title {
        font-size: 26px;
        word-spacing: 1px;
    }
    
    .events-list__item p {
        font-size: 14px;
        text-align: justify;
    }
    
    .events-list__meta {
        font-weight: 600;
        line-height: 1.667;
        text-transform: uppercase;
        letter-spacing: .25rem;
        /* color: #000000; */
        /* margin-left: 0; */
        border-top: 1px solid #e0e0e0;
    }
    
    .events-list__meta p {
        padding-top: 2rem;
        padding-bottom: 2rem;
        font-size: 12px;
        color: #384047;
        /* padding-right: 2rem; */
        /* padding-left: 4.8rem; */
        border-bottom: 1px solid #e0e0e0;
        /* position: relative; */
    }
    
    .events-list__meta i {
        margin-right: 10px;
        font-size: 20px;
    }
    
    .events-list-margin {
        margin-top: 0;
        margin-bottom: 0;
    }
    
}

@media(max-width:991px) {
    .s-events .subhead {
        font-size: 15px;
     }

    .events-list__item-title {
        font-size: 22px;
    }
    
    .events-list__item p {
        font-size: 14px;
    }
}

@media(max-width:767px) {
    .feature-block {
        text-align: center
    }

    .feature-block .img-responsive {
        margin: 0 auto
    }
}

/* events end here */
/* meet our pastor index start here */
.ourpastors {
    padding-bottom: 20px;
}

.meet_ourpastors {
    height: 550px;
    /* background-image: url(../images/pastors_image/pastor_picture_2.jpeg); */
    background-image: url(../images/pastors_image/Meet\ Pastor\ 2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 100px;
    color: var(--whitecolor);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.meet_ourpastors-details {
    width: 50%;
}

.meet_ourpastors-details-header {
    font-size: 21px;
    font-weight: 600;
    line-height: 1;
}

.meet_ourpastors-details-header span {
    font-size: 40px;
}

.meet_ourpastors-details-text {
    font-size: 15px;
}

.meet_ourpastors-details-links {
    padding-top: 20px;
}

.meet_ourpastors-details-links a {
    padding: 10px 12px;
    font-weight: 600;
    font-size: 15px;
    border-radius: 4px;
    box-shadow: 0px 0px 6px var(--whitecolor);
}

.meet_ourpastors-details-links-one {
    background-color: transparent;
    color: var(--primarycolor);
    border: 2px solid white;
}

.meet_ourpastors-details-links-two {
    background-color: var(--primarycolor);
    margin-left: 30px;
    color: var(--whitecolor);
}

.meet_ourpastors-details-links-two:hover {
    color: wheat;
}

@media(max-width:768px) {
    .meet_ourpastors {
        height: 300px;
        padding-left: 50px;
    }

    .meet_ourpastors-details {
        width: 68%;
    }

    .meet_ourpastors-details-header {
        font-size: 18px;
    }
    
    .meet_ourpastors-details-header span {
        font-size: 30px;
    }
    
    .meet_ourpastors-details-text {
        font-size: 13px;
    }

    .meet_ourpastors-details-links a {
        padding: 10px 9px;
        font-size: 13px;
        border-radius: 2px;
    }

    .meet_ourpastors-details-links-two {
        color: var(--whitecolor);
        margin-left: 20px;
    }
}

@media (max-width: 600px) {
    .meet_ourpastors {
        height: 300px;
        background-image: url(../images/pastors_image/Meet\ Pastor\ 3.jpg);
        padding-left: 10px;

    }

    .meet_ourpastors-details {
        width: 100%;
    }

    .meet_ourpastors-details-header {
        font-size: 16px;
    }
    
    .meet_ourpastors-details-header span {
        font-size: 28px;
    }
    
    .meet_ourpastors-details-text {
        font-size: 12px;
        width: 70%;
    }
}

/* meet our pastor index start here */

@media(max-width:991px) {
    .center-this {
        text-align: center
    }

    .center-this .img-responsive {
        margin: 0 auto
    }
}

.el-block {
    text-align: center
}

.el-block h4 {
    position: relative;
    color: #53504c
}

.el-block h4:after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -12px;
    width: 20px;
    height: 4px;
    background: #919191;
    margin-left: -10px;
}

.el-head {
    color: #53504c;
    font-size: 18px;
    margin: 20px 0 5px;
}

.el-cta {
    margin: 15px 0
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
    margin-bottom: 10px
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
    display: none
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-controls .owl-nav {
    display: none
}

@media(min-width:1200px) {
    .owl-theme .owl-controls .owl-nav {
        display: block
    }

    .owl-theme .owl-controls .owl-nav div {
        position: absolute
    }

    .owl-theme .owl-controls .owl-nav .owl-prev {
        left: -10px;
        top: 55px
    }

    .owl-theme .owl-controls .owl-nav .owl-next {
        right: -10px;
        top: 55px
    }
}

.owl-theme .owl-controls .nav-arrow {
    width: 16px;
    height: 30px;
    background: url(../images/arrows.png) no-repeat;
    display: block
}

.owl-theme .owl-controls .nav-arrow.left {
    background-position: 0 0
}

.owl-theme .owl-controls .nav-arrow.right {
    background-position: 100% 0
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px;
    background: rgba(255, 0, 60, 0.1);
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primarycolor);
}

.media-heading {
    color: #53504c;
}

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

@media(max-width:767px) {
    .media-heading {
        margin-top: 20px
    }

    .bulletin {
        text-align: center
    }
}

.list-group a{
    margin-bottom: 0;
    color: white;
}

.list-group-item-heading {
    color: white !important;
}

.list-group-item {
    background: url(../images/play.png) no-repeat 0 15px transparent;
    border: 0;
    border-top: 1px solid #e7e1df;
    padding-left: 20px
}

.list-group-item:first-child {
    border-top: 0
}

a.list-group-item-text {
    color: #9e9e9e
}

a.list-group-item:hover,
a.list-group-item:focus {
    background-color: transparent
}

.img-gallery .fancybox img {
    margin: 0 auto;
    margin-bottom: 30px
}

.blockquote-centered {
    text-align: center;
    color: #393939;
    border: 0;
    line-height: 1.6;
    position: relative;
    cursor: hand
}

@media(min-width:767px) {
    .blockquote-centered {
        padding: 0 50px;
        font-size: 26px
    }
}

.blockquote-centered:before,
.blockquote-centered:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px
}

.blockquote-centered:before {
    background: url(../images/quote-1.png) no-repeat;
    left: 0;
    top: 0
}

.blockquote-centered:after {
    background: url(../images/quote-2.png) no-repeat;
    right: 0;
    bottom: 0
}

.blockquote-centered small {
    padding: 15px 0
}

.susbcribe-head {
    margin: 0;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 20px
}

.susbcribe-head span {
    color: #999085;
    font-weight: 400
}

.ketchup-error {
    display: none !important
}

@media(min-width:767px) {
    .subscribe-form .form-group {
        margin-bottom: 0
    }

    .susbcribe-head {
        margin: 0;
        text-align: left
    }

    .susbcribe-head span {
        display: block
    }
}
/* footer start here */
footer {
    background-color: black;
    color: #f9f1e6;
    padding-top: 5px
}

footer h5 {
    color: #f9f1e6
}

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

.footer-links li {
    border-bottom: 1px solid #666462;
    padding: 5px
}

footer p {
    color: #ccc0c0
}

footer a {
    color: #ccc0c0
}

footer a:hover,
footer a:focus {
    color: var(--primarycolor);
}

.copyright {
    background: rgb(12, 12, 12);
    padding-top: 20px;
    padding-bottom: 10px;
    margin-top: 35px
}

.social-icons {
    display: flex;
}

.social-icons a {
    opacity: .5
}

.social-icons i {
    background-color: rgba(153, 153, 153, 0.307);
    width: 40px;
    height: 40px;
    margin-right: 5px;
    font-size: 20px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icons a:hover,
.social-icons a:focus {
    color: var(--whitecolor);
    opacity: .8
}

/* footer ends here */

.subpage-head {
    background-color: #f9f1e6;
    padding-top: 80px;
    padding-bottom: 20px
}

.subpage-head h3 {
    color: #53504c
}

@media(min-width:992px) {
    .subpage-head {
        padding-top: 110px
    }
}

.pagination>li>a,
.pagination>li>span {
    color: #483f34
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #917e68
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: var(--primarycolor);
    border-color: var(--primarycolor);
    color: #483f34
}

.vertical-links li {
    border-bottom: 1px solid #e6ddd4;
    padding: 8px 0
}

.tag-cloud a {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 2px 8px;
    border: 1px solid #eceae4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #f8f7f3;
    font-size: 12px
}

.comments-block>.media {
    border-bottom: 1px solid #eadeda;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.comments-block>.media .media {
    border-top: 1px solid #eadeda;
    padding-top: 20px
}

.media-object {
    width: 40px
}

.comments-head {
    font-size: 35px;
    color: #53504c;
    border-bottom: 1px solid #eadeda;
    margin: 40px 0 20px;
    padding-bottom: 10px
}

.theme-showcase {
    margin-bottom: 50px
}

.theme-showcase h1 {
    font-size: 35px;
    color: #53504c;
    margin-bottom: 0
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #483f34;
    background-color: var(--primarycolor);
}

a.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #483f34
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    background-color: transparent;
    color: #483f34
}

.panel-primary {
    border-color: #dbba80
}

.panel-primary>.panel-heading {
    color: #483f34;
    background-color: var(--primarycolor);
    border-color: #dbba80
}

.progress {
    background-color: #d3cfcc
}

.location-map {
    height: 260px;
    background-color: #f9f1e6
}

.location-map iframe {
    width: 100%;
    height: 260px;
    border: 0
}

.charity-box {
    /* background: #f9f1e6; */
    background: var(--secondarycoloropacity);
    overflow: hidden
}

.charity-image {
    width: 100%;
    float: left;
    margin-bottom: 30px
}

.charity-image img {
    min-width: 100%
}

.charity-desc {
    padding: 15px
}

.charity-desc h3 {
    font-size: 28px;
    color: #53504c;
    margin: 0 0 5px
}

.charity-desc-text {
    font-size: 20px;
}

.pledged-amount {
    font-size: 40px;
    color: #53504c;
    margin: 15px 0 5px
}

.pledged-amount.has-no-margin {
    margin: 0 0 5px
}

/* donate index start here */
.donate-now {
    text-align: center;
    padding: 10px 0;
    /* width: 100%; */
    /* float: left */
}

.donate-renew {
    margin-top: 20px;
}

@media(min-width:992px) {
    .charity-image {
        width: 420px;
        margin-bottom: 0;
        margin-right: 20px
    }
}

@media(min-width:768px) {
    .charity-desc-text {
        font-size: 17px;
    }

    /* .donate-now {
        text-align: right;
        padding: 0;
        float: right;
        width: auto
    }*/

    .donate-renew {
        margin-top: 20px;
    }
}

/* donate ends here */

.event-cal-wrap h2 {
    font-size: 18px;
    color: #2c2c2a
}

.flexslider {
    height: 700px
}

.flexslider .slides li {
    height: 700px
}

.flexslider-caption {
    margin: 250px auto 100px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.flexslider-caption h1,
.flexslider-caption h2,
.flexslider-caption h3,
.flexslider-caption p,
.flexslider-caption .btn {
    opacity: 0
}

.flexslider-caption .btn {
    text-shadow: none
}

.flex-active-slide .flexslider-caption {
    opacity: 0;
    -webkit-transform: translateX(3em);
    -moz-transform: translateX(3em);
    -ms-transform: translateX(3em);
    -o-transform: translateX(3em);
    transform: translateX(3em);
    -webkit-animation: photocaption .65s ease forwards;
    -moz-animation: photocaption .65s ease forwards;
    animation: photocaption .65s ease forwards;
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s
}

.flex-active-slide .flexslider-caption h3 {
    opacity: 0;
    -webkit-animation: fade .65s ease forwards;
    -moz-animation: fade .65s ease forwards;
    animation: fade .65s ease forwards;
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s
}

.flex-active-slide .flexslider-caption h1 {
    opacity: 0;
    -webkit-animation: fade .65s ease forwards;
    -moz-animation: fade .65s ease forwards;
    animation: fade .65s ease forwards;
    -webkit-animation-delay: .8s;
    -moz-animation-delay: .8s;
    animation-delay: .8s
}

.flex-active-slide .flexslider-caption h2 {
    opacity: 0;
    -webkit-animation: fade .65s ease forwards;
    -moz-animation: fade .65s ease forwards;
    animation: fade .65s ease forwards;
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s
}

.flex-active-slide .flexslider-caption p {
    opacity: 0;
    -webkit-animation: fade .65s ease forwards;
    -moz-animation: fade .65s ease forwards;
    animation: fade .65s ease forwards;
    -webkit-animation-delay: .8s;
    -moz-animation-delay: .8s;
    animation-delay: .8s
}

.flex-active-slide .flexslider-caption .btn {
    opacity: 0;
    -webkit-animation: fade .65s ease forwards;
    -moz-animation: fade .65s ease forwards;
    animation: fade .65s ease forwards;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s
}

@-webkit-keyframes fade {
    to {
        opacity: 1
    }
}

@-moz-keyframes fade {
    to {
        opacity: 1
    }
}

@keyframes fade {
    to {
        opacity: 1
    }
}

@-webkit-keyframes photocaption {
    to {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes photocaption {
    to {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@keyframes photocaption {
    to {
        opacity: 1;
        transform: translateY(0)
    }
}
/* index ends here */

/* Pastors page */

.general-margin {
    margin-top: 85px;
}

.pastorates-section {
    background-color: var(--secondarycoloropacity);
    padding: 10px 0px 20px 0px;
}

.pastorates-section-heading {
    font-size: 55px;
    font-weight: 800;
    text-align: center;
}

.pastorates-section-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pastorates-section-flex-box {
    width: 24%;
    background-color: var(--whitecolor);
    padding: 15px 0px;
    border-radius: 7px;
    box-shadow: -0px -0px 5px rgb(175, 174, 174);
}

.pastorates-section-flex-box-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pastorates-section-flex-box-flex-image {
    width: 200px;
    height: 200px;
    background-color: var(--secondarycoloropacity);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 100%;
}

/* .pastorates-section-flex-box-flex-pj {
    background-image: url(../images/pastors_image/Pastor\ 8.jpg);
} */

/* .pastorates-section-flex-box-flex-osas {
    background-image: url(../images/pastors_image/Pastor\ 5.jpg);
}

.pastorates-section-flex-box-flex-aanu {
    background-image: url(../images/pastors_image/Pastor\ 7.jpg);
}

.pastorates-section-flex-box-flex-rev {
    background-image: url(../images/pastors_image/Pastor\ 2.jpg);
}

.pastorates-section-flex-box-flex-dupe {
    background-image: url(../images/pastors_image/Pastor\ 4.jpg);
}

.pastorates-section-flex-box-flex-kujo {
    background-image: url(../images/pastors_image/Pastors\ 3.jpg);
}

.pastorates-section-flex-box-flex-jide {
    background-image: url(../images/pastors_image/Pastor\ 6.jpg);
}

.pastorates-section-flex-box-flex-essien {
    background-image: url(../images/pastors_image/Pastor\ 1.jpg);
} */

.pastorates-section-flex-box-flex-name-name {
    margin: 10px 0px 0px 0px;
    font-weight: 700 !important;
    text-align: center;
    color: #384047;
}

.pastorates-section-flex-box-flex-name-profile {
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    color: var(--secondarycolor);
}

.pastorates-section-flexmargin {
    margin-top: 15px;
}

@media (max-width: 500px) {
    .general-margin {
        margin-top: 70px;
    }

    .pastorates-section {
        padding: 30px 0px 20px 0px;
    }
    .pastorates-section-heading {
        font-size: 30px;
    }
    .pastorates-section-flex-box {
        width: 48%;
    }

    .pastorates-section-flex-box-flex-name-name {
        font-size: 13px;
    }

    .pastorates-section-flex-box-flex-image {
        width: 125px;
        height: 125px;
    }

    .pastorates-section-flexmargin {
        margin-top: 10px;
    }

    .pastorates-section-flex-box-flex-name-profile {
        font-size: 10px;
    }
}

@media screen and (min-width: 430px) and (max-width: 600px) {
    .general-margin {
        margin-top: 70px;
        /* padding: 10px 0px 20px 0px; */
    }

    .pastorates-section-heading {
        font-size: 40px;
    }

    .pastorates-section-flex-box {
        width: 48%;
    }

    .pastorates-section-flex-box-flex-image {
        width: 160px;
        height: 160px;
    }

    .pastorates-section-flexmargin {
        margin-top: 20px;
    }

    .pastorates-section-flex-box-flex-name-profile {
        font-size: 10px;
    }
}

@media screen and (min-width: 600px) and (max-width: 768px) {
    .general-margin {
        margin-top: 70px;
        /* padding: 10px 0px 20px 0px; */
    }

    .pastorates-section-heading {
        font-size: 45px;
    }

    .pastorates-section-flex-box {
        width: 46%;
    }

    .pastorates-section-flex-box-flex-name-name {
        font-size: 20px;
    }

    .pastorates-section-flex-box-flex-image {
        width: 225px;
        height: 225px;
    }

    .pastorates-section-flexmargin {
        margin-top: 30px;
    }
}

@media screen and (min-width: 769px) and (max-width: 991px) {
    .general-margin {
        margin-top: 70px;
        /* padding: 10px 0px 20px 0px; */
    } 

    .pastorates-section-flex-box {
        width: 31%;
        background-color: var(--whitecolor);
        padding: 15px 0px;
        border-radius: 7px;
        box-shadow: -0px -0px 5px rgb(175, 174, 174);
    }

    .pastorates-section-flex-box-flex-image {
        width: 180px;
        height: 180px;
    }
}
/* pastors page ends here */

/* Sermons page */
.sermonsbody {
    background-color: var(--secondarycoloropacity);
}

.sermons-section {
    height: 400px;
    background-image: url(../images/sermon\ bg.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 0px;
    margin-bottom: 20px;
    text-align: center;
    color: var(--whitecolor);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sermons-section h3 {
    color: var(--whitecolor);
}

.sermonslist-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sermonslist-flex-items {
    background-color: var(--whitecolor);
    width: 24%;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-radius: 5px;
}

.sermonslist-flex-bg {
    /* background-color: var(--blackcolor); */
    /* background-image: url(../images/blog-thumb-1.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 150px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.sermonslist-flex-details {
    color: var(--secondarycolor);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sermonslist-flex-details-width {
    width: 90%;
}

.sermonslist-flex-details p {
    margin-bottom: 0 !important;
    /* padding: 0; */
}

.sermonslist-flex-details audio {
    width: 90%;
    margin: 10px 0px;
}

.sermonslist-flex-details-title {
    padding-top: 10px;
    font-size: 20px;
    font-weight: 600;
}

.sermonslist-flex-details-preacher {
    font-size: 13px;
}

.sermonslist-flex-details-date {
    width: fit-content;
    background-color: var(--secondarycolor);
    margin-top: 3px;
    padding: 2px 7px;
    color: white;
    font-size: 11px;
    font-weight: 600;
    border-radius: 3px;
}

.sermonslist-flex-details-audioinfo p {
    background-color: var(--secondarycoloropacity);
    width: fit-content;
    padding: 5px 7px;
    font-size: 11px;
    font-weight: 600;
    border: 1px dashed var(--secondarycolor);
    border-radius: 20px;
}

.sermonslist-flex-details-audioinfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sermons-audios-icon-properties {
    display: flex;
}


.sermons-audios-icon-properties i {
    background-color: var(--primarycolor);
    width: 35px;
    height: 35px;
    margin-right: 7px;
    font-size: 18px;
    color: var(--whitecolor);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


@media (max-width: 430px) {
    .sermons-section {
        height: 300px;
        background-position: right;
    }

    .sermonslist-flex-items {
        width: 100%;
    }
}

@media screen and (min-width: 430px) and (max-width: 600px) {
    .sermonslist-flex-items {
        width: 48%;
    }

    .sermonslist-flex-details-title {
        font-size: 17px;
    }
    
    .sermonslist-flex-details-preacher {
        font-size: 11px;
    }
    
    .sermonslist-flex-details-date {
        font-size: 9px;
    }
    
    .sermonslist-flex-details-audioinfo p {
        padding: 5px 6px;
        font-size: 9px;
    }

    .sermons-audios-icon-properties i {
        width: 30px;
        height: 30px;
        font-size: 13px;
    }
}

@media screen and (min-width: 600px) and (max-width: 768px) {
    .sermonslist-flex-items {
        width: 31%;
    }

    .sermonslist-flex-items {
        margin-bottom: 20px;
    }

    .sermonslist-flex-details-title {
        font-size: 17px;
    }
    
    .sermonslist-flex-details-preacher {
        font-size: 12px;
    }
    
    .sermonslist-flex-details-date {
        font-size: 10px;
    }
    
    .sermonslist-flex-details-audioinfo p {
        padding: 5px 4px;
        font-size: 8px;
    }

    .sermons-audios-icon-properties i {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }
}

@media screen and (min-width: 769px) and (max-width: 991px) {
    .sermonslist-flex-items {
        width: 32%;
    }

    .sermonslist-flex-details-title {
        font-size: 19px;
    }

    .sermons-audios-icon-properties i {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }
}
/* Sermons page ends here */


/* contact page */
.contact-section {
    height: 400px;
    padding-top: 0px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contact_section {
    background-image: url(../images/contact.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.contact-church-address h5 {
    color: var(--whitecolor);
}

.contact-church-address a {
    color: var(--primarycolor);
}

.contact-social-icons {
    margin-top: 10px;
}

.contact-social-icons i{
    background-color: transparent;
    color: var(--whitecolor);
}

.contact-hr {
    border-color: var(--secondarycolor);
}

.contact-church-address {
    background-color: var(--secondarycolor);
    color: white;
    padding-bottom: 100px;
}

@media (max-width: 768px) {
    .contact-section {
        height: 300px;
    }
}

/* contact page ends here */


/* About Us section */
.aboutus-section {
    background-image: url(../images/about_us.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.about-us-details {
    text-align: justify;
}

.about-us-upcoming-event {
    background-color: var(--blackcolor);
    color: var(--whitecolor);
}

.about-us-upcoming-event h4{
    color: var(--whitecolor);
}

.about-us-upcoming-event p{
    color: var(--whitecolor);
}

.about-us-heading-row {
    background-color: transparent;
    color: var(--whitecolor);
}

/* About page ends here */

/*gallery page start here */

.gallery-section {
    background-image: url(../images/gallery_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--whitecolor);
}

.gallery-section h3 {
    color: var(--whitecolor);
}

/* gallery page ends here */

/* livesermon page start here */

.livesermons-section {
    margin-top: 160px;
}


/* minstry continuation start here */
.ministry-section {
    background-image: url(../images/contact.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
/* minstry continuation ends here */

.article-section {
    background-image: url(../images/Articu.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: var(--whitecolor);
}

.article-section h3 {
    color: var(--whitecolor);
}

.article-section-block-header {
    margin-bottom: 13px;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0.02em;
    text-align: justify;
    color: var(--secondarycolor);
}

.article-section-block-flex {
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
}

.article-section-block-flex-one {
    /* height: 142px; */
    flex-basis: 32%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 8px 0px 0px 8px;
}

.article-section-block-flex-onea {
    background-image: url(../images/Articu\ 2.jpg);
}

.article-section-block-flex-two {
    flex-basis: 65%;
}

.article-section-block-flex-two-post {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 0.02em;
    color: var(--secondarycolor);
}

.article-section-block-flex-two-header {
    margin-bottom: 5px;
    font-size: 11px;
}

.article-section-block-flex-two-paragraph {
    margin-bottom: 0px;
    font-size: 9px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0.02em;
    text-align: justify;
}

.article-section-block-flex-two-link {
    margin: 0;
}

.article-section-block-flex-two-link a{
    font-size: 10px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-decoration: none;
    color: var(--primarycolor);
}

.article-section-block-flex-two-link span {
    margin-left: 5px;
}

@media (max-width: 991px) {
    .article-section-block-header {
        margin-bottom: 23px;
        font-size: 25px;
        line-height: 30px;
    }
    
    .article-section-block-flex {
        margin-bottom: 28px;
        display: flex;
        justify-content: space-between;
    }
    
    .article-section-block-flex-two-post {
        font-size: 20px;
    }
    
    .article-section-block-flex-two-header {
        font-size: 15px;
    }
    
    .article-section-block-flex-two-paragraph {
        font-size: 13px;
        line-height: 20px;
    }
    
    .article-section-block-flex-two-link a{
        font-size: 12px;
    }
    
    .article-section-block-flex-two-link span {
        margin-left: 5px;
    }
}
/* the end */


/*Pastor james page start here  */

.paddingtop {
    padding-top: 130px;
}

.pastorjames-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pastorjames-details-name {
    flex-basis: 43%;
    align-self: end;
    font-size: 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.pastorjames-details-name p {
    line-height: 45px;
    color: var(--secondarycolor);
    font-weight: 600;
}

.pastorjames-details-name-logo {
    width: 170px;
    height: 170px;
    background-image: url(../images/pastors_image/plain-logo.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.pastorjames-details-bg {
    flex-basis: 43%;
}

.pastorjames-details-bg-pic {
    width: 370px;
    height: 370px;
    background-image: url(../images/pastors_image/2_10.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 100%;
}

.pastor-details-bg-pic img{
    width: 370px;
    height: 370px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 100%;
}

.pastorjames-profile {
    padding-top: 30px;
    text-align: justify;
    color: var(--secondarycolor);
}

.pastorjames-button {
    padding: 30px 0px;
    text-align: center;
}

.pastorjames-button a {
    box-shadow: 0px 0px 6px black;
}


@media (max-width: 430px) {
    .pastorjames-details-name {
        font-size: 18px;
    } 

    .pastorjames-details-bg-pic {
        width: 160px;
        height: 160px;
    }

    .pastorjames-details-name-logo {
        width: 100px;
        height: 100px;
    }

    .pastorjames-details-name p {
        line-height: 25px;
    }
}

@media screen and (min-width: 430px) and (max-width: 650px) {
    .pastorjames-details-name {
        font-size: 25px;
    } 

    .pastorjames-details-bg-pic {
        width: 200px;
        height: 200px;
    }

    .pastorjames-details-name-logo {
        width: 120px;
        height: 120px;
    }

    .pastorjames-details-name p {
        line-height: 35px;
    }
}

@media screen and (min-width: 651px) and (max-width: 768px) {
    .pastorjames-details-name {
        font-size: 30px;
    } 

    .pastorjames-details-bg-pic {
        width: 300px;
        height: 300px;
    }

    .pastorjames-details-name-logo {
        width: 140px;
        height: 140px;
    }

    .pastorjames-details-name p {
        line-height: 35px;
    }
}
/* pastor james page ends here */

/* donate  */

.specialbody {
    background-color: var(--secondarycoloropacity);
}

.bank-details {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bank-details-box {
    background-color: var(--whitecolor);
    margin-bottom: 20px;
    padding: 40px 30px 0px 30px;
    flex-basis: 49%;
    color: var(--secondarycolor);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
}

.bank-details-box p {
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
}

.bank-details-box-currency {
    font-weight: 700;
    font-size: 17px;
    align-self: center;
}

.bank-details-box-currencynaira {
    color: green;
}

.bank-details-box-currencypounds {
    color: var(--primarycolor);
}

.bank-details-box-text {
    font-size: 15px;
}

.copy-icon {
    padding: 7px 15px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 6px black;
}

.copy-icon i {
    color: white;
}

.naira {
    background-color: green;
}

.dollar {
    background-color: var(--secondarycolor);
}

.pounds {
    background-color: var(--primarycolor);
}

.euro {
    background-color: orangered;
}

.bankdetail-button {
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media screen and (min-width: 769px) and (max-width: 992px) {
    .bank-details-box-currency {
        font-size: 15px;
    }

    .bank-details-box-text {
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .bank-details-box {
        flex-basis: 100%;
    }

    .bank-details-box-currency {
        font-size: 15px;
    }

    .bank-details-box-text {
        font-size: 13px;
    }
}

@media screen and (min-width: 0px) and (max-width: 600px) {
    .bank-details-box-currency {
        font-size: 14px;
    }

    .bank-details-box-text {
        font-size: 12px;
    }
}

@media screen and (min-width: 651px) and (max-width: 768px) {

}



.ministry-section {
    background-image: url(../images/contact.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#more {
    display: none;
}


.readbtn-minstry {
    background-color: var(--primarycolor);
    border: none;
    outline: none!important; 
}

.readbtn-minstry:hover {
    background-color: var(--secondarycolor);
    outline: none;
}

/* ministry ends here */

.apostolic-invasion-section {
    text-align: justify;
}

.general-bold {
    font-weight: 700;
}

.margin-left-event {
    margin-left: 40px;
}

.apostolic-invasion-flex {
    background-color: var(--secondarycolor);
    margin-bottom: 20px;
    padding: 15px 40px;
    display: flex;
    justify-content: space-between;
    color: var(--whitecolor);
}

.apostolic-invasion-details {
    width: 42%;
}

.apostolic-invasion-list li {
    margin-bottom: 10px;
}

.apostolic-invasion-schedule {
    width: 42%; 
}

.upcoming-event-donate {
    margin: 30px 0px;
}

@media (max-width: 769px) {
    .apostolic-invasion-flex {
        flex-direction: column;
    }
    
    .apostolic-invasion-details {
        width: 100%;
    }
    
    .apostolic-invasion-schedule {
        width: 100%; 
    } 

    .event-schedule-sm {
        margin-top: 20px;
    }

/* the end */