/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@font-face {
    font-family: "";
    src: url("../fonts/BalooChettan-Regular.ttf");
    src: url("../fonts/BalooChettan-Regular.ttf");
}


/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #999999;
    font-size: 14px;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
    font-family: 'Open Sans', Arial, sans-serif;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}


h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 0px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

 :focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 0px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}


/* header section start */

.header_section {
    width: 100%;
    float: left;
    background-image: url('/images/bannerbg.jpg');
    height: auto;
    background-size: 100%;
    padding: 0px 0px 20px 0px;
}

#navbarNav {
    padding-top: 15px;
}

.bg-light {
    background-color: transparent !important;
    padding-bottom: 20px;
}

.logo {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0px 0px 0px 0px;
}

.logo_mobile {
    width: 100%;
    float: left;
    text-align: center;
    padding-bottom: 20px;
}

.mobile_menu {
    width: 100%;
    float: left;
    display: none;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
}

.navbar-nav {
    align-items: center;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    border-radius: 20px;
    border: 2px solid #fff;
    color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
}

.nav-item {
    position: relative;
}

.menu_main {
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    width: auto;
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
}

.menu_main ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: inline-flex;
}

.menu_main li {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    font-weight: 500;
}

.menu_main li a {
    color: #ffffff;
    padding: 10px 20px;
}

.menu_main li a:hover {
    background: linear-gradient(to right, #056627, #a1d921);
    color: white;
}

.mb-lg-0,
.my-lg-0 {
    margin-bottom: 0!important;
    width: 20%;
    float: left;
}

.header_main {
    width: 100%;
    background-image: url(../images/header-bg.png);
    background-size: 100%;
    padding: 10px 0px 0px 0px;
}


/* header section end */


/* banner section start */

.banner_section {
    width: 100%;
    float: left;
}

.banner_taital {
    width: 100%;
    float: left;
    font-size: 50px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-family: georgia;
    margin-top: 10px;
    padding-top: 30px;
}

.banner_taital2 {
    width: 100%;
    float: left;
    font-size: 50px;
    color: #a1d921ff;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-family: georgia;
    margin-top: 10px;
    padding-bottom: 40px;
}

.banner_taital1 {
    width: 100%;
    font-size: 60px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Righteous', Regular;
}

.generalh2 {
    text-align: left;
    margin-left: 80px;
    margin-right: 50px;
    margin-top: 25px;
    color: #056627;
    font-size: 40px;
    font-family: Georgia;
    font-weight: bold   ;
}

.generalp {
    text-align: left; 
    margin-left: 80px;
    margin-right: 50px;
    margin-bottom: 10px;
    color: black;
}

.banner_text {
    width: 63%;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
    padding-top: 20px;
    color: whitesmoke;
    opacity: 0.6;
}

.banner_text1 {
    width: 63%;
    margin: 0 auto;
    font-size: 18px;
    text-align: center;
    padding-top: 20px;
    font-weight: 400;
    color: whitesmoke;
    opacity: 0.6;
    padding-bottom: 40px;
}

.read_bt {
    width: 200px;
    margin: 0 auto;
    text-align: center;
}

.read_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #141414;
    background-color: #ffffff;
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
    margin-top: 50px;
    font-weight: 400;
    border: 2px solid transparent; /* Set a transparent border to maintain size */
    box-sizing: border-box; /* Include padding and border in total size */
    transition: background-color 0.3s, color 0.3s, border-color 0.3s; /* Smooth transition */
}

.read_bt a:hover {
    background-color: transparent; /* Background color on hover */
    color: #ffffff; /* Text color on hover */
    border-color: white; /* Change border color on hover */
}


/* banner section end */


/* ministry section start */

.ministry_section {
    width: 100%;
    float: left;
    background-color: white;
    padding-top: 60px;
    padding-bottom: 50px;
}

.ministry_taital {
    width: 100%;
    float: left;
    font-size: 60px;
    color: black;
    font-weight: bold;
    font-family: georgia;
    text-align: center;
}

