/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    
}

body {
    /* font-family: 'Open Sans', sans-serif; */
    /* font-family: "Inter", sans-serif !important; */
    /* font-family: "Gotham A", "Gotham B" !important; */
    /* font-family: "Gotham A", "Gotham B"; */
    font-family: "Poppins", sans-serif !important;
    font-style: normal;
    font-weight: 600;
    color:#444 !important;
    /* font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "slnt" 0; */
}

p ,h3{
    color:#444 !important;
}
/* navbar css  start  */

.prayas_navbar {
    font-size: 14px;
    background: transparent;
    padding-left: 16px;
    padding-right: 16px;
}


.prayas_navbar .logo {
    width: 50px;
    padding: 0px;
    margin-left: 26px;
}

.prayas_navbar .logo img {
    width: 100%;
}

.prayas_navbar .navbar-brand b {
    color: #f04f01;
}

.prayas_navbar .navbar-nav a {
    font-size: 17px;
    color: #000 !important;
    font-weight: bold;
    text-transform: uppercase;
    padding: 9px 23px !important;
    font-weight: 500;
    text-align: center;
}

.prayas_navbar .navbar-nav a.active {
    color: #f04f01 !important;
    background: transparent !important;
}

.navbar .nav-item.open>a {
    background: none !important;
}

.navbar .dropdown-menu {
    border-radius: 1px;
    border-color: #e5e5e5;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .05);
}

.navbar .dropdown-menu a,
.navbar .dropdown-menu a:active {
    color: #777;
    padding: 8px 20px;
    font-size: 13px;
    background: #fff;
}

.navbar .dropdown-menu a:hover,
.navbar .dropdown-menu a:focus {
    color: #333;
    background: #f8f9fa;
}

@media (min-width: 992px) {
    .form-inline .input-group .form-control {
        width: 225px;
    }
}

@media (max-width: 992px) {
    .form-inline {
        display: block;
    }
}

/* navbar css End  */

/* banner css start  */

.banner_sec {
    background-image: url(../images/bg.png);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    padding: 49px 0px;
}

.women_img {
    width: 100%;
}

.women_img img {
    width: 100%;
}

.box_1 {
    background-color: #fff;
    /* padding: 12px 8px; */
}

.box_1 a,
.box_2 a {
    color: #000;
}

.box_1 a:hover,
.box_2 a:hover {
    color: #22b14c;
    text-decoration: none;
}


.box_1 h2 {
    padding: 12px 8px;
    font-size: 20px;
    text-align: end;
    margin: 0px;
    /* border-bottom: 1px solid; */
}

.box_2 {
    background-color: #fff;
}

.box_2 h2 {
    padding: 12px 8px;
    font-size: 20px;
    text-align: end;
    margin: 0px;
    /* border-bottom: 1px solid; */
}

.main_box {
    padding: 40px 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #6b6b6b30;
}

.box_4 {
    border-left: 4px solid #23b64e;
    padding-left: 6px;
}

.box_4 h2 {
    font-size: 27px;
    color: #23b64e;
}

.box_4 p {
    color: #fff;
}

.box_3 {
    background-color: #cd916cad;
    padding: 15px;
}

.box_3 p {
    color: #fff;
    font-size: 15px;
}

.banner_img {
    width: 100%;
    position: absolute;
    top: 0px;
}

.banner_img img {
    width: 100%;
}

.box_5 h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.box_6 {
    width: 35%;
    background: #23b64e;
    margin: 0px 59px;
    border-radius: 1px;
    position: relative;
}

.box_6::after {
    content: " ";
    position: absolute;
    bottom: -23px;
    width: 23px;
    height: 23px;
    left: 0px;
    transform: rotate(180deg);
    border-radius: 0px 0px 0px 0px;
    background-color: #23b64e;
    border-top: 23px solid #e5e4e4;
    border-right: 23px solid transparent;
}

.box_6 h2 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0px;
    padding: 14px 8px;
    text-align: center;
}

.blank_div {
    height: 100%;
    background-color: #23b64e;
    width: 3px;
    position: absolute;
    top: 0px;
    left: 73px;
}


/* banner css End  */


/* what we do css start  */



.wedo_banner {
    width: 80%;
    margin: auto;
}

.wedo_banner img {
    width: 100%;
}

.wedo_img {
    width: 100%;
    margin-bottom: 20px;
}


.wedo_img img {
    width: 100%;
}

