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

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

p,
h1,
h2,
h3,
h4,
h5 {
    font-family: "Roboto", sans-serif;
    color: black;
}

a:hover {
    text-decoration: none;
}

ul li a {
    color: black;
}

p {
    line-height: 1.4;
    color: #737373;
    font-size: 1.1em;
    font-family: "Roboto", sans-serif;
}

img {
    max-width: 100%;
}

h1 {
    font-size: 51px;
    font-weight: 700;
    line-height: 1;
    padding-bottom: 15px;
}

h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
}

h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}

h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

h6 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

@font-face {
    font-family: "Times-New-Roman";
    font-style: normal;
    font-weight: normal;
    src: local("../fonts/Lato-Black.woff"), url("../fonts/Times-New-Roman.woff") format("woff");
}

/*back to top*/

#back-to-top {
    position: fixed;
    bottom: 2em;
    right: 0;
    z-index: 99999999;
    width: 50px;
    margin-right: 10px;
    height: 48px;
    animation: rotate 10.5s;
    text-align: center;
    line-height: 50px;
    background: #89e2aa;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 0;
    text-decoration: none;
    transition: all 0.5s linear;
    opacity: 0;
}

.show {
    display: block !important;
}

#back-to-top.show {
    opacity: 1;
    right: 0;
}

/*back to top*/

/*HEADER*/

/* .navbar-light {
    transition: all 0.6s;
    position: absolute;
    width: 100%;
    left: 0;
    padding-right: 0px;
} */


.feature-header .navbar-light {
    transition: all 0.6s;
    position: absolute;
    width: 100%;
    left: 0;
    padding-right: 0px;
    top: -44px;
}




.navbar_content a {
    color: #fff;
    margin: 0px 22px;
    font-size: 18px;
    text-transform: capitalize;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 500;
}

header .navbar-brand img {
    transition: all 0.6s;
}

header a.navbar-brand {
    transition: all 0.6s;
}

.header-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    position: relative;
    filter: brightness(0.8);
}

#navbarMobile {
    display: flex;
    justify-content: flex-end;
}

ul#menu-header-menu li {
    padding: 10px 0px;
}

ul#menu-header-menu .sub-menu li {
    border-bottom: 1px solid #ea6e06;
}

ul#menu-header-menu .sub-menu li:last-child {
    border: none;
}

#menu-header-menu > li:hover {
    color: #049dd9 !important;
}

ul.sub-menu {
    list-style: none;
    padding: 0px;
    position: absolute;
    display: none;
    text-align: center;
    /* left: 0; */
    background: #6b6558;
    width: 182px;
    border-radius: 6px;
    box-shadow: 0px 29px 38px -50px #5f5f5f;
    transform: translate(-24px, 10px);
    /* right: 0px; */
}
ul.sub-menu:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 9px solid #ea6e06;
    top: -9px;
    left: 47%;
    position: absolute;
}

.navbar_content .sub-menu a {
    display: block;
    color: #000000;
    font-size: 16px;
}

ul#menu-header-menu li:hover > ul.sub-menu {
    display: block;
}

#menu-header-menu > li:last-child a {
    color: #38184b !important;
    background-color: #89e2a9;
    margin-right: 0px;
    padding: 9px 34px;
    /* border-radius: 10px; */
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    font-weight: bold;
    font-size: 21px;

}



footer {
    background-color: #0b385f;
}

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

.footer-section {
    padding-bottom: 20px;
    margin-top: 3rem;
    margin-bottom: 1rem;
}

.footer-logo-img img {
    max-width: 100%;
}

.fea-bg {
    background: #062e51;
    padding: 40px 0px;
}

.social-site-icons {
    display: flex;
}

.up-heading {
    text-transform: capitalize;
    font-size: 30px;
    text-align: left;
    font-weight: 300;
    font-weight: bold;
    color: #fff;
    padding-bottom: 40px;
}
/*FOOTER*/

/*Header*/

/*slider*/

.tm-slider-nav .slick-dots,
.tm-slider-for .slick-dots {
    display: none !important;
}

.testm-left-nav:after {
    content: "";
    width: 98%;
    height: 100%;
    z-index: 1;
    top: 33px;
    position: absolute;
    left: -36px;
    /* background-image: url(../img/slide\ right\ arrow.png); */
    background-repeat: no-repeat;
    background-size: contain;
}

.testm-left-nav,
.testm-left-nav .slider.tm-slider-nav.slick-initialized.slick-slider.slick-dotted,
.testm-left-nav .slick-list.draggable,
.testm-left-nav .slick-track {
    height: 100%;
}

