:root {
    --main-body-font: "Lato", sans-serif;
    --green-normal: #91c54b;
    --green-hover: #699328;
    --blue-dark: #003554;
    --gray-normal: #f2f2f2;
    --gray-hover: #cccccc;
    --blue-light: #4d768d;
    --normal-transition: all ease-in-out 0.5s;
    --no-text-decoration: none;
    --white: #fff;
    --black: #000;
    --border: #91c54b;
    --blank-border: #a8a7a7;
    --header-background: #f5bb46;
    --eventslider-date-color: #999;
    --sidebar-background: #e3a220;
    --popup-background: #f5f5f5;

}

body {
    background: #fff;
    font-family: var(--main-body-font);
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    font-size: 12pt;
    line-height: 20px;
    color: var(--blue-dark);
    font-weight: normal;
    text-align: left;
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
tr,
td,
table,
form,
input,
ul,
header,
li,
ol {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.row.no-horizontal-padding > * {
    padding-left: 0;
    padding-right: 0;
}

a {
    transition: var(--normal-transition);
    text-decoration: var(--no-text-decoration);
}

.hide_on_dt {
    display: none;
}

/*-------------Common-Segment-Starts-------------*/
.main_container {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

h1 {
    font-size: 66pt;
    font-weight: 900;
    color: var(--blue-dark);
    line-height: 75pt;
    margin-bottom: 20px;
}

h2 {
    font-size: 35pt;
    font-weight: 900;
    line-height: 45px;
}

h3 {
    font-size: 24pt;
    font-weight: 900;
    line-height: 45px;
}

.bot_border {
    border-bottom: 2px solid var(--gray-hover);
}

a.new_button_layout {
    background: var(--white);
    color: var(--green-normal);
    font-family: "Asap", serif;
    font-size: 17pt;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    padding: 13px 15px;
    border-radius: 10px;
    border: 1px solid var(--green-normal);
    transition: var(--normal-transition);
    line-height: 25px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    max-width: 350px;
    margin: 0 auto;
}

a.new_button_layout:hover {
    font-weight: 700;
    color: var(--white);
    background: var(--green-normal);
}

.blank_border {
    position: relative;
}

.blank_border:before {
    width: 100%;
    height: 2px;
    z-index: 12;
    background-color: var(--blank-border);
    position: absolute;
    content: "";
    top: 37%;
    left: -10px;
}

/*-------------Common-Segment-Ends-------------*/

/*------------Header-Portion-starts------------*/
.header_top_portion {
    width: 100%;
    background: var(--header-background);
    min-height: 35px;
    display: flex;
    justify-content: center;
    align-content: center;
}

.header_top_portion p {
    color: var(--white);
    font-weight: 700;
    letter-spacing: 2px;
}

.header_top {
    width: 100%;
    font-size: 13pt;
    display: flex;
    justify-content: center;
    align-content: center;
    line-height: 35px;
    text-transform: uppercase;
}

.header_top_portion p a {
    color: var(--white);
}

.header_top_portion p a:hover {
    color: var(--black);
}

/*---------------------*/
.header_bottom_portion {
    width: 100%;
    min-height: 82px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    padding: 16px 0;
}

.nav_wrapper {
    display: flex;
    justify-content: center;
    align-content: center;
    width: 100%;
}

.nav_wrapper nav {
    width: 100%;
    background: none !important; /* Override .bg-body-tertiary which uses !important */
    padding: 0 0 0 0;
}

.nav_wrapper ul {
    display: flex;
    justify-content: space-around;
    align-content: center;
    width: 100%;
    padding: 20px 0;
    padding: 0 17% 0 17%;
}

.nav_wrapper ul li {
    list-style-type: none;
    text-transform: uppercase;
    font-weight: 700;
}

.nav_wrapper ul li a {
    padding: 7px 30px;
    color: var(--blue-dark);
    font-size: 13pt;
    border: 2px solid var(--white);
    transition: var(--normal-transition);
    border-radius: 10px;
}

.nav_wrapper ul li a:hover {
    border-color: var(--green-normal);
}

.donate_wrapper {
    margin-top: 23px;
    display: flex;
    justify-content: flex-end;
}

.donate_wrapper a.donate {
    background: var(--green-normal);
    color: var(--white);
    font-size: 13pt;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 7px 30px;
    border-radius: 10px;
    height: 37px;
    transition: var(--normal-transition);
    line-height: 24px;
    box-sizing: border-box;
}

.donate_wrapper a:hover {
    background: var(--green-hover);
}

.logo_wrapper {
    display: flex;
    flex-direction: column;
}

.logo_wrapper img {
    width: 100%;
    max-width: 270px;
}

.logo_wrapper p {
    text-align: center;
    font-weight: 600;
    font-size: 17px;
}

/*------------Header-Portion-starts------------*/

/*------------Banner-Section-Starts-----------*/
.banner_wrapper {
    position: relative;
    height: 800px;
    width: 100%;
    padding: 0 0 0 0;
    overflow: hidden;
}

.banner_wrapper img {
    width: 100%;
    position: absolute;
    object-fit: cover;
}

.banner_wrapper:after {
    background: url(../img/banner-lower-portion.png) no-repeat left bottom;
    background-size: auto;
    width: 100%;
    position: absolute;
    height: 69px;
    z-index: 9;
    content: "";
    bottom: -2px;
    background-size: cover;
    left: -8px;
}

/*------------Banner-Section-Ends---------------*/

/*-----------Main-body-section-starts--------*/
.main_body_section {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 25px;
    margin-bottom: 120px;
    justify-content: space-between;
}

.main_body_section .left p {
    color: var(--green-normal);
    font-size: 16pt;
    font-weight: 600;
    line-height: 22pt;
}

.main_body_section .right {
    padding-top: 120px;
}

.main_body_section .right a {
    background: var(--green-normal);
    color: var(--white);
    font-size: 14pt;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 17px 22px 17px 30px;
    border-radius: 10px;
    transition: var(--normal-transition);
    line-height: 20px;
    margin-right: 25px;
    box-sizing: border-box;
    display: inline-block;
}

.main_body_section .right a i {
    margin-left: 10px;
}

.main_body_section .right a:hover {
    background-color: var(--green-hover);
}

/*------------where-r-we-starts-------------*/
.where-r-we {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 70px;
}

.where-r-we h2 {
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.where-r-we h3 {
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.where-r-we a h3 {
    color: var(--blue-dark);
}

/*---------New-slider-section-------*/

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
}

/*-------------*/

.we_slider {
    position: relative;
    width: 100%;
    padding: 0 0 50px 0;
}


.we_slider .swiper-slide {
    border-radius: 15px;
    overflow: hidden;
    height: 560px;
    text-align: center;
    background: var(--gray-normal);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    box-sizing: border-box;
    padding: 0 20px;
    transition: var(--normal-transition);
}

.we_slider .swiper-slide .image_wrapper {
    width: 100%;
    text-align: center;
    height: 50%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.we_slider .swiper-slide .image_wrapper img {
    max-width: 200px;
    margin: 0 auto;
    transition: var(--normal-transition);
}

.we_slider .swiper-slide:hover .image_wrapper img {
    filter: brightness(0) invert(1)
}

.we_slider .swiper-slide .content_wrapper h2 {
    font-size: 18pt;
    font-weight: 700;
    padding-bottom: 0px;
    text-align: left;
    line-height: 35px;
}

.we_slider .swiper-slide .content_wrapper p {
    font-size: 14pt;
    font-weight: normal;
    line-height: 24px;
    padding-bottom: 30px;
    text-align: left;
}

.we_slider .swiper-slide:hover {
    background: var(--blue-dark);
}

.we_slider .swiper-slide:hover .content_wrapper p,
.we_slider .swiper-slide:hover .content_wrapper h2 {
    color: var(--white);
}

.we_slider .swiper-slide .content_wrapper .where-we-are-btn {
    background: var(--green-normal);
    color: var(--white);
    font-size: 16pt;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 13px 15px;
    border-radius: 10px;
    height: 50px;
    transition: var(--normal-transition);
    line-height: 20px;
    margin: 0 25px;
    box-sizing: border-box;
}

.content_wrapper p {
    font-size: 18pt;
    font-weight: 700;
    line-height: 30px;
}

/*------------eventslider------------*/

.eventslider {
    position: relative;
    width: 100%;
    padding: 0 0 70px 0;
}

.eventslider .swiper-slide {
    border-radius: 15px;
    overflow: hidden;
    text-align: left;
    background: var(--gray-normal);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    box-sizing: border-box;
    padding: 30px;
    height: 560px;
    transition: var(--normal-transition);
}

.eventslider .swiper-slide .image_wrapper {
    width: 100%;
    text-align: center;
    height: 275px;
    overflow: hidden;
    margin-bottom: 25px;
    border-radius: 15px;
}

.eventslider .swiper-slide:hover {
    background: var(--blue-dark);
}

.eventslider .swiper-slide .image_wrapper img {
    max-width: unset;
    border-radius: 15px;
    width: 100%;
    margin: 0 auto;
    transition: var(--normal-transition);
    object-fit: cover;
}

.eventslider .swiper-slide:hover .image_wrapper img {
    filter: unset;
}

.eventslider .swiper-slide .content_wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.eventslider .swiper-slide .content_wrapper p.date {
    font-size: 14pt;
    font-weight: normal;
    color: var(--eventslider-date-color);
    padding-bottom: 10px;
}

.eventslider .swiper-slide .content_wrapper h2 {
    font-size: 18pt;
    font-weight: 700;
    padding-bottom: 0px;
    color: var(--blue-dark);
}

.eventslider .swiper-slide .content_wrapper p {
    font-size: 14pt;
    font-weight: normal;
    line-height: 24px;
    padding-bottom: 30px;
}

.eventslider .swiper-slide .content_wrapper a {
    background: var(--green-normal);
    color: var(--white);
    font-size: 16pt;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 13px 0px;
    border-radius: 10px;
    height: 50px;
    transition: var(--normal-transition);
    line-height: 20px;
    margin: 0 25px;
    box-sizing: border-box;
}

.eventslider .swiper-slide:hover .content_wrapper p,
.eventslider .swiper-slide:hover .content_wrapper h2 {
    color: var(--white);
}

/*---------New-slider-section-Ends------*/
/*-----------Main-body-section-ends--------*/

/*----------Our-camp-section-start---------*/
.our_camp_section {
    width: 100%;
    background: var(--blue-light);
    padding: 80px 0;

}

.our_camp_section h2 {
    color: var(--white);
    width: 100%;
    margin-bottom: 50px;
}

.our_camps {
    width: 100%;
    position: relative;
}

.our_campsSlider {
    position: relative;
    width: 100%;
    padding: 0 0 70px 0;
}

.our_campsSlider .swiper-slide {
    overflow: hidden;
    text-align: left;
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-content: center;
    box-sizing: border-box;
    height: auto;
    transition: var(--normal-transition);
}

.our_campsSlider .swiper-slide .image_wrapper {
    width: 100%;
    text-align: center;
    height: 450px;
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 25px;
}

.our_campsSlider .swiper-slide:hover {
    background: transparent;
}

.our_campsSlider .swiper-slide .image_wrapper img {
    max-width: unset;
    width: 100%;
    margin: 0 auto;
    transition: var(--normal-transition);
    object-fit: cover;
}

.our_campsSlider .swiper-slide:hover .image_wrapper img {
    filter: unset;
}

.our_campsSlider .swiper-slide .content_wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.our_campsSlider .swiper-slide .content_wrapper p.date {
    font-size: 14pt;
    font-weight: normal;
    color: var(--white);
    padding-bottom: 10px;
}

.our_campsSlider .swiper-slide .content_wrapper h3 {
    font-size: 18pt;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 0px;
    color: var(--white);
}

.our_campsSlider .swiper-slide .content_wrapper p {
    font-size: 14pt;
    font-weight: normal;
    line-height: 24px;
    padding-bottom: 30px;
    color: var(--white);
}

.our_campsSlider .swiper-slide .content_wrapper a {
    background: var(--green-normal);
    color: var(--white);
    font-size: 16pt;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 13px 0px;
    border-radius: 10px;
    height: 50px;
    transition: var(--normal-transition);
    line-height: 20px;
    margin: 0;
    box-sizing: border-box;
    max-width: 220px;
}

.our_campsSlider .swiper-slide .content_wrapper a:hover {
    background: var(--green-hover);
}

.our_campsSlider .swiper-slide:hover .content_wrapper p,
.our_campsSlider .swiper-slide:hover .content_wrapper h2 {
    color: var(--white);
}

/*----------Our-camp-section-end---------*/

/*----------Contact-us-section-start---------*/
.contact_us_section {
    width: 100%;
    padding: 80px 0;

}

.contact_us_section h2 {
    color: var(--green-normal);
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.contact_us_section p {
    font-size: 16pt;
    font-weight: 400;
    line-height: 30px;
    width: 100%;
}

.contact_us_btn {
    background: var(--green-normal);
    color: var(--white);
    font-size: 16pt;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 13px 30px;
    border-radius: 10px;
    height: 50px;
    transition: var(--normal-transition);
    line-height: 20px;
    margin: 20px 0;
    box-sizing: border-box;
    max-width: 230px;
    display: flex;
}

.contact_us_btn i {
    margin-right: 10px;
}

.contact_us_btn:hover {
    background: var(--green-hover);
}

.contact_us_lower_portion {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-content: center;
    margin-top: 20px;
    position: relative;
}

.contact_us_lower_portion .inner_boxs {
    display: flex;
    justify-content: left;
    align-content: center;
    flex-direction: row;
}

.contact_us_lower_portion .inner_boxs .icon {
    width: 110px;
    margin-right: 20px;
}

.contact_us_lower_portion .inner_boxs .icon i {
    margin-right: 10px;
    background: var(--blue-dark);
    color: var(--white);
    width: 83px;
    height: 83px;
    font-size: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    border: 5px solid var(--green-normal);
}

.contact_us_lower_portion .inner_boxs .user_name {
    display: flex;
    align-content: center;
    justify-content: normal;
    flex-direction: column;
}

.contact_us_lower_portion .inner_boxs .user_name h3 {
    font-size: 20pt;
    font-weight: 700;
    color: var(--blue-dark);
}

.contact_us_lower_portion .inner_boxs .user_name p {
    font-size: 14pt;
    font-weight: 700;
    color: var(--green-normal);
}

/*----------Contact-us-section-endt---------*/
footer {
    background: var(--blue-dark);
    padding: 80px 0 60px 0;
}

.footer_logo_wrapper {
    display: flex;
    flex-direction: column;
    width: 238px;
}

.footer_logo_wrapper img {
    width: 100%;
    max-width: 241px;
}

.footer_logo_wrapper p {
    text-align: center;
    font-weight: 600;
    font-size: 17px;
    color: var(--white);
}

/*----------------------*/
.footer_middle_section {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 60px 0;
    border-bottom: 1px solid #999;
    justify-content: space-around;
}

.address_section_wrapper {
    width: 100%;
    padding-top: 50px;
}

.address_section {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 20px;
}

.address_section img {
    margin-right: 20px;
}

.address_section p {
    color: var(--white);
    font-size: 12pt;
}

.address_section p a {
    color: var(--white);
}

.address_section p a:hover {
    color: var(--green-normal);
}

.footer_col_sections h2 {
    color: var(--white);
    font-size: 14pt;
    font-weight: 700;
    margin-bottom: 25px;
}

.footer_col_sections ul li {
    padding-bottom: 13px;
}

.footer_col_sections ul li a {
    font-size: 12pt;
    font-weight: 400;
    color: var(--white);
}

.footer_col_sections ul li a:hover {
    color: var(--green-normal);
}

.social_wrapper i {
    color: var(--white);
    line-height: 33px;
    border-radius: 50%;
    line-height: 37px;
    text-align: center;
    font-size: 22px;
    cursor: pointer;
    margin-right: 20px;
    transition: var(--normal-transition);
}

.social_wrapper i {
    padding: 0 0 0 5px;
}

.social_wrapper i:hover {
    color: var(--green-normal);
}

/*----------------------*/
.footer_lower_section {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
    justify-content: space-between;
}

.footer_lower_section .left p {
    color: var(--white);
}

.footer_lower_section .right {
    text-align: right;
}

.footer_lower_section .right p {
    color: var(--white);
}

.footer_lower_section .right p a {
    color: var(--white);
    margin: 0 10px;
}

.footer_lower_section .right p a:hover {
    color: var(--green-normal);
}

/*-----------------------*/
/******** Scroll to top button starts ********/
#goTopBtn {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Fixed/sticky position */
    bottom: 20px;
    /* Place the button at the bottom of the page */
    right: 30px;
    /* Place the button 30px from the right */
    z-index: 99;
    /* Make sure it does not overlap */
    border: none;
    /* Remove borders */
    outline: none;
    /* Remove outline */
    background-color: var(--green-normal);
    /* Set a background color */
    color: white;
    /* Text color */
    cursor: pointer;
    /* Add a mouse pointer on hover */
    font-weight: 600;
    padding: 15px;
    /* Some padding */
    border-radius: 50%;
    /* Rounded corners */
}

#goTopBtn:hover {
    background-color: var(--green-hover);
    /* Add a dark-grey background on hover */
}

/******** Scroll to top button ends ********/
/*-------Swper-Pagination-------*/
.swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: var(--white);
    border: 2px solid var(--green-hover);
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--green-hover);
}
/*---------------------------*/
.bot_gap_adjust {
    padding-bottom: 0px;
    margin-bottom: 20px;
}

.get_involve_lower {
    width: 100%;
    position: relative;
}

.for_mobile {
    display: none;
}

.mobile_nav {
    display: none !important; /* Ensure mobile navigation stays hidden by default. Must override with !important when showing */
}

/*----------------------*/
/* Custom Sidebar Menu */
.asidebar_contact.active_sidebar {
    transform: translate(0, 0);
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    right: 0%;
    opacity: 1;
    z-index: 999999;
}

.asidebar_contact {
    background-color: var(--white);
    padding: 30px;
    position: fixed;
    top: 0;
    opacity: 0;
    right: -100%;
    bottom: 0;
    width: 100%;
    max-width: 300px;
    z-index: 0;
    transform: translate(0, 0);
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    margin: 0;
    display: flex;
}

.how_can_help_wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.sidebar_overlay.activeOverlay {
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    opacity: 1;
    z-index: 999998;
    display: block;
}

.sidebar_overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: -1;
    content: "";
    position: fixed;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    opacity: 0;
    filter: blur(8px);
    -webkit-filter: blur(8px);
    backdrop-filter: blur(2px);
    display: none;
    margin: 0;
}

body.noScrolling {
    overflow: hidden;
    height: 100vh;
}

.contactsidebar_header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0 0 0px 0;
}