.services_content {
    margin-top: 10px;
}

.services_content h2 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 13px;
}

.services_content p {
    font-size: 14px;
    text-align: center;
}

.services_content a {
    text-align: center;
    display: block;
    color: #00b8ff;
    font-size: 15px;
    font-weight: 500;
}

.wedo_para {
    padding: 50px;
}

.wedo_para p {
    text-align: center;
    font-size: 18px;
}

.wedo_para p b {
    color: #ffc135;
    font-size: 23px;
}

.wedo_heading {
    padding: 10px 0px;
}

.wedo_heading h2 {
    color: #7c7979;
    font-size: 24px;
}

.service {
    margin-bottom: 30px;
}

.wedo_heading .breadcrumb {
    background: #fff;
}

.wedo_heading .breadcrumb .breadcrumb-item {
    font-size: 19px;
    font-weight: 600;
    color: #000;
}

.wedo_heading .breadcrumb .breadcrumb-item a {
    color: #22b14c;
}

.wedo_heading .breadcrumb .breadcrumb-item a:hover {
    text-decoration: none;
}

/* what we do css End  */



/* primary education css start  */

.spc_para {
    background-color: #04b9df;
    padding: 20px 10px;
    border-radius: 7px;
    margin-bottom: 20px;
}

.spc_para p {
    font-size: 1.1rem;
    color: #fff;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 0px;
}

.new_content h3 {
    font-size: 1.7rem;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 45px;
    color: #31b758;
}

.new_content h5 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 45px;
    color: #31b758;
}

.new_content h6 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 45px;
    color: #31b758;
}

.new_content p {
    font-size: 1.1rem;
    line-height: 29px;
}
.new_content ul li{
    font-size: 1.1rem;
    line-height: 29px;
}


.new-content ul li{
    font-size: 1.1rem;
    line-height: 29px;
}
.primary_banner {
    width: 100%;
    position: relative;
}

.primary_banner .primary_banner_img {
    width: 100%;
}

.primary_banner .primary_banner_img img {
    width: 100%;
}

.primary_content {
    position: absolute;
    top: 48px;
    width: 30%;
    background-color: #f0f8ffa6;
    border-radius: 2px;
}

.primary_content h2 {
    font-size: 23px;
    text-align: end;
    margin: 0;
    padding: 7px 0px;
}

/* primary education css End  */


.annual_report_div {
    width: 100%;
    background: #22a7b6;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px;
    border-radius: 10px;
    color: #fff;
}

.annual_report_div a {
    color: #fff;
    font-weight: 600;
    font-size: 1.5rem;
}

.annual_report_div2 {
    width: 100%;
    background: #22a7b6;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    height: 100%;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
}

/* donate css start  */

.doante_img {
    width: 100%;
}

.doante_img img {
    width: 100%;
}

/* donate css End  */


/* women css start  */

.women_entrepreneurship_box {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 25px 23px;
    border: 1px solid #ccc;
    position: relative;
}

.women_points ul {
    padding: 0px 40px;
}


.women_points ul li {
    line-height: 38px;
    color: #fff;
    padding-top: 7px;
}

.women_points {
    background-color: #067bd7;
    border: 1px solid #000;
}

.women_heading h2 {
    font-size: 30px;
}

.women_heading span {
    font-size: 22px;
}

.women_blank {
    position: absolute;
    top: 85px;
    width: 10px;
    height: 123px;
    background-color: #ff9400;
    left: -5px;
}

/* women css End  */

/* contact us css start */

.contact_us {
    width: 56%;
    margin: auto;
}

.contact_us img {
    width: 100%;
    margin: auto;
    text-align: center;
}

.contact_us h2 {
    font-size: 25px;
}

.btn_bg {
    background-color: #22b14c;
    color: #fff;
    font-size: 18px !important;
    font-weight: 600 !important;
}

.contact_input {
    border: 1px solid #22b14c !important;
    box-shadow: 0px 4px 4px 0px #cbced1;
}

.submit_btn {
    width: 100px;
    height: 100px;
    border: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #22b14c !important;
    box-shadow: 0px 4px 4px 0px #cbced1;
}

.submit_btn a {
    background: #22b14c;
    width: 80%;
    height: 80%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #22b14c !important;
    box-shadow: 0px 4px 4px 0px #cbced1;
    color: #fff !important;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;

}

.submit_btn a:hover {
    text-decoration: none;
    color: white !important;
}