.testm-left-nav .slick-dotted {
    z-index: 11111;
}

.tm-slider-nav .slick-slide {
    
    height: 100%;
    display: flex;
    flex-direction: column;

    justify-content: center;
}


.tm-slider-for .slick-slide {
    font-size: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;

    justify-content: center;
}



.fa-quote-left {
    font-size: 71px;
    color: #ff8200;
    margin-bottom: 7px;
}
/*slider*/

/*this min media for container */

/*stjbc css*/

.footer-those-btn {
    display: flex;
    margin-top: 20px;
    margin-bottom: 40px;
}

.footer-btn-2 {
    margin-left: 5%;
}

.footer-those-btn a {
    background: #89e2aa;
    padding: 15px 25px;
    border-radius: 24px;
    color: #051e34;
    font-weight: bold;
    white-space: nowrap;
}

.map-btn .base-button {
    background: #89e2aa;
    padding: 15px 25px;
    border-radius: 24px;
    color: #051e34;
    font-weight: bold;
    white-space: nowrap;
    border: 1px solid #89e2aa;
    transition: all 0.5s;
}

.map-btn .base-button:hover {
    color: #051e34;
    transition: all 0.5s;
    background-color: #fff;
}

.footer-those-btn a:hover {
    transition: all 0.5s;
}

.footer-those-btn a:hover {
    background-color: #fff;
    color: #502b9c;
    transition: all 0.5s;
}

.social-site-icons {
    font-size: 45px;
}

.first-menu ul li a {
    color: #fff;
    margin: 18px;
    font-family: "Roboto";
    font-weight: 500;
}

.first-menu .nav {
    display: flex;
    flex-direction: row;
}

.ftr-bottom {
    background: #049dd9;
}

.footer-bottom-right {
    text-align: right;
}

.footer-log {
    display: flex;
    align-items: center;
    margin: 5% 0%;
}

/* 
.footer-logo img {
    background: #fff;
    padding: 20px 50px;
    border-radius: 15px;
} */

    /* .navbar-brand img {
        background: #fff;
        padding: 20px 50px;
        border-radius: 15px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    } */


.first-menu {
    font-size: 16px;
    text-transform: uppercase;
  
    display: flex;
    justify-content: flex-end;
}

.social-icon-app {
    margin-right: 60px;
}

.rel-img {
    position: relative;
}

