@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,400;1,500;1,700&display=swap');
@import url(../fonts/stylesheet.css);
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    scroll-behavior: smooth;
}
body {
    overflow-x: hidden;
  
}
a {
    text-decoration: none;
}
figure {
    margin: 0;
    padding: 0;
}
.btn:focus {
    outline: none;
}
ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6,p{
    margin: 0;
    padding: 0;
}
a,button{
    display: inline-block;
}
button:focus {
    outline: none;
    box-shadow: none;
}
select{
    cursor: pointer;
}
.btn:focus {
    outline: none;
    box-shadow: none;
}
.form-control:focus {
    outline: none;
    box-shadow: none;
}


/************************** Header css **************************/


.header-bg {
    background-color: #000000;
    padding: 30px 0 15px;
}
.header-bg .header-img {
    text-align: center;
}
.header-bg .header-img img {
    width: 640px;
    margin-bottom: 20px;
}
.header-bg .nav-link {
    font-family: 'Myriad Pro';
    font-size: 18px !important;
    font-weight: 300;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 5px;
    transition: 0.5s;
}
.header-bg .nav-link:hover {
    transform: translateY(-5px);
}

.iframe_video_main_section{
    margin : 50px 0px;
}

/*.header-bg .login-btn{*/
/*    background: #111111;*/
/*    color: #fff;*/
/*    border: 1px solid #fff;*/
/*    padding: 12px 40px;*/
/*    font-family: 'Lato', sans-serif;*/
/*    font-size: 12px;*/
/*    line-height: 18px;*/
/*    transition: 0.4s ease*/
/*}*/

/*.header-bg .login-btn:hover{*/
/*    background-color: #fff;*/
/*    color: #111111 !important;*/
/*}*/

/************************** Header css end **************************/
.main-banner {
    position: relative;
}
.main-banner .content-box {position: relative;bottom: 100px;}
.main-banner .content-box .text-box {
    text-align: center;
    padding-bottom: 20px;
}
.main-banner .content-box .text-box h6 {
    font-size: 21px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: white;
    text-shadow: 0px 0px 10px #000;
    line-height: 35px;
}

/* sec-purpose */
.sec-purpose .content-box {
    padding: 30px;
}
.sec-purpose .content-box h3 {
    color: #000000;
    font-size: 45px;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.sec-purpose .content-box .para {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #828282;
      line-height: 26px;
      padding-bottom: 10px;
}
.sec-purpose .content-box h5 {
    color: #000000;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 20px;
}


/* sec-foster */
.sec-foster {
    padding: 70px 0;
}
.sec-foster .sec-title {
    position: relative;
}
.sec-foster .sec-title h5 {
    color: #000000;
    font-size: 26px;
    font-weight: 400;
    text-transform: capitalize;
    padding-bottom: 45px;
}
.sec-foster .sec-title::before {
    content: '';
    /* background-color: #000; */
    /* height: 8px; */
    /* width: 110px; */
    /* position: absolute; */
    /* left: 0; */
    /* bottom: 0; */
}
.sec-foster .social-list {
    text-align: center;
    padding-bottom: 20px;
}
.sec-foster .social-list p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #828282;
}
.sec-foster .social-list ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
}
.sec-foster .social-list ul li {
    padding: 0 10px;
}
.sec-foster .social-list ul li a {
    font-size: 25px;
    color: #828282;
    transition: 0.5s;
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec-foster .social-list ul li a:hover {
    color: #e04a39;
    border: 1px solid #e04a39;
}
.sec-foster .text-box {
    padding: 15px;
}
.sec-foster .text-box .para{
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #828282;
    line-height: 30px;
    padding-bottom: 10px;
}

.sec-foster .read-btn {
    text-align: center;
    padding-top: 10px;
}
.sec-foster .read-btn .link-btn {
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 0;
    padding: 13px 35px;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    transition: 0.5s;
}
.sec-foster .read-btn .link-btn i {
    padding-left: 12px;
}
.sec-foster .read-btn .link-btn:hover {
    background-color: #CFCFCF;
    border: 1px solid #CFCFCF;
}
.sec-services {
    padding: 60px 0;
}
.sec-services .sec-title {
    text-align: center;
    padding-bottom: 50px;
}
.sec-services .sec-title img {
    width: 70px;
}
.sec-services .sec-title h2 {
    color: #000000;
    font-size: 45px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 0 20px;
}
.sec-services .sec-title .para {
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #828282;
    line-height: 26px;
    padding-bottom: 10px;
}
.sec-services .main-box {
    overflow: hidden;
    position: relative;
    height: 320px;
    width: 100%;
    margin-bottom: 20px;
}
.sec-services .main-box .gray-box {
    background-color: #e7e7e7;
    border: none;
    padding: 100px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 1s ease;
    margin-bottom: 30px;
    position: absolute;
    left: 0;
    right: 0;
}
.sec-services .main-box:hover .gray-box {
    left: -100%;
    right: 100%;
} 

.home_main_section{
    overflow-x: hidden;
}
.sec-services .main-box .gray-box .icon-box h4{
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    padding-top: 25px;
}
.sec-services .main-box .white-box {
    background-color: #fff;
    border: none;
    padding: 50px 0;
    text-align: center;
    position: absolute;
    left: 100%;
    right: -100%;
    bottom: 0;
    top: 0;
    transition: all 1s ease;
    align-items: center;
}
.sec-services .main-box .white-box img {
    width: 60px;
}
.sec-services .main-box .white-box .para {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #828282;
    line-height: 24px;
    padding: 20px 10px 10px;
}
.sec-services .main-box:hover .white-box {
    left: 0;
    right: 0;
}



.vision_content_main_section{
    background-color: #000;
    /* padding: 30px 0px; */
    width: 100%;
    /* min-height: 400px; */
}

.vision_content_main_section .img_flex_section_line{
    display: flex;
    justify-content: center;

}

.img_flex_section_line .img_line{
    width: 70px;
    margin-bottom: 10px;
    margin-top: 25px;
}

.vision_content_main_section .our_vision_heading{
    color: #fff;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 36px;
    font-weight: 400;
    margin-top: 5px;
}

.vision_content_main_section .main_row_vision_section{
    /* padding-top: 30px; */

}

.vision_content_main_section .vision_para{
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 18px;
    text-align: center;
    text-align: end;
    padding-right: 30px;
    padding-top: 15px;
    /* width: 90%; */
}

.main_row_vision_section .childrens_img{
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 3px solid #fff;
    border-style: dotted;
}

.main_row_vision_section .children_img_div{
    padding-right: 20px;
}

.main_row_vision_section .children_img_div2{
    padding-left: 20px;
    position: relative;
} 

.main_row_vision_section .comma_img{
    width: 40px;
    position: absolute;
    top: 0;
    right: 45%;
}

.vision_bg_div{
    background-image: url('../images/vision.jpg');
    width: 100%;
    min-height: 550px;
    background-size: cover;
    position: relative;
    z-index: 1;
}
/*.vision_bg_div::before{*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    right: 0;*/
/*    background-color: #00000091;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    z-index: 0;*/
/*}*/

.vision_bg_img_section{
    /* position: relative; */
    /* overflow-x: hidden; */
    margin-top: 70px;
    z-index: 3;
}

.vision_bg_img_section .row_contact_section{
    /* min-height: 500px; */
    background-color: #000;
    padding: 50px 30px;
    /* position: absolute; */
    /* bottom: -80%; */
    /* width: 100%; */
    z-index: 2;


}

.row_contact_section .img_flex_section_line{
    display: flex;
    justify-content: center;
}

.row_contact_section .our_vision_heading{
       color: #fff;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 45px;
    font-weight: 400;
    margin-top: 5px;

}

.row_contact_section .foster_para{
    text-align: center;
    color: #7a7a7a;
    margin: 10px 0px 50px 0px;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 26px;
}

.flex_img_size{
    /* height: 0px; */
}
.text_field_input{
    width: 100%;
    outline: none;
    border: none;
    color: #000;
    box-sizing: border-box;
    padding: 0px 15px;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    height: 45px;
    margin-bottom: 20px;

}

.text_field_input2{
    width: 100%;
    outline: none;
    border: none;
    color: #000;
    box-sizing: border-box;
    padding: 10px 15px;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    height: 150px;
    margin-bottom: 20px;

}


.text_field_input::placeholder{
    color: #000;
}


.text_field_input2::placeholder{
    color: #000;
}

.submit_btn{
    background: #111111;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 40px;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    line-height: 18px;
    transition: 0.4s ease;

}

.submit_btn:hover{
    background-color: #fff;
    color: #111111;
}

.btn_submit_flex{
    display: flex;
    justify-content: center;
}

.footer_section{
    padding: 70px 0px 10px;
}


.footer_card{
    padding: 60px;
    border: 1.5px solid #9e9e9e5c;
    margin-bottom: 40px;
    background: #dfdfdf;
}

.footer_line_img_flex{
    display: flex;
    justify-content: center;
}

.footer_line_img_flex img{
    width: 70px;
}

.heading_line_footer{
    color: #383838;
    font-family: 'Lato', sans-serif;
    font-size: 38px;
    font-weight: 500;
    text-align: center;
    margin-top: 15px;
}

.theme_design_para{
    text-align: center;
    color: #383838;
    font-family: 'Lato', sans-serif;
    margin-top: 25px;
    font-size: 22px;
    color: #383838;
    font-weight: 400;
}

.footer_card_relative{
    position: relative;
}


.theme_design_border{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #9E9E9E;
}

.theme_design_border i{
    color: #fff;
    font-size: 30px;
}

.theme_design_border_main_div{
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);

}