/* contact us css end  */


/* board css start  */

.borad_heading {
    width: 70%;
    background-color: #ffda00;
    text-align: left;
    margin-left: auto;
}

.borad_heading h2 {
    font-size: 20px;
    margin-bottom: 0px;
    padding: 5px 24px;
}

.member_heading {
    background-color: #ffda00;
    padding: 0px 9px;
}

.member {
    display: flex;
    margin-top: 20px;
}

.member_name {
    padding: 0px 11px;
    border-right: 2px solid #ffda00;
    margin-right: 13px;
}

.member_blank {
    width: 89%;
    background-color: #ffda00;
    height: 2px;
    margin-left: 22px;
    padding: 0px 20px;
}


.member_heading h2 {
    font-size: 20px;
}

.member_content {
    padding: 10px;
    border: 1px solid #ffda00;
    width: 100%;
}

.member_content span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #000000b3;
}

.member_conclusion {
    background-color: #0576c1;
    position: relative;
    padding: 11px 0px;
    margin-top: 36px;
    color: #fff;
}

.member_conclusion::before {
    content: " ";
    position: absolute;
    top: 1px;
    width: 0;
    height: 30px;
    right: -1px;
    transform: rotate(180deg);
    border-radius: 0px 0px 0px 0px;
    background-color: #0576c1;
    border-top: 254px solid #ffffff;
    border-right: 55px solid transparent;
}

.member_conclusion::after {
    content: " ";
    position: absolute;
    top: -1px;
    width: 0;
    height: 30px;
    left: -2px;
    transform: rotate(180deg);
    border-radius: 0px 0px 0px 0px;
    background-color: #ffffff;
    border-top: 254px solid #0576c1;
    border-right: 55px solid transparent;
}

/* board css end  */


/* education css start  */

.education_content2 {
    margin-top: 35px;
    padding: 20px;
    background-color: #0a5fc1;
    border-radius: 2px;
}

.education_content2 p {
    font-size: 16px;
    color: #fff;
}


.education_box {
    width: 48%;
    text-align: center;
    padding: 11px 11px;
    background-color: #9d9898;
    color: #fff;
    margin: auto;
}

.education_icon {
    text-align: center;
    font-size: 58px;
    color: #ffc000;
}

/* education css end  */


/* profile css start  */