.contact-close {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: none;
}

.sidebarmenu_toggler {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.sidebarmenu_toggler a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.main_menu_wrapper ul li {
    text-align: left;
}

.main_menu_wrapper ul li a {
    padding: 0;
    color: var(--black);
}

.sidebar_inner_scroller {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: calc(100% - 20px);
}

.main_menu_wrapper {
    height: 100%;
    width: 100%;
    overflow: auto;
}

/* Custom Sidebar Menu End*/

/* 16th Dec CSSssssssssssss*/
.popup-common-outer-wrapper .modal-dialog {
    margin-right: auto;
    margin-left: auto;
    max-width: 600px;
    margin: 2% 5% 0 auto;
}
.popup-common-outer-wrapper .modal-content {
    background-color: var(--popup-background);
    padding: 35px;
    border-radius: 25px;
}

.popup-common-outer-wrapper .modal-header {
    padding: 0 15px 15px 15px;
    border: none;
}

.popup-common-outer-wrapper .modal-content .defult_modal_frm_cross {
    position: absolute;
    background: var(--green-normal);
    color: var(--white);
    border-radius: 50%;
    top: 10px;
    cursor: pointer;
    right: 10px;
    width: 50px;
    height: 50px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(1);
    opacity: 1;
    transition: var(--normal-transition);
    -webkit-transition: var(--normal-transition);
    -ms-transition: var(--normal-transition);
    -moz-transition: var(--normal-transition);
    transition: var(--normal-transition);
}

.popup-common-outer-wrapper .modal-content .defult_modal_frm_cross span {
    margin: 0;
    padding: 0;
}

.popup-common-outer-wrapper {
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.1);
}