html{
    overflow-y: scroll;
    overflow-x: hidden;
    scroll-behavior: smooth;

}
html,body{
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.6em;
}
body{
    color: #cbcbcb;
    background-color: #4A4E57;
}

a{
    color: #DC3545;
    outline: none;
    text-decoration: none!important;
}
a:active,a:focus{
    background: transparent;
}

nav,body,input,textarea{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.wrapper{
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    word-wrap: break-word;

   
}

*,*::before,*::after{
    transition: all 0.2s ease-in-out;
    list-style: none;
}

h1,h2,h3,h4,h5,h6,.heading{
    font-family: "Fira Code",monospace;
    margin: 0;
    line-height: normal;
    font-weight: normal;
}
address{
    font-style: normal;
    font-weight: normal;
}

.font-xs{
    font-size: 0.8rem;
}

.hor-cen{
    display: flex;
    margin: 0 auto;
}

.btn.btn-danger:hover{
    background-color: transparent;
    border: 1px solid #FFF;
}
img{
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    line-height: normal;
    vertical-align: middle;
}




#secondaryNavBar .navbar-nav .nav-item{
    display: flex;

}
#secondaryNavBar .navbar-nav .nav-item::after{
    content: "|";
    margin-left: 10px;
    align-self: center;

}
#secondaryNavBar .navbar-nav .nav-item:last-child::after{
    margin-left: 0;
    content: "";
}

.social-icon{
    margin: 0;
    padding: 0;
    list-style: none;
}
.social-icon a{
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    text-align: center;
    color: #32353C;
    background-color: #fff;
}

.social-icon li{
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 0;
    line-height: normal;
}

.social-icon a:hover{
    color: #fff !important;
}

.faicon-facebook:hover,.faicon-linkedin:hover,.faicon-twitter:hover,
.faicon-instagram:hover{
    background-color: #3B5998 !important;
}


#header header{
    height: 6rem;
}
#header h1{font-size: 3.5rem; letter-spacing: 3px;}
#header a{color: inherit;}
#header .t3{font-family: Ubuntu,sans-serif; font-weight: 600; margin-top:-30px ;}
#header h1:hover{color: navy !important; cursor: pointer;}


/*Media Queries-Responsiveness
sm: 576px; md:768px; lg:992; xl:1200px*/
@media screen and (max-width:992px){
#header h1{font-size: 3rem;}
#header h2{font-size: 1.5rem;}
#header .flex-row{flex-direction: column!important;}
}
@media screen and (max-width:576px){
    #header h2{font-size: 1.15rem;}
    }


#mainNavbar.navbar .nav-item:hover{
    background-color: rgba(220, 53, 69, 0.7);
}
#mainNavbar.navbar .active{background-color: #DC3545;}

#mainNavbar a.nav-link{padding: 0.8rem;}
#mainNavbar .navbar-dark .navbar-nav .navbar-link:focus,
#mainNavbar .navbar-dark .navbar-nav .navbar-link:hover{
    color: #fff;
}
.dropdown-item{color: #fff;}
.dropdown-item:hover{background-color: #FFF;}

#cover-image #pageintro{padding: 200px 0;}
#cover-image #pageintro .heading{
    margin-bottom: 20px;
    font-family: 'BELL MT';
    font-size: 8rem;
    font-weight: 700;
}
#cover-image #pageintro p{
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.4rem;
}

#cover-image #pageintro article{
    display: block;
    overflow: hidden;
}

 #cover-image{
  /*background: url('../img/WhatsApp\ Image\ 2021-09-06\ at\ 5.17.17\ PM.jpeg')fixed center no-repeat;*/
     height: 1300px;
    /* background-size: cover !important;
    box-sizing:initial !important; */
}

/* .carousel,.item,.active{height:100%;}
.carousel-inner{height:100%;} */