.valution span {
    /* display: block; */
    width: 140px;
    height: 140px;
    border: 3px solid #ffda00;
    border-radius: 50%;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.valution span b {
    font-size: 24px;
}

/* profile css End  */

/* coming soon css  */

.coming_sec {
    background-image: url(../images/coming-soon.png);
    background-repeat: no-repeat;
    background-position: center;
    /* height: 130vh; */
    padding-top: 43px;
    /* position: relative; */
    background-color: #aaa;
}


.coming_heading1 {
    background-color: #d9d5d5bd;
    padding: 8px 0px;
    text-align: center;
    /* position: absolute; */
    /* top: 43px; */
    width: 100%;
}

.coming_heading1 h2 {
    color: #22b14c;
    font-size: 2rem;
    font-weight: 700;
}

.coming_heading2 {
    background-color: #d9d5d5bd;
    padding: 8px 0px;
    text-align: center;
    /* position: absolute; */
    /* top:138px; */
    width: 100%;
    margin-top: 20px;
}

.coming_heading2 h2 {
    color: #2788ca;
    font-size: 1.5rem;
}

.coming_content {
    /* position: absolute; */
    /* top: 26%; */
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 23px;
    justify-content: space-between;
}

.left_box {
    width: 346px;
    background-color: #ccccccbd;
    margin-left: 23px;
    text-align: center;
    padding: 39px 24px;
}

.left_box h3 {
    font-size: 20px;
    color: red;
}

.left_box p {
    font-weight: 500;
}

.left_box a {
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
}

.left_box span {
    display: block;
    margin-top: 21px;
    font-size: 22px;
    font-weight: 500;
    color: red;
}

.right_box {
    width: 346px;
    background-color: #ccccccbd;
    margin-right: 23px;
    text-align: center;
    padding: 26px 24px;
}

.right_box h2 {
    font-size: 20px;
    color: #4389ca;
}

.right_box a {
    font-size: 20px;
    margin-top: 12px;
    display: block;
}

.right_box p {
    font-size: 20px;
    margin-top: 30px;
    color: red;
    font-weight: 500;
}

.award {
    /* position: absolute; */
    /* top: 65%; */
    margin-top: 35px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.award_img {
    width: 200px;
    margin-left: 23px;
}

.award_img img {
    width: 100%;
}

.award_content {
    margin-right: 23px;
    width: 346px;
    background-color: #ffd4007a;
    text-align: center;
    padding: 26px 24px;
}

.award_content a {
    font-size: 22px;
    font-weight: 700;
    display: block;
    color: #000;
    margin-bottom: 10px;
}

.since_logo {
    /* position: absolute; */
    /* top: 83%; */
    right: 0;
    width: 160px;
    margin-left: auto;
}

.since_logo img {
    width: 100%;
}


.fact_heading {
    margin-bottom: 23px;
}

.fact_heading h2 {
    font-size: 2rem;
}


.fact ul {
    margin-left: 20px;
}

.fact ul li {
    list-style: none;
    margin-bottom: 10px;
    font-size: 1rem;
    font-weight: 500;
}

.year_heading {
    margin-bottom: 23px;
}

.year_heading h2 {
    font-size: 2rem;
}

.last_year_data {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    position: absolute;
    bottom: 20px;
    right: 0px;
    z-index: 1;
}

.year_circle_box {
    margin-right: 19px;
    padding: 30px 29px;
    margin-bottom: 20px;
    border-radius: 7px;
}

.year_circle_box .year_circle {
    /* background: #fff; */
    /* width: 120px;
    height: 120px; */
    display: flex;
    /* border-radius: 50%; */
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.year_circle_box .year_circle span {
    font-size: 1.7rem;
    font-weight: 700;
    color: #fff;
}

.year_circle_box span {
    text-align: center;
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 1.3rem;
}

.location {
    display: flex;
    align-items: center;
    /* margin-bottom: 35px; */
}

.location img {
    width: 50px;
}

.location p {
    font-weight: 700;
    margin-bottom: 0px;
}

.landing_sec {
    position: relative;
    background-color: #fff;
}

.para_list li {
    list-style: none;
    padding: 7px 0px;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 28px;
    position: relative;
    padding-left: 30px;
}

.para_list li .fa {
    color: #9dda4e;
}

.para_list li:before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #00c874;
    position: absolute;
    left: 0px;
    top: 10px;
}

footer {
    padding: 2em 0;
}

.footer-04 {
    background: #22b14c;
    /* padding-bottom: 0; */
    position: relative;
}

.footer-04 .border-top {
    border-color: #1a1a1a !important;
    background: #1a1a1a;
}

.footer-04 .footer-heading {
    font-size: 13px;
    color: #fff;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.footer-04 .footer-heading .logo {
    letter-spacing: none;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
}

.footer-04 p {
    color: #fff;
}

.footer-04 a {
    color: #f7b633;
}

.footer-04 .ftco-footer-social li a {
    color: #fff;
}

.footer-04 .tagcloud a {
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
}

.footer-04 .list-unstyled li a {
    color: rgba(255, 255, 255, 0.7);
}

.footer-04 .list-unstyled a {
    color: rgba(255, 255, 255, 0.7);
}

.footer-04 .ftco-footer-social li a {
    border-radius: 4px;
    border: 1px solid #fff;
    padding: 3px 13px;
}

.footer-04 .subscribe-form .form-group {
    position: relative;
    margin-bottom: 0;
    border-radius: 0;
}

.footer-04 .subscribe-form .form-group input {
    background: rgba(255, 255, 255, 0.05) !important;
    border: none !important;
    outline: none !important;
    color: rgba(255, 255, 255, 0.3) !important;
    font-size: 16px;
    border-radius: 0;
}

.footer-04 .subscribe-form .form-group input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.3) !important;
}

.footer-04 .subscribe-form .form-group input::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.3) !important;
}

.footer-04 .subscribe-form .form-group input:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, 0.3) !important;
}

.footer-04 .subscribe-form .form-group input:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.3) !important;
}

.footer-04 .subscribe-form .form-group input:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.footer-04 .subscribe-form .form-group .submit {
    color: #fff !important;
    display: block;
    width: 52px;
    height: 52px;
    font-size: 16px;
    background: #f7b633 !important;
    border: none;
    border-radius: 0;
}

.footer-04 .subscribe-form .form-group .submit:hover,
.footer-04 .subscribe-form .form-group .submit:focus {
    text-decoration: none !important;
    outline: none !important;
}