.ministry_name {
    text-align: center;
    height: 75px; 
    color: black;
}

.ministry_p {
    text-align: center;
    margin: 0 20 10 20px;
    height: 120px;
    padding-bottom: 10px;
    font-size: 14px;
}

.ministry_text {
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

.ministry_section_2 {
    width: 100%;
    float: left;
    margin-top: 60px;
}

.ministry_img {
    width: 100%;
    float: left;
    text-align: center; 
    border-radius: 10px;
}

img {
    border-radius: 10px;
}

.btn_main {
    width: 170px;
    margin: 0 auto;
    text-align: center;
}

.btn_main_pastor p {
    font-size: 16px;
    color: black;
    text-align: center;
    border-radius: 30px;
    font-weight: bold;
    text-transform: uppercase;
    opacity: 0.8;
    padding-top: 20px;
    font-family: georgia;
}

.btn_main a {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: black;
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
    font-weight: bold;
    margin-top: 20px;
    text-transform: uppercase;
    opacity: 0.7;
}

.btn_main p {
    font-size: 18px;
    color: #056627;
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
    font-weight: bold;
    margin-top: 10px;
    text-transform: uppercase;
    font-family: georgia;
}


/* ministry section end */


/* service section start */

.service_section {
    width: 100%;
    float: left;
    padding-bottom: 0px;
    background-color: #f9f9f9;
    margin-bottom: 30px;
}

.service_taital_main {
    width: 100%;
    padding-left: 10px;
    padding-top:20px;
    padding-bottom: 20px;
}

.padding_right_0 {
    padding-right: 0px;
}

.service_taital {
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
    font-size: 60px;
    color: black; 
    font-weight: bold;
    font-family: georgia;
    padding-top: 80px;
}

.service_taital1 {
    margin-left: 60px;
    margin-right: 60px;
    margin-top: 5px;
    text-align: left;
    font-size: 45px;
    color: #056627; 
    font-weight: bold;
    font-family: georgia;
}

.service_text {
    margin-left: 60px;
    margin-right: 60px;
    float: left;
    font-size: 16px;
    color: #1f1f1f;
    padding-top: 20px;
    margin-top: 10px;
}

.service_verse {
    width: 100%;
    float: left;
    font-size: 16px;
    color: grey;
    margin-left: 60px;
    margin-right: 60px;
    padding-top: 10px;
    padding-bottom: 30px;

}

.readmore_bt {
    width: 170px;
    float: left;
    margin-top: 50px;
    margin-left: 20px;
}

.readmore_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #000d10;
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

.readmore_bt a:hover {
    color: #ffffff;
    background-color: #2b2278;
}

.service_img {
    width: 100%;
    float: left;
}


/* service section end */


/* event section start */

.event_section {
    width: 100%;
    float: left;
    height: auto;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 30px;
    padding-top: 30px;
    background-color: #f9f9f9ff;
}

.event_taital {
    width: 100%;
    text-align: left;
    font-size: 60px;
    color:black;
    font-weight: bold;
    padding-top: 30px;
    text-align: center;
    font-family: georgia;
}

.event_text {
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: center;
}

.play_icon_main {
    width: 100%;
    margin-top: 150px;
    float: left;
}

.play_icon {
    width: 200px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.play_icon::before {
    content: '';
    position: absolute;
    top: 49%;
    left: 70px;
    width: 130px;
    height: 130px;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    border-radius: 100%;
    z-index: -1;
    animation: fadeEffect 1.3s infinite ease;
    box-shadow: 0px 0px 10px 0px;
    right: inherit;
}

@keyframes fadeEffect {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1
    }
    100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0;
    }
}

.margin_top_90{
    margin-top: 90px;
}
/* event section end */


/* pastor section start */

.pastor_section {
    width: 100%;
    float: left;
    padding-bottom: 50px;
    margin-top: 20px;

}