/*Overlay effect for image*/
.overlay{
    color: #fff;
    background-color:inherit;
    position: relative;
    z-index: 1;
    margin-right: 85%;
    margin-top: -60px;
}
.overlay::after{
    color: #FFF;
    background-color: rgba(0,0,0,0.4);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    /* content: ""; */
}

.Ours_Church{
    white-space: nowrap;
    margin-left: 4.5rem !important;
}

#CenterHeading{
    margin-left: 37rem !important;
    font-weight: bolder;
}

.OurChurchInfo{
    margin-left: 27rem !important;
    align-items: center;
}

.OurChurchInfo .btn.btn-danger{
    background-color: gray;
    border: none;
}


.accordion{
    margin-left: 140px;
    margin-right: -140px;
}
#WordOfTheWeek{
    margin-left: 5rem !important;
}

/*Media Queries*/
@media screen and (max-width: 1200px) {
    #pageintro .heading{font-size: 7rem !important;}
}

@media screen and (max-width: 992px) {
    #pageintro .heading{ font-size: 6rem !important;}
    #pageintro.pl-5{padding-left: 0!important;}
}

@media screen and (max-width: 768px) {
    #pageintro .heading{font-size: 4rem !important;}
    #pageintro p, #pageintro .btn{font-size:1rem !important;}
    #pageintro.ml-5{margin-left: 0!important;}
}
@media screen and (max-width: 576px) {
    #pageintro .heading{font-size: 3rem !important;}
    #pageintro.ml-5{padding-left: 0!important;}
}


.content-wrapper{
    top: -450px;
    position: relative;
    z-index: 99;
    box-shadow: 0 0 10px 0 white;

    margin-right: -160px; /* 1 */
    margin-left:  -160px; /* 1 */
  
    max-width: 400%; /* 2 */
  
    padding-right: 0px; /* 3 */
    padding-left:  0px; /* 3 */
}

#services li{
    padding: 40px 0 0 0;
    text-align: center;
}

#services li article{
    display: block;
    position: relative;
    padding: 65px 20px 25px 20px;
    color: inherit;
    background: #F6F6F6;
}

#services li article i{
    display: inline-block;
    position:absolute;
    top: 0;
    left: 50%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin: -40px 0 0 -40px;
    border: 5px solid;
    border-radius: 50%;
    font-size: 36px;
    z-index: 1;
    color: #FFF;
    background-color: navy;
    border-color: #FFF;
}

#services li article .heading{font-size: 1.2rem;}
#services li article:hover i{color:navy; background-color: #F6F6F6;}
#services .btn.btn-danger:hover{color:navy;border: 1px solid navy;}

@media screen and(max-width: 992px){
    #services .p-5{padding: 0 !important;}

}

.overlay.red::after{
    background-color: rgba(220, 53, 69, 0.5);
}
#text-over-image{
    background: url(../img/pic-over-image1.jpg) fixed center no-repeat;
}
@media screen and(max-height:992px) {
    #text-over-image>.p-5{
        padding: 3rem 0!important;
    }
}

#text-overlap-image #second-column{
    z-index: 99;
    background-color: white;
    box-shadow: 0 0 10px 0 grey;
    margin-left: -100px;
}

@media screen and (max-width:992px) {
    #text-overlap-image .p-5{
        padding: 3rem 1rem !important;
    }
}
@media screen and (max-width: 768px) {
    #text-overlap-image #second-column{
        margin-left: 0px;
    }
}

/*----------------------------------Testimonials----------------*/
#testimonials-carousel{
    background: url(../img/pic-testimonial.jpg) center no-repeat;
}


/*----------------------------------Testimonials----------------*/
.blog article figure{
    display: block;
    position: relative;
    margin-bottom: 30px;
}

.blog article .textwrap .meta li{
    display: inline-block;
    margin-right: 8px;
    font-size: 0.8rem;
}

.blog article .textwrap .meta li:last-child{
    margin-right: 0;
}

/*Image Hover Effect*/
.img-hover{
    display: block;
    position: relative;
    max-width: 100%;
}
.img-hover::before, .img-hover::after{
    display:block;
    position: absolute;
    content: "";
    text-align: center;
    opacity: 0;
}