.footer-04 .copyright a {
    color: rgba(255, 255, 255, 0.5);
}

.ftco-footer-social {
    display: flex;
}

.ftco-footer-social li {
    list-style: none;
    margin-right: 12px;
    font-size: 1.5rem;
}

.our_impact {
    padding: 20px 0px;
    text-align: center;
    margin-bottom: 20px;
    background: #fff;
    position: relative;
}

.our_impact h2 {
    color: #04bee6;
    text-transform: uppercase;
    font-size: 2.4rem;
    font-weight: 700;
}

.our_impact p {
    font-size: 1.3em;
    color: #000;
    font-weight: 700;
}

.profile_para p {
    font-size: 1.1rem;
    line-height: 31px;
}

.primary_sec_2 {
    background: #f4f4f4;
    padding: 30px 0px;
}

.logo-slider {
    margin: 0 auto;
    /* Centers the slider */
}

.logo-slide img {
    width: 200px;
    /* Adjust image width as needed */
    height: auto;
}

.gallery-container {
    text-align: center;
    margin: 0 auto;
    width: fit-content;
}


.image-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 10px 0;
}

.image-grid img {
    width: 100%;
    height: 95%;
    margin: 5px;
    cursor: pointer;
}

.full-image-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    text-align: center;
}

.full-image-container img {
    max-width: 80%;
    max-height: 80%;
    margin-top: 73px;
    text-align: center;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    font-weight: bold;
    color: white;
    cursor: pointer;
}

.logo-slider {
    margin: 0 auto;
    /* Centers the slider */
}

.logo-slide img {
    width: 200px;
    /* Adjust image width as needed */
    height: auto;
}

.gallery_heading {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
    color: #31bc5a;
}

.nav_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.link_a a {
    width: 100%;
    display: block;
    overflow: hidden;
}

/* new page css  */
.supporter_logos {
    width: 90%;
    margin: auto;
}

.supporter_logos img {
    width: 100%;
}

.praayas_heading {
    margin-bottom: 40px;
}

.about_sec {
    padding: 30px 0px;
    background: #fff;
}

.supporter_sec {
    padding: 30px 0px;
}

.work_area_sec {
    padding: 30px 0px;
    background: #f6f6f6;
}

.praayas_heading h2 {
    font-size: 2.3rem;
    font-weight: 600;
    text-align: center;
    color: #014188;
}

.about_banner {
    width: 100%;
    margin: auto;
    border-radius: 15px;
    display: flex;
    justify-content: center;
}

.about_banner img {
    width: 100%;
    mix-blend-mode: darken;
    border-radius: 15px;
}


.about_box {
    background: #00a82f;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    height: 100%;
    color: #fff;
}

.about_box h3 {
    font-size: 1.6rem;
    font-weight: 600;
}

.about_box p {
    font-size: 16px;
}

.work_area_card {
    background: linear-gradient(rgb(58 144 164 / 83%), rgb(58 144 164 / 91%)) 0 0 / cover, url(https://webomates.com/wp-content/themes/webomates/assets/images/webo-home-bg.jpg) top center repeat;
    padding: 12px 19px;
    color: #000;
    text-align: center;
    border-radius: 7px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: cover;
}

.work_area_box1 {
    /* background: linear-gradient(rgb(185, 152, 116), rgb(185, 152, 116)) 0 0 / cover, url(../images/Finacial-Literacy/financial-11.jpg) top center repeat; */
    background-size: cover;
    background: #acdfcf;
}

.work_area_box2 {
    /* background: linear-gradient(rgb(185, 116, 179), rgb(185, 116, 161)) 0 0 / cover, url(../images/Education/primary-3.jpg) center center repeat; */
    background-size: cover;
    background: #acd0ea;
}

.work_area_box3 {
    /* background: linear-gradient(rgb(0, 100, 172), rgb(0, 100, 172)) 0 0 / cover, url(https://img.freepik.com/free-photo/close-up-doctor-with-stethoscope_23-2149191355.jpg?size=626&ext=jpg&ga=GA1.1.2008272138.1722211200&semt=ais_user) top center repeat; */
    background-size: cover;
    background: #ebe3bb;
}

.work_area_box4 {
    /* background: linear-gradient(rgb(12, 133, 139), rgb(0, 140, 147)) 0 0 / cover, url(../images/Entrepreneurship/women-entrepreneurship-15.jpg) top center repeat; */
    background-size: cover;
    background: #ebb4bb;
}

.work_area_box5 {
    /* background: linear-gradient(rgb(251, 93, 2), rgb(251, 80, 1)) 0 0 / cover, url(../images/Career-Guidance/early-satge-15.jpg) top center repeat; */
    background-size: cover;
    background: #d5dde4;
}

.work_area_box6 {
    /* background: linear-gradient(rgb(58, 116, 54), rgb(48, 109, 44)) 0 0 / cover, url(../images/HIV/hiv-12.jpg) top center repeat; */
    background-size: cover;
    background: #c8c0e3;
}


.work_area_card h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 7px;
}