/* inner-banner */
.inner-banner {
    background-image: url('../images/updated_sponser.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    /* padding: 345px 0; */
    min-height: 580px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner-banner::before {
    content: '';
    /*background-color: #000;*/
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
}
.inner-banner .sec-title {
    text-align: center;
    position: relative;
}
.inner-banner .sec-title h2 {
    color: #FFFFFF;
    font-size: 80px;
    font-weight: 400;
    text-transform: uppercase;
}


.inner-banner2 {
    /* background-image: url('../images/member_updated_img\ \(1\).jpg'); */
    /* background-image: url('../images/member_updated_img.jpg'); */

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    /* padding: 345px 0; */
    min-height: 580px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner-banner2::before {
    content: '';
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
}
.inner-banner2 .sec-title {
    text-align: center;
    position: relative;
}
.inner-banner2 .sec-title h2 {
    color: #FFFFFF;
    font-size: 80px;
    font-weight: 400;
    text-transform: uppercase;
}


.inner-banner3 {
    background-image: url('../images/donation_3.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    /* padding: 345px 0; */
    min-height: 580px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner-banner3::before {
    content: '';
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
}
.inner-banner3 .sec-title {
    text-align: center;
    position: relative;
}
.inner-banner3 .sec-title h2 {
    color: #FFFFFF;
    font-size: 80px;
    font-weight: 400;
    text-transform: uppercase;
}



.inner-banner4 {
    background-image: url('../images/book_store_banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    /* padding: 345px 0; */
    min-height: 580px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner-banner4::before {
    content: '';
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
}
.inner-banner4 .sec-title {
    text-align: center;
    position: relative;
}
.inner-banner4 .sec-title h2 {
    color: #FFFFFF;
    font-size: 80px;
    font-weight: 400;
    text-transform: uppercase;
}

.inner-banner5 {
    background-image: url('../images/volunteer_banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    /* padding: 345px 0; */
    min-height: 580px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner-banner5::before {
    content: '';
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
}
.inner-banner5 .sec-title {
    text-align: center;
    position: relative;
}
.inner-banner5 .sec-title h2 {
    color: #FFFFFF;
    font-size: 80px;
    font-weight: 400;
    text-transform: uppercase;
}
/* mycss2 */
.about_us_main_banner{
    padding-top: 80px;
    padding-bottom: 30px;
}

.padding_about_query{
    padding-top: 0px !important;
}
.about_us_main_banner .who_we_are_heading{
    color: #222222;
    font-family: 'Lato', sans-serif;
    font-size: 35px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: end;
}

.about_us_main_banner .felis_heading{
    color: #888888;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 4.1px;
    text-align: end;
    margin: 15px 0px;
}

.about_us_main_banner .felis_b{position: relative;padding-bottom: 35px;}

.about_us_main_banner .felis_b::before{
    
    }
    
    .meeting_src_img{
        width: 100% !important;
        object-fit: cover !important;
        height: 200px !important;
    }

.about_us_main_banner .felis_b_para{
    text-align: right;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #828282;
    line-height: 26px;
    padding: 10px 0px 10px;
}
.about_us_main_banner .felis_b_para2{
    text-align: right;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #828282;
    line-height: 26px;
    padding: 10px 0px 10px;
}



    
.about_us_main_banner .read-btn .link-btn{
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 0;
    padding: 13px 35px;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    transition: 0.5s;
}

.about_us_main_banner .read-btn .link-btn:hover{
    background-color: #CFCFCF;
    border: 1px solid #CFCFCF;
}

.about_us_main_banner .read-btn{
    display: flex;
    justify-content: flex-end;
    padding-top: 10px;
}

.about_us_main_banner .about_img1{
    width: 100%;
    margin: 80px 0px;
}

.main_col_2_padding{
    padding-right: 70px;
    padding-left: 30px;
}


.meetings_main_section{
    padding: 100px 0px 50px 0px;
}

.meetings_main_section .record_heading{
    color: #000000;
    font-family: "Roboto", Sans-serif;
    font-size: 45px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px;
}


.zoom_main_section{
    border-radius: 0 0 10px 10px;
    background: #EEF1F7;
    padding: 30px;
    border-radius: 10px;
}

.meeting_url{
    font-size: 20px;
    line-height: 28px;
    margin: 0;
    font-weight: 500;
    color: #333;
    font-family: "Roboto", Sans-serif;
    margin-bottom: 10px;

}

.month_url_para{
    color: #4689fc;
    font-weight: bold;
    font-size: 17px;
    line-height: 18px;
    margin-bottom: 30px;
    font-family: "Roboto", Sans-serif;
}

.img_flex_icon .icon_w{
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.img_flex_icon{
    display: flex;
    align-items: center;
}

.img_flex_icon .azure_gmt{
    font-size: 12px;
    line-height: 15px;
    color: #777;
    margin-left: 15px;
}

.img_meeting_section{
    /* padding-top: 40px; */
}

.img_meeting_section .img_1{
    width: 100%;
    height: 190px;
    padding: 0px 30px;
}

.img_meeting_section .img_2{
    width: 100%;
    height: 208px;
}
.img_meeting_section .img_3{
    width: 100%;
    height: 209px;
}
.img_meeting_section .img_4{
    width: 100%;
    height: 210px;
}
.members_main_section  {
    padding: 60px 0;
}

.members_main_section .members_heading{
    color: #000000;
    font-family: "Roboto", Sans-serif;
    font-size: 36px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    margin-top: 15px;
}

.para_member{
    color: #7a7a7a;
    margin-top: 15px;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 26px;
}

.ul_list{
    padding-left: 20px;
}
.ul_li li{
    color: #7a7a7a;
    font-family: "Roboto", Sans-serif;
    margin-top: 15px;
    list-style: disc;

}

.sponsers_main_section{
    background-image: url('../images/globe.jpg');
    width: 100%;
    min-height: 520px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 0px;
    position: relative;
    /* z-index: -2; */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}


.sponsers_main_section::before{
    content: '';
    position: absolute;
    background-color: #00000025;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.sponsers_main_section .sponsers_heading{
    color: #FFFFFF;
    font-family: "Roboto", Sans-serif;
    font-size: 75px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}

.sponsers_main_heading2{
    padding-top: 70px;
}
.sponsers_main_heading2 .choose_s_heading{
    color: #000000;
    font-family: "Roboto", Sans-serif;
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
}

.sponsers_main_heading2 .choose_s_para{
    text-align: center;
    margin-top: 0px;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #7a7a7a;
    line-height: 26px;
}

.sponsers_main_heading2 .choose_s_para2{
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0px;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #7a7a7a;
    line-height: 26px;
}


.sponsers_main_heading2 .sponser_heading1{
    color: #000000;
  font-family: "Share", Sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    margin : 20px 0px
}

.sponsers_main_heading2 img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}


/* sec-donation */
.sec-donation {
    padding: 60px 0;
}
.sec-donation .sec-title {
    text-align: center;
}
.sec-donation .sec-title h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    font-weight: 600;
    color: #000;
    padding-bottom: 20px;
}
.sec-donation .sec-title .para {
    width: 80%;
    margin: 0 auto;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #828282;
    line-height: 26px;
    padding-bottom: 30px;
}

.sec-donation  .cash-box .head{
    background-color: #000;
    padding: 12px;
    color: #fff;
}
.sec-donation  .cash-box .inner-box{
    padding: 20px;
}
.sec-donation  .cash-box .inner-box h6 {
    text-align: center;
    padding-bottom: 20px;
    font-family: 'Roboto', sans-serif;
}
.sec-donation  .cash-box .inner-box .nav {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
}
.sec-donation  .cash-box .inner-box .nav .nav-link {
    background: transparent;
    border: 2px solid #000;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}
.sec-donation  .cash-box .inner-box .nav .nav-item .active {
    background-color: #000;
    color: #fff;
}
.sec-donation  .cash-box .inner-box  .cash-field {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sec-donation  .cash-box .inner-box  .cash-field li {
    padding: 0 7px;
}
.sec-donation  .cash-box .inner-box  .cash-field li .amt-box  {
    background-color: transparent;
    border: 1px solid #ccc;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.5s;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 600;
}
.sec-donation  .cash-box .inner-box  .cash-field li .amt-box:hover {
    background-color: #000;
    color: #fff;
}
.sec-donation  .cash-box .inner-box  .c-field {
    position: relative;
    padding: 0 7px;
}
.sec-donation  .cash-box .inner-box  .c-field span {
    position: absolute;
    top: 11px;
    left: 20px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 600;
}
.sec-donation  .cash-box .inner-box  .c-field .amt-field {
    padding: 10px 10px 10px 60px;
    border: 1px solid #ccc;
    margin-top: 20px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
}
.sec-donation  .cash-box .inner-box table {
    margin: 20px 0px 10px;
}
.sec-donation  .cash-box .inner-box table th {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
}
.sec-donation  .cash-box .inner-box table td {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
}
.sec-donation .next-btn {
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 0;
    padding: 13px 35px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    transition: 0.5s;
    margin: 0 17px;
    display: block;
    text-align: center;
}
.sec-donation .next-btn i {
    padding-left: 12px;
}
.sec-donation .next-btn:hover {
    background-color: #CFCFCF;
    border: 1px solid #CFCFCF;
}
.sec-donation .donar-box {
    text-align: center;
}
.sec-donation .donar-box .donor {
    margin-top: 30px;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-decoration: underline;
   
}

.extra-margin {
    margin-top: 40px;
}

.events-banner {
    background-image: url('../images/tube_board_updated.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    /* padding: 345px 0; */
    min-height: 430px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.events-banner::before {
    content: '';
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
}
.events-banner .sec-title{
    text-align: center;
    position: relative;
}
.events-banner .sec-title h2 {
    color: #FFFFFF;
    font-size: 60px;
    font-weight: 400;
    text-transform: uppercase;
}
.sec-events {
    padding: 60px 0;
}
.sec-events .content-box .para {
    padding-bottom: 10px;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    color: #7a7a7a;
    line-height: 20px;
    font-family: "Roboto", Sans-serif;
}


.family-banner {
    background-image: url('../images/family-banner.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.family-banner::before {
    content: '';
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
}
.family-banner .sec-title{
    text-align: center;
    position: relative;
}
.family-banner .sec-title h2 {
    color: #FFFFFF;
    font-size: 60px;
    font-weight: 400;
    text-transform: uppercase;
}

.sec-family {
    padding: 60px 0 20px;
}
.sec-family .content-box p{
    width: 85%;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #828282;
    line-height: 26px;
    padding-bottom: 10px;
    margin: 0 auto;
    text-align: center;
}
.sec-family .img-box {
    margin-bottom: 30px;
}
.sec-family .img-box img {
    object-fit: cover;
}

/* updatedcss */

.meeting_updated_section{
    padding: 20px 0px;
}

.meeting_updated_section .in_persons_heading{
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #828282;
    line-height: 30px;
    margin-bottom: 77px;
    margin-top: 30px;
    text-align: center;
    margin-top: 86px;
 }


 .meeting_updated_section .in_persons_heading2{
    font-size: 28px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #000;
    line-height: 30px;
    margin-bottom: 20px;
    text-align: center;
 }

 .nearby_main_box{
    background-color: #E5E5E5;
    padding: 10px;
    /* width: 70%; */
    margin-bottom: 10px;
 }

 .nearby_main_box .nearby_para{
    text-align: center;
    margin-bottom: 10px;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #000;
    line-height: 26px;
 }

 .btn_i_flex{
    display: flex;
    justify-content: center;
 }

 .btn_i_flex button{
    padding: 3px 8px;
    background-color: #000;
    border: none;
    outline: none;
 }


.btn_i_flex button i{
    color: #FFA500;
}



.btn_i_flex input{
    box-sizing: border-box;
    padding: 0px 10px;
    outline: none;
    font-family: 'Roboto', sans-serif;
   font-size: 14px;
}

.btn_SEARCH_div{
    display: flex;
    justify-content: center;

}


.btn_SEARCH_div button{
    padding: 5px 10px;
    background-color: #FFA500;
    color: #fff;
    outline: none;
    border: none;
    margin-top: 10px;
    border: 1px solid #FFA500;
    transition: 0.4s ease;

}


.btn_SEARCH_div button:hover{
    background: transparent;
    color: #FFA500;

}
.table .thead{
    background-color: #000 !important;
    border-bottom: 0px !important;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

.table .tr_row th{
    color: #fff;
    font-family: 'Roboto', sans-serif;
    border-right: none;
    font-weight: 400;
    font-size: 14px;
    padding: 15px 10px;
}

.table i{
    color: #FFA500;
    font-size: 14px;
}

.table .inopen i{
    color: #007BFF;
    font-size: 14px;
}

.table tbody{
    border: 1px solid #828282a6 !important;
    position: relative;
    z-index: 999;
}


.th_head_main{
    font-size: 26px !important;
    color: #000;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.th_head_span{
    font-size: 12px !important;
    color: #000;
    font-weight: 700;
    margin-top: 5px;
    font-family: 'Roboto', sans-serif;
}

.location_icon{
    color: red !important;
    font-size: 18px !important;
    text-align: center !important;
    margin-top: 10px;
    margin-bottom: 5px;
}


.in_p_mile{
    color: #000;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}

.td_flex_cen{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.arrow_right_icon{
    color: #155B92 !important;
    font-size: 16px;
    text-align: center;
}

.flex_para_ipsum{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
}

.table tr{
    /* border-style:  !important; */
}

.inline_meeting_section h1{
    /* margin-top: 36px; */
    text-align: center;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    padding-top: 30px;
}

.inline_meeting_section p{
    text-align: center;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #828282;
    line-height: 26px;
    padding: 10px 0;
    width: 80%;
    margin: 0 auto;
}

.table > :not(caption) > * > *{
    /* padding: 5px !important; */
    font-weight: 400;
}




.virtual_meeting_sections{
    padding-top: 70px;

}

.virtual_meeting_sections .virtual_heading{
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    text-align: center;
    padding: 10px 0;
}

/* .virtual_meeting_sections .ul_heaing_li{
    padding-top: 40px;
    padding-left: 50px;
} */

.virtual_meeting_sections .ul_heaing_li li{
    list-style: disc;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #828282;
    line-height: 26px;
}

.virtual_meeting_sections .ul_heaing_li2{
    padding-top: 10px;
    padding-left: 17px;
}

.virtual_meeting_sections .ul_heaing_li2 li{
    list-style: disc;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #828282;
    line-height: 26px;
    padding: 0px 0;
}

.virtual_meeting_sections .quality_para{
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #828282;
    line-height: 26px;
}


.meeting_guidelines_section{
    padding-top: 70px;
}


.meeting_guidelines_section .guidelines_heading{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 22px;
    margin-top: 0px;
    text-decoration: underline;
    padding-bottom: 10px;
}


.meeting_guidelines_section .para_guidelines{
    list-style: disc;
    margin-top: 20px;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #828282;
    line-height: 26px;
    padding-bottom: 10px;
}
.meeting_guidelines_section .ul_heading_guidelines {
    padding: 0 20px;
}
.meeting_guidelines_section .ul_heading_guidelines li{
    list-style: disc;
    margin-top: 0px;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #828282;
    line-height: 26px;
    padding-bottom: 5px;
}

.meeting_guidelines_section .courtesy_heading_guidelines{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 22px;
    margin-top: 20px;
    text-decoration: underline;
    padding-bottom: 10px;
}


.meeting_guidelines_section .format_heading_guideline{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 23px;
    text-decoration: underline;
    padding-bottom: 10px;
}

.meeting_guidelines_section .grant_para_li{
    padding-left: 20px;
    font-size: 13px;
    width: 70%;

}
.meeting_guidelines_section .ul_meeting_each{
    padding-left: 20px;

}
.meeting_guidelines_section .ul_meeting_each li{
    list-style: lower-alpha;

}



.section_box_meeting_table{
    /* padding-top: 40px; */
    padding: 40px 0;
}

.section_box_meeting_table .set_up_para{
    text-align: center;
    font-size: 36px;
        font-family: 'Roboto', sans-serif;

}

.section_box_meeting_table .seek_para{
    padding: 0px 40px;
    margin-top: 10px;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #828282;
    line-height: 26px;
    padding-bottom: 10px;
}

.meeting_type_section{
    padding-top: 70px;
}

.meeting_type_section .types_meeting_heading{
    text-align: center;
    font-size: 36px;
    font-family: 'Roboto', sans-serif;
    color: #000;
    padding-bottom: 20px;
}

.meeting_type_section .meeting_type_para{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #828282;
    line-height: 26px;
}


.meeting_type_section .open_meeting_heading{
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    text-decoration: underline;
    /* margin-bottom: 15px; */
    color: #000;
}


.ul_open_meeting_div li{
    list-style: decimal;
    margin-bottom: 5px;
    font-size: 14px;
    color: #828282;
    font-family: 'Roboto', sans-serif;
}

.ul_open_meeting_div_inner{
padding-left: 40px;
padding-top: 15px;
}
.ul_open_meeting_div_inner li{
    list-style: disc;

}

.li_first_list{
    padding-top: 20px;
}

.meeting_type_section .steps_heading{
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    text-decoration: underline;
    margin-top: 25px;
    color: #000;
}
.meeting_type_section .step_para_held{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
    color: #828282;
}

.meeting_type_section .ul_heading_weeek{
padding-left: 40px;
}
.meeting_type_section .ul_heading_weeek li{
    list-style: disc;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    margin-top: 10px;
    /* color: #000; */
    /* font-family: 'Roboto', sans-serif; */
    color: #828282;
}


.our_thy_poetry_para_section{
    padding: 30px 0px;
    background-color: #000;
    margin-top: 20px;
}

.our_thy_poetry_para{font-size: 15px;font-family: 'Roboto', sans-serif;font-weight: 400;color: #fff;line-height: 26px;}


.group_meeting_table_section_content{
    padding: 60px 0px;
    background-color: #000;
    margin-top: 15px;
}

.group_meeting_table_section_content .label_group_Name{
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;

}

.group_meeting_table_section_content .label_border_div{
    border: 1px solid #fff;
    padding-left: 10px;
}

.group_meeting_table_section_content .txt_field_fill_in{
    width: 100%;
    border: 1px solid #fff;
    outline: none;
    background: transparent;
    color: #fff;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 16px;
}

.txt_field_pull_down{
    width: 100%;
    border: 1px solid #fff;
    outline: none;
    background: transparent;
    color: #fff;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 16.2px;
    height: 26px;
    /* height: 100%; */

}

.txt_field_pull_down option{
    background-color: #000;
    color: #fff;

}
.submit_table_btn{
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    padding: 5px 55px;
    margin-top: 30px;
    transition: 0.4s ease;

}

.submit_table_btn:hover{
    color: #000;
    background-color: #fff;
}


.fluid_anonymous_img{
    margin-top: 80px;
}

.relative_anony_box{
    position: relative;

}


.anony_heading_members{
    position: absolute;
    top: 50%;
    font-weight: 600;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    left: 50%;
    transform: translate(-50%);
    font-size: 55px;
}

.membership_form_Section{
    background-color: #000;
    padding: 40px 0px 40px;
    margin-top: 40px;
}

.membership_form_Section .error_annoymous{
    font-size: 13px;
    color: red;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-bottom: 10px;
}

.membership_form_Section .line_img_member_flex{
    display: flex;
    justify-content: center;
}

.membership_form_Section .form_mem_heading{
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #fff;
    margin-top: 10px;
    font-weight: 400;
  

}


.membership_form_Section .txt_field_holder{
margin-top: 10px;
width: 100%;
outline: none;
font-family: 'Roboto', sans-serif;
font-size: 14px;
box-sizing: border-box;
padding-left: 10px;
height: 35px;
}

.membership_form_Section .txt_field_holder2{
    margin-top: 10px;
    width: 100%;
    outline: none;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    box-sizing: border-box;
    padding-left: 10px;
    }
.btn_submit_div .submit_btn_member{
    background: #111111;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 40px;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    line-height: 18px;
    transition: 0.4s ease;
    margin-top: 15px;
}
.btn_submit_div .submit_btn_member:hover{
  background-color: #fff;
  color: #111111;
}
.for_sponsers_Section{
    padding: 70px 0px 30px 0px;
}
.for_sponsers_Section .for_sponsers_heading{
    font-size: 37px;
    font-weight: 500;
    text-align: center;
    color: #000;
    letter-spacing: 0px;
    padding-bottom: 10px;
    font-family: "Roboto", Sans-serif;
}
.for_sponsers_Section .for_sponsers_heading2{
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin-top: 10px;
    color: #7a7a7a;
    margin-bottom: 25px;
    font-family: "Roboto", Sans-serif;
}
.img_fluid_member{
    max-width: 100%;
    height: 280px;
    object-fit: cover;
}
.for_sponsers_Section .extermely_para{
    text-align: center;
    margin-top: 30px;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #828282;
    line-height: 26px;
    padding-bottom: 10px;
}
.reserved_sponser_section {
    padding: 60px 0px 20px 0px;
}
.reserved_sponser_section .reserved_heading{
    font-size: 30px;
    color: #000;
    font-family: 'Lato', sans-serif;
    text-align: center;
    font-weight: 600;
}
.reserved_sponser_section .reserved_para{
    text-align: center;
    margin-top: 10px;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #7a7a7a;
    line-height: 26px;
}
.table_content_main_sponsers{
    margin-top: 60px;
}
.img_section_sponser{
    padding: 40px 0px 30px 0px;
}
.img_section_sponser .became_a_sponser_heading{
font-size: 26px;
font-weight: 600;
font-family: 'Lato', sans-serif;
color: #111111;
}
.img_section_sponser .sponser_a_para{margin-top: 15px;font-size: 15px;font-family: 'Roboto', sans-serif;font-weight: 400;color: #7a7a7a;line-height: 26px;}
.submit_bio_section{
    padding: 50px 0px 30px 0px;
}
.submit_bio_section .for_sponsers_heading{
font-size: 32px;
text-align: center;
font-weight: 500;
font-family: 'Lato', sans-serif;
}
.submit_bio_section .for_sponsers_para{
    margin-top: 15px;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #7a7a7a;
    line-height: 26px;
}
.Sponsers_img_Section{
    padding: 30px 0px;
}
.Sponsers_img_Section .sponser_btn_href{
    text-align: center;
    width: 100%;
    background: transparent;
    border: 1px solid #000;
    padding: 5px 0px;
    margin-top: 5px;
    transition: 0.4s ease;
    color: #000;
    margin-bottom: 25px;
}
.Sponsers_img_Section .sponser_btn_href:hover{
    background-color: #000;
    color: #fff;
}
.Sponsers_img_Section .img_height_sponsers{
height: 220px;
object-fit: cover ;
}
.sponser_persons_guidelines_section{
    padding: 40px 0px 20px 0px;
}
.sponser_persons_guidelines_section .sponsers_div_heading{
font-size: 36px;
text-align: center;
font-family: 'Lato', sans-serif;
font-weight: 400;
}
.sponser_persons_guidelines_section .sponsers_div_heading2{
    font-size: 28px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    margin-top: 25px;
    }
.sponser_persons_guidelines_section .sponser_journey_para{text-align: center;margin-bottom: 20px;margin-top: 0px;font-size: 15px;font-family: 'Roboto', sans-serif;font-weight: 400;color: #7a7a7a;line-height: 20px;}
.sponser_persons_guidelines_section .brief_para_sponsers{
    /* text-align: center; */
    margin-top: 18px;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #7a7a7a;
    line-height: 26px;
}
.sponser_persons_guidelines_section .mem-img {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.sponser_persons_guidelines_section .mem-img li {
    padding: 10px 20px 0;
}
.literature_main_section{
    padding: 70px 0px;
}
.literature_main_section .literature_heading{
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    margin-bottom: 35px;
    color: #000;
}
.literature_main_section .foster_anonymous{
    font-size: 23px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    margin-bottom: 7px;
    color: #000;
}
.literature_main_section .foster_anonymous2{
    font-size: 21px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    margin-top: 10px;
    color: #000;
}
.literature_main_section .book_para_fooster{width: 85%;line-height: 26px;font-size: 15px;font-weight: 400;margin-top: 0px;color: #7a7a7a;margin-bottom: 5px;font-family: "Roboto", Sans-serif;}
.ul_list_fooster li{
    list-style: disc;
    line-height: 26px;
    font-size: 15px;
    font-weight: 400;
    margin-top: 0px;
    color: #7a7a7a;
    margin-bottom: 0px;
    font-family: "Roboto", Sans-serif;
}

.ul_list_fooster span{
    font-weight: bold;
}
.anonymous_fooster_href{
    color: #111111;
    text-decoration: underline;
}


.icon_font_updated{
    font-size: 42px;
}

.btm_lt_para{
    text-align: center;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #828282;
    line-height: 30px;
    padding-bottom: 10px;
}


.donar_box_div p {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #828282;
    line-height: 26px;
    padding-bottom: 10px;
    text-align: center;
    margin-top: 15px;
}

.donar_box_div ul li{
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #828282;
    list-style: disc;

}

.donar_box_div .tl_li_donar_box{
    padding-left: 30px;
}

.img_h_mmeting{
    height: 132px !important;
    width: 100% !important;
}

.slick-slide {
    padding:10px;
    text-align:center;
    margin-right:15px;
    margin-left:15px;
}
.slick-slide{
}

.img_h_d_box{
    height: 400px !important;
    object-fit: cover !important;
}

.fluid_book_cart{
    width: 300px !important;
    height: 350px !important;
    border-radius: 15px !important;
}

.book_para_cart_order{
    line-height: 26px;
    font-size: 15px;
    font-weight: 400;
    margin-top: 0px;
    color: #7a7a7a;
    margin-bottom: 5px;
    font-family: "Roboto", Sans-serif;
    margin-top: 30px;
    text-align: center;
}

.order_now_CART_BTN{
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 0;
    padding: 13px 35px;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    transition: 0.5s;
    margin-top: 15px;
    width: 100%;
    text-align: center;
}

.order_now_CART_BTN:hover{
    background-color: #CFCFCF;
    border: 1px solid #CFCFCF;
}

.right_cart_arrow_order{
    margin-left: 10px;
}

.fooster_anonymous_heading_purchase{
    font-size: 22px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    margin-bottom: 7px;
    color: #000;
}

.fooster_anonymous_heading_purchase3{
    font-size: 16px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    margin-bottom: 7px;
    color: #000;
    margin-top: 15px;
}
.fooster_anonymous_heading_purchase2{
    font-size: 23px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    margin-bottom: 7px;
    color: #7a7a7a;
}
.book_fooster_p_s{
    line-height: 26px;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    color: #7a7a7a;
    margin-bottom: 5px;
    font-family: "Roboto", Sans-serif;
}

.btn_store_p_flex{
    display: flex;
}

.btn_store_p_flex button{
    border: none;
    padding: 12px 15px;
    border-radius: 5px;
    margin-right: 5px;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;

}

.checkout_section_main{
    padding: 70px 0px;
}

.checkout_section_main .info_buyer{
    font-size: 26px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    margin-bottom: 15px;
    color: #000;
}

.label_in_div_field{
    display: flex;
    flex-direction: column;

}

.label_in_div_field label{
    font-size: 14px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    margin-bottom: 10px;
    color: #000;
    margin-top: 20px;

}

.label_in_div_field input{
    width: 100%;
    height: 45px;
    outline: none;
    border: 1px solid #000;
    box-sizing: border-box;
    padding: 0px 25px;
    border-radius: 8px;
}

.checkout_section_main .check-select {
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    color: #636363cb;
    text-transform: capitalize;
    font-weight: 400;
    width: 100%;
    height: 55px;
    padding: 5px 5px 5px 16px;
    border-radius: 10px;
    background-image: url(../images/arrow-down.png);
    background-position: right 2rem center;
    background-size: 17px 10px;
    width: 100%;
    height: 45px;
    outline: none;
    border: 1px solid #000;
    /* text-align: center; */
    outline: none !important;
}


.checkout_section_main .check-select:active{
    box-shadow: none !important;
}

.img_height_family{
    min-height: 380px !important;
    object-fit: cover !important;
}

.img_height_events{
    width: 90.5% !important;
    height: 240px !important;
    object-fit: cover !important;
}

.img_height_events2{
 object-fit: cover;
 height: 480px;
}

.slick-dots li button:before {
    font-size: 30px !important;
}


.footer_main_section{
    padding: 50px 0px 20px 0px;
    background-color: #000;
    margin-top: 50px;
}

.footer_main_section .para_log_footer{
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #fff;
    line-height: 20px;
    padding-top: 5px;
    /* width: 90%; */
}

.footer_main_section .a_footer{
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #fff;
    padding-bottom: 15px;
    transition: 0.4s ease;

}

.footer_main_section .a_footer:hover{
    color: #7a7a7a;

}

.footer_main_section .contacts_para_footer{
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #fff;
    padding-bottom: 15px;

}

.footer_main_section .contacts_para_footer2{
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #fff;
    padding-bottom: 15px;
    width: 90%;

}



.footer_main_section .contacts_para_footer3{
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #fff;
    padding-bottom: 15px;
    width: 90%;
    transition: 0.4s ease;
}

.footer_main_section .contacts_para_footer3:hover{
    color: #7a7a7a;
}

.footer_main_section .text-center > img{
    width:380px !important;
}

.min_height_test{
    min-height: 500px;
}


/*******************  ******************/

#button_top.show {
    visibility: hidden;
    right: 27px;
  }
  
  #button_top i {
    line-height: 53px;
    color: #333;
    font-size: 22px;
    font-weight: 600;
  }
  
  #button_top {
    position: fixed;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 1;
    visibility: hidden;
    bottom: 95px;
    right: -59px;
    cursor: pointer;
    animation: 2s beat linear infinite;
    transition: all 0.4s ease-in-out;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 5px rgb(0 0 0 / 17%);
    color: #333;
    text-align: center;
    z-index: 2;
  }

  .tl_li_donar_box h4{
    padding: 13px 0px;
    font-family: 'Roboto', sans-serif;
    text-decoration: underline;
    font-weight: 500;
  }

  .donar_box_div .div_p{
    margin-top: 30px !important;
    padding-bottom: 0px !important;
  }

  .contacts_para_footer4_copy_right{
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #fff;
    transition: 0.4s ease;
    text-align: center;
    margin-top: 15px;
  }

  .contacts_para_footer4_copy_right3{
  text-align: center;
    padding: 8px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
  }

  .contacts_para_footer4_copy_right4{
  text-align: center;
    padding: 8px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
  }



  .disclaimer_main_section{
    /* padding: 50px 0px 0px 0px; */
  }
  .disclaimer_main_section .dis_div h1{
    color: #000000;
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 15px;
    position: relative;
}


.disclaimer_main_section .dis_div h1::before{
    content: '';
    position: absolute;
    bottom: 0;
    height: 4px;
    width: 100px;
    background-color: #000;

}

.disclaimer_main_section .dis_div p{
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #828282;
    line-height: 30px;
    padding-bottom: 10px;
    margin-top: 15px;
}

.contacts_para_footer4_copy_right2{
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #828282;
    line-height: 30px;
    padding-bottom: 10px;
    margin-top: 15px;
    text-align: center;
}

.ul_li{
 margin-left: 35px;
}

.flex_accordian{
    display: flex;
    justify-content: space-around;
    width: 90%;
}

.flex_accordian div{
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.acoordian_section .accordion-body{
padding: unset !important;
}

.table-responsive{
    margin-top: 20px;
}

.flex_accordian .funds_div{
    /* border-right: 1px solid #777; */
}

.accordion-button{
    background-color : unset !important;
    box-shadow : unset;
    border: 1px solid #777;
    /* padding: unset !important; */
}

.accordion-button:focus{
    box-shadow: unset !important;
    border: 1px solid #777;
}

.donations_go_para{
    text-align: center;
    padding-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-size: 14px;
}
/* updatedcss */

/******************************* LOGIN START *******************************/


.section-login {
  position: relative;
  padding: 100px 0 100px 0;
  /* background-color: #151616; */
  bottom: 1px;
  }

.section-login .login-form {}

.section-login .login-form .form-h {
  font-family: "Oswald", sans-serif;
  font-size: 50px;
  color: #fff;
  text-transform: inherit;
  text-align: left;
  margin: 0;
  padding: 0;
  letter-spacing: 0px;
text-transform: uppercase;}

.section-login .login-form .form-p {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  text-transform: inherit;
  text-align: left;
  margin: 5px 0 0 0;
  line-height: 27px;
  padding: 0;
}

.section-login .login-form .form-p .signup-a {
  color: #bb9248;
}

.section-login .login-form .google-btn {
  background-color: #fff;
  border-radius: 50px;
  font-family: Poppins;
  font-weight: 500;
  font-size: 15px;
  color: #000;
  text-transform: inherit;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 70px;
  margin: 12px 0 0 0;
  padding: inherit;
}

.section-login .login-form .google-btn .google-thumb {
  margin: 0 10px 0 0;
}

.section-login .login-form .facebook-btn {
  background-color: #527BCB;
  border-radius: 50px;
  font-family: Poppins;
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  text-transform: inherit;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 70px;
  margin: 12px 0 0 0;
  padding: inherit;
}

.section-login .login-form .facebook-btn .face-thumb {
  margin: 0 10px 0 0;
}

.section-login .login-form .line-seperate .lines {
  font-family: Poppins;
  font-weight: 500;
  color: #fff;
  text-transform: inherit;
  font-size: 20px;
  position: relative;
  text-align: center;
  display: block;
  margin: 10px 0 10px 0;
}

.section-login .login-form .line-seperate .lines::before {
  content: "";
  position: absolute;
  left: 110px;
  top: 15px;
  background-color: rgb(132 132 132 / 42%);
  width: 30%;
  height: 1px;
  display: block;
}

.section-login .login-form .line-seperate .lines::after {
  content: "";
  position: absolute;
  right: 110px;
  top: 15px;
  background-color: rgb(132 132 132 / 42%);
  width: 30%;
  height: 1px;
  display: block;
}

.section-login .login-form .custom-label {
  font-family: "Oswald", sans-serif;
  font-size: 25px;
  color: #000;
  text-transform: inherit;
  text-align: left;
}

.section-login .login-form .custom-control {
  font-family: Poppins;
  font-size: 20px;
  color: #000;
  text-transform: inherit;
  font-weight: 500;
  width: 100%;
  height: 70px;
  margin: 12px 0 12px 0;
  padding: 5px 5px 5px 40px;
  background-color: #fff;
  border: 1px solid #BBBBBB;
  border-radius: 50px;
}

.section-login .login-form .custom-control::-webkit-input-placeholder {
  font-family: Poppins;
  font-size: 20px;
  color: rgba(37, 39, 44, 0.3);
  text-transform: capitalize;
  font-weight: 500;
}

.section-login .login-form .custom-control:-moz-placeholder {
  /* Firefox 18- */
  font-family: Poppins;
  font-size: 20px;
  color: rgba(37, 39, 44, 0.3);
  text-transform: capitalize;
  font-weight: 500;
}

.section-login .login-form .custom-control::-moz-placeholder {
  /* Firefox 19+ */
  font-family: Poppins;
  font-size: 20px;
  color: rgba(37, 39, 44, 0.3);
  text-transform: capitalize;
  font-weight: 500;
}

.section-login .login-form .custom-control:-ms-input-placeholder {
  font-family: Poppins;
  font-size: 20px;
  color: rgba(37, 39, 44, 0.3);
  text-transform: capitalize;
  font-weight: 500;
}

.section-login .login-form .login-btn {
  background: #111111;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  color: #fff;
  margin: 35px 0 0 0;
  padding: 0;
  letter-spacing: 2px;
  line-height: inherit;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  transition: all 0.5s ease-in-out;
}

.section-login .login-form .login-btn:hover {
  background: transparent;
  color: #111111;
  border: 1px solid #111111;
}

.check-li label{
    color: #060606;
}

.check-li a{
    color: #314cf5;
}


/*********************** sponser-detail-sec *****************************/

.sponser-detail-sec{padding: 80px 0 70px;}

.sponser-detail-sec .img-sp img{
    width: 100%;
}

.sponser-detail-sec .content h2{
    color: #000000;
    font-family: "Roboto", Sans-serif;
    font-size: 36px;
    font-weight: 500;
    text-transform: capitalize;
    text-align: start;
    margin-top: 15px;
    margin-bottom: 19px;
}

.sponser-detail-sec .content ul li{
    color: #7a7a7a;
    font-family: "Roboto", Sans-serif;
    margin-top: 6px;
    list-style: inside;
}

.sponser-detail-sec .content p{
    margin-top: 18px;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #7a7a7a;
    line-height: 26px;
}

.iframe_video_section iframe {
    width: 100%;
    min-height: 500px;
    margin-bottom: 50px;
}

/* 
      font-family: 'Myriad Pro';
      font-family: 'Roboto', sans-serif;
*/
/************************** media-query **************************/

@media only screen and (min-width: 1921px) and (max-width: 7368px) {}

@media only screen and (min-width: 1600px) and (max-width: 1920px) {}

@media only screen and (min-width: 1445px) and (max-width: 1599px) {}

@media only screen and (min-width: 1366px) and (max-width: 1444px) {}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.main-banner .content-box .text-box h6 {
    font-size: 16px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-light .navbar-toggler-icon {
      
        filter: brightness(0) saturate(100%) invert(100%) sepia(5%) saturate(0%) hue-rotate(75deg) brightness(101%) contrast(100%);
    }

    .navbar-light .navbar-toggler{
    border-color: #fff;
    }

    .header-bg .header-img img {
        width: 251px;
        margin-bottom: 5px;
    }
    .header-bg {
        background-color: #000000;
        padding: 10px 0 15px;
    }

    .header-bg .nav-link {
        font-size: 14px !important;
    }

    .main-banner .content-box {
        position: absolute;
        bottom: 30px;
    }

    .main-banner .content-box .text-box h6 {
        font-size: 15px;
        color: #fff;
        text-shadow: unset;
        line-height: 20px;
    }
    .main-banner .content-box .text-box {
        text-align: center;
        padding: 10px 20px;
    }

    .sec-purpose .content-box {
        padding: 20px;
    }

    .sec-purpose .content-box h3 {
        color: #000000;
        font-size: 28px;
        padding-bottom: 10px;
    }
    .sec-purpose .content-box .para {
        font-size: 13px;
        line-height: 20px;
    }
    .sec-purpose .content-box h5 {
        font-size: 26px;
    }
    .sec-foster {
        padding: 30px 0;
    }
    .sec-foster .sec-title h5 {
        padding-bottom: 12px;
    }
    .sec-foster .sec-title::before {
        height: 3px;
        width: 75px;
    }
    .sec-foster .social-list p {
        margin-top: 15px;
    }
    .sec-foster .social-list ul {
        padding-top: 5px;
    }

    .sec-foster .social-list{
        padding-bottom: 0px;
    }
    .sec-foster .text-box .para {
        font-size: 13px;
        line-height: 23px;
    }
    .sec-foster .read-btn {
        padding-top: 0px;
    }
    .sec-foster .read-btn .link-btn {
        padding: 10px 20px;
        font-size: 13px;
        /* padding-left: 5px; */
    }

    .sec-services {
        padding: 0px 0;
    }

    .sec-services .sec-title img {
        width: 50px;
    }
    .sec-services .sec-title h2 {
        font-size: 26px;
        padding: 10px 0;
    }

    .sec-services .sec-title .para {
        font-size: 13px;
        padding-bottom: 0px;
    }

    .sec-services .sec-title {
        padding-bottom: 20px;
    }

    .vision_content_main_section .our_vision_heading {
        font-size: 26px;
    }
    .vision_content_main_section .main_row_vision_section {
        padding-top: 10px;
    }
    .main_row_vision_section .children_img_div2 {
        padding-left: 0px;
        display: flex;
        justify-content: center;
        padding-top: 30px;
    }
    .main_row_vision_section .comma_img {
        top: 18px;
        right: unset;
        left: 100px;
    }
    .vision_bg_div {
        min-height: 250px;
    }
    .row_contact_section .our_vision_heading {
        font-size: 26px;
    }
    .row_contact_section .foster_para {
        font-size: 13px;
        margin: 5px 0px 13px 0px;
    }
    .text_field_input {
        font-size: 12px;
    }
    .text_field_input2 {
        font-size: 12px;
    }
    .submit_btn {
        padding: 10px 30px;
        font-size: 12px;
    }
    .footer_section {
        padding: 20px 0px;
    }
    .footer_card {
    padding: 40px;
    margin-bottom: 50px;
}
.footer_line_img_flex img {
    width: 50px;
}
.heading_line_footer {
    font-size: 26px;
    margin-top: 7px;
}
.theme_design_para {
    margin-top: 0px;
}
.theme_design_border {
    width: 70px;
    height: 70px;
}

.theme_design_border i {
    font-size: 25px;
}
.navbar {
    justify-content: flex-end;
}
/* home */


}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer_main_section .text-center > img{
		width:280px !important;
	}
    .navbar-light .navbar-toggler-icon {
      
        filter: brightness(0) saturate(100%) invert(100%) sepia(5%) saturate(0%) hue-rotate(75deg) brightness(101%) contrast(100%);
    }

    .navbar-light .navbar-toggler{
    border-color: #fff;
    }

    .header-bg .header-img img {
        width: 251px;
        margin-bottom: 5px;
    }
    .header-bg {
        background-color: #000000;
        padding: 10px 0 15px;
    }

    .header-bg .nav-link {
        font-size: 14px !important;
    }

    .main-banner .content-box {
        position: relative;
        bottom: unset;
    }

    .main-banner .content-box .text-box h6 {
        font-size: 15px;
        color: #000;
        text-shadow: unset;
        line-height: 20px;
    }
    .main-banner .content-box .text-box {
        text-align: center;
        padding: 10px 20px;
    }

    .sec-purpose .content-box {
        padding: 20px;
    }

    .sec-purpose .content-box h3 {
        color: #000000;
        font-size: 28px;
        padding-bottom: 10px;
    }
    .sec-purpose .content-box .para {
        font-size: 13px;
        line-height: 20px;
    }
    .sec-purpose .content-box h5 {
        font-size: 26px;
    }
    .sec-foster {
        padding: 30px 0;
    }
    .sec-foster .sec-title h5 {
        padding-bottom: 12px;
    }
    .sec-foster .sec-title::before {
        height: 3px;
        width: 75px;
    }
    .sec-foster .social-list p {
        margin-top: 15px;
    }
    .sec-foster .social-list ul {
        padding-top: 5px;
    }

    .sec-foster .social-list{
        padding-bottom: 0px;
    }
    .sec-foster .text-box .para {
        font-size: 13px;
        line-height: 23px;
    }
    .sec-foster .read-btn {
        padding-top: 0px;
    }
    .sec-foster .read-btn .link-btn {
        padding: 10px 20px;
        font-size: 13px;
        /* padding-left: 5px; */
    }

    .sec-services {
        padding: 0px 0;
    }

    .sec-services .sec-title img {
        width: 50px;
    }
    .sec-services .sec-title h2 {
        font-size: 26px;
        padding: 10px 0;
    }

    .sec-services .sec-title .para {
        font-size: 13px;
        padding-bottom: 0px;
    }

    .sec-services .sec-title {
        padding-bottom: 20px;
    }

    .vision_content_main_section .our_vision_heading {
        font-size: 26px;
    }
    .vision_content_main_section .main_row_vision_section {
        padding-top: 10px;
    }
    .main_row_vision_section .children_img_div2 {
        padding-left: 0px;
        display: flex;
        justify-content: center;
        padding-top: 30px;
    }
    .main_row_vision_section .comma_img {
        top: 18px;
        right: unset;
        left: 100px;
    }
    .vision_bg_div {
        min-height: 250px;
    }
    .row_contact_section .our_vision_heading {
        font-size: 26px;
    }
    .row_contact_section .foster_para {
        font-size: 13px;
        margin: 5px 0px 13px 0px;
    }
    .text_field_input {
        font-size: 12px;
    }
    .text_field_input2 {
        font-size: 12px;
    }
    .submit_btn {
        padding: 10px 30px;
        font-size: 12px;
    }
    .footer_section {
        padding: 20px 0px;
    }
    .footer_card {
    padding: 40px;
    margin-bottom: 50px;
}
.footer_line_img_flex img {
    width: 50px;
}
.heading_line_footer {
    font-size: 26px;
    margin-top: 7px;
}
.theme_design_para {
    margin-top: 0px;
}
.theme_design_border {
    width: 70px;
    height: 70px;
}

.theme_design_border i {
    font-size: 25px;
}
.navbar {
    justify-content: flex-end;
}

/* home */


.inner-banner {
    padding: 60px 0;
    min-height: 250px !important;
}

.inner-banner .sec-title h2 {
    font-size: 40px;
}

.about_us_main_banner {
    padding: 20px 0px;
}
.about_us_main_banner .who_we_are_heading {
    font-size: 26px;
    text-align: start;
}

.about_us_main_banner .felis_heading {
    font-size: 12px;
    letter-spacing: 2.1px;
    text-align: start;
    margin: 5px 0px;
}

.about_us_main_banner .felis_b {
    padding-bottom: 10px;
}
.about_us_main_banner .felis_b::before {
    right: unset;
    left: 0;
    width: 80px;
    height: 4px;
}
.about_us_main_banner .felis_b_para {
    text-align: left;
    font-size: 13px;
    line-height: 20px;
    padding: 10px 0px 10px 0px;
}

.about_us_main_banner .read-btn{
    display: block;
}
.about_us_main_banner .read-btn .link-btn {
    padding: 10px 20px;
}
.about_us_main_banner .about_img1 {
    margin: 20px 0px;
}

.main_col_2_padding{
    padding: 16px;
}
.about_us_main_banner .felis_b_para2 {
    text-align: left;
    font-size: 13px;
    line-height: 25px;
    padding: 10px 0px 10px 0px;
}

/* meetings */

.meetings_main_section {
    padding: 20px 0px;
}

.meetings_main_section .record_heading {
    font-size: 26px;
    margin-bottom: 20px;
}
.zoom_main_section {
    padding: 30px;
    margin-bottom: 20px;
}

.meeting_url {
    font-size: 16px;
    line-height: 16px;
    font-family: "Roboto", Sans-serif;
    margin-bottom: 10px;
}
.month_url_para {
    font-size: 17px;
    line-height: 18px;
    margin-bottom: 15px;
}

.img_meeting_section{
    padding-top: 0px;
}
.img_meeting_section .img_1 {
    padding: 0px;
}


/* members */
.members_main_section {
    padding: 20px 0 0;
}
.members_main_section .members_heading {
    font-size: 26px;
    text-align: left;
}

.para_member {
    margin-top: 8px;
    font-size: 14px;
}
.ul_li li {
    margin-top: 8px;
    font-size: 14px;

}

/* sponsers */

.sponsers_main_section {
    min-height: 300px;
}

.sponsers_main_section .sponsers_heading {
    font-size: 50px;
}
.sponsers_main_heading2 {
    padding-top: 20px;
}
.sponsers_main_heading2 .choose_s_heading {
    font-size: 26px;
}
.sponsers_main_heading2 img {
    height: 250px;
}
		.section-login .login-form .custom-control {
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    color: #000;
    text-transform: inherit;
    font-weight: 500;
    width: 100%;
    height: 60px;
    margin: 12px 0 12px 0;
    padding: 5px 5px 5px 20px;
    background-color: #fff;
    border: 1px solid #BBBBBB;
    border-radius: 50px;
}

.section-login .login-form .custom-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */ 
font-size: 15px;
	    font-family: "Oswald", sans-serif;
} 
.section-login .login-form .custom-control::-moz-placeholder { /* Firefox 19+ */ 
font-size: 15px; 
	      font-family: "Oswald", sans-serif;
} 
.section-login .login-form .custom-control:-ms-input-placeholder { /* IE 10+ */ 
font-size: 15px;
	       font-family: "Oswald", sans-serif;
} 
.section-login .login-form .custom-control:-moz-placeholder { /* Firefox 18- */ 
font-size: 15px;
	     font-family: "Oswald", sans-serif;
}

.footer_main_section .text-center img.custom-size-img{
    width:280px !important;
}

}

@media only screen and (min-width: 520px) and (max-width: 767px) {
	.footer_main_section .text-center > img{
		width:280px !important;
	}
    .navbar-light .navbar-toggler-icon {
      
        filter: brightness(0) saturate(100%) invert(100%) sepia(5%) saturate(0%) hue-rotate(75deg) brightness(101%) contrast(100%);
    }

    .navbar-light .navbar-toggler{
    border-color: #fff;
    }

    .header-bg .header-img img {
        width: 251px;
        margin-bottom: 5px;
    }
    .header-bg {
        background-color: #000000;
        padding: 10px 0 15px;
    }

    .header-bg .nav-link {
        font-size: 14px !important;
    }

    .main-banner .content-box {
        position: relative;
        bottom: unset;
    }

    .main-banner .content-box .text-box h6 {
        font-size: 15px;
        color: #000;
        text-shadow: unset;
        line-height: 20px;
    }
    .main-banner .content-box .text-box {
        text-align: center;
        padding: 10px 20px;
    }

    .sec-purpose .content-box {
        padding: 20px;
    }

    .sec-purpose .content-box h3 {
        color: #000000;
        font-size: 28px;
        padding-bottom: 10px;
    }
    .sec-purpose .content-box .para {
        font-size: 13px;
        line-height: 20px;
    }
    .sec-purpose .content-box h5 {
        font-size: 26px;
    }
    .sec-foster {
        padding: 30px 0;
    }
    .sec-foster .sec-title h5 {
        padding-bottom: 12px;
    }
    .sec-foster .sec-title::before {
        height: 3px;
        width: 75px;
    }
    .sec-foster .social-list p {
        margin-top: 15px;
    }
    .sec-foster .social-list ul {
        padding-top: 5px;
    }

    .sec-foster .social-list{
        padding-bottom: 0px;
    }
    .sec-foster .text-box .para {
        font-size: 13px;
        line-height: 23px;
    }
    .sec-foster .read-btn {
        padding-top: 0px;
    }
    .sec-foster .read-btn .link-btn {
        padding: 10px 20px;
        font-size: 13px;
        /* padding-left: 5px; */
    }

    .sec-services {
        padding: 0px 0;
    }

    .sec-services .sec-title img {
        width: 50px;
    }
    .sec-services .sec-title h2 {
        font-size: 26px;
        padding: 10px 0;
    }

    .sec-services .sec-title .para {
        font-size: 13px;
        padding-bottom: 0px;
    }

    .sec-services .sec-title {
        padding-bottom: 20px;
    }

    .vision_content_main_section .our_vision_heading {
        font-size: 26px;
    }
    .vision_content_main_section .main_row_vision_section {
        padding-top: 10px;
    }
    .main_row_vision_section .children_img_div2 {
        padding-left: 0px;
        display: flex;
        justify-content: center;
        padding-top: 30px;
    }
    .main_row_vision_section .comma_img {
        top: 18px;
        right: unset;
        left: 20px;
    }
    .vision_bg_div {
        min-height: 220px;
    }
    .row_contact_section .our_vision_heading {
        font-size: 26px;
    }
    .row_contact_section .foster_para {
        font-size: 13px;
        margin: 5px 0px 13px 0px;
    }
    .text_field_input {
        font-size: 12px;
    }
    .text_field_input2 {
        font-size: 12px;
    }
    .submit_btn {
        padding: 10px 30px;
        font-size: 12px;
    }
    .footer_section {
        padding: 20px 0px;
    }
    .footer_card {
    padding: 40px;
    margin-bottom: 50px;
}
.footer_line_img_flex img {
    width: 50px;
}
.heading_line_footer {
    font-size: 26px;
    margin-top: 7px;
}
.theme_design_para {
    margin-top: 0px;
}
.theme_design_border {
    width: 70px;
    height: 70px;
}

.theme_design_border i {
    font-size: 25px;
}
.navbar {
    justify-content: flex-end;
}

/* home */


.inner-banner {
    padding: 60px 0;
    min-height: 200px !important;
}

.inner-banner .sec-title h2 {
    font-size: 40px;
}

.about_us_main_banner {
    padding: 20px 0px;
}
.about_us_main_banner .who_we_are_heading {
    font-size: 26px;
    text-align: start;
}

.about_us_main_banner .felis_heading {
    font-size: 12px;
    letter-spacing: 2.1px;
    text-align: start;
    margin: 5px 0px;
}

.about_us_main_banner .felis_b {
    padding-bottom: 10px;
}
.about_us_main_banner .felis_b::before {
    right: unset;
    left: 0;
    width: 80px;
    height: 4px;
}
.about_us_main_banner .felis_b_para {
    text-align: left;
    font-size: 13px;
    line-height: 20px;
    padding: 10px 0px 10px 0px;
}

.about_us_main_banner .read-btn{
    display: block;
}
.about_us_main_banner .read-btn .link-btn {
    padding: 10px 20px;
}
.about_us_main_banner .about_img1 {
    margin: 20px 0px;
}

.main_col_2_padding{
    padding: 16px;
}
.about_us_main_banner .felis_b_para2 {
    text-align: left;
    font-size: 13px;
    line-height: 25px;
    padding: 10px 0px 10px 0px;
}

/* meetings */

.meetings_main_section {
    padding: 20px 0px;
}

.meetings_main_section .record_heading {
    font-size: 26px;
    margin-bottom: 20px;
}
.zoom_main_section {
    padding: 30px;
    margin-bottom: 20px;
}

.meeting_url {
    font-size: 16px;
    line-height: 16px;
    font-family: "Roboto", Sans-serif;
    margin-bottom: 10px;
}
.month_url_para {
    font-size: 17px;
    line-height: 18px;
    margin-bottom: 15px;
}

.img_meeting_section{
    padding-top: 0px;
}
.img_meeting_section .img_1 {
    padding: 0px;
}


/* members */
.members_main_section {
    padding: 20px 0 0;
}
.members_main_section .members_heading {
    font-size: 26px;
    text-align: left;
}

.para_member {
    margin-top: 8px;
    font-size: 14px;
}
.ul_li li {
    margin-top: 8px;
    font-size: 14px;

}
/* sponsers */

.sponsers_main_section {
    min-height: 300px;
}

.sponsers_main_section .sponsers_heading {
    font-size: 50px;
}
.sponsers_main_heading2 {
    padding-top: 20px;
}
.sponsers_main_heading2 .choose_s_heading {
    font-size: 26px;
}
.sponsers_main_heading2 img {
    height: 250px;
}
	.section-login .login-form .custom-control {
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    color: #000;
    text-transform: inherit;
    font-weight: 500;
    width: 100%;
    height: 50px;
    margin: 12px 0 12px 0;
    padding: 5px 5px 5px 20px;
    background-color: #fff;
    border: 1px solid #BBBBBB;
    border-radius: 50px;
}

.section-login .login-form .custom-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */ 
font-size: 14px;
	    font-family: "Oswald", sans-serif;
} 
.section-login .login-form .custom-control::-moz-placeholder { /* Firefox 19+ */ 
font-size: 14px; 
	      font-family: "Oswald", sans-serif;
} 
.section-login .login-form .custom-control:-ms-input-placeholder { /* IE 10+ */ 
font-size: 14px;
	       font-family: "Oswald", sans-serif;
} 
.section-login .login-form .custom-control:-moz-placeholder { /* Firefox 18- */ 
font-size: 14px;
	     font-family: "Oswald", sans-serif;
}

}

@media only screen and (min-width: 300px) and (max-width: 575px) {
	.footer_main_section .text-center > img{
		width:280px !important;
	}
    .navbar-light .navbar-toggler-icon {
      
        filter: brightness(0) saturate(100%) invert(100%) sepia(5%) saturate(0%) hue-rotate(75deg) brightness(101%) contrast(100%);
    }

    .navbar-light .navbar-toggler{
    border-color: #fff;
    }

    .header-bg .header-img img {
        width: 220px;
        margin-bottom: 5px;
    }
    .header-bg {
        background-color: #000000;
        padding: 10px 0 15px;
    }

    .header-bg .nav-link {
        font-size: 14px !important;
    }

    .main-banner .content-box {
        position: relative;
        bottom: unset;
    }

    .main-banner .content-box .text-box h6 {
        font-size: 15px;
        color: #000;
        text-shadow: unset;
        line-height: 20px;
    }
    .main-banner .content-box .text-box {
        text-align: center;
        padding: 10px 20px;
    }

    .sec-purpose .content-box {
        padding: 20px;
    }

    .sec-purpose .content-box h3 {
        color: #000000;
        font-size: 28px;
        padding-bottom: 10px;
    }
    .sec-purpose .content-box .para {
        font-size: 13px;
        line-height: 20px;
    }
    .sec-purpose .content-box h5 {
        font-size: 26px;
    }
    .sec-foster {
        padding: 30px 0;
    }
    .sec-foster .sec-title h5 {
        padding-bottom: 12px;
    }
    .sec-foster .sec-title::before {
        height: 3px;
        width: 75px;
    }
    .sec-foster .social-list p {
        margin-top: 15px;
    }
    .sec-foster .social-list ul {
        padding-top: 5px;
    }

    .sec-foster .social-list{
        padding-bottom: 0px;
    }
    .sec-foster .text-box .para {
        font-size: 13px;
        line-height: 23px;
    }
    .sec-foster .read-btn {
        padding-top: 0px;
    }
    .sec-foster .read-btn .link-btn {
        padding: 10px 20px;
        font-size: 13px;
        /* padding-left: 5px; */
    }

    .sec-services {
        padding: 0px 0;
    }

    .sec-services .sec-title img {
        width: 50px;
    }
    .sec-services .sec-title h2 {
        font-size: 26px;
        padding: 10px 0;
    }

    .sec-services .sec-title .para {
        font-size: 13px;
        padding-bottom: 0px;
    }

    .sec-services .sec-title {
        padding-bottom: 20px;
    }

    .vision_content_main_section .our_vision_heading {
        font-size: 26px;
    }
    .vision_content_main_section .main_row_vision_section {
        padding-top: 10px;
    }
    .main_row_vision_section .children_img_div2 {
        padding-left: 0px;
        display: flex;
        justify-content: center;
        padding-top: 30px;
    }
    .main_row_vision_section .comma_img {
        top: 18px;
        right: unset;
        left: 20px;
    }
    .vision_bg_div {
        min-height: 150px;
    }
    .row_contact_section .our_vision_heading {
        font-size: 26px;
    }
    .row_contact_section .foster_para {
        font-size: 13px;
        margin: 5px 0px 13px 0px;
    }
    .text_field_input {
        font-size: 12px;
    }
    .text_field_input2 {
        font-size: 12px;
    }
    .submit_btn {
        padding: 10px 30px;
        font-size: 12px;
    }
    .footer_section {
        padding: 20px 0px;
    }
    .footer_card {
    padding: 40px;
    margin-bottom: 50px;
}
.footer_line_img_flex img {
    width: 50px;
}
.heading_line_footer {
    font-size: 26px;
    margin-top: 7px;
}
.theme_design_para {
    margin-top: 0px;
}
.theme_design_border {
    width: 70px;
    height: 70px;
}

.theme_design_border i {
    font-size: 25px;
}
.navbar {
    justify-content: flex-end;
}

.img-box{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

/* home */


.inner-banner {
    min-height: 150px !important;
    padding: 60px 0;
}

.inner-banner .sec-title h2 {
    font-size: 40px;
}

.about_us_main_banner {
    padding: 20px 0px;
}
.about_us_main_banner .who_we_are_heading {
    font-size: 26px;
    text-align: start;
}

.about_us_main_banner .felis_heading {
    font-size: 12px;
    letter-spacing: 2.1px;
    text-align: start;
    margin: 5px 0px;
}

.about_us_main_banner .felis_b {
    padding-bottom: 10px;
}
.about_us_main_banner .felis_b::before {
    right: unset;
    left: 0;
    width: 80px;
    height: 4px;
}
.about_us_main_banner .felis_b_para {
    text-align: left;
    font-size: 13px;
    line-height: 20px;
    padding: 10px 0px 10px 0px;
}

.about_us_main_banner .read-btn{
    display: block;
}
.about_us_main_banner .read-btn .link-btn {
    padding: 10px 20px;
}
.about_us_main_banner .about_img1 {
    margin: 20px 0px;
}

.main_col_2_padding{
    padding: 16px;
}
.about_us_main_banner .felis_b_para2 {
    text-align: left;
    font-size: 13px;
    line-height: 25px;
    padding: 10px 0px 10px 0px;
}

/* meetings */

.meetings_main_section {
    padding: 20px 0px;
}

.meetings_main_section .record_heading {
    font-size: 26px;
    margin-bottom: 20px;
}
.zoom_main_section {
    padding: 30px;
    margin-bottom: 20px;
}

.meeting_url {
    font-size: 16px;
    line-height: 16px;
    font-family: "Roboto", Sans-serif;
    margin-bottom: 10px;
}
.month_url_para {
    font-size: 17px;
    line-height: 18px;
    margin-bottom: 15px;
}

.img_meeting_section{
    padding-top: 0px;
}
.img_meeting_section .img_1 {
    padding: 0px;
}

/* members */
.members_main_section {
    padding: 20px 0 0;
}
.members_main_section .members_heading {
    font-size: 26px;
    text-align: left;
}

.para_member {
    margin-top: 8px;
    font-size: 14px;
}
.ul_li li {
    margin-top: 8px;
    font-size: 14px;

}

/* sponsers */

.sponsers_main_section {
    min-height: 300px;
}

.sponsers_main_section .sponsers_heading {
    font-size: 50px;
}
.sponsers_main_heading2 {
    padding-top: 20px;
}
.sponsers_main_heading2 .choose_s_heading {
    font-size: 26px;
}
.sponsers_main_heading2 img {
    height: 250px;
}
}@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,400;1,500;1,700&display=swap');
@import url(../fonts/stylesheet.css);
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    scroll-behavior: smooth;
}
body {
    overflow-x: hidden;
  
}
a {
    text-decoration: none;
}
figure {
    margin: 0;
    padding: 0;
}
.btn:focus {
    outline: none;
}
ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6,p{
    margin: 0;
    padding: 0;
}
a,button{
    display: inline-block;
}
button:focus {
    outline: none;
    box-shadow: none;
}
select{
    cursor: pointer;
}
.btn:focus {
    outline: none;
    box-shadow: none;
}
.form-control:focus {
    outline: none;
    box-shadow: none;
}

/************************** Header css **************************/
.header-bg {
    background-color: #000000;
    padding: 30px 0 15px;
}
.header-bg .header-img {
    text-align: center;
}
.header-bg .header-img img {
    width: auto;
    margin-bottom: 20px;
}
.header-bg .nav-link {
    font-family: 'Myriad Pro';
    font-size: 14px !important;
    font-weight: 300;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 5px;
    transition: 0.5s;
}
.header-bg .nav-link:hover {
    transform: translateY(-5px);
}

/************************** Header css end **************************/
.main-banner {
    position: relative;
}
.main-banner .content-box {position: relative;bottom: 100px;}
.main-banner .content-box .text-box {
    text-align: center;
    padding-bottom: 0px;
    margin-top: -10px;
}
.main-banner .content-box .text-box h6 {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: white;
    text-shadow: 0px 0px 10px #000;
    line-height: 35px;
}

.banner-text-btm {
	position: absolute; 
	text-align: center; 
	bottom:20px; 
	right:30px; 
	left:30px; 
	font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: white;
    text-shadow: 0px 0px 10px #000;
    line-height: 35px;
}


/* sec-purpose */
.sec-purpose .content-box {
    padding: 30px;
}
.sec-purpose .content-box h3 {
    color: #000000;
    font-size: 45px;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.sec-purpose .content-box .para {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #828282;
      line-height: 26px;
      padding-bottom: 10px;
}
.sec-purpose .content-box h5 {
    color: #000000;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 20px;
}


/* sec-foster */
.sec-foster {
    padding: 70px 0px 10px 0;
}
.sec-foster .sec-title {
    position: relative;
}
.sec-foster .sec-title h5 {
    color: #000000;
    font-size: 26px;
    font-weight: 400;
    text-transform: capitalize;
    padding-bottom: 25px;
}
.sec-foster .sec-title::before {
    content: '';
    /* background-color: #000; */
    /* height: 8px; */
    /* width: 110px; */
    /* position: absolute; */
    /* left: 0; */
    /* bottom: 0; */
}
.sec-foster .social-list {
    text-align: center;
    padding-bottom: 20px;
}
.sec-foster .social-list p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #828282;
}
.sec-foster .social-list ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
}
.sec-foster .social-list ul li {
    padding: 0 10px;
}
.sec-foster .social-list ul li a {
    font-size: 25px;
    color: #828282;
    transition: 0.5s;
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec-foster .social-list ul li a:hover {
    color: #e04a39;
    border: 1px solid #e04a39;
}
.sec-foster .text-box {
    padding: 15px;
}
.sec-foster .text-box .para{
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #828282;
    line-height: 30px;
    padding-bottom: 10px;
}

.sec-foster .read-btn {
    text-align: center;
    padding-top: 10px;
}
.sec-foster .read-btn .link-btn {
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 0;
    padding: 13px 35px;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    transition: 0.5s;
}
.sec-foster .read-btn .link-btn i {
    padding-left: 12px;
}
.sec-foster .read-btn .link-btn:hover {
    background-color: #CFCFCF;
    border: 1px solid #CFCFCF;
}
.sec-services {
    padding: 0px 0;
}
.sec-services .sec-title {
    text-align: center;
    padding-bottom: 50px;
}
.sec-services .sec-title img {
    width: 70px;
}
.sec-services .sec-title h2 {
    color: #000000;
    font-size: 45px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 0 20px;
}
.sec-services .sec-title .para {
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #828282;
    line-height: 26px;
    padding-bottom: 10px;
}
.sec-services .main-box {
    overflow: hidden;
    position: relative;
    height: 320px;
    width: 100%;
    margin-bottom: 20px;
}
.sec-services .main-box .gray-box {
    background-color: #e7e7e7;
    border: none;
    padding: 100px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 1s ease;
    margin-bottom: 30px;
    position: absolute;
    left: 0;
    right: 0;
}
.sec-services .main-box:hover .gray-box {
    left: -100%;
    right: 100%;
} 

.home_main_section{
    overflow-x: hidden;
}
.sec-services .main-box .gray-box .icon-box h4{
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    padding-top: 25px;
}
.sec-services .main-box .white-box {
    background-color: #fff;
    border: none;
    padding: 50px 0;
    text-align: center;
    position: absolute;
    left: 100%;
    right: -100%;
    bottom: 0;
    top: 0;
    transition: all 1s ease;
    align-items: center;
}
.sec-services .main-box .white-box img {
    width: 60px;
}
.sec-services .main-box .white-box .para {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #828282;
    line-height: 24px;
    padding: 20px 10px 10px;
}
.sec-services .main-box:hover .white-box {
    left: 0;
    right: 0;
}



.vision_content_main_section{
    background-color: #000;
    padding: 30px 0px;
    width: 100%;
    overflow: hidden;
    /* min-height: 400px; */
}

.vision_content_main_section .img_flex_section_line{
    display: flex;
    justify-content: center;

}

.img_flex_section_line .img_line{
    width: 70px;
    margin-bottom: 10px;
    margin-top: 25px;
}

.vision_content_main_section .our_vision_heading{
    color: #fff;
    /*text-align: center;*/
    font-family: 'Lato', sans-serif;
    font-size: 36px;
    font-weight: 400;
    margin-top: 5px;
    padding-bottom: 20px;
    margin-left: 30px !important;
}

.vision_content_main_section .main_row_vision_section{
    /* padding-top: 30px; */

}

.vision_content_main_section .vision_para{
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 18px;
    text-align: center;
    text-align: end;
    padding-right: 30px;
    padding-top: 15px;
    /* padding-bottom: 25px; */
    /* width: 90%; */
}

.main_row_vision_section .childrens_img{
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: unset;
    border-style: unset;
}

.main_row_vision_section .children_img_div{
    padding-right: 20px;
}

.main_row_vision_section .children_img_div2{
    padding-left: 20px;
    position: relative;
} 

.main_row_vision_section .comma_img{
    width: 40px;
    position: absolute;
    top: 0;
    right: 45%;
}

.vision_bg_div{
    background-image: url('../images/vision.jpg');
    width: 100%;
    min-height: 550px;
    background-size: cover;
    position: relative;
    z-index: 1;
}
/*.vision_bg_div::before{*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    right: 0;*/
/*    background-color: #00000091;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    z-index: 0;*/
/*}*/

.vision_bg_img_section{
    /* position: relative; */
    /* overflow-x: hidden; */
    margin-top: 70px;
    z-index: 3;
}

.vision_bg_img_section .row_contact_section{
    /* min-height: 500px; */
    background-color: #000;
    padding: 50px 30px;
    /* position: absolute; */
    /* bottom: -80%; */
    /* width: 100%; */
    z-index: 2;


}

.row_contact_section .img_flex_section_line{
    display: flex;
    justify-content: center;
}

.row_contact_section .our_vision_heading{
       color: #fff;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 45px;
    font-weight: 400;
    margin-top: 5px;

}

.row_contact_section .foster_para{
    text-align: center;
    color: #7a7a7a;
    margin: 10px 0px 50px 0px;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 26px;
    padding: 0px 250px;
}

.flex_img_size{
    /* height: 0px; */
}
.text_field_input{
    width: 100%;
    outline: none;
    border: none;
    color: #000;
    box-sizing: border-box;
    padding: 0px 15px;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    height: 45px;
    margin-bottom: 20px;

}

.text_field_input2{
    width: 100%;
    outline: none;
    border: none;
    color: #000;
    box-sizing: border-box;
    padding: 10px 15px;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    height: 150px;
    margin-bottom: 20px;

}


.text_field_input::placeholder{
    color: #000;
}


.text_field_input2::placeholder{
    color: #000;
}

.submit_btn{
    background: #111111;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 40px;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    line-height: 18px;
    transition: 0.4s ease;

}

.submit_btn:hover{
    background-color: #fff;
    color: #111111;
}

.btn_submit_flex{
    display: flex;
    justify-content: center;
}

.footer_section{
    padding: 70px 0px 10px;
}


.footer_card{
    padding: 60px;
    border: 1.5px solid #9e9e9e5c;
    margin-bottom: 40px;
    background: #dfdfdf;
}

.footer_line_img_flex{
    display: flex;
    justify-content: center;
}

.footer_line_img_flex img{
    width: 70px;
}

.heading_line_footer{
    color: #383838;
    font-family: 'Lato', sans-serif;
    font-size: 38px;
    font-weight: 500;
    text-align: center;
    margin-top: 15px;
}

.theme_design_para{
    text-align: center;
    color: #383838;
    font-family: 'Lato', sans-serif;
    margin-top: 25px;
    font-size: 22px;
    color: #383838;
    font-weight: 400;
}

.footer_card_relative{
    position: relative;
}


.theme_design_border{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #9E9E9E;
}

.theme_design_border i{
    color: #fff;
    font-size: 30px;
}

.theme_design_border_main_div{
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);

}



/* inner-banner */
.inner-banner {
    background-image: url('../images/vision.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    /* padding: 345px 0; */
    min-height: 580px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner-banner::before {
    content: '';
    /*background-color: #000;*/
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
}
.inner-banner .sec-title {
    text-align: center;
    position: relative;
}
.inner-banner .sec-title h2 {
    color: #FFFFFF;
    font-size: 80px;
    font-weight: 400;
    text-transform: uppercase;
	text-shadow: 4px 7px 9px black;
}


.inner-banner-services{
    background-image: url('../images/services_updated_ss.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    /* padding: 345px 0; */
    min-height: 580px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner-banner-services::before {
    content: '';
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
}
.inner-banner-services .sec-title {
    text-align: center;
    position: relative;
}
.inner-banner-services .sec-title h2 {
    color: #FFFFFF;
    font-size: 80px;
    font-weight: 400;
    text-transform: uppercase;
}


.inner-banner2 {
    background-image: url('../images/member_updated_img\ \(1\).jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    /* padding: 345px 0; */
    min-height: 580px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner-banner2::before {
    content: '';
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
}
.inner-banner2 .sec-title {
    text-align: center;
    position: relative;
}
.inner-banner2 .sec-title h2 {
    color: #FFFFFF;
    font-size: 80px;
    font-weight: 400;
    text-transform: uppercase;
}


.inner-banner3 {
    background-image: url('../images/donation_3.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    /* padding: 345px 0; */
    min-height: 580px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner-banner3::before {
    content: '';
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
}
.inner-banner3 .sec-title {
    text-align: center;
    position: relative;
}
.inner-banner3 .sec-title h2 {
    color: #FFFFFF;
    font-size: 80px;
    font-weight: 400;
    text-transform: uppercase;
}



.inner-banner4 {
    background-image: url('../images/book_store_banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    /* padding: 345px 0; */
    min-height: 580px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner-banner4::before {
    content: '';
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
}
.inner-banner4 .sec-title {
    text-align: center;
    position: relative;
}
.inner-banner4 .sec-title h2 {
    color: #FFFFFF;
    font-size: 80px;
    font-weight: 400;
    text-transform: uppercase;
}

/* mycss2 */
.about_us_main_banner{
    padding-top: 80px;
    padding-bottom: 30px;
}

.about_us_main_banner .who_we_are_heading{
    color: #222222;
    font-family: 'Lato', sans-serif;
    font-size: 35px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: end;
}

.about_us_main_banner .felis_heading{
    color: #888888;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 4.1px;
    text-align: end;
    margin: 15px 0px;
}

.about_us_main_banner .felis_b{position: relative;padding-bottom: 35px;}

.about_us_main_banner .felis_b::before{
   
    }
    

.about_us_main_banner .felis_b_para{
    text-align: right;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #828282;
    line-height: 26px;
    padding: 10px 0px 10px;
}
.about_us_main_banner .felis_b_para2{
    text-align: right;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #828282;
    line-height: 26px;
    padding: 10px 0px 10px;
}



    
.about_us_main_banner .read-btn .link-btn{
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 0;
    padding: 13px 35px;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    transition: 0.5s;
}

.about_us_main_banner .read-btn .link-btn:hover{
    background-color: #CFCFCF;
    border: 1px solid #CFCFCF;
}

.about_us_main_banner .read-btn{
    display: flex;
    justify-content: flex-end;
    padding-top: 10px;
}

.about_us_main_banner .about_img1{
    width: 100%;
    margin: 80px 0px;
}

.main_col_2_padding{
    padding-right: 70px;
    padding-left: 30px;
}


.meetings_main_section{
    padding: 100px 0px 50px 0px;
}

.meetings_main_section .record_heading{
    color: #000000;
    font-family: "Roboto", Sans-serif;
    font-size: 45px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px;
}


.zoom_main_section{
    border-radius: 0 0 10px 10px;
    background: #EEF1F7;
    padding: 30px;
    border-radius: 10px;
}

.meeting_url{
    font-size: 20px;
    line-height: 28px;
    margin: 0;
    font-weight: 500;
    color: #333;
    font-family: "Roboto", Sans-serif;
    margin-bottom: 10px;

}

.month_url_para{
    color: #4689fc;
    font-weight: bold;
    font-size: 17px;
    line-height: 18px;
    margin-bottom: 30px;
    font-family: "Roboto", Sans-serif;
}

.img_flex_icon .icon_w{
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.img_flex_icon{
    display: flex;
    align-items: center;
}

.img_flex_icon .azure_gmt{
    font-size: 12px;
    line-height: 15px;
    color: #777;
    margin-left: 15px;
}

.img_meeting_section{
    /* padding-top: 40px; */
}

.img_meeting_section .img_1{
    width: 100%;
    height: 190px;
    padding: 0px 30px;
}

.img_meeting_section .img_2{
    width: 100%;
    height: 208px;
}
.img_meeting_section .img_3{
    width: 100%;
    height: 209px;
}
.img_meeting_section .img_4{
    width: 100%;
    height: 210px;
}
.members_main_section  {
    padding: 60px 0;
}

.members_main_section .members_heading{
    color: #000000;
    font-family: "Roboto", Sans-serif;
    font-size: 36px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: start;
    margin-top: 15px;
}

.para_member{
    color: #7a7a7a;
    margin-top: 15px;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 26px;
}

.ul_list{
    padding-left: 20px;
}
.ul_li li{
    color: #7a7a7a;
    font-family: "Roboto", Sans-serif;
    margin-top: 15px;
    list-style: disc;

}

.sponsers_main_section{
    background-image: url('../images/globe.jpg');
    width: 100%;
    min-height: 520px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 0px;
    position: relative;
    /* z-index: -2; */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}


.sponsers_main_section::before{
    content: '';
    position: absolute;
    background-color: #00000025;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.sponsers_main_section .sponsers_heading{
    color: #FFFFFF;
    font-family: "Roboto", Sans-serif;
    font-size: 75px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}

.sponsers_main_heading2{
    padding-top: 70px;
}
.sponsers_main_heading2 .choose_s_heading{
    color: #000000;
    font-family: "Roboto", Sans-serif;
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
}

.sponsers_main_heading2 .choose_s_para{
    text-align: center;
    margin-top: 0px;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #7a7a7a;
    line-height: 26px;
}

.sponsers_main_heading2 .choose_s_para2{
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0px;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #7a7a7a;
    line-height: 26px;
}


.sponsers_main_heading2 .sponser_heading1{
    color: #000000;
  font-family: "Share", Sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    margin : 20px 0px
}

.sponsers_main_heading2 img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}


/* sec-donation */
.sec-donation {
    padding: 60px 0;
}
.sec-donation .sec-title {
    text-align: center;
}
.sec-donation .sec-title h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    font-weight: 600;
    color: #000;
    padding-bottom: 20px;
}
.sec-donation .sec-title .para {
    width: 80%;
    margin: 0 auto;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #828282;
    line-height: 26px;
    padding-bottom: 30px;
}

.sec-donation  .cash-box .head{
    background-color: #000;
    padding: 12px;
    color: #fff;
}
.sec-donation  .cash-box .inner-box{
    padding: 20px;
}
.sec-donation  .cash-box .inner-box h6 {
    text-align: center;
    padding-bottom: 20px;
    font-family: 'Roboto', sans-serif;
}
.sec-donation  .cash-box .inner-box .nav {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
}
.sec-donation  .cash-box .inner-box .nav .nav-link {
    background: transparent;
    border: 2px solid #000;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}
.sec-donation  .cash-box .inner-box .nav .nav-item .active {
    background-color: #000;
    color: #fff;
}
.sec-donation  .cash-box .inner-box  .cash-field {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sec-donation  .cash-box .inner-box  .cash-field li {
    padding: 0 7px;
}
.sec-donation  .cash-box .inner-box  .cash-field li .amt-box  {
    background-color: transparent;
    border: 1px solid #ccc;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.5s;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 600;
}
.sec-donation  .cash-box .inner-box  .cash-field li .amt-box:hover {
    background-color: #000;
    color: #fff;
}
.sec-donation  .cash-box .inner-box  .c-field {
    position: relative;
    padding: 0 7px;
}
.sec-donation  .cash-box .inner-box  .c-field span {
    position: absolute;
    top: 11px;
    left: 20px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 600;
}
.sec-donation  .cash-box .inner-box  .c-field .amt-field {
    padding: 10px 10px 10px 60px;
    border: 1px solid #ccc;
    margin-top: 20px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 22px;
}
.sec-donation  .cash-box .inner-box table {
    margin: 20px 0px 10px;
}
.sec-donation  .cash-box .inner-box table th {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
}
.sec-donation  .cash-box .inner-box table td {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
}
.sec-donation .next-btn {
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 0;
    padding: 13px 35px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    transition: 0.5s;
    margin: 0 17px;
    display: block;
    text-align: center;
}
.sec-donation .next-btn i {
    padding-left: 12px;
}
.sec-donation .next-btn:hover {
    background-color: #CFCFCF;
    border: 1px solid #CFCFCF;
}
.sec-donation .donar-box {
    text-align: center;
}
.sec-donation .donar-box .donor {
    margin-top: 30px;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-decoration: underline;
   
}

.extra-margin {
    margin-top: 40px;
}

.events-banner {
    background-image: url('../images/tube_board_updated.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    /* padding: 345px 0; */
    min-height: 430px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.events-banner::before {
    content: '';
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
}
.events-banner .sec-title{
    text-align: center;
    position: relative;
}
.events-banner .sec-title h2 {
    color: #FFFFFF;
    font-size: 60px;
    font-weight: 400;
    text-transform: uppercase;
}
.sec-events {
    padding: 60px 0;
}
.sec-events .content-box .para {
    padding-bottom: 10px;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    color: #7a7a7a;
    line-height: 30px;
    font-family: "Roboto", Sans-serif;
}


.family-banner {
    background-image: url('../images/family-banner.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.family-banner::before {
    content: '';
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
}
.family-banner .sec-title{
    text-align: center;
    position: relative;
}
.family-banner .sec-title h2 {
    color: #FFFFFF;
    font-size: 60px;
    font-weight: 400;
    text-transform: uppercase;
}

.sec-family {
    padding: 60px 0 20px;
}
.sec-family .content-box p{
    width: 85%;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #828282;
    line-height: 26px;
    padding-bottom: 10px;
    margin: 0 auto;
    text-align: center;
}
.sec-family .img-box {
    margin-bottom: 30px;
}
.sec-family .img-box img {
    object-fit: cover;
}

/* updatedcss */

.meeting_updated_section{
    padding: 50px 0px;
}

.meeting_updated_section .in_persons_heading{
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #828282;
    line-height: 30px;
    margin-bottom: 17px;
    margin-top: 30px;
    text-align: center;
    margin-top: 0px;
 }


 .meeting_updated_section .in_persons_heading2{
    font-size: 28px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #000;
    line-height: 30px;
    margin-bottom: 15px;
    text-align: center;
 }

 .nearby_main_box{
    background-color: #E5E5E5;
    padding: 32px 10px;
    /* width: 70%; */
    margin-bottom: 66px;
 }

 .nearby_main_box .nearby_para{
       text-align: center;
    margin-bottom: 15px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #000;
    line-height: 20px;
 }

 .btn_i_flex{
    display: flex;
    justify-content: center;
 }

 .btn_i_flex button{
    padding: 3px 8px;
    background-color: #000;
    border: none;
    outline: none;
	     border-radius: 5px;
 }
 .btn_i_flex button::hover {
	 transform:scale(1.2);
	    background-color: #fff;
}



.btn_i_flex button i{
    color: #FFA500;
}



.btn_i_flex input{
    box-sizing: border-box;
    padding: 0px 10px;
    outline: none;
    font-family: 'Roboto', sans-serif;
   font-size: 14px;
}

.btn_SEARCH_div{
    display: flex;
    justify-content: center;

}


.btn_SEARCH_div button{
    padding: 5px 10px;
    background-color: #FFA500;
    color: #fff;
    outline: none;
    border: none;
    margin-top: 10px;
    border: 1px solid #FFA500;
    transition: 0.4s ease;

}


.btn_SEARCH_div button:hover{
    background: transparent;
    color: #FFA500;

}
.table .thead{
    background-color: #000 !important;
    border-bottom: 0px !important;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

.table .tr_row th{
    color: #fff;
    font-family: 'Roboto', sans-serif;
    border-right: none;
    font-weight: 400;
    font-size: 14px;
    padding: 15px 10px;
    border-right: 1px solid #828282a6;
}

.table i{
    color: #FFA500;
    font-size: 14px;
    cursor: pointer;
}



.th_head_main{
    font-size: 26px !important;
    color: #000;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.th_head_span{
    font-size: 12px !important;
    color: #000;
    font-weight: 700;
    margin-top: 5px;
    font-family: 'Roboto', sans-serif;
}

.location_icon{
    color: red !important;
    font-size: 18px !important;
    text-align: center !important;
    margin-top: 10px;
    margin-bottom: 5px;
}


.in_p_mile{
    color: #000;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.td_flex_cen{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.arrow_right_icon{
    color: #155B92 !important;
    font-size: 16px;
    text-align: center;
}

.flex_para_ipsum{
    display: flex;
    /* justify-content: center; */
    align-items: center;
    padding-top:0px;
    justify-content: space-around;
}

.table tr{
    /* border-style: hidden !important; */
}

.inline_meeting_section h1{
    /* margin-top: 36px; */
    text-align: center;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    padding-top: 60px;
}

.inline_meeting_section p{
    text-align: center;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #828282;
    line-height: 26px;
    padding: 10px 0;
    width: 80%;
    margin: 0 auto;
}

.table > :not(caption) > * > *{
    /* padding: 5px !important; */
    font-weight: 400;
    text-align: center;
    border-right: 1px solid #828282a6;
	    vertical-align: middle;
}




.virtual_meeting_sections{
    padding-top: 30px;
}

.virtual_meeting_sections .virtual_heading{
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    text-align: center;
    padding: 30px 0;
}

/* .virtual_meeting_sections .ul_heaing_li{
    padding-top: 40px;
    padding-left: 50px;
} */

.virtual_meeting_sections .ul_heaing_li li{
    list-style: disc;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #828282;
    line-height: 26px;
}

.virtual_meeting_sections .ul_heaing_li2{
    padding-top: 10px;
    padding-left: 17px;
}

.virtual_meeting_sections .ul_heaing_li2 li{
    list-style: disc;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #828282;
    line-height: 26px;
    padding: 0px 0;
}

.virtual_meeting_sections .quality_para{
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #828282;
    line-height: 26px;
}


.meeting_guidelines_section{
    padding-top: 70px;
}


.meeting_guidelines_section .guidelines_heading{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 22px;
    margin-top: 0px;
    text-decoration: underline;
    padding-bottom: 10px;
}


.meeting_guidelines_section .para_guidelines{
    list-style: disc;
    margin-top: 20px;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #828282;
    line-height: 26px;
    padding-bottom: 10px;
}
.meeting_guidelines_section .ul_heading_guidelines {
    padding: 0 20px;
}
.meeting_guidelines_section .ul_heading_guidelines li{
    list-style: disc;
    margin-top: 0px;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #828282;
    line-height: 26px;
    padding-bottom: 5px;
}

.meeting_guidelines_section .courtesy_heading_guidelines{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 22px;
    margin-top: 0px;
    text-decoration: underline;
    padding-bottom: 10px;
}


.meeting_guidelines_section .format_heading_guideline{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 23px;
    text-decoration: underline;
    padding-bottom: 10px;
}

.format_heading_guideline_para {
    margin-top: 0px;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #828282;
    line-height: 26px;
    padding-bottom: 5px;
}

.meeting_guidelines_section .grant_para_li{
    padding-left: 20px;
    font-size: 13px;
    width: 70%;

}
.meeting_guidelines_section .ul_meeting_each{
    padding-left: 20px;

}
.meeting_guidelines_section .ul_meeting_each li{
    list-style: lower-alpha;

}



.section_box_meeting_table{
    /* padding-top: 40px; */
    padding: 40px 0;
}

.section_box_meeting_table .set_up_para{
    text-align: center;
    font-size: 36px;
        font-family: 'Roboto', sans-serif;

}

.section_box_meeting_table .seek_para{
    padding: 0px 40px;
    margin-top: 10px;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #828282;
    line-height: 26px;
    padding-bottom: 10px;
}

.meeting_type_section{
    padding-top: 70px;
}

.meeting_type_section .types_meeting_heading{
    text-align: center;
    font-size: 36px;
    font-family: 'Roboto', sans-serif;
    color: #000;
    padding-bottom: 20px;
}

.meeting_type_section .meeting_type_para{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #828282;
    line-height: 26px;
}


.meeting_type_section .open_meeting_heading{
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    text-decoration: underline;
    /* margin-bottom: 15px; */
    color: #000;
}


.ul_open_meeting_div li{
    list-style: decimal;
    margin-bottom: 8px;
    font-size: 14px;
    color: #828282;
    font-family: 'Roboto', sans-serif;
}

.ul_open_meeting_div_inner{
padding-left: 40px;
padding-top: 15px;
}
.ul_open_meeting_div_inner li{
    list-style: num;
}

.li_first_list{
    padding-top: 20px;
}

.meeting_type_section .steps_heading{
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    text-decoration: underline;
    margin-top: 25px;
    color: #000;
}
.meeting_type_section .step_para_held{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
    color: #828282;
}

.meeting_type_section .ul_heading_weeek{
padding-left: 40px;
}
.meeting_type_section .ul_heading_weeek li{
    list-style: disc;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    margin-top: 10px;
    /* color: #000; */
    /* font-family: 'Roboto', sans-serif; */
    color: #828282;
}


.our_thy_poetry_para_section{
    padding: 30px 0px;
    background-color: #000;
    margin-top: 50px;
}

.our_thy_poetry_para{font-size: 15px;font-family: 'Roboto', sans-serif;font-weight: 400;color: #fff;line-height: 26px;}


.group_meeting_table_section_content{
    padding: 60px 0px;
    background-color: #000;
    margin-top: 15px;
}

.group_meeting_table_section_content .label_group_Name{
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;

}

.group_meeting_table_section_content .label_border_div{
    border: 1px solid #fff;
    padding-left: 10px;
}

.group_meeting_table_section_content .txt_field_fill_in{
    width: 100%;
    border: 1px solid #fff;
    outline: none;
    background: transparent;
    color: #fff;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 16px;
}

.txt_field_pull_down{
    width: 100%;
    border: 1px solid #fff;
    outline: none;
    background: transparent;
    color: #fff;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 16.2px;
    height: 26px;
    /* height: 100%; */

}

.txt_field_pull_down option{
    background-color: #000;
    color: #fff;

}
.submit_table_btn{
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    padding: 5px 55px;
    margin-top: 30px;
    transition: 0.4s ease;

}

.submit_table_btn:hover{
    color: #000;
    background-color: #fff;
}


.fluid_anonymous_img{
    margin-top: 80px;
}

.relative_anony_box{
    position: relative;

}


.anony_heading_members{
    position: absolute;
    top: 50%;
    font-weight: 600;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    left: 50%;
    transform: translate(-50%);
    font-size: 55px;
}

.membership_form_Section{
    background-color: #000;
    padding: 40px 0px 40px;
    margin-top: 40px;
}

.membership_form_Section .error_annoymous{
    font-size: 13px;
    color: red;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-bottom: 10px;
}

.membership_form_Section .line_img_member_flex{
    display: flex;
    justify-content: center;
}

.membership_form_Section .form_mem_heading{
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #fff;
    margin-top: 8px;
    font-weight: 400;
}


.membership_form_Section .txt_field_holder{
margin-top: 10px;
width: 100%;
outline: none;
font-family: 'Roboto', sans-serif;
font-size: 14px;
box-sizing: border-box;
padding-left: 10px;
height: 35px;
}

.membership_form_Section .txt_field_holder2{
    margin-top: 10px;
    width: 100%;
    outline: none;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    box-sizing: border-box;
    padding-left: 10px;
    }
.btn_submit_div .submit_btn_member{
    background: #111111;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 40px;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    line-height: 18px;
    transition: 0.4s ease;
    margin-top: 15px;
}
.btn_submit_div .submit_btn_member:hover{
  background-color: #fff;
  color: #111111;
}
.for_sponsers_Section{
    padding: 70px 0px 30px 0px;
}
.for_sponsers_Section .for_sponsers_heading{
    font-size: 37px;
    font-weight: 500;
    text-align: center;
    color: #000;
    letter-spacing: 0px;
    padding-bottom: 10px;
    font-family: "Roboto", Sans-serif;
}
.for_sponsers_Section .for_sponsers_heading2{
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin-top: 10px;
    color: #7a7a7a;
    margin-bottom: 25px;
    font-family: "Roboto", Sans-serif;
}
.img_fluid_member{
    max-width: 100%;
    height: 280px;
    object-fit: cover;
}
.for_sponsers_Section .extermely_para{
    text-align: start;
    margin-top: 0px;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #828282;
    line-height: 26px;
    padding-bottom: 0px;
}
.reserved_sponser_section {
    padding: 60px 0px 20px 0px;
}
.reserved_sponser_section .reserved_heading{
    font-size: 30px;
    color: #000;
    font-family: 'Lato', sans-serif;
    text-align: center;
    font-weight: 600;
}
.reserved_sponser_section .reserved_para{
    text-align: center;
    margin-top: 10px;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #7a7a7a;
    line-height: 26px;
}
.table_content_main_sponsers{
    margin-top: 60px;
}
.img_section_sponser{
    padding: 40px 0px 30px 0px;
}
.img_section_sponser .became_a_sponser_heading{
font-size: 26px;
font-weight: 600;
font-family: 'Lato', sans-serif;
color: #111111;
}
.img_section_sponser .sponser_a_para{margin-top: 15px;font-size: 15px;font-family: 'Roboto', sans-serif;font-weight: 400;color: #7a7a7a;line-height: 26px;}
.submit_bio_section{
    padding: 50px 0px 30px 0px;
}
.submit_bio_section .for_sponsers_heading{
font-size: 32px;
text-align: center;
font-weight: 500;
font-family: 'Lato', sans-serif;
}
.submit_bio_section .for_sponsers_para{
    margin-top: 15px;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #7a7a7a;
    line-height: 26px;
}
.Sponsers_img_Section{
    padding: 30px 0px;
}
.Sponsers_img_Section .sponser_btn_href{
    text-align: center;
    width: 100%;
    background: transparent;
    border: 1px solid #000;
    padding: 5px 0px;
    margin-top: 5px;
    transition: 0.4s ease;
    color: #000;
    margin-bottom: 25px;
}
.Sponsers_img_Section .sponser_btn_href:hover{
    background-color: #000;
    color: #fff;
}
.Sponsers_img_Section .img_height_sponsers{
height: 220px;
object-fit: cover ;
}
.sponser_persons_guidelines_section{
    padding: 40px 0px 20px 0px;
}
.sponser_persons_guidelines_section .sponsers_div_heading{
font-size: 36px;
text-align: center;
font-family: 'Lato', sans-serif;
font-weight: 400;
}
.sponser_persons_guidelines_section .sponsers_div_heading2{
    font-size: 28px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    margin-top: 25px;
    }
.sponser_persons_guidelines_section .sponser_journey_para{text-align: center;margin-bottom: 20px;margin-top: 0px;font-size: 15px;font-family: 'Roboto', sans-serif;font-weight: 400;color: #7a7a7a;line-height: 25px;margin-top: 20px;}
.sponser_persons_guidelines_section .brief_para_sponsers{
    /* text-align: center; */
    margin-top: 18px;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #7a7a7a;
    line-height: 26px;
}
.sponser_persons_guidelines_section .mem-img {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.sponser_persons_guidelines_section .mem-img li {
    padding: 10px 20px 0;
}
.literature_main_section{
    padding: 70px 0px;
}
.literature_main_section .literature_heading{
    text-align: start;
    font-size: 35px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    margin-bottom: 35px;
    color: #000;
    /* padding-left: 30px; */
}
.literature_main_section .foster_anonymous{
    font-size: 23px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    margin-bottom: 7px;
    color: #000;
}
.literature_main_section .foster_anonymous2{
    font-size: 21px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    margin-top: 10px;
    color: #000;
}
.literature_main_section .book_para_fooster{width: 85%;line-height: 26px;font-size: 15px;font-weight: 400;margin-top: 0px;color: #7a7a7a;margin-bottom: 20px;font-family: "Roboto", Sans-serif;}
.ul_list_fooster li{
    list-style: disc;
    line-height: 26px;
    font-size: 15px;
    font-weight: 400;
    margin-top: 0px;
    color: #7a7a7a;
    margin-bottom: 0px;
    font-family: "Roboto", Sans-serif;
}
.anonymous_fooster_href{
    color: #111111;
    text-decoration: underline;
}


.icon_font_updated{
    font-size: 42px;
}

.btm_lt_para{
    text-align: center;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #828282;
    line-height: 30px;
    padding-bottom: 10px;
}


.donar_box_div p {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #828282;
    line-height: 26px;
    padding-bottom: 10px;
    text-align: center;
    margin-top: 15px;
}

.donar_box_div ul li{
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #828282;
    list-style: disc;
    margin-bottom: 5px;
}

.donar_box_div .tl_li_donar_box{
    padding-left: 30px;
}

.img_h_mmeting{
    height: 132px !important;
    width: 100% !important;
    object-fit: cover;
}

.slick-slide {
    padding:10px;
    text-align:center;
    margin-right:15px;
    margin-left:15px;
}
.slick-slide{
}

.img_h_d_box{
    height: 400px !important;
}

.fluid_book_cart{
    width: 300px !important;
    height: 350px !important;
    border-radius: 15px !important;
}

.book_para_cart_order{
    line-height: 26px;
    font-size: 15px;
    font-weight: 400;
    margin-top: 0px;
    color: #7a7a7a;
    margin-bottom: 5px;
    font-family: "Roboto", Sans-serif;
    margin-top: 30px;
    text-align: center;
}

.order_now_CART_BTN{
    background-color: #000;
    border: 1px solid #000;
    border-radius: 0;
    padding: 13px 35px;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    transition: 0.5s;
    margin-top: 15px;
    width: 100%;
    text-align: center;
}

.order_now_CART_BTN:hover{
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
}



.fooster_anonymous_heading_purchase{
    font-size: 22px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    margin-bottom: 7px;
    color: #000;
}

.fooster_anonymous_heading_purchase3{
    font-size: 16px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    margin-bottom: 7px;
    color: #000;
    margin-top: 15px;
}
.fooster_anonymous_heading_purchase2{
    font-size: 23px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    margin-bottom: 7px;
    color: #7a7a7a;
}
.book_fooster_p_s{
    line-height: 26px;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    color: #7a7a7a;
    margin-bottom: 5px;
    font-family: "Roboto", Sans-serif;
}

.btn_store_p_flex{
    display: flex;
}

.btn_store_p_flex button{
    border: none;
    padding: 12px 15px;
    border-radius: 5px;
    margin-right: 5px;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;

}

.checkout_section_main{
    padding: 70px 0px;
}

.checkout_section_main .info_buyer{
    font-size: 26px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    margin-bottom: 15px;
    color: #000;
}

.label_in_div_field{
    display: flex;
    flex-direction: column;

}

.label_in_div_field label{
    font-size: 14px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    margin-bottom: 10px;
    color: #000;
    margin-top: 20px;

}

.label_in_div_field input{
    width: 100%;
    height: 45px;
    outline: none;
    border: 1px solid #000;
    box-sizing: border-box;
    padding: 0px 25px;
    border-radius: 8px;
}

.checkout_section_main .check-select {
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    color: #636363cb;
    text-transform: capitalize;
    font-weight: 400;
    width: 100%;
    height: 55px;
    padding: 5px 5px 5px 16px;
    border-radius: 10px;
    background-image: url(../images/arrow-down.png);
    background-position: right 2rem center;
    background-size: 17px 10px;
    width: 100%;
    height: 45px;
    outline: none;
    border: 1px solid #000;
    /* text-align: center; */
    outline: none !important;
}


.checkout_section_main .check-select:active{
    box-shadow: none !important;
}
.dis_div p {
    text-align: center;
    padding: 8px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}
/* updatedcss */


.slct_filter option{
    box-sizing: border-box;
    padding: 0px 10px;
    outline: none;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
	
}

.flex_select_btns_filters{
    display: flex;
    justify-content: space-around;
    padding: 10px 0;
}

.flex_select_btns_filters select{
    color: #758197;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    box-sizing: border-box;
    padding: 8px 7px;
		border: 1px solid #ccc;
}
.flex_select_btns_filters select:focus{
	box-shadow: none;
	border: 1px solid #ccc;
}
.slct_filter {
    color: #758197;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    box-sizing: border-box;
    padding: 8px 7px;
	border: 1px solid #ccc;
}
.slct_filter:focus{
	box-shadow: none;
	border: 1px solid #ccc;
}



/***************** CUSTOM DOOR CSS **********************/

.inner-main-banner {
  position: relative;
  padding: 240px 0px 220px 0px;
}

.inner-main-banner::before {
  content: "";
  background: linear-gradient(
    0deg,
    rgba(158, 158, 158, 1) 27%,
    rgba(245, 245, 245, 1) 100%
  );
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 50%, 13% 100%, 0 85%);
}

.inner-main-banner::after {
  content: "";
  background-color: #fa0605;
  position: absolute;
  top: 0;
  bottom: -25px;
  right: 0;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 55%, 38% 98%, 0 68%);
  z-index: -10;
}

.inner-main-banner .extra-color-2 {
  position: relative;
}

.inner-main-banner .extra-color-2::before {
  content: "";
  background-color: #b92324;
  position: absolute;
  top: 0;
  bottom: -253px;
  right: 0;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 28%, 38% 100%, 0 49%);
  z-index: -10;
}

.inner-main-banner .breadcrumbs {
  padding: 20px 0px 0px 15px;
}
.inner-main-banner .breadcrumbs ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.inner-main-banner .breadcrumbs ul li {
  padding-right: 10px;
}
.inner-main-banner .breadcrumbs ul li a {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #F90706;
  text-shadow: 1px 1px #949494;
}


.inner-main-banner .page-title h1 {
  font-size: 48px;
  font-weight: 800;
  font-family: 'Raleway', sans-serif;
}

.sec-form .main-form-calc {
  padding: 80px;
}

.sec-form .main-form-calc label {
  padding: 25px 0px 10px 0px;
  /* font-size: 20px; */
  /* font-weight: 500; */
  font-family: 'Raleway', sans-serif;
  font-size: 19px;
  color: #000;
  font-weight: 600;
}



.sec-form .main-form-calc .img1_p {
  padding: 0px 0px 10px 0px !important;


}

.sec-form label.form-check-label {
  padding: 0px;
  font-size: 16px;
  font-weight: normal;
}

.sec-form .amount-sect {
  padding-top: 35px;
  column-gap: 20px;
}

.sec-form .order-now a {
  background-color: #fa0605;
  padding: 8px 25px;
  color: white;
  border: 1px solid #fa0605;
  margin-left: 50px;
}

.sec-form .order-now a:hover {
  background-color: transparent;
  padding: 8px 25px;
  color: #fa0605;
  border: 1px solid #fa0605;
  transition: 0.5s;
}

.sec-form .form-head {
  padding-bottom: 15px;
}
.sec-form .form-head h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 40px;
  color: #000;
  font-weight: 700;
}

.sec-form input#inlineRadio1:checked {
  background-color: #fa0605;
  box-shadow: none;
  border-color: #fa0605;
}

.sec-form input#inlineRadio2:checked {
  background-color: #fa0605;
  box-shadow: none;
  border-color: #fa0605;
}

.sec-form input#inlineRadio1:active {
  box-shadow: none;
}

.sec-form input#inlineRadio2:active {
  box-shadow: none;
}

.sec-form .d-hide-box {
  display: none;
}

.sec-form select.form-select {
  border-radius: 0px;
  border-color: #707070;
  padding:  10px 20px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}

.sec-form select.form-select:focus {
  box-shadow: none;
  border-color: #707070;
}

.sec-form .amount h4 {
  font-weight: bold;
}

.sec-form {
  padding: 100px 0;
  position: relative;
}

.sec-form::before {
  content: "";
  background-image: url(../images/about-shape.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 300px;
  right: -12px;
  width: 130px;
  height: 130px;
  z-index: -1;
}

.sec-form:after {
  content: "";
  background-image: url(../images/content-shape.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 160px;
  height: 160px;
  top: 130px;
  left: -80px;
}
.sec-form .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: #fa0605;
  border: 1px solid #fa0605;
  padding: 8px 25px;
  border-radius: 0;
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  transition: 0.5s;
}
.sec-form .nav-pills .nav-link.active {
  position: relative;
}
.sec-form .nav-pills .nav-link.active::before{
  position: absolute;
  content: '';
  clip-path: polygon(50% 100%, 0 56%, 100% 56%);
  top: 32px;
  bottom: 0px;
  left: 50%;
  width: 100%;
  height: 100%;
  background: #fa0605;
  height: 20px;
  width: 20px;
  transform: translateX(-50%);
}

.sec-form  .nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
  background-color: #282A2C;
  border: 1px solid #282A2C;
  padding: 8px 25px;
  border-radius: 0;
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  transition: 0.5s;
  margin: 0 17px;
}
.sec-form  .nav-pills .nav-link:hover{
  border: 1px solid #fa0605;
}
.sec-form  .house-img-box{
position: relative;
}

/* 
      font-family: 'Myriad Pro';
      font-family: 'Roboto', sans-serif;
*/
/************************** media-query **************************/

@media only screen and (min-width: 1921px) and (max-width: 7368px) {}

@media only screen and (min-width: 1600px) and (max-width: 1920px) {}

@media only screen and (min-width: 1445px) and (max-width: 1599px) {}

@media only screen and (min-width: 1366px) and (max-width: 1444px) {}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.main-banner .content-box .text-box h6 {
    font-size: 16px;
    line-height: 25px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-light .navbar-toggler-icon {
      
        filter: brightness(0) saturate(100%) invert(100%) sepia(5%) saturate(0%) hue-rotate(75deg) brightness(101%) contrast(100%);
    }

    .navbar-light .navbar-toggler{
    border-color: #fff;
    }

    .header-bg .header-img img {
        width: 251px;
        margin-bottom: 5px;
    }
    .header-bg {
        background-color: #000000;
        padding: 10px 0 15px;
    }

    .header-bg .nav-link {
        font-size: 14px !important;
    }

    .main-banner .content-box {
       margin-top:70px;
        bottom: 30px;
    }

    .main-banner .content-box .text-box h6 {
        font-size: 15px;
        color: #fff;
        text-shadow: unset;
        line-height: 20px;
    }
    .main-banner .content-box .text-box {
        text-align: center;
        padding: 10px 20px;
    }

    .sec-purpose .content-box {
        padding: 20px;
    }

    .sec-purpose .content-box h3 {
        color: #000000;
        font-size: 28px;
        padding-bottom: 10px;
    }
    .sec-purpose .content-box .para {
        font-size: 13px;
        line-height: 20px;
    }
    .sec-purpose .content-box h5 {
        font-size: 26px;
    }
    .sec-foster {
        padding: 30px 0;
    }
    .sec-foster .sec-title h5 {
        padding-bottom: 12px;
    }
    .sec-foster .sec-title::before {
        height: 3px;
        width: 75px;
    }
    .sec-foster .social-list p {
        margin-top: 15px;
    }
    .sec-foster .social-list ul {
        padding-top: 5px;
    }

    .sec-foster .social-list{
        padding-bottom: 0px;
    }
    .sec-foster .text-box .para {
        font-size: 13px;
        line-height: 23px;
    }
    .sec-foster .read-btn {
        padding-top: 0px;
    }
    .sec-foster .read-btn .link-btn {
        padding: 10px 20px;
        font-size: 13px;
        /* padding-left: 5px; */
    }

    .sec-services {
        padding: 0px 0;
    }

    .sec-services .sec-title img {
        width: 50px;
    }
    .sec-services .sec-title h2 {
        font-size: 26px;
        padding: 10px 0;
    }

    .sec-services .sec-title .para {
        font-size: 13px;
        padding-bottom: 0px;
    }

    .sec-services .sec-title {
        padding-bottom: 20px;
    }

    .vision_content_main_section .our_vision_heading {
        font-size: 26px;
    }
    .vision_content_main_section .main_row_vision_section {
        padding-top: 10px;
    }
    .main_row_vision_section .children_img_div2 {
        padding-left: 0px;
        display: flex;
        justify-content: center;
        padding-top: 30px;
    }
    .main_row_vision_section .comma_img {
        top: 18px;
        right: unset;
        left: 100px;
    }
    .vision_bg_div {
        min-height: 250px;
    }
    .row_contact_section .our_vision_heading {
        font-size: 26px;
    }
    .row_contact_section .foster_para {
        font-size: 13px;
        margin: 5px 0px 13px 0px;
    }
    .text_field_input {
        font-size: 12px;
    }
    .text_field_input2 {
        font-size: 12px;
    }
    .submit_btn {
        padding: 10px 30px;
        font-size: 12px;
    }
    .footer_section {
        padding: 20px 0px;
    }
    .footer_card {
    padding: 40px;
    margin-bottom: 50px;
}
.footer_line_img_flex img {
    width: 50px;
}
.heading_line_footer {
    font-size: 26px;
    margin-top: 7px;
}
.theme_design_para {
    margin-top: 0px;
}
.theme_design_border {
    width: 70px;
    height: 70px;
}

.theme_design_border i {
    font-size: 25px;
}
.navbar {
    justify-content: flex-end;
}

.dis_div p {
    text-align: center;
    padding: 8px;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
}
/* home */



}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-light .navbar-toggler-icon {
      
        filter: brightness(0) saturate(100%) invert(100%) sepia(5%) saturate(0%) hue-rotate(75deg) brightness(101%) contrast(100%);
    }

    .navbar-light .navbar-toggler{
    border-color: #fff;
    }

    .header-bg .header-img img {
        width: 251px;
        margin-bottom: 5px;
    }
    .header-bg {
        background-color: #000000;
        padding: 10px 0 15px;
    }

    .header-bg .nav-link {
        font-size: 14px !important;
    }

    .main-banner .content-box {
        position: relative;
        bottom: unset;
    }

    .main-banner .content-box .text-box h6 {
        font-size: 15px;
        color: #000;
        text-shadow: unset;
        line-height: 20px;
    }
    .main-banner .content-box .text-box {
        text-align: center;
        padding: 10px 20px;
    }

    .sec-purpose .content-box {
        padding: 20px;
    }

    .sec-purpose .content-box h3 {
        color: #000000;
        font-size: 28px;
        padding-bottom: 10px;
    }
    .sec-purpose .content-box .para {
        font-size: 13px;
        line-height: 20px;
    }
    .sec-purpose .content-box h5 {
        font-size: 26px;
    }
    .sec-foster {
        padding: 30px 0;
    }
    .sec-foster .sec-title h5 {
        padding-bottom: 12px;
    }
    .sec-foster .sec-title::before {
        height: 3px;
        width: 75px;
    }
    .sec-foster .social-list p {
        margin-top: 15px;
    }
    .sec-foster .social-list ul {
        padding-top: 5px;
    }

    .sec-foster .social-list{
        padding-bottom: 0px;
    }
    .sec-foster .text-box .para {
        font-size: 13px;
        line-height: 23px;
    }
    .sec-foster .read-btn {
        padding-top: 0px;
    }
    .sec-foster .read-btn .link-btn {
        padding: 10px 20px;
        font-size: 13px;
        /* padding-left: 5px; */
    }

    .sec-services {
        padding: 0px 0;
    }

    .sec-services .sec-title img {
        width: 50px;
    }
    .sec-services .sec-title h2 {
        font-size: 26px;
        padding: 10px 0;
    }

    .sec-services .sec-title .para {
        font-size: 13px;
        padding-bottom: 0px;
    }

    .sec-services .sec-title {
        padding-bottom: 20px;
    }

    .vision_content_main_section .our_vision_heading {
        font-size: 26px;
    }
    .vision_content_main_section .main_row_vision_section {
        padding-top: 10px;
    }
    .main_row_vision_section .children_img_div2 {
        padding-left: 0px;
        display: flex;
        justify-content: center;
        padding-top: 30px;
    }
    .main_row_vision_section .comma_img {
        top: 18px;
        right: unset;
        left: 100px;
    }
    .vision_bg_div {
        min-height: 250px;
    }
    .row_contact_section .our_vision_heading {
        font-size: 26px;
    }
    .row_contact_section .foster_para {
        font-size: 13px;
        margin: 5px 0px 13px 0px;
		    padding: 0;
    }
    .text_field_input {
        font-size: 12px;
    }
    .text_field_input2 {
        font-size: 12px;
    }
    .submit_btn {
        padding: 10px 30px;
        font-size: 12px;
    }
    .footer_section {
        padding: 20px 0px;
    }
    .footer_card {
    padding: 40px;
    margin-bottom: 50px;
}
.footer_line_img_flex img {
    width: 50px;
}
.heading_line_footer {
    font-size: 26px;
    margin-top: 7px;
}
.theme_design_para {
    margin-top: 0px;
}
.theme_design_border {
    width: 70px;
    height: 70px;
}

.theme_design_border i {
    font-size: 25px;
}
.navbar {
    justify-content: flex-end;
}

/* home */


.inner-banner {
    padding: 60px 0;
}

.inner-banner .sec-title h2 {
    font-size: 40px;
}

.about_us_main_banner {
    padding: 20px 0px;
}
.about_us_main_banner .who_we_are_heading {
    font-size: 26px;
    text-align: start;
}

.about_us_main_banner .felis_heading {
    font-size: 12px;
    letter-spacing: 2.1px;
    text-align: start;
    margin: 5px 0px;
}

.about_us_main_banner .felis_b {
    padding-bottom: 10px;
}
.about_us_main_banner .felis_b::before {
    right: unset;
    left: 0;
    width: 80px;
    height: 4px;
}
.about_us_main_banner .felis_b_para {
    text-align: left;
    font-size: 13px;
    line-height: 20px;
    padding: 10px 0px 10px 0px;
}

.about_us_main_banner .read-btn{
    display: block;
}
.about_us_main_banner .read-btn .link-btn {
    padding: 10px 20px;
}
.about_us_main_banner .about_img1 {
    margin: 20px 0px;
}

.main_col_2_padding{
    padding: 16px;
}
.about_us_main_banner .felis_b_para2 {
    text-align: left;
    font-size: 13px;
    line-height: 25px;
    padding: 10px 0px 10px 0px;
}

/* meetings */

.meetings_main_section {
    padding: 20px 0px;
}

.meetings_main_section .record_heading {
    font-size: 26px;
    margin-bottom: 20px;
}
.zoom_main_section {
    padding: 30px;
    margin-bottom: 20px;
}

.meeting_url {
    font-size: 16px;
    line-height: 16px;
    font-family: "Roboto", Sans-serif;
    margin-bottom: 10px;
}
.month_url_para {
    font-size: 17px;
    line-height: 18px;
    margin-bottom: 15px;
}

.img_meeting_section{
    padding-top: 0px;
}
.img_meeting_section .img_1 {
    padding: 0px;
}


/* members */
.members_main_section {
    padding: 20px 0 0;
}
.members_main_section .members_heading {
    font-size: 26px;
    text-align: left;
}

.para_member {
    margin-top: 8px;
    font-size: 14px;
}
.ul_li li {
    margin-top: 8px;
    font-size: 14px;

}

/* sponsers */

.sponsers_main_section {
    min-height: 300px;
}

.sponsers_main_section .sponsers_heading {
    font-size: 50px;
}
.sponsers_main_heading2 {
    padding-top: 20px;
}
.sponsers_main_heading2 .choose_s_heading {
    font-size: 26px;
}
.sponsers_main_heading2 img {
    height: 250px;
}

.inner-banner-services {
    min-height: 370px;
    margin-top: -5px;
}

.inner-banner-services .sec-title h2 {
    font-size: 60px !important;
    
}
.dis_div p {
    text-align: center;
    padding: 8px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

.meeting_updated_section {
    padding: 25px 0px;
    
}

.meeting_updated_section .in_persons_heading2 {
    font-size: 24px;
    margin: 15px 0px;
}
.nearby_main_box {
    background-color: #E5E5E5;
    padding: 15px 10px;
    margin-bottom: 15px;
}

.inline_meeting_section h1 {
    font-size: 23px;
    padding-top: 25px;
}

.inline_meeting_section p {
    width: 100%;
}

.virtual_meeting_sections .virtual_heading {
    font-size: 26px;
    padding: 10px 0;
}

.virtual_meeting_sections {
    padding-top: 10px;
}

.ul_open_meeting_div{
    padding-left: 10px;
}

.tabel_padding_main{
    margin-top: 45px;
}

.section_box_meeting_table {
    padding: 20px 0;
}
.section_box_meeting_table .set_up_para {
    font-size: 26px;
}

.section_box_meeting_table .seek_para {
    padding: 0px;
    font-size: 14px;
}

.meeting_type_section {
    padding-top: 25px;
}

.meeting_type_section .types_meeting_heading {
    font-size: 26px;
    padding-bottom: 0px;
}


.meeting_type_section .meeting_type_para {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
}

/* meetings */

.inner-banner2 {
    min-height: 250px;
}
.inner-banner2 .sec-title h2 {
    font-size: 40px;
}

.fluid_anonymous_img {
    margin-top: 10px;
}

.anony_heading_members {
    top: 35%;
    font-size: 35px;
}

.membership_form_Section .form_mem_heading {
    font-size: 14px;
}

.membership_form_Section {
    padding: 40px 10px;
}

.sponser_persons_guidelines_section .sponsers_div_heading2 {
    font-size: 22px;
    margin-top: 0px;
}

.sponser_persons_guidelines_section .brief_para_sponsers {
    margin-top: 5px;
    font-size: 14px;
}

.relative_anony_box{
    display: flex;
    justify-content: center;
}

/* meetings */

.inner-banner2 {
    min-height: 200px;
}
.inner-banner2 .sec-title h2 {
    font-size: 40px;
}

.fluid_anonymous_img {
    margin-top: 10px;
}

.anony_heading_members {
    top: 35%;
    font-size: 35px;
}

.membership_form_Section .form_mem_heading {
    font-size: 14px;
}

.membership_form_Section {
    padding: 40px 10px;
}

.sponser_persons_guidelines_section .sponsers_div_heading2 {
    font-size: 22px;
    margin-top: 0px;
}

.sponser_persons_guidelines_section .brief_para_sponsers {
    margin-top: 5px;
    font-size: 14px;
}
/* sponsers */

.for_sponsers_Section {
    padding: 20px 0px 20px 0px;
}

.for_sponsers_Section .for_sponsers_heading {
    font-size: 26px;
    padding-bottom: 0px;
}

.for_sponsers_Section .for_sponsers_heading2 {
    font-size: 16px;
}

.reserved_sponser_section {
    padding: 20px 0px 20px 0px;
}

.reserved_sponser_section .reserved_heading {
    font-size: 22px;
}
.img_section_sponser .became_a_sponser_heading {
    margin-top: 15px;
}

.submit_bio_section {
    padding: 20px 0px 0px 0px;
}

.for_sponsers_Section .extermely_para{
    margin-top: 15px;
}

.submit_bio_section .for_sponsers_para {
    margin-top: 5px;
}

.Sponsers_img_Section .img_height_sponsers{
    height: 200px !important;
    width: 100% !important;
    object-fit: cover !important;
}

.sponser_persons_guidelines_section {
    padding: 0px 0px 0px 0px;
}

.sponser_persons_guidelines_section .sponser_journey_para {
    margin-top: 10px;
}
.Sponsers_img_Section {
    padding: 10px 0px;
}

.img_fluid_member{
width: 100% !important;
}

  /* bookstore */

  .inner-banner4 {
    min-height: 250px;
}

.inner-banner4 .sec-title h2 {
    font-size: 40px;
}
.literature_main_section {
    padding: 20px 0px;
}

.literature_main_section .literature_heading {
    font-size: 28px;
    margin-bottom: 10px;
}

.literature_main_section .foster_anonymous {
    font-size: 20px;
}

.literature_main_section .book_para_fooster{
    width: 100%;
    font-size: 14px;
    margin-top: 10px;
}

.fooster_li_res{
    padding-left: 25px;
}

.ul_list_fooster li {
    margin-top: 10px;
}



/* DONATION */
.inner-banner3 {
    min-height: 450px;

}

.sec-donation {
    padding: 20px 0;
}

.sec-donation .sec-title h3 {
    font-size: 28px;
    padding-bottom: 5px;
}
.sec-donation .sec-title .para {
    width: 100%;
}

.sec-donation .next-btn {
    margin: 0px 17px 18px 17px;
}

.cash-box{
    margin-top: 20px;
    }
    .sec-events .content-box .para {
        margin-top: 25px;
        line-height: 30px;
      }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
    .navbar-light .navbar-toggler-icon {
      
        filter: brightness(0) saturate(100%) invert(100%) sepia(5%) saturate(0%) hue-rotate(75deg) brightness(101%) contrast(100%);
    }

    .navbar-light .navbar-toggler{
    border-color: #fff;
    }

    .header-bg .header-img img {
        width: 251px;
        margin-bottom: 5px;
    }
    .header-bg {
        background-color: #000000;
        padding: 10px 0 15px;
    }

    .header-bg .nav-link {
        font-size: 14px !important;
    }

    .main-banner .content-box {
        position: relative;
        bottom: unset;
    }

    .main-banner .content-box .text-box h6 {
        font-size: 15px;
        color: #000;
        text-shadow: unset;
        line-height: 20px;
    }
    .main-banner .content-box .text-box {
        text-align: center;
        padding: 10px 20px;
    }

    .sec-purpose .content-box {
        padding: 20px;
    }

    .sec-purpose .content-box h3 {
        color: #000000;
        font-size: 28px;
        padding-bottom: 10px;
    }
    .sec-purpose .content-box .para {
        font-size: 13px;
        line-height: 20px;
    }
    .sec-purpose .content-box h5 {
        font-size: 26px;
    }
    .sec-foster {
        padding: 30px 0;
    }
    .sec-foster .sec-title h5 {
        padding-bottom: 12px;
    }
    .sec-foster .sec-title::before {
        height: 3px;
        width: 75px;
    }
    .sec-foster .social-list p {
        margin-top: 15px;
    }
    .sec-foster .social-list ul {
        padding-top: 5px;
    }

    .sec-foster .social-list{
        padding-bottom: 0px;
    }
    .sec-foster .text-box .para {
        font-size: 13px;
        line-height: 23px;
    }
    .sec-foster .read-btn {
        padding-top: 0px;
    }
    .sec-foster .read-btn .link-btn {
        padding: 10px 20px;
        font-size: 13px;
        /* padding-left: 5px; */
    }

    .sec-services {
        padding: 0px 0;
    }

    .sec-services .sec-title img {
        width: 50px;
    }
    .sec-services .sec-title h2 {
        font-size: 26px;
        padding: 10px 0;
    }

    .sec-services .sec-title .para {
        font-size: 13px;
        padding-bottom: 0px;
    }

    .sec-services .sec-title {
        padding-bottom: 20px;
    }

    .vision_content_main_section .our_vision_heading {
        font-size: 26px;
    }
    .vision_content_main_section .main_row_vision_section {
        padding-top: 10px;
    }
    .main_row_vision_section .children_img_div2 {
        padding-left: 0px;
        display: flex;
        justify-content: center;
        padding-top: 30px;
    }
    .main_row_vision_section .comma_img {
        top: 18px;
        right: unset;
        left: 20px;
    }
    .vision_bg_div {
        min-height: 220px;
    }
    .row_contact_section .our_vision_heading {
        font-size: 26px;
    }
    .row_contact_section .foster_para {
        font-size: 13px;
        margin: 5px 0px 13px 0px;
    }
    .text_field_input {
        font-size: 12px;
    }
    .text_field_input2 {
        font-size: 12px;
    }
    .submit_btn {
        padding: 10px 30px;
        font-size: 12px;
    }
    .footer_section {
        padding: 20px 0px;
    }
    .footer_card {
    padding: 40px;
    margin-bottom: 50px;
}
.footer_line_img_flex img {
    width: 50px;
}
.heading_line_footer {
    font-size: 26px;
    margin-top: 7px;
}
.theme_design_para {
    margin-top: 0px;
}
.theme_design_border {
    width: 70px;
    height: 70px;
}

.theme_design_border i {
    font-size: 25px;
}
.navbar {
    justify-content: flex-end;
}

/* home */


.inner-banner {
    padding: 60px 0;
}

.inner-banner .sec-title h2 {
    font-size: 40px;
}

.about_us_main_banner {
    padding: 20px 0px;
}
.about_us_main_banner .who_we_are_heading {
    font-size: 26px;
    text-align: start;
}

.about_us_main_banner .felis_heading {
    font-size: 12px;
    letter-spacing: 2.1px;
    text-align: start;
    margin: 5px 0px;
}

.about_us_main_banner .felis_b {
    padding-bottom: 10px;
}
.about_us_main_banner .felis_b::before {
    right: unset;
    left: 0;
    width: 80px;
    height: 4px;
}
.about_us_main_banner .felis_b_para {
    text-align: left;
    font-size: 13px;
    line-height: 20px;
    padding: 10px 0px 10px 0px;
}

.about_us_main_banner .read-btn{
    display: block;
}
.about_us_main_banner .read-btn .link-btn {
    padding: 10px 20px;
}
.about_us_main_banner .about_img1 {
    margin: 20px 0px;
}

.main_col_2_padding{
    padding: 16px;
}
.about_us_main_banner .felis_b_para2 {
    text-align: left;
    font-size: 13px;
    line-height: 25px;
    padding: 10px 0px 10px 0px;
}

/* meetings */

.meetings_main_section {
    padding: 20px 0px;
}

.meetings_main_section .record_heading {
    font-size: 26px;
    margin-bottom: 20px;
}
.zoom_main_section {
    padding: 30px;
    margin-bottom: 20px;
}

.meeting_url {
    font-size: 16px;
    line-height: 16px;
    font-family: "Roboto", Sans-serif;
    margin-bottom: 10px;
}
.month_url_para {
    font-size: 17px;
    line-height: 18px;
    margin-bottom: 15px;
}

.img_meeting_section{
    padding-top: 0px;
}
.img_meeting_section .img_1 {
    padding: 0px;
}


/* members */
.members_main_section {
    padding: 20px 0 0;
}
.members_main_section .members_heading {
    font-size: 26px;
    text-align: left;
}

.para_member {
    margin-top: 8px;
    font-size: 14px;
}
.ul_li li {
    margin-top: 8px;
    font-size: 14px;

}
/* sponsers */

.sponsers_main_section {
    min-height: 300px;
}

.sponsers_main_section .sponsers_heading {
    font-size: 50px;
}
.sponsers_main_heading2 {
    padding-top: 20px;
}
.sponsers_main_heading2 .choose_s_heading {
    font-size: 26px;
}
.sponsers_main_heading2 img {
    height: 250px;
}

.inner-banner-services{
    background-image: url('../images/services_updated_ss.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    /* padding: 345px 0; */
    min-height: 220px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner-banner-services {
    min-height: 170px;
    margin-top: -5px;
}

.inner-banner-services .sec-title h2 {
    font-size: 50px !important;
    
}
.dis_div p {
    text-align: center;
    padding: 8px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

.meeting_updated_section {
    padding: 25px 0px;
    
}

.meeting_updated_section .in_persons_heading2 {
    font-size: 24px;
    margin: 15px 0px;
}
.nearby_main_box {
    background-color: #E5E5E5;
    padding: 15px 10px;
    margin-bottom: 15px;
}

.inline_meeting_section h1 {
    font-size: 23px;
    padding-top: 25px;
}

.inline_meeting_section p {
    width: 100%;
}

.virtual_meeting_sections .virtual_heading {
    font-size: 26px;
    padding: 10px 0;
}

.virtual_meeting_sections {
    padding-top: 10px;
}

.ul_open_meeting_div{
    padding-left: 10px;
}

.tabel_padding_main{
    margin-top: 45px;
}

.section_box_meeting_table {
    padding: 20px 0;
}
.section_box_meeting_table .set_up_para {
    font-size: 26px;
}

.section_box_meeting_table .seek_para {
    padding: 0px;
    font-size: 14px;
}

.meeting_type_section {
    padding-top: 25px;
}

.meeting_type_section .types_meeting_heading {
    font-size: 26px;
    padding-bottom: 0px;
}


.meeting_type_section .meeting_type_para {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
}

/* meetings */

.inner-banner2 {
    min-height: 200px;
}
.inner-banner2 .sec-title h2 {
    font-size: 40px;
}

.fluid_anonymous_img {
    margin-top: 10px;
}

.anony_heading_members {
    top: 35%;
    font-size: 35px;
}

.membership_form_Section .form_mem_heading {
    font-size: 14px;
}

.membership_form_Section {
    padding: 40px 10px;
}

.sponser_persons_guidelines_section .sponsers_div_heading2 {
    font-size: 22px;
    margin-top: 0px;
}

.sponser_persons_guidelines_section .brief_para_sponsers {
    margin-top: 5px;
    font-size: 14px;
}
/* sponsers */

.for_sponsers_Section {
    padding: 20px 0px 20px 0px;
}

.for_sponsers_Section .for_sponsers_heading {
    font-size: 26px;
    padding-bottom: 0px;
}

.for_sponsers_Section .for_sponsers_heading2 {
    font-size: 16px;
}

.reserved_sponser_section {
    padding: 20px 0px 20px 0px;
}

.reserved_sponser_section .reserved_heading {
    font-size: 22px;
}
.img_section_sponser .became_a_sponser_heading {
    margin-top: 15px;
}

.submit_bio_section {
    padding: 20px 0px 0px 0px;
}

.for_sponsers_Section .extermely_para{
    margin-top: 15px;
}

.submit_bio_section .for_sponsers_para {
    margin-top: 5px;
}

.Sponsers_img_Section .img_height_sponsers{
height: 200px !important;
    width: 100% !important;
    object-fit: cover !important;
}

.sponser_persons_guidelines_section {
    padding: 0px 0px 0px 0px;
}

.sponser_persons_guidelines_section .sponser_journey_para {
    margin-top: 10px;
}
.Sponsers_img_Section {
    padding: 10px 0px;
}

.img_fluid_member{
width: 100% !important;
}

  /* bookstore */

  .inner-banner4 {
    min-height: 200px;
}

.inner-banner4 .sec-title h2 {
    font-size: 40px;
}
.literature_main_section {
    padding: 20px 0px;
}

.literature_main_section .literature_heading {
    font-size: 28px;
    margin-bottom: 10px;
}

.literature_main_section .foster_anonymous {
    font-size: 20px;
    margin-top: 15px;
}

.literature_main_section .book_para_fooster{
    width: 100%;
    font-size: 14px;
    margin-top: 10px;
}

.fooster_li_res{
    padding-left: 25px;
}

.ul_list_fooster li {
    margin-top: 10px;
}
.height_fluid_book_fooster{
    height: 120px !important;
}

/* family */

.family-banner{
    min-height: 250px !important;
}

.family-banner .sec-title h2 {
    font-size: 40px;
}

.sec-family {
    padding: 20px 0 20px;
}

.sec-family .content-box p{
    width: 100%;
}

/* DONATION */
.inner-banner3 {
    min-height: 350px;

}

.sec-donation {
    padding: 20px 0;
}

.sec-donation .sec-title h3 {
    font-size: 28px;
    padding-bottom: 5px;
}
.sec-donation .sec-title .para {
    width: 100%;
}

.sec-donation .next-btn {
    margin: 0px 17px 18px 17px;
}

.cash-box{
    margin-top: 20px;
    }

    .img-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

}

@media only screen and (min-width: 300px) and (max-width: 575px) {
	
	.sec-title h3{
		font-size:28px !important;
		
	}
	
	.section-login {

    padding: 30px 0 30px 0;

}
	
	.sec-family .img-box {
    margin-bottom: 10px;
}
	
	.sec-family .content-box p {

    font-size: 15px;

    line-height: 22px;
 
    text-align: justify;
    padding: 0 10px;
}
	
	.family-banner .sec-title h1 {
 
    font-size: 24px !important;
 
}
	
	.titledescriptionsingleblogpage h3 {
    text-align: center;
		font-size: 22px ;
}
	
	.titledescriptionsingleblogpage ul{
		padding-left:0 !important;		
	}
	
	.titledescriptionsingleblogpage p {
    text-align: justify !important;
    font-size: 16px !important;
    padding: 0 10px;
}
	
	.rightside img {
    width: 100%;
    height: 285px !important;
    padding: 0 10px;
}
	
	.recent-blogs h4 {
    font-size: 22px !important;
    color: #000;
    text-align: center;
    padding: 10px 0;
}
	
	.titleHeading2 {
    font-size: 22px !important;
    font-weight: 700;
    text-align: center;
    color: #000;
}
	
	.leftside p {
    padding: 0 7px;
    text-align: justify ;
    font-size: 16px;
}
	
	.titleheadingsingleblogpage {
    font-size: 22px !important;
    text-align: center;
}
	.vision_bg_img_section {
    margin-top: 20px;

}
	
	form#contact-form {
    margin: 0 15px;
}
	
	.blog-container {
    margin-top: 5px !important;
}
	.blog-container .card{
		margin-bottom:10px;
		
	}
	
	/* mobile screen */
	.main-banner .content-box {
    margin-top: 10px !important;
}
	
	
	h3 {
     padding-bottom: 0px;
    font-size: 28px;
}
	
	.sec-services .sec-title h2 {
    font-size: 28px;
    font-weight:400;
}
	
	.sec-services .main-box {

    height: 266px;
    margin-bottom: 6px;
}
	
    main {
        overflow-x: hidden;
    }
	
	.logIn {
    font-size: 25px !important;
}
	
    .navbar-light .navbar-toggler-icon {
      
        filter: brightness(0) saturate(100%) invert(100%) sepia(5%) saturate(0%) hue-rotate(75deg) brightness(101%) contrast(100%);
    }

    .navbar-light .navbar-toggler{
    border-color: #fff;
    }

    .header-bg .header-img img {
        width: 220px;
        margin-bottom: 5px;
    }
    .header-bg {
        background-color: #000000;
        padding: 10px 0 15px;
    }

    .header-bg .nav-link {
        font-size: 14px !important;
    }

    .main-banner .content-box {
        position: relative;
        bottom: unset;
    }

    .main-banner .content-box .text-box h6 {
        font-size: 15px;
        color: #000;
        text-shadow: unset;
        line-height: 20px;
    }
    .main-banner .content-box .text-box {
        text-align: center;
        padding: 10px 20px;
        margin-top: 1px;
    }

    .sec-purpose .content-box {
        padding: 20px 20px 0px 20px;
    }

    .sec-purpose .content-box h3 {
        color: #000000;
        font-size: 28px;
        padding-bottom: 10px;
    }
    .sec-purpose .content-box .para {
        font-size: 13px;
        line-height: 20px;
    }
    .sec-purpose .content-box h5 {
        font-size: 26px;
    }
    .sec-foster {
        padding: 10px 0;
    }
    .sec-foster .sec-title h5 {
        padding-bottom: 12px;
    }
    .sec-foster .sec-title::before {
        height: 3px;
        width: 75px;
    }
    .sec-foster .social-list p {
        margin-top: 15px;
    }
    .sec-foster .social-list ul {
        padding-top: 5px;
    }

    .sec-foster .social-list{
        padding-bottom: 0px;
    }
    .sec-foster .text-box .para {
        font-size: 13px;
        line-height: 23px;
    }
    .sec-foster .read-btn {
        padding-top: 0px;
    }
    .sec-foster .read-btn .link-btn {
        padding: 10px 20px;
        font-size: 13px;
        /* padding-left: 5px; */
    }

    .sec-services {
        padding: 0px 0;
    }

    .sec-services .sec-title img {
        width: 50px;
    }
    .sec-services .sec-title h2 {
        font-size: 26px;
        padding: 10px 0;
    }

    .sec-services .sec-title .para {
        font-size: 13px;
        padding-bottom: 0px;
    }

    .sec-services .sec-title {
        padding-bottom: 20px;
    }

    .vision_content_main_section .our_vision_heading {
        font-size: 26px;
        padding-bottom: 0px;
        margin-left: 0px !important;
        text-align: center;
    }
    .vision_content_main_section .main_row_vision_section {
        padding-top: 10px;
    }
  .main_row_vision_section .children_img_div2 {
    padding-left: 0px;
    display: flex;
    justify-content: center;
    padding-top: 10px;
}
    .main_row_vision_section .comma_img {
        top: 18px;
        right: unset;
        left: 20px;
    }
    .vision_bg_div {
        min-height: 150px;
    }
    .row_contact_section .our_vision_heading {
        font-size: 22px;
    }
    .row_contact_section .foster_para {
        font-size: 13px;
        margin: 5px 0px 13px 0px;
		    padding: 0;
    }
	.contacts_para_footer4_copy_right3 {

    font-size: 12px;
 
}
    .text_field_input {
        font-size: 12px;
    }
    .text_field_input2 {
        font-size: 12px;
    }
    .submit_btn {
        padding: 10px 30px;
        font-size: 12px;
    }
    .footer_section {
        padding: 20px 0px;
    }
    .footer_card {
    padding: 40px;
    margin-bottom: 50px;
}
.footer_line_img_flex img {
    width: 50px;
}
.heading_line_footer {
    font-size: 26px;
    margin-top: 7px;
}
.theme_design_para {
    margin-top: 0px;
}
.theme_design_border {
    width: 70px;
    height: 70px;
}

.theme_design_border i {
    font-size: 25px;
}
.navbar {
    justify-content: flex-end;
}

.img-box{
    display: flex;
    justify-content: center;
    align-items: center;
}

/* home */

	.events-banner .sec-title h1 {
    font-size: 30px !important;

}

.inner-banner {
    padding: 60px 0;
}

.inner-banner .sec-title h2 {
    font-size: 40px;
}

.about_us_main_banner {
    padding: 5px 0px;
}
.about_us_main_banner .who_we_are_heading {
    font-size: 26px;
    text-align: center;
    margin-top: 5px;
}

.about_us_main_banner .felis_heading {
    font-size: 12px;
    letter-spacing: 2.1px;
    text-align: start;
    margin: 5px 0px;
}

.about_us_main_banner .felis_b {
    padding-bottom: 10px;
}
.about_us_main_banner .felis_b::before {
    right: unset;
    left: 0;
    width: 80px;
    height: 4px;
}
.about_us_main_banner .felis_b_para {
    text-align: justify;
    font-size: 13px;
    line-height: 20px;
    padding: 10px 10px 10px 10px;
}

.about_us_main_banner .read-btn{
    display: block;
}
.about_us_main_banner .read-btn .link-btn {
    padding: 10px 20px;
}
.about_us_main_banner .about_img1 {
    margin: 10px 0px;
}

.main_col_2_padding{
    padding: 16px;
}
.about_us_main_banner .felis_b_para2 {
    text-align: justify;
    font-size: 13px;
    line-height: 25px;
    padding: 10px 10px 10px 10px;
}
	
	
	.vision_content_main_section {
    padding: 0px 0px;
    /* min-height: 400px; */
}

/* meetings */

	.sec-events {
    padding: 10px 0 0;
}
	
.meetings_main_section {
    padding: 20px 0px;
}

.meetings_main_section .record_heading {
    font-size: 26px;
    margin-bottom: 20px;
}
.zoom_main_section {
    padding: 30px;
    margin-bottom: 20px;
}

.meeting_url {
    font-size: 16px;
    line-height: 16px;
    font-family: "Roboto", Sans-serif;
    margin-bottom: 10px;
}
.month_url_para {
    font-size: 17px;
    line-height: 18px;
    margin-bottom: 15px;
}

.img_meeting_section{
    padding-top: 0px;
}
.img_meeting_section .img_1 {
    padding: 0px;
}

/* members */
.members_main_section {
    padding: 20px 0 0;
}
.members_main_section .members_heading {
    font-size: 26px;
    text-align: left;
}

.para_member {
    margin-top: 8px;
    font-size: 14px;
}
.ul_li li {
    margin-top: 8px;
    font-size: 14px;

}

/* sponsers */

.sponsers_main_section {
    min-height: 150px;
}

.sponsers_main_section .sponsers_heading {
    font-size: 26px;
}
.sponsers_main_heading2 {
    padding-top: 20px;
}
.sponsers_main_heading2 .choose_s_heading {
    font-size: 26px;
}
.sponsers_main_heading2 img {
    height: 250px;
}

.inner-banner-services {
    min-height: 170px;
    margin-top: -5px;
}

.inner-banner-services .sec-title h2 {
    font-size: 40px;
}

.vision_bg_img_section .row_contact_section {
    padding: 20px 10px;
    z-index: 2;
}

.vision_content_main_section .vision_para {
    font-size: 14px;
    text-align: center;
    padding-right: 0px;
}

.main_row_vision_section .children_img_div {
    padding-right: 0px;
}

.dis_div p {
    text-align: center;
    padding: 8px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

.footer_main_section {
    margin-top: 20px;
}

.footer_main_section .a_footer {
    font-size: 13px;
   
}
.footer_main_section .contacts_para_footer {
    font-size: 20px;
}

.meeting_updated_section {
    padding: 25px 0px;
    
}

.meeting_updated_section .in_persons_heading2 {
    font-size: 24px;
    margin: 15px 0px;
}
.nearby_main_box {
    background-color: #E5E5E5;
    padding: 15px 10px;
    margin-bottom: 15px;
}

.inline_meeting_section h1 {
    font-size: 23px;
    padding-top: 25px;
}

.inline_meeting_section p {
    width: 100%;
}

.virtual_meeting_sections .virtual_heading {
    font-size: 26px;
    padding: 10px 0;
}

.virtual_meeting_sections {
    padding-top: 10px;
}

.ul_open_meeting_div{
    padding-left: 10px;
}

.tabel_padding_main{
    margin-top: 45px;
}

.section_box_meeting_table {
    padding: 20px 0;
}
.section_box_meeting_table .set_up_para {
    font-size: 26px;
}

.section_box_meeting_table .seek_para {
    padding: 0px;
    font-size: 14px;
}

.meeting_type_section {
    padding-top: 25px;
}

.meeting_type_section .types_meeting_heading {
    font-size: 26px;
    padding-bottom: 0px;
}


.meeting_type_section .meeting_type_para {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
}

/* meetings */

.inner-banner2 {
    min-height: 170px;
}
.inner-banner2 .sec-title h2 {
    font-size: 40px;
}

.fluid_anonymous_img {
    margin-top: 10px;
}

.anony_heading_members {
    top: 35%;
    font-size: 35px;
}

.membership_form_Section .form_mem_heading {
    font-size: 14px;
}

.membership_form_Section {
    padding: 40px 10px;
}

.sponser_persons_guidelines_section .sponsers_div_heading2 {
    font-size: 22px;
    margin-top: 10px;
}

.sponser_persons_guidelines_section .brief_para_sponsers {
    margin-top: 5px;
    font-size: 14px;
}


/* sponsers */

.for_sponsers_Section {
    padding: 20px 0px 20px 0px;
}

.for_sponsers_Section .for_sponsers_heading {
    font-size: 26px;
    padding-bottom: 0px;
}

.for_sponsers_Section .for_sponsers_heading2 {
    font-size: 16px;
}

.reserved_sponser_section {
    padding: 20px 0px 20px 0px;
}

.reserved_sponser_section .reserved_heading {
    font-size: 22px;
}
.img_section_sponser .became_a_sponser_heading {
    margin-top: 15px;
}

.submit_bio_section {
    padding: 20px 0px 0px 0px;
}

.for_sponsers_Section .extermely_para{
    margin-top: 15px;
}

.submit_bio_section .for_sponsers_para {
    margin-top: 5px;
}

.Sponsers_img_Section .img_height_sponsers{
    height: 200px !important;
    width: 100% !important;
    object-fit: cover !important;
}

.sponser_persons_guidelines_section {
    padding: 0px 0px 0px 0px;
}

.sponser_persons_guidelines_section .sponser_journey_para {
    margin-top: 10px;
}
.Sponsers_img_Section {
    padding: 10px 0px;
}
.img_fluid_member{
    width: 100% !important;
    }

  /* bookstore */

  .inner-banner4 {
    min-height: 150px;
}

.inner-banner4 .sec-title h2 {
    font-size: 40px;
}
.literature_main_section {
    padding: 20px 0px;
}

.literature_main_section .literature_heading {
    font-size: 28px;
    margin-bottom: 10px;
}

.literature_main_section .foster_anonymous {
    font-size: 20px;
}

.literature_main_section .book_para_fooster{
    width: 100%;
    font-size: 14px;
    margin-top: 10px;
}

.fooster_li_res{
    padding-left: 25px;
}

.ul_list_fooster li {
    margin-top: 10px;
}

.height_fluid_book_fooster{
    height: 120px !important;
}


/* family */

.family-banner{
    min-height: 200px !important;
}

.family-banner .sec-title h2 {
    font-size: 40px;
}

.sec-family {
    padding: 10px 0 5px;
}

.sec-family .content-box p{
    width: 100%;
}


/* DONATION */
.inner-banner3 {
    min-height: 250px;

}

.sec-donation {
    padding: 20px 0;
}

.sec-donation .sec-title h3 {
    font-size: 28px;
    padding-bottom: 5px;
}
.sec-donation .sec-title .para {
    width: 100%;
}

.sec-donation .next-btn {
    margin: 0px 17px 18px 17px;
}

.cash-box{
margin-top: 20px;
}
.card {
    width: 90%;
    margin: auto;
}
	



/* events */

.events-banner {
    min-height: 250px;
}
.events-banner .sec-title h2 {
    font-size: 40px;
}

.sec-events .content-box .para {
    margin-top: 5px;
    line-height: 23px;
    text-align: justify;
    padding: 0px 20px 5px;
}
.section-login .login-form .custom-control {
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    color: #000;
    text-transform: inherit;
    font-weight: 500;
    width: 100%;
    height: 50px;
    margin: 12px 0 12px 0;
    padding: 5px 5px 5px 20px;
    background-color: #fff;
    border: 1px solid #BBBBBB;
    border-radius: 50px;
}

.section-login .login-form .custom-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */ 
font-size: 14px;
	    font-family: "Oswald", sans-serif;
} 
.section-login .login-form .custom-control::-moz-placeholder { /* Firefox 19+ */ 
font-size: 14px; 
	      font-family: "Oswald", sans-serif;
} 
.section-login .login-form .custom-control:-ms-input-placeholder { /* IE 10+ */ 
font-size: 14px;
	       font-family: "Oswald", sans-serif;
} 
.section-login .login-form .custom-control:-moz-placeholder { /* Firefox 18- */ 
font-size: 14px;
	     font-family: "Oswald", sans-serif;
}
	
	.footer_links li {
    list-style: inside;
    color: #fff;
}
	
}   
@media only screen and (min-width: 300px) and (max-width: 767px) {
	.banner-text-btm {
		font-size: 13px;
		line-height: 15px;
	}
	
}

.dropdown-toggle::after {
    border-top: 0.5em solid;
    border-right: 0.5em solid transparent;
    border-left: 0.5em solid transparent;
}