.home-play-icon {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.series-left {
    text-align: right;
    margin-top: 5rem;
}

.series-heading {
    font-size: 55px;
    color: #4f2b9b;
    font-weight: 100;
}

.series-subtitle {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 2rem;
}

.base-button {
    background: #049dd9;
    color: #fff;
    font-size: 15px;
    padding: 15px 30px;
    border-radius: 25px;
    border: 1px solid #049dd9;
    font-family: "Roboto";
}

.base-button:hover {
    color: #fff;
}

.series-sec {
    margin: 6rem 0px;
}

.btn.btn-block.text-left {
    font-weight: bold;
    color: #56329f;
    font-size: 22px;
}
.BD-row .card-header {
    font-family: "Roboto";

    background: #f6f6f6;
}
.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.BD-row button,
input,
optgroup,
select,
textarea {
    font-family: "roboto";
}

.faq {
    margin-top: 80px;
    margin-bottom: 70px;
}

.faq-title {
    text-align: center;
    font-size: 45px;
    font-weight: 300;
    font-family: "Lato";
}

.BD-row .card-header {
    font-family: "Roboto";
    background: #fff;
    border-radius: 10px;
    border: none !important;
    position: relative;
    padding: 20px 10px;
}

.BD-row {
    border: 2px solid #989898;
    margin-bottom: 40px;
    border-radius: 15px;
}
.faq-content {
    max-width: 80%;
    margin: auto;
    padding-top: 10%;
    padding-bottom: 7%;
}

.faq-content p {
    font-size: 19px;
    line-height: 1.7;
    font-weight: bold;
    color: #333;
    font-style: italic;
}



.faq .btn-block::after {
    content: "\f0dd";
    font-family: "Font Awesome 5 Pro";
    color: #b1b1b1;
    font-size: 35px;
    position: absolute;
    right: 15px;
    margin-top: -30px;
    top: 50%;
}




.faq .btn-block.collapsed::after {
    content: "\f0de";
    margin-top: -15px;
   
}

.ann-title {
    font-size: 22px;
    color: #4f2b9b;
    margin-bottom: 20px;
    font-size: 29px;
    font-family: "Roboto";
    font-weight: 400;
}
.ann-des a {
    color: #4f2b9b;
}
.ann-des p {
    line-height: 1.7;
}
.acc-sec {
    max-width: 80%;
}

.ann-cont {
    margin-bottom: 50px;
}

.acc-rel {
    position: relative;
}
.acc-sec {
    max-width: 90%;
    padding-top: 10%;
    padding-bottom: 5%;
}
.annc-right-pattern {
    position: absolute;
    width: 100%;
    background-repeat: no-repeat;
    background-position: right;
    height: 100%;
}

.ann-des a {
    color: #4f2b9b;
    border-bottom: 1px solid #4f2b9b;
}

.sch-footer,
.sch-footer p,
.footer-left-content,
.social-site-icons a,
.footer-bottom-left,
.footer-bottom-right {
    color: #fff;
}
.footer-bottom-left,
.footer-bottom-right {
    color: #fff;
    font-family: "Roboto";
    text-transform: capitalize;
    font-size: 18px;
}

.footer-left-content P,
.secd-nav a {
    color: #fff;
    line-height: 2;
    font-family: "Roboto";
    font-size: 18px;
    font-weight: 400;
}
.secd-nav a {
    padding-left: 15px;
}
.sch-title {
    font-size: 28px;
    font-weight: bold;
    margin: 30px 0px;
}

.dt {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.church-sch {
    background: #502b9c;
    padding: 4rem 0rem;
}

.map-btn {
    margin-top: 30px;
}

.cor-sec {
    text-align: right;
    font-size: 30px;
    color: #fff;
}

.cor-img {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4rem 0rem 3rem;
}

.corner-btn {
    margin-top: 30px;
}
.fea-thubm {
    display: flex;
    justify-content: flex-end;
    margin: 2rem 0rem;
}

.fea-thumb-bg {
    background-repeat: no-repeat;
   
    padding: 10px;
    background-position: left;
    background-size: contain;
}


.aft-thumb-cont {
 
 
    width: 100%;
  
    font-size: 21px;
    
    color: #fff;
    background-size: cover;
    background-position: center right;
    padding: 19px 29px 61px;
}


.aft-thumb-cont {
    width: 100%;
    font-size: 21px;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    padding: 7% 40% 24% 4%;
}
.abt-img {
    position: relative;
}

.about-god {
    font-size: 55px;
    padding-left: 6%;
    font-weight: bold;
    padding-top: 5%;
    color: #4f2b9b;
    font-style: italic;
}
.abt-god-right {
    margin-top: -6%;
    padding-right: 0px;
}

.msg-title {
    color: #4f2b9b;
    font-size: 35px;
    margin-bottom: 30px;
    font-family: "Roboto";
    font-weight: 100;
    font-size: 55px;
}
.msg-des p,
.msg-des-second p {
    line-height: 1.7;
    color: #333;
}

.god-quote-first {
    font-size: 35px;
    font-weight: bold;
    color: #15496e;
}
.god-quote-second {
    font-size: 40px;
    color: #2d9fd5;
    font-weight: 500;
}

.quote-sec {
    padding: 3rem 15px;
    border-top: 10px solid #2d9fd5;
    border-bottom: 10px solid #2d9fd5;
}

.testm-descripation p {
    font-size: 33px;
    color: #4f2b9b;
    font-style: italic;
    line-height: 1.2;
    font-family: "Times-New-Roman";
}
.slide-btm-title {
    font-size: 18px;
    color: #4f2b9b;
    font-style: italic;
    font-family: "Times-New-Roman";
}

.main-content p {
    line-height: 1.6;
    color: #333;
}
.main-content {
    margin: 10% 0%;
}

.feature-header {
    z-index: 11111111;
}

.about-heading-cont {
    position: absolute;
    bottom: 10%;
}
.Header-content {
    color: #fff;
    font-size: 85px;
   
    font-family: "Roboto";
    padding-left: 6%;
    font-weight: 200;
}

.coming-up-title {
    text-align: center;
    font-size: 30px;
    margin-bottom: 4rem;
    color: #4f2b9b;
}

.cm-up-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #4f2b9b;
}

.cm-up-des p {
    line-height: 1.7;
    color: #333;
}

.cm-up-des a {
    color: #4f2b9b;
}

.cm-row {
    margin-bottom: 4rem;
    width: 100%;
    margin: -l;
    margin-left: 0px;
    margin-right: 0px;
}
.coming-up-title {
    text-align: center;
    font-size: 50px;
    margin-bottom: 4rem;
    color: #4f2b9b;
    font-weight: 100;
    font-family: "roboto";
}

.patterns-left {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
}
.buble-right {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}

.card-titles {
    margin-bottom: 0.75rem;
    font-size: 25px;
    font-family: "roboto";
    font-weight: bold;
    color: #4f2b9b;
}

.card-btn a {
    color: #4f2b9b;
    font-size: 20px;
    font-weight: 500;
    border-bottom: 2px solid;
}

.carda {
    margin-bottom: 5rem;
}

.blog-row {
    margin: 10% 0%;
}
.card-cont {
    margin-bottom: 20px;
}
.blog-details p {
    font-size: 18px;
    font-family: "roboto";
    line-height: 1.7;
}
.blog-details {
    margin: 10% 0% 5%;
}

.back-to-btn {
    margin: 4rem 0rem;
}

.card-cont p {
    font-size: 20px;
    max-width: 95%;
    font-weight: 500;

}

.about-left-pattern {
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    position: absolute;
    top: -4%;
    z-index: -1;
}

.blog-left-patterns {
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    position: absolute;
    top: -27%;
    z-index: -1;
    height: 100%;
    width: 100%;
}

.basic-temp-left-patterns {
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    z-index: -1;
    height: 100%;
    width: 100%;
    transform: translateY(-50%);
}

.basic-temp-sec {
    max-width: 80%;
    margin: auto;
}

.blog-left-pattern {
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 10%;
    z-index: -1;
}

.about-us-left-pattern {
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    position: absolute;
    top: -50%;
    z-index: -1;
    transform: translateY(-33%);
}

.homepage-right-content {
    text-align: right;
    color: #fff;

    display: flex;
    justify-content: flex-end;
    font-family: "Roboto";
    font-weight: 100;
    font-size: 99px;
    text-transform: capitalize;
}

.fea-div {
    position: relative;
}

.buble-right {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.our-msg-sec {
    margin-top: 10%;
}

.head-bg-blue {
    background: #4f2b9b;
    text-align: right;
    padding: 3px;
  
    width: 100%;
    z-index: 111;
}

.anchor-first, .anchor-second {
    color: #fff;
    margin-right: 30px;
    text-decoration: none;
    font-size: 13px;
    font-family: 'Roboto';
}

.anchor-first:hover,
.anchor-second:hover {
    color: #fff;
}

.navbar-brand {
    margin-left: 6%;
}

.corner-title {
    font-size: 53px;
    font-weight: 100;
    font-family: "Roboto";
}







.subcontnet {
    display: flex;
    font-size: 24px;
    line-height: 0.8;
    margin-bottom: 30px;
    color: #fff;
    align-items: center;
    justify-content: flex-end;
}







.banner-btn {
    text-align: right;
    margin-bottom: 50px;
}


.sunday-sch {
    display: flex;
    justify-content: flex-end;
    color: #fff;
    padding-bottom: 30px;
    background: #037eaea3;
    padding-right: 9%;
    padding-left: 4%;
    padding-top: 2%;
    margin-bottom: 2%;
  
    border-radius: 80px 0px 0px 80px;
}








.fea-timing.px-0 {
    display: flex;
    justify-content: flex-end;
}   

.day-name {
    margin-right: 30px;
    font-size: 30px;
    text-transform: uppercase;
}

.timing {
    font-size: 20px;
}

.fea-sch-content {
    padding: 15% 0% 2%;
}

.fea-hr {
    border: 1px solid #fff;
    max-width: 40%;
    margin-left: auto;
}

.fea-hr-bottom {
    border: 1px solid #fff;
    max-width: 100%;
    margin-left: auto;
}
.time-title {
    font-size: 22px;
    font-family: "Roboto";
    font-weight: bold;
}
.time-sch {
    font-size: 22px;
    font-weight: 500;
    font-family: "Roboto";
}

.day-name {
    margin-right: 30px;
    text-transform: uppercase;
    color: #bbdfed;
    font-size: 30px;
    font-weight: 700;
}

.sub-title {
    margin-right: 30px;
	margin-left:30px;
    font-family: "Mr De Haviland";
    font-size: 116px;
    font-weight: 400;
}
.right-content p {
 color: #fff;
    font-family: 'Roboto';
    font-weight: 400;
}
.series-right-bubble {
    position: absolute;
    background-position: right;
    background-repeat: no-repeat;
    width: 100%;
    background-size: contain;
    margin: 2rem 0rem;
}

.cm-up-des a {
    color: #4f2b9b;
    text-decoration: underline;
}

.page-template-index .church-sch {
    display: none;
}

.msg-bg-bubble {
    position: relative;
}

.about-us-left-bubble {
    position: absolute;
    background-repeat: no-repeat;
    width: 100%;
    background-position: left;
    bottom: 0;
    transform: translateY(50%);
    z-index: -1111;
}

/* .card-cont p {
    color: #d8d8d8;
} */

.card-cont p {
   
    font-size: 18px;
    color: #000000;
}





.buble-rights {
    background-repeat: no-repeat;
    background-position: right;
}

.patterns-lefts {
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    background-position: left;
    z-index: -1;
}
.fea-thubm img {
    transition: all 0.6s;
    cursor: pointer;
}

/* .fea-thubm img:hover {
    transform: scale(0.9);
    transition: all 0.6s;
} */

/*stjbc css*/

@media screen and (min-width: 1400px) {
    .container-lg,
    .container {
        max-width: 1250px;
    }


}

@media (max-width: 1380px) {
    .navbar_content a {
        font-size: 18px;
    }

    .corner-title {
        font-size: 40px;
        line-height: 1.4;
    }

.first-menu ul li a {
    margin: 10px;
   
}


    .series-heading {
        font-size: 45px;
       
    }


    .series-subtitle {
        font-size: 18px;
       
    }

    .series--btn .base-button {
   
        font-size: 13px;
        padding: 15px 24px;
      
    }

}

@media (max-width: 1200px) {


    .about-god {
        font-size: 40px;
    
    }
    .navbar_content a {
        margin: 0px 10px;
        font-size: 17px;
    }
    .navbar {
        padding: 0px;
    }

    .homepage-right-content {
        font-size: 74px;
    }
    .corner-title {
        font-size: 32px;
    }


    .home-play-icon {
        
        width: 70px;
       
    }

    .series-left {
       
         margin-top: auto; 
        margin-bottom: 4%;
    }


    .testm-descripation p {
        font-size: 26px;
       
    }


    .cm-up-des p {
        font-size: 15px;
    }


    .footer-those-btn a {

        padding: 13px 19px;
      
        font-size: 13px;
     
    }

    .Header-content {
       
        font-size: 67px;
        
    }
    .god-quote-first , .god-quote-second {
        font-size: 27px;
      
    }
}

@media screen and (max-width: 991px) {



    .aft-thumb-cont {
    
        padding: 7% 30% 15% 4%;
    }

    .ann-title {
        font-size: 22px;
     
    }
 
    .navbar-brand {
        margin-left: 6%;
        max-width: 25%;
    }
    #navbarMobile {
        width: 100%;
        height: 100%;
        opacity: 0;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        visibility: hidden;
    }
    .toggle-btn .bar {
        width: 39px;
        height: 5px;
        opacity: 1;
        margin: 7px auto;
        background: #fff;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
  
/* 
    .toggle-btn {
        z-index: 9999999999999;
        cursor: pointer;
        position: absolute;
        right: 2px;
        top: -75px;
        margin-top: 12px;
    }
    */

    .toggle-btn {
        z-index: 9999999999999;
        cursor: pointer;
        position: absolute;
        right: 2px;
        top: 50px;
        /* margin-top: 12px; */
    }



 .navbar_content {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(9, 9, 9, 0.9);
    transition: 0.3s;
    z-index: 999;
}
 


.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 100px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    padding: 15px;
    transition: 0.3s;
}

    .feature-header {
        position: absolute;
        right: 0px;
        width: 100%;
        padding: 0px;
    }
    .navbar-light {
        padding: 0px;
        z-index: 1;
    }

    .cross-btn-image {
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        background: #a67ff9;
        padding: 4px 10px;
        margin-right: 10px;
    }
    .toggle-btn .bar:nth-child(1) {
        transition: all 0.6s ease-in-out;
    }
    #toggle:checked ~ .toggle-btn {
        position: fixed;
        margin-top: 20px;
    }

    /*for sub menu */

    #toggle:checked ~ #navbarMobile > ul {
        position: relative;
        top: 0px;
        transition: all 0.6s;
    }
    #toggle:checked ~ #navbarMobile ~ .sub-menu ul {
        position: absolute;
        top: 0px;
    }

    ul.sub-menu {
        list-style: none;
        padding: 0px;
        position: relative;
        display: block;
        top: 10px;
        background: no-repeat;
        width: 90%;
        margin-left: 5%;
        top: 0px;
        border-radius: 6px;
        box-shadow: 0px 29px 38px -50px #5f5f5f;
        transform: translateX(0);
        border: 1px solid #505050;
        margin-top: 10px;
        margin-bottom: 26px;
    }
    /*for sub menu */

    #toggle:checked ~ #navbarMobile {
        opacity: 1;
        visibility: visible;
        z-index: 999999999;
    }
    #toggle:checked + label.toggle-btn .bar:nth-child(3) {
        -webkit-transform: translateY(-3px) rotate(-45deg);
        transform: translateY(-3px) rotate(-45deg);
    }
    #toggle:checked + label.toggle-btn .bar:nth-child(3) {
        transform: translateY(-12px) rotate(-45deg);
        -webkit-transform: translateY(-12px) rotate(-45deg);
    }
    #toggle:checked + label.toggle-btn .bar:nth-child(2) {
        -webkit-transform: translateY(-3px) rotate(-45deg);
        transform: translateY(-3px) rotate(-45deg);
    }
    header #toggle:checked + label.toggle-btn .bar:nth-child(2) {
        -webkit-transform: translateY(0px) rotate(45deg);
        transform: translateY(0px) rotate(45deg);
    }
    #toggle:checked + label.toggle-btn .bar:nth-child(1) {
        -webkit-transform: translateY(-11px);
        transform: translateY(-11px);
        opacity: 0;
        transition: all 0.6s ease-in-out;
    }
    .navbar-light .navbar-toggler {
        margin-top: -94px;
        margin-right: 15px;
    }
    ul#menu-header-menu li {
        padding: 0px;
        border-bottom: 1px solid rgba(112, 112, 112, 0.5);
    }
    .navbar_content a {
        margin: 0px 13px;
        font-size: 17px;
        display: block;
        padding: 12px;
        text-align: center;
        color: #000000;
    }
    ul.sub-menu {
        list-style: none;
        padding: 0px;
        position: relative;
        display: block;
        background: no-repeat;
        width: 90%;
        margin-left: 5%;
        border-radius: 6px;
        box-shadow: 0px 29px 38px -50px #5f5f5f;
        transform: translateX(0);
        border: 1px solid #505050;
        margin-right: auto;
        margin-left: auto;
        left: 0px;
    }
    ul.sub-menu:before {
        content: "";
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 9px solid #4c4c4c;
        top: -9px;
        left: 50%;
        position: absolute;
    }

    .toggle-btn .bar {
        width: 30px;
        height: 2px;
    }
    #toggle ~ :checked {
        margin: 10px;
    }
    #toggle:checked ~ .toggle-btn .cross-btn-image > .bar {
        margin: 10px auto;
    }
    /* #toggle:checked ~ .toggle-btn .cross-btn-image {
        padding: 1px 10px;
        background: none;
    } */

    /* #toggle:checked ~ .toggle-btn .cross-btn-image {
        padding: 1px 10px;
        position: relative;
        background: none;
        width: 100%;
        top: 64px;
        
    } */


    #toggle:checked ~ .toggle-btn .cross-btn-image {
       
        position: relative;
        background: none;
        width: 100%;
        margin-right: 12px;
        top: -45px;
        
        padding: 4px 10px;
        right: 10px;
    }



    .navbar-light .navbar-brand {
        transform: translateX(0px);
    }

    .play-icon {
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 20%;
    }

    .fea-ser-title {
        font-size: 30px;
    }

  

    .play-icon {
        top: 50%;
    }

    .right-thumb-content {
        font-size: 26px;
        max-width: 80%;
    }
    .right-sign-contnet {
        padding: 5rem 0rem;
    }

    .BD-row .card-header {
        margin: 10px 0px;
    }

    .thumb-right-content {
        font-size: 17px;
    }
    .buss-thumb-contents p {
        font-size: 16px;
    }
    .plat-left-content p {
        font-size: 20px;
    }
    .home-play-icon {
        width: 15%;
    }

    .homepage-right-content {
        font-size: 63px;
    }

    .sub-title {
        font-size: 72px;
    }
    .right-content {
        font-size: 20px;
    }
    .banner-btn .base-button {
        font-size: 13px;
    }
    .day-name {
        font-size: 26px;
    }
    .time-title {
        font-size: 19px;
    }

    .time-sch {
        font-size: 17px;
    }

    #menu-header-menu > li:last-child a {
        background-color: transparent;
        border-radius: 0px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        transform: translateY(0px);

        margin-right: 13px;
        padding: 12px;
    }

    .corner-title {
        font-size: 23px;
    }

    .corner-btn {
        margin-top: 15px;
    }

    .corner-btn .base-button {
        font-size: 13px;
        padding: 15px 20px;
    }
   

    .series-heading {
        font-size: 38px;
    }
    .series-subtitle {
        font-size: 15px;
    }

    .testm-descripation p {
        font-size: 20px;
    }

    .cm-row {
        display: flex;
        align-items: center;
    }

    .cm-up-img{
        margin-bottom: 30px;
    }

    .cm-row {
        margin-bottom: 2rem;
   
    }

    .footer-those-btn {
  
        flex-direction: column;
    }
    .footer-btn-1 {
        margin-bottom: 37px;
    }
    .footer-btn-2 {
        margin-left: 0%;
    }

    .social-icon-app {
        margin-right: 15px;
    }

    .top-blue {
        text-align: center;
    }


    .about-god {
        font-size: 33px;
    }
    
}

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

    /* .navbar-brand img {
        background: #fff;
        padding: 10px 20px;
       border-top-left-radius: 0px;
       border-top-right-radius: 0px;
        max-width: 170px;
    }
     */


     .navbar-brand img {
        margin-top: 0px !important;
    }

    #toggle:checked ~ .toggle-btn .cross-btn-image {
        top: 100px;
    }
    .feature-header .navbar-light {
        top: -5px; 
    }

    .toggle-btn {
       
        top: 15px;
       
    }
    .navbar-brand img {
     
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    .acc-sec {
        max-width: 100%;
       
    }

    .ann-des p {
        font-size: 16px;
       
        line-height: 1.4;
    }

  

    .homepage-right-content {
        font-size: 45px;
    }
    .sub-title {
        font-size: 60px;
    }
    .right-content {
        font-size: 16px;
    }
    .banner-btn .base-button {
        font-size: 13px;
    }
    .day-name {
        font-size: 21px;
    }
    .time-title {
        font-size: 14px;
    }
    .time-sch {
        font-size: 14px;
    }

    .cor-img {
        background-position: bottom;
    }

    .series-sec {
        margin: 3rem 0px;
    }

    .series-left {
        
        text-align: left;
    }
  .series-right{
      margin-bottom: 4%;
  }
/* 
  .revi-slide  {
    
    margin: 33px 0px;
} */

.coming-up-title {
    font-size: 38px;
    margin-bottom: 1rem;
}
.container-fluid,
.container {
    padding-left: 6%;
    padding-right: 6%;
}


.fea-cont {
    padding-right: 0px;
}


.fea-timing{
    padding-right: 0%;
}

.up-heading {
   
    padding-bottom: 8px;
    margin-top: 33px;
}




.social-site-icons {
    font-size: 32px;
}
.footer-log {
  
    text-align: center;
}
.first-menu {
  
    justify-content: center;
    
}

.first-menu .nav {
    
    flex-direction: column;
    justify-content: center;
    line-height: 1.6;
}


.first-menu ul li a {
   
    margin: 10px;
   
    padding-bottom: 0px;
    display: inline-block;
}




#toggle:checked ~ .toggle-btn {
    position: fixed;
     margin-top: 0px; 
    top: -60px;
}