.img-hover::before{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.img-hover::after{
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: -25px 0 0 -25px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900; /*Font Awesome for solid style needs this property to work*/
    content: '\f121';
    font-size: 36px;
}

.img-hover::before{
    background: rgba(0, 0, 0, 0.5);
    opacity: 1;

}
.img-hover::after{
    color: #FFF;
    opacity: 1;
}

@media screen and(max-width: 1200px) {
    #news-blog.p-5{
        padding: 3rem 1rem !important;
    }
}

@media screen and(max-width: 992px) {
    #news-blog>.p-5{
        padding: 1rem !important;
    }
}


/*Footer*/
#body-footer{
    background: #32353c;
}

#body-footer .linklist li{
    display: block;
    margin-bottom: 15px;
    padding: 0 0 15px 0;
    border-bottom: 1px solid;
    border-color: rgba(255, 255, 255, 0.1);
}
#body-footer .linklist li:last-child{
    margin: 0;
    padding: 0;
    border: none;
}

#body-footer .contact.linklist li{
    position: relative;
    padding-left: 40px;
}

#body-footer .contact li *{
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

#border-footer .contact li i{
    display: block;
    position: absolute;
    top:0 ;
    left: 0;
    width: 30px;
    font-size: 16px;
    text-align: center;
}

#body-footer input{
    display: block;
    width: 100%;
    padding: 8px;
    border: 1px solid;
    border-color: transparent;
    color: #32353C;
    background-color: #FFF;
}

#body-footer input:focus{
    border-color: #DC3545;
}

@media screen and (max-width: 768px) {
    #copyright.mx-5{
        margin: 0 !important;
    }
}

@media screen and (max-width: 576px) {
    #copyright.px-5{
        padding: 0 !important;
    }
}

#backtotop{
    z-index: 999;
    display: inline-block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    text-align: center;
    border-radius: 100%;
    text-decoration: none;
    visibility: hidden;
    opacity: 0;
    color: #FFF;
    background-color: #DC3545;
}

#backtotop i{
    display: block;
    width: 100%;
    height: 100%;
    line-height: inherit;
}

#backtotop.visible{
    visibility: visible;
    opacity: 0.5;
}
#backatotop:hover{
    opacity: 1;
}


#sticky-social-icon .float-sticky-bar>li{
    background-color: #222;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 4px 5px;
    width: 150px;
    position: fixed;
    z-index: 999;
    transition: all 0.5s ease;
    display: flex;
    justify-content: flex-end;
    left: 0px;
}


#sticky-social-icon .fab{
    font-size: 20px;
    color: #FFF;
    padding: 10px 0 10px 10px;
    width: 35px;
    margin-left: 8px;
}

#sticky-social-icon.float-sticky-bar>li:hover{
    left: 0;
}

#sticky-social-icon.float-sticky-bar>li>a{
    color: #FFF !important;
    text-decoration: none;
    text-align: center;
    line-height: 45px !important;
    vertical-align: top !important;
}


#sticky-social-icon .position-fb{top: 160px;}
#sticky-social-icon .position-tw{top: 212px;}
#sticky-social-icon .position-in{top: 264px;}
#sticky-social-icon .position-li{top: 316px;}