.work_area_card p {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.5px;
    margin-bottom: 0px;
}

.section_emember {
    padding: 30px 0;
    position: relative;
}

.resume-box {
    background: #ffffff;
    /* box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.08); */
    border-radius: 10px;
}

.resume-box ul {
    margin: 0;
    padding: 8px 12px;
    list-style: none;
}

.resume-box li {
    position: relative;
    padding: 0 0px 0 60px;
    margin: 0 0 15px;
    box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.08);
    padding-top: 15px;
    padding-bottom: 19px;
    border-radius: 8px;
}

.resume-box li span {
    font-size: 14px;
}

.resume-box li:last-child {
    margin-bottom: 0;
}

.resume-box li:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 20px;
    border-left: 1px dashed #47bd4f;
    bottom: 0;
}

.resume-box .icon {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 9px;
    right: 0;
    color: #47bd4f;
    line-height: 40px;
    background: #ffffff;
    text-align: center;
    z-index: 1;
    border: 1px dashed;
    border-radius: 50%;
}

.resume-box .time {
    background: #2b8bc6;
    color: #ffffff;
    font-size: 10px;
    padding: 2px 10px;
    display: inline-block;
    margin-bottom: 8px;
    border-radius: 20px;
    font-weight: 600;
}

.resume-box h5 {
    font-weight: 700;
    color: #000000;
    font-size: 16px;
    margin-bottom: 10px;
}

.resume-box p {
    margin: 0;
    font-size: 14px;
}

.resume-box li:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 29px;
    border-left: 1px dashed #47bd4f;
    bottom: 0;
}

.home-testimonial {
    background-color: #f6f6f6;
    padding: 30px 0px;
}

.testimonial-inner .tour-desc {
    border-radius: 5px;
    padding: 40px
}

.color-grey-3 {
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    color: #6c83a2
}

.testimonial-inner img.tm-people {
    width: 120px;
    height: 120px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
}

.link-name {
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    color: #6c83a2
}

.link-position {
    font-family: "Montserrat", Sans-serif;
    font-size: 12px;
    color: #6c83a2
}

.achieving_box_row {
    display: flex;
}

.counter_sec {
    padding: 30px 0px;
    background: #f6f6f6;
}

.counter_heading h3 {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #014188;
}

.counter_heading p {
    font-size: 1rem;
    line-height: 30px;
    letter-spacing: 0.5px;
}

.counter_box {
    background: #d1eaed;
    height: 100%;
    padding: 25px 10px;
    border-radius: 10px;
}

.counter_box span {
    font-size: 1.8rem;
    font-weight: 700;
    color: #00a82f;
}

.counter_box p {
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 29px;
}

.achievment_sec {
    padding: 40px 0px;
}

.achieving_card .achieving_card_img {
    width: 70px;
    height: 70px;
    margin: auto;
    margin-bottom: 22px;
}

.achieving_card .achieving_card_img img {
    width: 100%;
}

.achieving_card {
    background: #e9edd1;
    padding: 20px 10px;
    height: 100%;
    border-radius: 10px;
    text-align: center;
    position: relative;
}

.achieving_card .achieving_card_text span {
    font-size: 1.1rem;
    font-weight: 500;
    font-style: italic;
    position: absolute;
    top: -8px;
    right: 0px;
    background: #22b14c;
    padding: 8px;
    border-radius: 50%;
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.achieving_card .achieving_card_text p {
    margin-bottom: 0px;
    font-size: 17px;
    font-weight: 600;
}

.achieving_heading {
    padding: 0px;
}

.achieving_heading h3 {
    font-size: 2.3rem;
    font-weight: 600;
    color: #014188;
}

.vedio_sec {
    padding: 30px 0px 30px 0px;
    background: #f6f6f6;
}

.play_icon {
    position: absolute;
    top: 0px;
    width: 100%;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    /* background: red; */
    left: 0;
}

.play_icon i {
    background: red;
    padding: 23px;
    border-radius: 50%;
    color: #fff;
    /* width: 50px; */
}

.video-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 15px;
    width: 40%;
    padding: 15px;
    margin: 0 auto;
    box-sizing: border-box;
}