.cm-up-title {
    
    margin-bottom: 4px;
  
}

.slick-slide img {
    display: block;
    max-width: 60%;
    margin: auto;}

  
    .footer-logo img {
  
        padding: 15px 40px;
  
        max-width: 214px;
        margin-bottom: 20px;
    }



    .footer-bottom-left, .footer-bottom-right {
      
        font-size: 15px;
        text-align: center !important;
    }


 .footer-bottom-right {
      
          margin-top: 10px;
    }

    .Header-content {
        font-size: 50px;
    }


    .abt-god-right {
        margin-top: 5%;
        padding-right: 0px;
    }


    .container, .container-sm {
        max-width: 100%;
    }

    .msg-title {
       
        margin-bottom: 5px;
        
       
        font-size: 50px;
    }
    .quote-sec {
        padding: 2rem 15px;
        margin-bottom: 30px;
    }
    .god-quote-second {
        
        line-height: 1.2;
       
    }

    .quote-sec {
    
        margin-bottom: 30px;
    }


    .alignnone {
       
        max-width: 50%;
       
        object-fit: contain;
    }

    .card-titles {
      
        font-size: 22px;
        
    }

    .faq-content {
        max-width: 100%;
    
    }

    .sch-footer p {
        font-size: 16px;
    }
    .dt {
        font-size: 22px;
     
       
    }
    .sch-title {
        font-size: 28px;
       
        margin: 20px 0px;
    } 

    .church-sch {
      
        padding: 2rem 0rem 3rem;
    }

    .testm-descripation , .slide-btm-title{
        text-align: center;
    }

    .testm-descripation {
        max-width: 80%;
        margin-top: 2%;
        margin-left: auto;
        margin-right: auto;
    }
    .testm-descripation p , .slide-btm-title {
        font-size: 16px;
     }

     .basic-temp-sec {
        max-width: 100%;
        margin: auto;
        font-size: 15px;
    }
    p{
        font-size: 16px;
    }




    .sunday-sch {
     
        padding-left: 10%;
      
    }

}



