* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

.primary-color {
    background-color: #063c2c;
}

.secondry-color {
    background: #d1d1d1;
}

.third-color {
    color: #2E2E2E;
}

.text-color {
    color: #FFFFFF;
}

.subtext-color {
    color: #063c2c;
}

/* .obj-outer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
} */


.header-responsive {
    padding-left: 0px;
}

.obj-card1 {
    width: 100%;
}

.cherity-card {
    /* background: #000; */
    border: 3px solid red;
    box-shadow: 0px 0px 1px 1px rgba(168, 170, 169, 0.8);
    width: 288px;
}

.cherity-card:hover {
    padding-left: 3px;
    box-shadow: 0px 0px 2px 2px rgba(6, 60, 44, 0.8);
}



.Management-link {
    text-decoration: none;
}

.heading-border {
    border-bottom: 5px solid #063c2c;
    width: 13%;
    text-align: center;
}

.heading-border-footer {
    border-bottom: 2px solid #063c2c;
    width: 13%;
    text-align: center;
}

.heading-border:hover {
    border-bottom: 5px solid #2E2E2E;
}

.row-hover:hover {
    color: #063c2c;

}

/* hero section start */

.hero {
    background: url('../images/bg2.jpg');
    min-height: 570px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/* hero section end */

/* hover section access code  */
.donate {
    position: relative;
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    cursor: pointer;
    overflow: hidden;
}

.inner-donate {
    height: 172px;
    background: #063c2c5e;
    position: absolute;
    width: 273px;
    border-radius: 4px 4px 0px 0px;
    bottom: -175px;
    left: 16px;
    transition: all ease-in-out 1.6;
    text-align: center;

}


.text-section {
    position: relative;
    margin-left: 15px;
    height: 100px;
    width: 90%;
    background: #000;
    top: 20px;
}

.donate:hover .inner-donate {
    top: 15px;
}

/* detailed section start */
.member {
    height: 250px;
}

.act-member {
    height: 200px;

}

.recent-act {
    height: 250px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.card-external {
    margin-top: -25px;
}

.scroll {
    overflow-y: scroll;
}

.act-member {
    height: 230px;
    margin-top: -36px;
}


.activity {
    display: flex;
    justify-content: space-between;
}

.activity2 {
    display: flex;
    justify-content: space-between;
}

.activity-link {
    min-height: 125px;
    width: 160px;
}

.inner-activity {
    margin-left: -7px;
    width: 150px;
    height: 120px;
}

.inner-activity2 {
    margin-left: -7px;
    width: 225px;
    height: 120px;
}

.activity-link2 {
    min-height: 110px;
    width: 250px;
}

.video {
    margin-top: 20px;
    margin-bottom: 2px;
}

.borderr {
    border: 3px solid #063c2c;
}

/* detailed section end */

/* Volenteer slider section start */
.outer {
    min-height: 400px;
    width: 300px;
    background: #fff;
    margin: 20px auto;
    position: relative;
    border: 2px solid #bbb;
    border-radius: 4px;
    box-shadow: 10px 10px 10px 0px rgb(184, 182, 182);
    object-fit: cover;
}

/* .outer-cause {
    min-height: 400px;
    width: 400px;
    background: #fff;
    margin: 20px auto;
    position: relative;
    border: 2px solid #bbb;
    border-radius: 4px;
    box-shadow: 10px 10px 10px 0px rgb(184, 182, 182);
    object-fit: contain;
} */

/* .inner-causes {
    height: 200px;
    width: 400px;
    background: #fff;
    position: absolute;
    left: 18px;
    bottom: 20px;
    border: 1px solid #bbb;
    border-radius: 4px;
} */

.img {
    width: 100%;
}

.inner {
    min-height: 200px;
    width: 260px;
    background: #fff;
    position: absolute;
    left: 18px;
    bottom: 20px;
    border: 1px solid #bbb;
    border-radius: 4px;
}

.text {
    text-align: center;
    font-size: 24px;
    margin-top: 40px;
}

.subtext {
    text-align: justify;
    font-size: 16px;
    font-weight: 100;
    padding: 15px;
}

/* Volenteer slider section start */
/* About section Start */
.about {
    background: url('../images/hero4.jpeg');
    min-height: 400px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin-bottom: 20px;
}

/* About Section End */
/* Gallery Section Start */

.gal {
    min-height: 400px;
    /* background: #000; */
    border: 10px solid #bbb;
    border-radius: 5px;
}

.gal-img {
    height: 200px;
    width: 300px;
    border-radius: 3px;
    box-shadow: 10px 10px 10px 0px rgb(184, 182, 182);
}

/* Gallery Section End */




/* Donate Page form section code start */

.form-outer {
    /* border: 2px solid #063c2c; */
    padding: 20px;
    box-shadow: 0px 0px 10px 10px rgba(188, 186, 186, 0.67);
    border-radius: 5px;
}

.header-heading {
    background: linear-gradient(to right, #2c3e50, #146a50);
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 5px;
    width: 15%;
}

.donate-label {
    font-weight: 400;
    font-size: 20px;
    color: #063c2c;
}

.donate-inp {
    width: 100%;
    padding: 7px 15px;
    border-radius: 3px;
    font-size: medium;
}

.donate-inp:focus {
    outline: none;
    border: 2px solid #063c2c;
}

.form-control {
    outline: #063c2c;
    border: 2px solid #063c2c;
}

.form-control:focus {
    outline: none;
    border: 2px solid #063c2c;
}

.donate-btn {
    background: linear-gradient(to right, #2c3e50, #146a50);
    color: white;
    border: none;
    padding: 10px 25px;
    font-size: 18px;
    border-radius: 5px;
    width: 10%;
}

/* Donate Page form section code end */


/* DonateList Page form section code start */
.donate-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 15px;
    padding: 20px;
    text-align: center;
}

.donate-card img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
}

.donation-amount {
    color: green;
    font-size: 18px;
    font-weight: bold;
}

.cause {
    color: orange;
    font-size: 16px;
}

/* DonateList Page form section code end*/

/* Conatact Page Section start */
.con-heading {
    border-left: 3px solid #063c2c;
    padding-left: 8px;
    font-size: 18px;
    font-weight: 600;
}

.con-extra {
    color: #fff;
    background: #146a50;
    padding: 10px 30px;
    margin: 0px 0px 20px 0px;
    border-radius: 2px;
    font-weight: 400;
}

.con-extra:hover {
    background: #000;
}

.input-con {
    border-radius: 4px;
    border: 2px solid #063c2c;
}

.input-con:focus {
    outline: none;
    /* border: 3px solid #063c2c; */
}

.button-con {
    /* background: linear-gradient(to right, #2c3e50, #146a50); */
    background: #146a50;
    border: none;
    color: #fff;
    font-weight: 600;
}

.con-details {
    background: url('../images/hero5.jpg');
    height: 400px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.con-address {
    background: #146a50;
    height: 210px;
    width: 250px;
    margin-top: 50px;
    border-radius: 5px;
    padding-top: 15px;
    color: #fff;
    /* transition: all ease-in-out 1.3s; */
}

.location-icon {
    background: #fff;
    color: #0a4f46;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 auto 10px;
    transition: all ease-in-out 1.1s;
}


.con-address:hover .location-icon {
    background: #146a50;
    color: #fff;
}

.con-address:hover {
    background: #fff;
    color: #146a50;
}

/* Contact Page section end */










/* footer section start */
.footer {
    min-height: 350px;
    width: 100%;
    background: #464444;
}

.hvr:hover {
    color: #063c2c;

}

.usefull-link:hover {
    color: #063c2c;
}

/* bottom start */

.footer-bottom {
    background: #8d8d8d;
    height: 50px;
    width: 100%;
}

/* Bottom end */

/* footer section end */
/* For Vollenteer Form start*/
.volun-input {
    padding: 12px 14px;
    width: 100%;
    border: 2px solid #063c2c;
    color: #063c2c;
    margin-bottom: 15px;
}

.volun-form {
    display: flex;
    justify-content: space-between;
}

.volun-form-inner {
    padding-left: 80px;
}

.volun-form-img {
    width: 100%;
}

.volun-textarea {
    padding: 12px 14px;
    width: 100%;
    border: 2px solid #063c2c;
    color: #063c2c;
    margin-bottom: 15px;
}

.volun-button {
    width: 50%;
    padding: 15px 19px;
    outline: none;
    border: none;
    background: #063c2c;
    color: #fff;
}

.volun-button:hover {
    background: #000;
}

/* For Vollenteer Form end*/