.pastor_taital {
    width: 100%;
    font-size: 60px;
    color: black;
    font-weight: bold;
    padding-top: 10px;
    text-align: center;
    margin-bottom: 0px;
    font-family: georgia;
}

.pastor_img {
    float: left;
    text-align: center; 
    padding-bottom: 10px;
    border-radius: 0px;
    width: 100%;
    height: auto;
}

.pastor_section_2 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background-color: #f9f9f9;
    box-shadow: 0px 1px 16px -6px;
    border-radius: 30px;
    padding: 50px 70px;
    margin-top: 50px;
}

.pastor_main {
    width: 100%;
    display: flex;
}

.box_left {
    width: 70%;
}

.box_right {
    width: 50%;
    float: right;
    padding-top: 65px;
    margin-left: 30px;
}

.lorem_text {
    width: 100%;
    font-size: 16px;
    text-align: center;
    margin: 0px;
    color: #0d0d0d;
    border: 1px solid #0d0d0d;
    padding: 90px 60px;
    border-radius: 30px;
}

.pastor_taital_left {
    width: 40%;
    float: left;
}

.pastor_taital_right {
    width: 60%;
    float: left;
}

.pastor_img {
    width: 100%;
    float: left;
    text-align: left;
}

.quick_icon {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 30px;
}

.pastor_name {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #012628;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    padding-top: 53px;
    padding-bottom: 0px;
}

.pastor_role {
    text-align: center; 
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 30px;
}

.pastor_des {
    text-align: center; 
    margin: 0 20px 0 20px;
}

.customer_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #085a57;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    margin: 0px;
}

.carousel-indicators li {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #8781bd;
    bottom: -130px;
}

.carousel-indicators .active {
    background-color: #2b2278;
}


/* pastor section end */


/* general section start */

.general_section {
    width: 100%;
    float: left;
    padding-bottom: 00px;
    padding-top: 0px;
}

.general_taital {
    margin-left: 80px;
    margin-right: 80px;
    font-size: 45px;
    color: black;
    text-align: left;
    font-family: Georgia;
}

.general_text {
    margin-left: 80px;
    margin-right: 80px;
    padding-top: 10px;
    text-align: left;
    color: #000;
}

.read_bt_1 {
    width: 170px;
    margin: 0 auto;
    text-align: center;
}

.read_bt_1 a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #000d10;
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
    margin-top: 50px;
    font-weight: bold;
    text-transform: uppercase;
}

.read_bt_1 a:hover {
    background-color: black;
    color: #ffffff;
}

.newsletter_box {
    width: 100%;
    border: 1px solid #6e6e6e;
    border-radius: 25px;
    padding: 20px 30px;
    display: flex;
    margin-top: 90px !important;
    float: left;
}

.let_text {
    width: 100%;
    font-size: 40px;
    color: #1f1f1f;
    font-weight: bold;
    padding-bottom: 0px;
}

.getquote_bt {
    width: 200px;
    padding-top: 6px;
}

.getquote_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #2b2278;
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
    font-weight: bold;
}

.getquote_bt a:hover {
    background-color: #000d10;
    color: #ffffff;
}


/* general section end */

/* contact section start */

.contact_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}
.contact_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #363636;
    text-align: center;
    font-weight: bold;
}
.email_text {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    padding-top: 120px;
}
.email-bt {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #393838;
    margin-bottom: 20px;
    padding: 10px 15px;
    border: 0px;
    border: 1px solid #2b2278 !important;
}
.massage-bt {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #393838;
    margin-bottom: 20px;
    padding: 10px 15px;
    border: 0px;
    border: 1px solid #2b2278 !important;
}
.send_btn {
    width: 170px;
    margin: 0 auto;
    text-align: center;
}
.send_btn a {
    width: 100%;
    float: right;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    border-radius: 30px;
    background-color: #000d10;
    padding: 7px;
}
.send_btn a:hover {
    color: #ffffff;
    background-color: #2b2278;
}
/* contact section end */