@media screen and (max-width: 576px) {



    .page-template-index .header-banner{
        background-position: revert;
    }
  

    .Header-content {
        font-size: 45px;
    }

    .ann-title {
      
        font-size: 20px;
        margin-bottom: 10px;
       
    }
    .benef-section {
        margin-bottom: 40px;
    }

    .benefits-title,
    .grow-title,
    .faq-title {
        font-size: 17px;
        line-height: 1.3;
    }

    .faq {
        margin-top: 46px;
        margin-bottom: 44px;
    }
    .brain-title {
        font-size: 17px;
    }

    .brain-title-btn .base-button {
        background-color: #0d1247;
        color: #fff;
        font-size: 12px;
    }
    .benef-left ul li,
    .benef-right ul li {
        font-size: 17px;
    }

    .plat-sec {
        margin-top: 35px;
    }
    .btn.btn-block.text-left {
        font-size: 16px;
    }
    .youtube-icon {
        width: 20%;
    }

    .fea-right {
        margin-top: 30px;
    }
    .fea-left {
        margin-bottom: 30px;
    }

    .homepage-right-content {
        font-size: 50px;
    }
    .right-content {
        font-size: 18px;
    }

    .banner-btn {
        margin-bottom: 39px;
    }

    .fea-thumb-first,
    .fea-thumb-second {
        margin-bottom: 20px;
        text-align: center;
    }

    .BD-row .card-header {
      
        padding: 5px 10px;
        margin: 5px 0px;
    }
    
    .fea-thumb-bg {
        
        background-size: cover;
    }



    
.blog-details img{
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
 
}

@media screen and (max-width: 480px) {
    .cor-img {
        padding: 2rem 0rem 3rem;
    }
    .corner-title {
        font-size: 15px;
    }

    .corner-btn {
        margin-top: 7px;
    }

    .play-icon {
        width: 16%;
    }
    .brand-sec {
        max-width: 100%;
    }
    .corner-btn .base-button , .series--btn .base-button {
        font-size: 12px;
        padding: 10px 19px;
    }

    .anchor-first,
    .anchor-second {
        margin-right: 10px;
    }

    .top-blue {
        text-align: left;
    }
    .top-blue a {
        font-size: 13px;
    }



    .homepage-right-content {
        font-size: 35px;
        margin-top: 20px;
    }

    .subcontnet {
       
        font-size: 24px;
       
    }
    .right-content {
        font-size: 13px;
    }

    .day-name {
        font-size: 20px;
    }
    .timing {
        font-size: 20px;
    }

    .sub-title {
        margin-right: 13px;
       
        font-size: 45px;
       
    }

    .banner-btn .base-button {
      
        padding: 11px 21px;
        
    }

    .banner-btn {
        margin-bottom: 30px;
    }
    .navbar-brand {
        margin-left: 2%;
       
    }
    .header-banner {
        
        object-fit: cover;
        min-height: 240px;
    }
}




@media screen and (max-width: 380px) {
    .tm-slider-nav .slick-next {
        padding: 35px 16px;
    }
    .tm-slider-nav .slick-slide {
        padding: 50px 0px;
    }
    .value-title {
        font-size: 28px;
    }

    .sub-right {
        margin-bottom: 0px;
    }

    .navbar-brand img {
       
        padding: 10px 20px;
       
        max-width: 132px;
    }
  
}






.navbar-brand img {
    margin-top: 40px;
}
header .navbar-nav{
    align-items: center;
}





.blog-details ul ,.blog-details dl,.blog-details ol{
    margin-left: 30px;
    display: inline-block;

}