@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,500;0,600;0,700;0,800;1,200;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

* {

    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: myFirstFont;
    /* src: url(../font/museo/Museo700-Regular.ttf); */
    /* src: url("{{ asset('template-assets/14/font/museo/Museo700-Regular.ttf') }}"); */
    src: url('/template-assets/14/font/museo/Museo700-Regular.ttf');
}


@font-face {
    font-family: mysecondFont;
    /* src: url(../font/museo/Museo900-Regular.otf); */
    /* src: url("{{ asset('template-assets/14/font/museo/Museo900-Regular.otf') }}"); */
    src: url('/template-assets/14/font/museo/Museo900-Regular.otf');

}

body {
    font-family: 'Raleway', sans-serif !important;
}

:root {

    --background_color1: #38b44a;
}
h1, h2, h3, h4, h5, h6{font-family: "Bebas Neue", Sans-serif !important;}
a {

    text-decoration: none !important;
}

li {

    list-style: none;
}

ul {

    padding-left: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {

    margin-bottom: 0;
}


.main_header {

    padding: 3px;
    background-color: #fff;
}

.main_header .logo img {

    width: 120px;
}

.donate_btn a {

    background-color: var(--background_color1);
    color: #ffff;
    padding: 13px 25px;
    border-radius: 25px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px !important;
}
.get-started-btn-footer{margin-left:0;background:#72be44;color:#fff;border-radius:4px;padding:8px 25px;font-weight:700;white-space:nowrap;transition:.3s;font-size:16px;display:inline-block;border:1px solid #cdd1d9}
.get-started-btn-footer:hover{background:#fff100;color:#000;border-color:#fff100}
/* .banner_main {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.73)),url(../images/banner.png);
    background-position: center;
    width: 100%;
    height: 80vh;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
} */
.banner_slider {

    position: relative;
}

.banner_slider img {
    position: relative;
    z-index: 1;
}

.banner_main {

    position: relative;
}

.banner_slider::after {

    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    /* background: url('/template-assets/14/images/mask.png'); */
    background-repeat: no-repeat;
    width: 100%;

}

.banner_contents {

    position: absolute;
    top: 46%;
    /* bottom: 7%; */
    z-index: 100;
    width: 100%;
}



.banner_bg {

    padding: 8px 10px;
    font-size: 48px;
    font-family: mysecondFont;
    font-weight: 900;
    background: #fef10f;
    display: inline-block;
}

.title_banner {

    -webkit-text-stroke-width: 1px !important;
    -webkit-text-stroke-color: black !important;

    font-size: 45px;
    font-weight: 900;
    color: #fff;
    max-width: 396px;
    font-family: mysecondFont;

}

.form_box {

    background-color: #fef6e1;
    padding: 10px 10px;
    border-radius: 20px;
}

.form_heading {

    text-align: center;
    padding: 0px 30px;


}

.form_heading h3 {

    font-size: 35px;
    font-weight: 700;
    color: #38b44a;

}

.form_heading p {

    font-size: 18px;
    /* font-weight: 600; */
}

.input_bx {
    position: relative;
}

.input_bx .form-control {

    background-color: transparent !important;
    padding: 8px 30px;
    border-color: #c8cbcf;
    font-weight: 500;
}

.input_bx .form-control:focus {

    box-shadow: none;
}

.rupees_sign i {

    font-size: 20px;
}

.rupees_sign {

    position: absolute;
    top: 12px;
    left: 11px;

}

.radio_box label {

    font-size: 21px;
    font-weight: 600;
    color: #5e5b57;
    font-family: 'Montserrat', sans-serif;
}

.radio_box input[type="radio"] {

    width: 21px;
    height: 20px;
}

.radio_box .bx1 {
    display: flex;
    align-items: center;
    gap: 4px;
}

.headings_f p {

    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding: 10px 50px;
    color: #646464;
}

.submit_btn button {

    background-color: var(--background_color1);
    width: 100%;
    padding: 3px 20px;
    text-align: center;
    color: #fff;
    font-size: 29px;
    border: 0;
    outline: 0;
    font-weight: 700;
    border-radius: 5px;
    text-transform: uppercase;
}

.mobile_form {

    background-color: #fef6e1;
    padding: 10px 0px;
}

.mobile_form .form_box {


    border-radius: 0px;
}

.mobile_form .radio_box label {

    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
}

.mobile_form .headings_f p {
    font-size: 19px;
    font-weight: 600;
    text-align: center;
    padding: 10px 17px;
    color: #646464;
}

.mobile_form .form_heading p {

    font-size: 17px;
}

.mobile_form .form_heading h3 {

    font-size: 30px;
}

.mobile_form .submit_btn button {

    font-size: 23px;
}

.mobile_form .radio_box input[type="radio"] {
    width: 20px;
    height: 18px;
    font-family: 'Montserrat', sans-serif;
}

.makeliving_section {
    background-color: #6bb841;
    padding: 40px 0px;
    /* background-image: radial-gradient(23em at 71% 26%, #c8f679, #6bb841); */
    background-image: radial-gradient(19em at 69% 27%, #c8f679, #6bb841);
    position: relative;

}

.make_content {

    padding-top: 50px;
}

.make_content h2 {

    font-family: myFirstFont;
    color: #fff;
    font-size: 36px;
}

.make_content p {

    font-size: 23px;
    color: #fff;
    padding-top: 20px;
}

.mobile-view_end {

    justify-content: center;
}

.content_makefooter h2 {

    color: #fff;
    font-family: myFirstFont;
    font-size: 35px;
}

.impactbox {

    display: flex;
    gap: 10px;
}

.impactbox img {

    height: 151px;
}

.impcat_content h1 {
    font-size: 60px;
    color: #fff;
    /* font-weight: 700; */
    font-family: 'Bebas Neue', sans-serif;
}

.impcat_content p {

    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.object {
    position: absolute;
    top: -48px;
    right: 0;
    z-index: 10;
}

/* .object::after{

    content: '';
    position: absolute;
    width: 100%;
    bottom: -3px;
    left: -50px;
    height: 20px;
    background-color: #6bb841c7;
} */

.saveTx-box {
    padding: 35px 2px;
    background-color: #e3e3e3;
}


.sveTxBox h2 {
    font-size: 40px;
    text-transform: uppercase;
    font-family: 'Bebas Neue', sans-serif;

}

.sveTxBox p {

    font-size: 18px;
    font-weight: 500;
    line-height: 37px;
}

.object_quote {

    width: 30px;
    height: 30px;
    background-color: #7fae79;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 50px;
    top: 37px;
}

.object_quote i {

    font-size: 17px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.listing ul li {

    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    position: relative;
}

.listing ul li::after {

    content: "";
    position: absolute;
    width: 60%;
    height: 4px;
    background: #38b44a;
    left: 0px;
    bottom: -4px;
}

.donate_help {

    padding: 30px 0px;
}

.helpBoxes img {

    width: 100%;
    height: 100%;
    object-fit: cover;
}

.helpBoxes .heading_help h3 {

    font-weight: 700;
    font-size: 24px;
    text-align: center;
}

.about_foundation {

    padding: 30px 0px;
    background-color: #edf5f8;
}

.about_foundation p {

    font-size: 18px;
    font-weight: 500;
    line-height: 37px;
}

.Faq_foundation {

    padding: 30px 0px;
    background-color: #edf5f8;


}

.Faq_foundation .accordion .accordion-item {

    margin-bottom: 20px;
    border: 0;
}

.Faq_foundation .accordion .accordion-button {

    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125); background-color: #fff;
}

.Faq_foundation .accordion .accordion-item:first-of-type .accordion-button {

    border-radius: 0 !important;
}

.Faq_foundation .accordion .accordion-item:last-of-type {

    border-radius: 0 !important;
}

.Faq_foundation .accordion {

    --bs-accordion-bg: transparent !important;
}

.accordion-item:last-of-type .accordion-button.collapsed {

    border-radius: 0 !important;
}

.accordion-button {

    font-size: 18px !important;
    font-weight: 400; font-family: 'Raleway', sans-serif !important;
}

.accordion-button:focus {

    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    color: #000 !important;

}

.accordion-body p {

    font-size: 18px;
}
.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color); background-color: #fff !important;  border: 1px solid rgba(0, 0, 0, 0.125) !important;
}
.accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='%23ffffff' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E") !important;
	background-color:#8bc53f;
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='%23ffffff' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E") !important;
    transform: var(--bs-accordion-btn-icon-transform);
    background-color:#8bc53f;
}
.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);}