.ul{
	margin: 50px;
	list-style-type: none;
}
    li{
		position: relative
		font-size: 25px
		&:before
			content: ""
			display: block
			position: absolute
			left: -20px
			top: 10px
			width: 12px
			height: 12px
			border: 1px solid #018df5
			background: #018df5
			border-radius: 50%
			box-shadow: 0px 0px 0px 3px #fff inset
    }

      img.logo {
        width: 280px ;
        height: -10;
        position: absolute;
        margin: auto;
        display:block;
        margin-top: 90px;
        left: 0;
        right: 0;
        z-index: 1;
        size: 15px;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
    }

    /* .timer_wrapper {
        border: 0;
        filter: drop-shadow(5px 5px 0px rgba(50, 50, 50, 0.4));
        font-family: "Mouse Memoirs";
        font-size: 2.8rem;
        letter-spacing: 0.08em;
        display:block;
        margin-left:auto;
        margin-right:auto; 
        align-content:center;
        width: 1100px;
      }
      
      #th_timer {
        background: #051f5c;
        clip-path: polygon(0% 0%, 100% 1%, 100% 100%, 5px 93%);
        color:white;
        /* x 
        justify-content: space-between;
        padding: 1rem;

        width: -34px ;
        height: -10px;
        position: absolute;
        margin: auto;
        display:block;
        margin-top: 540px;
         left: 50%; 
         right: 0; 
        z-index: 1;
        size: 20px;
        
        
        margin-left:25%;
        margin-right:auto;


      }
      #th_timer > * {
        min-width: 1rem;
        text-align: center;
        
      } */

      /*--------------------------------------------------------------*/
      /*-------------------------------------------------------------*/
      .timer_wrapper {
        border: 0;
        filter: drop-shadow(5px 5px 0px rgba(50, 50, 50, 0.4));
        font-family: "Mouse Memoirs";
        font-size: 2.8rem;
        letter-spacing: 0.08em;
        width: 565px;
         position: absolute;
        /*margin-top: 440px;
        margin-left: 500px;
        margin-right: 0; */
        position: absolute;
        left: 50%;
        top: 45%;
        transform: translate(-50%, -50%);

      }
      
      #th_timer {
        background: #051f5c;
        clip-path: polygon(0% 0%, 100% 1%, 100% 100%, 5px 93%);
        color:white;
        display: flex;
        justify-content: space-between;
        padding: 1rem;
      }
      #th_timer > * {
        min-width: 4rem;
        text-align: center;
      }
      /*---------------------------------------------------------------*/
      /*---------------------------------------------------------------*/

      /*--------------------------------------------------------------*/
      /*-------------------------------------------------------------*/
      .timer_wrapper_1 {
        border: 0;
        filter: drop-shadow(5px 5px 0px rgba(50, 50, 50, 0.4));
        font-family: "Mouse Memoirs";
        font-size: 2.8rem;
        letter-spacing: 0.08em;
        width: 565px;
        /* position: absolute;
        margin-top: 440px;
        margin-left: 500px;
        margin-right: 0; */
        position: absolute;
        left: 50%;
        top: 45%;
        transform: translate(-50%, -50%);

      }
      
      #th_timer_1 {
        background: #051f5c;
        clip-path: polygon(0% 0%, 100% 1%, 100% 100%, 5px 93%);
        color:white;
        display: flex;
        justify-content: space-between;
        padding: 1rem;
      }
      #th_timer_1 > * {
        min-width: 4rem;
        text-align: center;
      }
      /*---------------------------------------------------------------*/
      /*---------------------------------------------------------------*/

      /*--------------------------------------------------------------*/
      /*-------------------------------------------------------------*/
      .timer_wrapper_2 {
        border: 0;
        filter: drop-shadow(5px 5px 0px rgba(50, 50, 50, 0.4));
        font-family: "Mouse Memoirs";
        font-size: 2.8rem;
        letter-spacing: 0.08em;
        width: 565px;
        /* position: absolute;
        margin-top: 440px;
        margin-left: 500px;
        margin-right: 0; */
        position: absolute;
        left: 50%;
        top: 45%;
        transform: translate(-50%, -50%);

      }
      
      #th_timer_2 {
        background:#051f5c;
        clip-path: polygon(0% 0%, 100% 1%, 100% 100%, 5px 93%);
        color:white;
        display: flex;
        justify-content: space-between;
        padding: 1rem;
      }
      #th_timer_2 > * {
        min-width: 4rem;
        text-align: center;
      }

      .OurNextService{
        position: absolute;
        left: 41.5%;
        top: 35%;
      }



      /*---------------------------------------------------------------*/
      /*---------------------------------------------------------------*/

      @keyframes colorjig {
        0% {
          text-shadow: 3px 3px 0 #f00, -1px -1px 0 #0f0, 1px -1px 0 #00f, -1px 1px 0 yellow, 1px 1px 0 #000;
        }
        50% {
          text-shadow: 3px 3px 0 #00f, -1px -1px 0 #f00, 1px -1px 0 #0f0, -1px 1px 0 green, 1px 1px 0 #000;
        }
        100% {
          text-shadow: 3px 3px 0 #f00, -1px -1px 0 #0f0, 1px -1px 0 #00f, -1px 1px 0 yellow, 1px 1px 0 #000;
        }
      }

      .text-success{
          color: navy !important;
          
      }

      #MinistryModal{
        background-color: gray !important;
        border-radius: 5%;
        border: none;
      }

      #OurChurchHistory:hover{
        border-radius: 5%;
        background-color: transparent;
        border: 1px solid #FFF;
      }

      #Documents-blog{
       background-color:#cbcbcb !important;   
      }

      #accordion
      {
        margin-left: 95px; margin-right: -160px;
      }

      .card-body{
          color: black;
          
      }

      #cardies{
        word-break:break-all !important;
      }

      #Download_Doc li{
          color: blue;
      }

      #accordion .btn-link{
        margin: 0;
        position: absolute;
     
       
      }
      #background{
        /* background-position: center;
        background-repeat: no-repeat;
        background-size: cover; */
        /* background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left top; */
    background: no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
      }
 
