body{
    margin:0;
    padding:0;
    font-size:18px;
    color: #000;
    font-family: "times", serif;
    font-weight: 400;
}
p {
    color: #000;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 16px;
    font-family: "times", serif;
    font-weight: 400;
}
h1, h2, h3, h4, h5, h6{
     color: #000000;
     margin-top: 10px;
     margin-bottom: 10px;
     font-family: "Domine", serif;
     font-weight: 700;
}
h1{
    font-size: 22px;
    color: #000;
}
h2{
    font-size: 18px;
    color: #000;
}
h3{
    font-size: 22px;
    color: #deb90e;
}
h4{
    font-size: 18px;
    color: #deb90e;
}
h5{
    font-size: 22px;
    color: #005eb8;
}
h6{
    font-size: 18px;
    color: #005eb8;
}
a{
    color: #005eb8;
}
a:focus, a:hover{
    text-decoration:none;
}
.btn-primary{
    background-color: #005eb8;
    border-color: #005eb8;
    color: #fff;
}
.top-header {
    background-color: #e9f4ff;
    padding: 10px 0px;
}
.call-info ul, .social-icons-list ul {
    margin: 0px;
}
.call-info ul li {
    margin-right: 10px;
}
.top-header a{
    color: #1a1a1a;
}
.del-space {
    display: none;
}
.call-info i {
    color: #005eb8;
    margin-right: 6px;
}
.navbar-default .navbar-brand {
    height: auto;
    padding: 10px 0px;
    line-height: normal;
    margin-right: 30px;
}
nav.navbar.bootsnav {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}
.wrap-sticky nav.navbar.bootsnav.sticked {
    background-color: #fff;
}
.navbar-brand .logo-text {
    width: 350px;
    margin-left: 10px;
}
.navbar-right {
    float: left !important;
}
nav.navbar.bootsnav .navbar-nav > li > a {
    color: #000;
    padding: 15px 10px;
    font-size: 15px;
    font-weight: 500 !important;
    margin: 14px 0px;
}
.attr-nav {
    display: initial;
    margin-top: 0px;
    margin-right: 10px;
    position: relative;
}
.attr-nav > ul > li > a {
    color: #1a1a1a;
    padding: 8px 10px;
}
.attr-nav .fa-magnifying-glass {
    font-size: 24px;
    color: #8b8b8b;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a:hover{
    background-color: #005eb8;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
    border: 0px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, nav.navbar.bootsnav .navbar-toggle {
    color: #ffffff;
    background-color: #005eb8;
    padding: 5px 10px 3px;
    font-size: 20px;
}
.donate-btn a {
    background-color: #005eb8 !important;
    color: #fff;
    border-radius: 30px;
    padding: 12px 5px 12px 15px;
    border: 2px solid #005eb8;
    transition: all 0.3s linear;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
}
.donate-btn a:hover{
    background-color: transparent !important;
    border-color: #005eb8;
    color: #005eb8;
}
.donate-block {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 20px;
}
.donate-btn .fa-arrow-right {
    background-color: #fff;
    width: 40px;
    height: 40px;
    color: #005eb8;
    text-align: center;
    border-radius: 100%;
    padding: 12px;
    margin-left: 6px;
}
.carousel-inner > .item::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 50%);
}
.carousel-caption {
    width: 60%;
    top: 25%;
}
.carousel-caption h1{
    color: #fff;
    margin-top: 0px;
    margin-bottom: 20px;
}
.carousel-caption p {
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 15px;
    font-size: 20px;
    letter-spacing: 1px;
}
.carousel-caption a {
    background-color: #005eb8;
    line-height: inherit;
    height: auto;
    padding: 12px 35px;
    width: auto;
    border-radius: 30px;
    transition: all 0.3s linear;
}
.carousel-caption a:hover{
    background-color: #1a1a1a;
    color: #fff;
}
/*--navbar--end--*/
.py-5{
    padding: 60px 0px;
}
.about-right {
    text-align: center;
    width: 100%;
    background: #f1ede4;
    padding: 20px;
    border-radius: 20px;
}
.about-right h2 {
    margin: 0px;
    font-size: 42px;
    padding-top: 20px;
}
.about-right p {
    margin-top: 50px;
    font-size: 20px;
}
.faith-left img, .about-left img {
    border-radius: 20px;
    width: 100%;
}
.faith-right {
    background: #f1ede4;
    padding: 20px;
    border-radius: 20px;
}
.faith-row {
    display: flex;
    flex-wrap: wrap;
}
.faith-col {
    display: flex;
    flex-direction: inherit;
}
.faith-right h2 {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
}
.timing-block{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    padding: 150px 0px;
}
.timing-block::before, footer::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 65%);
}
.worship-content {
    position: relative;
    text-align: center;
}
.worship-content h2 {
    font-size: 48px;
    color: #fff;
    line-height: 60px;
}
footer {
    border: none;
    padding: 80px 0px 50px;
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.footer-title {
    font-size: 24px;
    color: #ffffff;
    position: relative;
    margin-bottom: 15px;
}
.more-info i {
    color: #ffffff;
    margin-right: 10px;
    font-size: 18px;
}
.more-info p{
    color: #fff;
    font-size: 16px;
}
.more-info li{
    font-size: 16px;
}
.more-info .call-list, .more-info .loc-info {
    margin-bottom: 30px;
}
.copy p, .power p, .power p a{
    color: #fff;
}
.top-footer {
    padding-bottom: 30px;
}
.top-sch {
    background-color: transparent;
    border: none;
}
.main-logo {
    width: 350px;
}
.page_heading {
    font-size: 36px !important;
}
.teaching-btn a {
    font-size: 15px;
}

@media (min-width:1200px){
    .carousel-caption h1{
        font-size: 72px;
    }
    .more-info p, .more-info li, .more-info li a{
        font-size: 20px;
    }  
    .call-center-info {
        margin-left: 20px;
    } 
    #navbar-menu {
        padding: 0px;
    }
    .navbar-col{
        padding: 0px;
    }
    .main-logo{
        width: 250px;
    }
}