.footer {
    background-color: #333333;
}

.fowUs {
    background-color: #fff;
    padding: 10px 30px;
}

.border-rgt {
    border-right: 2px solid #898989;
}

ul.social-network-footer {
    list-style: none;
    display: inline;
    padding: 7px;
}

ul.social-network-footer li {
    display: inline;
    margin: 0 1px;
}

.social-circle-footer li a {
    display: inline-block;
    position: relative;
    margin: 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    border: 1px solid #000;
}

.social-circle-footer li a:hover i {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.social-circle-footer i {
    color: #000;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    -ms-transition: all .8s;
    transition: all .8s;
}

.social-circle-footer li i {
    margin: 0;
    text-align: center;
}

.get-started-btn-footer {
    margin-left: 0;
    background: #8bc53f;
    color: #fff;
    border-radius: 4px;
    padding: 8px 25px;
    font-weight: 700;
    white-space: nowrap;
    transition: .3s;
    font-size: 16px;
    display: inline-block;
    border: 1px solid #cdd1d9;
    font-family: 'Montserrat', sans-serif;
}

.coprright li a {
    color: #fff;
    text-decoration: none;
}

.coprright {
    text-align: center;
    padding: 10px 0;
    letter-spacing: 1px;
}

.coprright li {
    display: inline-block;
    padding: 0 15px;
    font-size: 13px;
}

.testimonials {

    padding: 35px 0px;
}

.testimonialsbx {

    background-color: #fffc6c;
    border-radius: 10px;
    padding: 71px 30px 32px 30px;
    position: relative;
    z-index: 1000;
    margin: 52px 0px;
}

.testimonials .slider_testimonils .owl-item:nth-child(3n - 3) .testimonialsbx {
    background-color: #eff5f8;
}

.testimonials .slider_testimonils .owl-item:nth-child(3n - 1) .testimonialsbx {
    background-color: #c2f092;
}

.designation p {

    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    padding: 10px 0px;
}

.testimoniText p {

    font-size: 18px;
    font-weight: 500;
}

.testimoniImg {

    width: 98px;
    height: 98px;
    /* background-color: #38b44a; */
    border-radius: 50%;
    position: absolute;
    top: -45px;
    left: 20px
}

.testimoniImg img {

    position: absolute;
    top: 50%;
    left: 50%;
    width: 92px !important;
    height: 92px;
    border-radius: 50%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}

.slider_testimonils.owl-carousel .owl-stage {
    display: flex;
}

.slider_testimonils.owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
}

.slider_testimonils.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
    position: absolute;
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
}

.slider_testimonils.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #38b44a !important;
}

.slider_help.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {

    background: #38b44a !important;
}


.flex-container {
    display: flex;
}

.flex-container>div {

    margin: 10px;
    margin-bottom: 60px;


}

.plogo {
    width: 150px;
    height: 60px;
    margin-top: 29px;
}
@media (max-width: 767.98px) {
    .head-col-md-6 {width: 50% !important;}
	.tabs-wrapper {padding: 0.5rem 0rem !important;}
}