#exampleModalLongTitle{
    margin-left: 40%;
}

#first-column{
    max-height: 10% !important;
}

.d-flex{
    margin-left: 20% !important;
}

/* @media screen and (max-width: 768px) {
    .d-flex{
        margin-left: 10% !important;
    }
    .wrapper{
        width: 105%;
    }

    .logo{
        size: 10px;
    }
    .timer_wrapper, .timer_wrapper_1, .timer_wrapper_2 {
        top: 85%;
    }
    .OurNextService{
        top: 71%;
        left: 33%;
    }
    .content-wrapper{
        top: -700px;
        margin-left: -90px;
        margin-right: -90px;
    }
    #services li{
        display: grid;
    }

    .wrapper section{
        margin-left: -140%;
    }

    #text-overlap-image #second-column{
        margin-left: -120px !important;
    }

    .fig{
        margin: 0em 0px;
    }

    #contact{
        margin-left: 20px;
    }

    #contact{
        margin-left: 18px;
    }

    .col-md-4{
        flex-wrap: wrap;
        flex: 0 0 28.333333%;
    }

} */

/*-----------------------------------------------------------------------------------------------*/
/*----------------------------------- |Responsive settings| -------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1200px) 
{
    /*Top part social media*/
    #home{
        width: 103.6%;
    }
    /*elcsa polokwane city*/
    #header{
        width: 103.6%;
    }
    /*Carousel landing page*/
    #cover-image{
        width: 103.6%;
    }
    /*LABEL*/
    .OurNextService{
        margin-top: 80px;
        margin-left: -50px;
    }

    /*Banner*/
    .timer_wrapper, .timer_wrapper_1, .timer_wrapper_2{
        margin-top: 100px;
    }

    /*Services*/
    #services{
        margin-left: 20px;
    }

    .Ours_Church p{
        word-wrap: normal;
        word-break: break-all;
        white-space: normal;
        display: block;
        height: auto;
        margin: 3px auto;
        line-height: 1.4;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;  
        width: 1000px;
        margin-left: 95px;
        margin-right: 40px;
        
    }

    .Ours_Church li{
        word-wrap: normal;
        word-break: break-all;
        white-space: normal;
        display: block;
        height: auto;
        margin: 3px auto;
        line-height: 1.4;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;  
        width: 900px;
        margin-left: 95px;
        margin-right: 40px;
       
    }

    #PastorPicture{
        height:600px;
        width: 750px;
        display: block;
        margin-left: 50px;
        object-fit: cover;
    }
   
    #second-column{
       margin-right: 50px;
    }

    #linklist{
        
        margin-left: 20% !important;
        margin-top: 5px !important;
    }

    #ReachUS{
        margin-left: 90px;
    }

    #MySocialIcons{
        margin-left: 25%;
        display: block;
    }

    .bottomChurch{
        margin-left: -5%;
    }

    #footer{
        margin-right: 150px;
    }

    .textwrap{
        margin-left: 45px;      
    }

    .attach{
        margin-left: 40px;
    }

    #newsPicture{
        margin-left: 70px;
    }
}