/* footer section start */

.footer_section {
    background-color: #1b1919;
    width: 100%;
    float: left;
    padding-top: 30px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    font-family: arial;
}

.footer_section a {
    color: #969899ff;
}

.footer_section a:hover {
    color: white;
}

.footer_section h2 {
    color: white;
    text-align: left;
    font-family: georgia;
    font-size: 30px;
}

.footer_section h3 {
    color: white;
    text-align: left;
    font-family: georgia;
    font-size: 25px;
}

.footer_section .contact a {
    color: #ffffff;
}

.socmed {
    font-size: 30px;
    padding-right: 20px;
}

.socmed:hover {
    color: white;
}


/* footer section end */




html {
    scroll-behavior: smooth;
}



/* resources section starts here */

h3 {
    font-size: 16px;
    color: black;
    text-align: left;
    border-radius: 20px;
    font-weight: bold;
    text-transform: uppercase;
    opacity: 1;
}

.resources_text {
    float: left;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
    text-align: center;
}

.mb-3 {
    margin-top: 40px;
    width: 100%;
}

.mb-3 a{
    text-align: center;
    font-size: 12px;
    color: gray;
    background-color: white;
    text-align: center;
    padding: 10px 20px;
    border-radius: 30px;
    margin-top: 50px;
    font-weight: 400;
    border: 1px solid gray; 
    box-sizing: border-box;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s; 
}

.mb-3 a:hover{
    background-color: gray; 
    color: white; 
    border-color: none;
    opacity: 0.5;
}

/* resources section ends here */

.card {
    margin-bottom: 30px;
    border-radius: 10px;
}

.card-title {
    color: #056627;
    font-size: 18px;
    font-family: georgia;
}

.card-body p {
    font-size: 14px;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #000;
}
.close-btn:hover {
    color: red;
}

.file-download {
    margin-bottom: 10px;
}

.file-download:hover {
    background: linear-gradient(to right, #056627, #a1d921);
}

.announcement-title {
        text-align: center;
        font-size: 35px;
        font-weight: bold;
        margin-bottom: 0px;
        color: #056627;
}

.card-body-announcements {
        flex-grow: 1;
}

.announcements-text {
    font-size: small;
}

.carousel-buttons {
    text-align: center;
    margin-top: 10px;
}

.carousel-buttons .btn {
    margin: 5px;
    padding: 8px 20px;
    border-radius: 5px;
    background-color: #056627;
    opacity: 0.8;
}

.carousel-buttons .btn:hover {
    background-color: #a1d921;
}

span {
    color: #056627;
    font-weight: bolder;
}

/* infographics section starts here */
.stats-container {
    display: flex;
    justify-content: space-between;
    border: 1px solid #ccc; 
}

.stats-container p {
    font-family: georgia;
}


.stat-box {
    text-align: center;
    padding: 50px;
    flex: 1; 
    border-right: 1px solid gray;
}

.stat-box:last-child {
    border-right: none; 
}

.stat-box i {
    font-size: 50px;
    color: #056627;
}

.stat-box h2 {
    font-size: 36px;
    margin: 10px 0;
    color: #000;
    font-weight: 600;
}

.stat-box p {
    font-size: 18px;
    color: #555;
}

@media (max-width: 768px) {
    .stats-container {
        flex-direction: column;
    }

    .stat-box {
        border-bottom: 1px solid #ccc; 
        border-right: none; 
    }

    .stat-box:last-child {
        border-bottom: none; 
    }
}

@keyframes appear {
    from {
        opacity: 0;
        scale: 1;
    }
    to {
        opacity: 1;
        scale: 1;
    }
}

.modal-body {
    padding-bottom: 0px;
    box-shadow: none;
}

@keyframes appear {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

.block {
    animation: appear linear;
    animation-timeline: view();
    animation-range: entry 0% cover 5%;
}

.text-muted {
    font-size: 14px;
}

.modal-content {
    width: 70%;
    margin: auto;
}