.video-gallery .gallery-item {
    position: relative;
    width: 100%;
    height: 100%;
    background: #000;
    cursor: pointer;
    overflow: hidden;
    border-radius: 11px;
}

.video-gallery .gallery-item img {
    position: relative;
    display: block;
    width: 115%;
    height: 300px;
    object-fit: cover;
    opacity: .8;
    /*transition: opacity .35s, transform .35s;*/
    transition: all 350ms ease-in-out;
    transform: translate3d(-23px, 0, 0);
    /*backface-visibility: hidden;*/
}

.north-cascades-img {
    object-position: 50% 30%;
}

.video-gallery .gallery-item .gallery-item-caption {
    padding: 32px;
    font-size: 1em;
    color: #fff;
    text-transform: uppercase;
}

.video-gallery .gallery-item .gallery-item-caption,
.video-gallery .gallery-item .gallery-item-caption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.video-gallery .gallery-item h2 {
    font-weight: 300;
    overflow: hidden;
    padding: 12px 0;
}

.video-gallery .gallery-item h2,
.video-gallery .gallery-item p {
    position: relative;
    margin: 0;
    z-index: 1;
    pointer-events: none;
}

.video-gallery .gallery-item p {
    letter-spacing: 1px;
    font-size: 12px;
    padding: 12px 0;
    opacity: 0;
    transition: opacity 0.35s, transform 0.35s;
    transform: translate3d(10%, 0, 0);
}

.video-gallery .gallery-item:hover img {
    opacity: 0.6;
    transform: translate3d(0, 0, 0);
}

.video-gallery .gallery-item .gallery-item-caption {
    text-align: left;
}

.video-gallery .gallery-item h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15%;
    height: 1px;
    background: #fff;
    transition: transform 0.3s;
    transform: translate3d(-100%, 0, 0);
}

.video-gallery .gallery-item:hover h2::after {
    transform: translate3d(0, 0, 0);
}