@media screen and (max-width: 992px) {
   .t3{
       margin-left: -65px;
   }
    /*Top part social media*/
    #home{
        width: 105.7%;
    }
    /*elcsa polokwane city*/
    #header{
        width: 105.7%;
    }
    /*Carousel landing page*/
    #cover-image{
        width: 105.7%;
    }
    /*LABEL*/
    .OurNextService{
        margin-top: 140px;
        margin-left: -65px;
    }

    /*Banner*/
    .timer_wrapper, .timer_wrapper_1, .timer_wrapper_2{
        margin-top: 150px;
    }

     /*Services*/
     #services{
        margin-left: 35px;
        margin-top: -80px;
    }

   
    #PastorPicture{
        height:600px;
        width: 750px;
        display: block;
        margin-left: 90px;
        object-fit: cover;
    }

    .Ours_Church p{
        word-wrap: normal;
        word-break: break-all;
        white-space: normal;
        display: block;
        height: auto;
        margin: 3px auto;
        line-height: 1.4;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;  
        width: 1000px;
        margin-left: 45px;
        margin-right: 40px;
        
    }

    .Ours_Church li{
        word-wrap: normal;
        word-break: break-all;
        white-space: normal;
        display: block;
        height: auto;
        margin: 3px auto;
        line-height: 1.4;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;  
        width: 900px;
        margin-left: 50px;
        margin-right: 40px;
       
    }

    #SermonTextwrap{
        margin-left: 70px;
    }

    .accordion{
        margin-left: 90px;
        margin-right: -90px;
    }

    #ReachUS{
        margin-left: 110px;
    }

    #MySocialIcons{
        margin-left: 30%;
        display: block;
    }

    .bottomChurch{
        margin-left: -5%;
    }

    #footer{
        margin-right: 150px;
    }

    .textwrap{
        margin-left: 45px;      
    }

    .attach{
        margin-left: 40px;
    }

    #newsPicture{
        margin-left: 70px;
    }

}