@media (min-width:1400px){
    .container{
        width: 1320px;
    }
    .cs-title:before{
        top: 55px;
    }
    .carousel-caption{
        width: 50%;
    }
    .main-logo{
        width: 300px;
    }
    nav.navbar.bootsnav .navbar-nav > li > a{
        font-size: 17px;
    }
}

@media screen and (min-width:1024px){
    .py-25{
        padding:80px 0px;
    }
    .course-content {
        padding-right: 50px;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    nav.navbar.bootsnav .navbar-nav > li > a {
        font-size: 14px;
        padding: 15px 10px;
        margin: 0px 0px;
    }
    .donate-block{
        margin-top: 9px;
    }
    .call-info ul li {
        font-size: 14px;
        margin-bottom: 6px;
    }
    .more-info {
        height: 250px;
        overflow: hidden;
    }
    .main-logo {
        width: 350px;
    }
}
@media screen and (max-width:991px){
    .call-info ul li {
        font-size: 15px;
        margin-bottom: 6px;
    }
}
@media screen and (min-width:768px) and (max-width:991px) {
    .navbar-default .navbar-brand, .navbar-header {
        float: none;
        margin: 0px !important;
    }
    nav.navbar.bootsnav .navbar-nav > li > a {
        padding: 10px 10px;
        font-size: 15px;
        margin: 0px;
    }
    .donate-block {
        justify-content: center;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .main-logo{
        margin:0px auto;
        padding-top: 10px;
    }
    .carousel-caption{
        top: 15%;
    }
    .carousel-caption p {
        line-height: 22px;
        margin-bottom: 0px;
        font-size: 14px;
    }
    .carousel-caption h1, .about-right h2 {
        font-size: 36px;
    }
    .worship-content h2 {
        font-size: 42px;
    }
    .more-info {
        height: 300px;
        overflow: hidden;
    }
    .footer-logo {
        text-align: center;
        margin-bottom: 30px;
    }
    .footer-title {
        margin-top: 0px;
        margin-bottom: 20px;
    }
}
@media screen and (min-width:320px) and (max-width:767px) {
    nav.navbar.bootsnav .navbar-nav > li > a {
        margin: 0px;
        padding: 10px;
    }
    .carousel-caption p{
        display: none;
    }
    .main-footer {
        padding-top: 30px;
    }
    .navbar-header {
        width: auto;
    }
    .donate-block {
        margin-top: 15px;
        margin-bottom: 15px;
        justify-content: center;
    }
    .about-right h2{
        font-size: 36px;
    }
    .about-right, .faith-right {
        margin-top: 30px;
    }
    .worship-content h2 {
        font-size: 36px;
        line-height: 45px;
    }
    .about-right p{
        margin-top: 20px;
        font-size: 18px;
    }
    .about-left img{
        width: 100%;
    }
}
@media screen and (min-width:320px) and (max-width:480px) {
    .carousel-caption{
        width: 100%;
        display: none;
    }
    .carousel-inner > .item::before{
        content: "";
        background-color: transparent;
    }
    .faith-right h2 {
        text-align: center;
        font-size: 24px;
        line-height: 32px;
    }
    footer {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .footer-title {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .timing-block {
        padding: 100px 0px;
    }
    .worship-content h2 {
        font-size: 35px;
        line-height: 48px;
    }
    .py-5 {
        padding: 40px 0px;
    }
    .footer-logo {
        margin-bottom: 10px;
        text-align: center;
    }
    .main-logo {
        width: 300px;
        padding-left: 38px;
    }
}