.video-gallery .gallery-item:hover p {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/*
  @media screen and (max-width: 784px) {
    .video-gallery {
      width: 100%;
      padding: 15px;    
  
    }
    .video-gallery .gallery-item {
      width: 95%;
      margin: 0 auto; 
      width: 100%;
    }
  }
  */

/* new page css  */

/* responsive css start  */

@media screen and (max-width: 1199px) {
    .last_year_data {
        position: unset;
        padding-top: 48px;
    }

    .banner_sec {
        background: #9b9b9b;
    }
}

@media screen and (max-width: 768px) {
    .wedo_heading h2 {
        color: #7c7979;
        text-align: center;
    }
    .video-gallery{
        width:90%;
    }
    .last_year_data {
        bottom: auto;
        top: 64%;
        position: absolute;
        padding-top: 0px;
    }

    .new_content {
        margin: 10px 0px;
    }

    .spc_para p {
        text-align: center;
    }

    .banner_sec {
        background: #989898;
    }

    .wedo_para {
        padding: 30px 50px;
    }

    .primary_content h2 {
        font-size: 20px;
    }

    .primary_content {
        top: 17px;
        width: 30%;
    }

    .women_points {
        margin-top: 20px;
    }

    .box_5 {
        margin-top: 20px;
    }

    .box_5 h2 {
        text-align: center;
    }

    .doante_img {
        margin-top: 22px;
        margin-bottom: 16px;
    }

    .box_6 {
        margin: 0px 59px;
    }

    .blank_div {
        left: 73px;
    }
}


@media screen and (max-width: 991px) {

    .box_6 {
        margin: 0px 51px;
    }

    .blank_div {
        left: 65px;
    }
}

@media screen and (max-width: 476px) {
    .last_year_data {
        top: 45% !important;
        position: absolute;
        padding-top: 0px;
    }


}

@media screen and (max-width: 366px) {
    .last_year_data {
        top: 50% !important;
        position: absolute;
    }

    .year_circle_box .year_circle span {
        font-size: 1.3rem;

    }

    .year_circle_box span {
        font-size: 1rem;
    }
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-1{
    background-color:#4b844b;
}
.card-2{
    background-color:#ca0c0c;
}
.card-3{
    background-color: #c14915;
}
.card-4{
    background-color: #1796ca;

}

.card-5{
    background-color:#820101;
}
.card-6{
    background-color:#e83e8c;
}
.card-7{
    background-color:#0d3c6f;
}

.achieving_card_text p{
    color: #fff !important;
}
html {
  scroll-behavior: smooth;
}
     

.donate-card {
    border-radius: 20px;
    border: 2px solid green !important; 
}

.donate-card-2{
    border-radius: 20px;
   background-color: #28a7454a !important;
    border: 2px solid green !important; 
}
.donate-img {
    height: 500px;
    width: 500px;
    border-radius: 50%!important;
    object-fit: cover; 
}

@media (max-width: 768px) {
    .donate-img {
        margin-bottom: 20px; 
        height: 350px;
        width: 350px;
    }

    
    .contain-card{
        width:auto;
  
    }
}




   .video-slider {
    display: flex;
    overflow-x: hidden;
}

.gallery-item {
    flex: 0 0 50%; 
    height: 100%;
}

.vedio_sec {
    position: relative;
}


.slider-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 50%;
    

    transform: translateY(-50%);
    width: 100%;
    z-index: 1000; /* Adjust z-index as needed */
}



  .prev-btn, .next-btn {
    background: rgba(255, 255, 255, 0.8); /* Semi-transparent background */
    border: none;
    color: black;
    font-size: 24px;
    cursor: pointer;
    padding: 10px;
  
}

.prev-btn{
 
 margin-left: 10px;
}
.next-btn{
margin-right: 10px;
}







.item img{
     position: relative;
    display: block;
    width: 115%;
    height: 100%;
    object-fit: cover;
    opacity: .8;
    /*transition: opacity .35s, transform .35s;*/
    transition: all 350ms ease-in-out;
    transform: translate3d(-23px, 0, 0);
    /*backface-visibility: hidden;*/
}

.owl-carousel .gallery-item .gallery-item-caption {
    padding: 32px;
    font-size: 1em;
    color: #fff;
    text-transform: uppercase;
}



.owl-carousel .gallery-item .gallery-item-caption,
.owl-carousel .gallery-item .gallery-item-caption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.owl-carousel .gallery-item h2 {
    font-weight: 300;
    overflow: hidden;
    padding: 12px 0;
}
 .item .gallery-item h2,
.item .gallery-item p {
    position: relative;
    margin: 0;
    z-index: 1;
    pointer-events: none;
}

.item .gallery-item p {
    letter-spacing: 1px;
    font-size: 12px;
    padding: 12px 0;
    opacity: 0;
    transition: opacity 0.35s, transform 0.35s;
    transform: translate3d(10%, 0, 0);
}

.owl-carousel .gallery-item:hover img {
    opacity: 0.6;
    transform: translate3d(0, 0, 0);
}

.owl-carousel .gallery-item .gallery-item-caption {
    text-align: left;
}

.owl-carousel .gallery-item h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15%;
    height: 1px;
    background: #fff;
    transition: transform 0.3s;
    transform: translate3d(-100%, 0, 0);
}

.owl-carousel .gallery-item:hover h2::after {
    transform: translate3d(0, 0, 0);
}

.owl-carousel .gallery-item:hover p {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.owl-carousel{
    height: 100%;
}




.contain-card {
    height: 350px;
}

.item {
    position: relative;
    width: 100%;
    height: 310px;
    background: #000;
    cursor: pointer;
    overflow: hidden;
    border-radius: 11px;
}

.video-container {
    height: 100%;
    width: 55%;
    margin: auto;
}

@media screen and (max-width: 576px) {
    .contain-card {
        height: 300px; 
    }
    
    .video-container {
        width: 100%; 
    }
    
    .owl-carousel {
        height: auto;
    }
    
    .item {
        width: 100%; 
        height: 200px; 
    }
}

@media screen and (max-width: 476px) {
    .prev-btn {
        margin-left: 0px;
    }
    
    .next-btn {
        margin-right: 0px;
    }

    .contain-card {
        height: 200px;
    }

    .video-container {
        width: 100%; 
    }
    
    .owl-carousel {
        height: auto;
    }
    
    .item {
        width: 100%;
        height: 200px; 
    }
}

 