@media screen and (max-width: 768px) {

     /*Services*/
     #services{
        margin-left: -15px;
        margin-top: -80px;
    }

   .Ours_Church #CenterHeading{
       margin-right: -330px !important;
       width: 250px;
       
   }

    .Ours_Church p{
        word-wrap: normal;
        word-break: break-all;
        white-space: normal;
        display: block;
        height: auto;
        margin: 3px auto;
        line-height: 1.4;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;  
        width: 700px;
        margin-left: 45px;
        margin-right: 40px;
       
        
    }

    .Ours_Church li{
        word-wrap: normal;
        word-break: break-all;
        white-space: normal;
        display: block;
        height: auto;
        margin: 3px auto;
        line-height: 1.4;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;  
        width: 600px;
        margin-left: 65px;
        margin-right: 40px;
       
    }

    #jackInTheBox h2{  
        margin-left: 22rem !important;
        font-weight: bolder;
    }

    .Ours_Church footer{
        margin-left: 200px !important;
      
    } 

    #newsPicture{
        margin-left: 10px;
    }

    .textwrap{
        margin-left: 2px !important;      
    }

    #SermonTextwrap{
        margin-left: 12px!important;
    }

    .jackInTheBox h2{
        margin-right: -500px !important;
        width: 250px;
        display: block;
    }

    .wrapMe{
        margin-left: 90px !important;
    }

    .card button{
        margin-left: -60px;
       
    }

    #accordionExample #headingOne, #headingTwo, #headingThree{
        margin-left: -350px;
    }

    #accordionExample1 #headingOne{
        margin-left: -350px;
    }

    #contact h5{
        margin-left: 30px;
    
        width: 220px;
    }

    .FirstAddress{
        margin-left: -57px;
    }
    .SecondAddress{
        margin-left: -57px;
    }
    #ThirdsAddress {
        margin-left: -60px !important;
        display: block;
    }

    .emailReach{
        padding-left: 10px !important;
    }

    .emailReach1{
        padding-left: 23px !important;
    }

    .emailReach2{
        padding-left: 23px !important;
    }

    #Announcement h5{
        margin-left: 40px;
       
        width: 220px;
    }

    #Announcement article{
        margin-left: 40px;
    }

    #footerOurChurch h5{
        margin-left: 170px;
       
    }

    #footerOurChurch figure{
        margin-left: 50px;
    }
    #MySocialIcons{
        margin-left: 10%;
        display: block;
    }

    .bottomChurch{
        margin-left: 15% !important;
        border: solid ;
    }

    #footer .CopyRight{
        margin-left: -40px !important;
       
    }

    #footer .Templ{
        margin-right: -145px !important;
        
        width: 330px;
        
    }

    .textwrap{
        margin-left: 45px;      
    }

    .attach{
        margin-left: 40px;
    }

    #newsPicture{
        margin-left: 70px;
    }

    .d-flex{
        margin-left: 10% !important;
    }
    .wrapper{
        width: 105%;
    }

    .logo{
        size: 10px;
    }
    .timer_wrapper, .timer_wrapper_1, .timer_wrapper_2 {
        top: 85%;
    }
    .OurNextService{
        top: 71%;
        left: 33%;
    }
    .content-wrapper{
        top: -700px;
        margin-left: -90px;
        margin-right: -90px;
    }
    #services li{
        display: grid;
    }

    .wrapper section{
        margin-left: -140%;
    }

    #text-overlap-image #second-column{
        margin-left: -120px !important;
    }

    .fig{
        margin: 0em 0px;
    }

    #contact{
        margin-left: 20px;
    }

    #contact{
        margin-left: 18px;
    }

    .col-md-4{
        flex-wrap: wrap;
        flex: 0 0 28.333333%;
    }
   
}
@media screen and (max-width: 576px) {
    #copyright.px-5{
        padding: 0 !important;
    }

    /*Hop Heading*/
    .d-flex{
        margin-left: 15% !important;
        font-size: 15px !important;
        margin-top: 4% !important;
    }
    /*top part*/
    .wrapper{
        width: 100%;
    }
    /*Logo*/
    .logo{
        size: 10px;
        width: 170px !important;
    }
    /*Counter*/
    .timer_wrapper, .timer_wrapper_1, .timer_wrapper_2 {
        top: 80%;
        width: 300px;
        font-size: 14px;
    }
    /*Label*/
    .OurNextService{
        top: 65%;
        left: 35%;
        font-size: 19px;
    }
    .content-wrapper{
        top: -870px;
        margin-left: -90px;
        margin-right: -90px;
    }
    #services li{
        display: grid;
    }
    /*About Church*/
    .wrapper section{
        margin-left: -25%;
    }

    /*Pastor's Corner*/
    #text-overlap-image #second-column{
        margin-left: 5px !important;
        width: 80%;
        top: -30px;
    }

    /*Leadership*/
    .testimonials .my-3{
        width: 50%;
        margin-left: 25%;
    }

    #copy{
        left: -55px !important;
    }
    .fig{
        margin: 0em 0px;
    }

    #contact{
        margin-left: 20px;
    }

    #contact{
        margin-left: 18px;
    }

    .col-md-4{
        flex-wrap: wrap;
        flex: 0 0 22.333333%;
    }

}