:root {
    --btncolor: green;
    --btnhovercolor: rgb(90, 215, 90);
    --maincolor: #09cc7f;
    --textcolor: rgb(8, 81, 8);
    --twondtextcolor: rgb(35, 107, 35);
    --mainweight: 98.6vw;
    --mweight:98.4vw;
}

* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

.slider {
    border: 1px solid green;
    height: 75vh;
    width: 96vw;
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    margin: 20px;
    box-shadow: 1px 1px 20px #c6c5c5f7, 1px 1px 40px #b5b5b5f7;
}

.slide-a {
    /*border: 1px solid red;*/
    height: 100%;
    width: 75%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.slide-a h2 {
    font-size: 33px;
    text-align: center;
    color: var(--textcolor);
}

.slide-a h1 {
    font-size: 35px;
    text-align: center;
    color: var(--2ndtextcolor);
}

.slide-a p {
    font-size: 15px;
    text-align: center;
    color: var(--textcolor);
    margin: 10px;
}

.contct {
    color: var(--textcolor);
    font-size: 20px;
    font-weight: 600;
}

.slide-b {
    /*border: 1px solid blue;*/
    height: 100%;
    width: 29%;
    background-color: var(--btncolor);
    border-top-left-radius: 70%;
    border-bottom-left-radius: 60%
}

.cercl-1 {
    height: 100%;
    width: 100%;
    background-color: var(--btnhovercolor);
    border-top-left-radius: 70%;
    border-bottom-left-radius: 30%;
    display: flex;
    justify-content: right;
}

.cercl-2 {
    height: 100%;
    width: 95%;
    background-color: rgb(169, 237, 169);
    border-top-left-radius: 55%;
    border-bottom-left-radius: 30%;
    overflow: hidden;
}


.content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: transparent;
    height: 40vh;
    gap: 1%;
    margin-bottom: 15px;
    margin-top: 50px;
}

.countbox {
    height: 100%;
    width: 24%;
    background-color: var(--maincolor);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;

}

.countbox i {
    font-size: 70px;
    color: #fff;
    border-bottom: 5px solid red;
}

.countbox h3 {
    /*background-color: #09cc7f;*/
    font-size: 30px;
    color: #fff;
}

.value {
    font-size: 50px;
    display: block;
    font-weight: bold;
    color: #fff;
    /*background-color: aqua;*/
    border: 5px solid red;
    height: 50px;
    width: 140px;
    text-align: center;
}

.w-a-d {
    margin: 5px;
    margin-top: 35px;
    height: 80vh;
    width: 98.2vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.wad-continer {
    height: 70%;
    width: 100%;
    /*border: 1px solid red;*/
    display: flex;
    gap: 1%;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.wad-card {
    height: 100%;
    width: 25%;
    /*border: 1px solid gray;*/
    margin: 2em auto;
    color: var(--btncolor);
    font-size: 14px;
    box-sizing: border-box;
    font-family: sans-serif;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    padding: 1em 0.5em;
    cursor: pointer;
    background: linear-gradient(transparent, transparent 50%, #2ecc71 50%, #2ecc71);
    border-radius: 10px;
    background-size: 100% 200%;
    /*trasition effect for background*/
    transition: background 0.5s;
}

.wad-card:hover {
    background-position: 100% 100%;
    color: white;
}

.w-c-i {
    height: 20%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    margin-top: 20px;
}

.w-c-i i {
    height: 50px;
    width: 50px;
    border: 2px solid var(--btnhovercolor);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.w-c-c {
    margin-top: 20px;
}

.w-c-c h4 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.w-c-c p {
    margin-bottom: 40px;
}

.aboutus {
    height: 90vh;
    width: var(--mainweight);
    background-color: azure;

    display: flex;
    justify-content: center;
    align-items: center;
}

.a-us {
    height: 80%;
    width: 45%;
    padding: 45px;
}

.a-us-m {
    gap: 20px;
}

.a-us-m h3 {
    margin-top: 45px;
    margin-bottom: 20px;
    color: var(--btnhovercolor);

}

.a-us-m h1 {
    font-size: 45px;
    margin-bottom: 20px;
    color: var(--textcolor);
}

.a-us-m p {
    margin-bottom: 20px;
    color: var(--2ndtextcolor);
}

.a-us-btn {
    margin-bottom: 30px;
}

.a-us-img {

    position: absolute;
}

.a-us-img-a {
    height: 300px;
    width: 240px;
    margin-top: 130px;
    z-index: 2;
}

.a-us-img-a img {
    height: 300px;
    width: 240px;
}

.a-us-img-b {
    height: 410px;
    width: 320px;
    margin-left: 210px;
    z-index: 1;
    margin-top: -15px;
}

.a-us-img-b img {
    height: 410px;
    width: 320px;
}

.work {
    height: 150vh;
    width: 98.4vw;
    /*border: 1px solid red;*/
    display: flex;
    flex-direction: column;
}

.work-a {
    height: 30%;
    width: 100%;
    /*border: 1px solid blue;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.w-a-mini {
    width: 50%;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

.work-a h3 {
    color: var(--btnhovercolor);
}

.w-a-mini h1 {
    text-align: center;
    color: var(--textcolor);
}

.work-b {
    height: 60%;
    width: 100%;
    /*border: 1 px solid gold;*/
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3%;
}

.work-b-card {
    height: 80%;
    width: 23%;
    /*background-color: #09cc7f;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.w-b-c-a {
    height: 60%;
    width: 90%;
    /*border: 1px solid red;*/
    overflow: hidden;
}

.w-b-c-a img {
    height: 100%;
    width: 100%;
    scale: 1.1;
    transition-duration: 1s;
}

.w-b-c-a:hover img {
    scale: 1;
}

.w-b-c-b {
    height: 40%;
    width: 90%;
    /*border: 1px solid blue;*/

}

.w-b-c-b h2 {
    margin: 15px;
    color: var(--textcolor);
}

.w-b-c-b-per {
    height: 20%;
    width: 99.5%;
    /*border: 1px solid red;*/
}

.w-b-c-b-per h5 {
    
    margin-top: 10px;
    margin-bottom: -10px;
    color: red;
}

.w-b-c-a-p-flet {
    height: 10px;
    width: 90%;
    background-color: whitesmoke;
    border-radius: 6px;
    margin: 10px;
    border: 0.1px solid green;
}
.w-b-c-a-p-f-per-a{
    height: 10px;
    width: 66.7%;
    background-color: var(--maincolor);
    border-radius: 6px;  
}
.w-b-c-b-per .per-a{
    margin-left: 60%;
}
.w-b-c-a-p-f-per-b{
    height: 10px;
    width: 80.4%;
    background-color: var(--maincolor);
    border-radius: 6px;  
}
.w-b-c-b-per .per-b{
    margin-left: 71%;
}
.w-b-c-a-p-f-per-c{
    height: 10px;
    width: 76.3%;
    background-color: var(--maincolor);
    border-radius: 6px;  
}
.w-b-c-b-per .per-c{
    margin-left: 67%;
}
.w-b-c-a-p-f-per-d{
    height: 10px;
    width: 61.4%;
    background-color: var(--maincolor);
    border-radius: 6px;  
}
.w-b-c-b-per .per-d{
    margin-left: 54%;
}

.w-b-c-a-gol {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #09cc7f;
    margin: 10px;
}

.volendiar {
    height: 120vh;
    margin-top: 100px;
    width: 98.4vw;
    /*border: 1px solid red;*/
    display: flex;
    flex-direction: column;
}

.v-a {
    height: 20%;
    width: 100%;
    /*border: 1px solid blue;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.w-a-mini {
    width: 50%;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

.v-a h3 {
    color: var(--btnhovercolor);
}

.w-a-mini h1 {
    text-align: center;
    color: var(--textcolor);
}

.v-b {
    height: 80%;
    width: 100%;
    /*border: 1 px solid gold;*/
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3%;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    gap: 30px;
}

.single-team .team-img {
    overflow: hidden;
    position: relative;
    height: 330px;
}

.single-team .team-img img {
    width: 100%;
    
    transition: all 0.6s ease-in 0s;
}


/* line 29, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_team.scss */
 .team-caption {
    /*background: #fff;*/
    padding: 15px 0px;
    text-align: center;
}

/* line 33, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_team.scss */
 .team-caption h3 {
    margin-bottom: 3px;
}

/* line 35, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_team.scss */
.team-caption h3 a {
    color: #484d64;
    font-weight: 700;
    font-size: 25px;
    text-decoration: none;
}



/* line 42, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_team.scss */
.team-caption h3 a:hover {
    color: #09cc7f;
    transition-duration: 0.5s;
}

/* line 47, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_team.scss */
 .team-caption p {
    color: #57667e;
}

/* line 55, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_team.scss */
 .single-team:hover .team-img img {
    transform: scale(1.06);
}

/* line 61, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_team.scss */
.single-team:hover .team-social a {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    transition-duration: 1s;
}

/* line 72, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_team.scss */
.team-social {
    position: absolute;
    bottom: 22px;
    left: 0;
    right: 0;
    text-align: center;
}

/* line 78, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_team.scss */
.team-social li {
    display: inline-block;
}

/* line 80, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_team.scss */
.team-social li a {
    color: #8ba4b1;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    margin-left: 8px;
    display: inline-block;
    background: #fff;
    -webkit-transform: 0.4s;
    -moz-transform: 0.4s;
    -ms-transform: 0.4s;
    transform: 0.4s;
    transform: translateY(60px);
    transition-duration: 1s;
    opacity: 0;
    visibility: hidden;
}

/* line 92, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_team.scss */
.team-social li a i {
    display: inline-block;
}

/* line 102, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_team.scss */
.team-social li:nth-child(1) a {
    transition-delay: 0.0s;
}

/* line 105, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_team.scss */
.team-social li:nth-child(2) a {
    transition-delay: 0.1s;
}

/* line 108, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_team.scss */
.team-social li:nth-child(3) a {
    transition-delay: 0.3s;
}

.h-director{
    height: 80vh;
    width: 98.4vw;
    /*border: 1px solid red;*/
    margin: 60px 0 100px 0;
    transition: all 0.5s;
}
.h-director-a{
    width: 100%; 
    height: 90%;
}
.mySlides{
    display: flex;
    justify-content: center;
    align-items: center;
    /*border: 1px solid blue; */
    height: 95%; 
    width: 100%;
    
}
.d-slide-a{
    height: 40%;
    width: 100%;
    /*border: 1px solid rgb(205, 50, 179);*/
    display: flex;
    align-items: center;
    justify-content: center;
}
.d-slide-a img{
    height: 150px;
    width: 150px;
    /*border: 1px solid green;*/
    border-radius: 50%;
}
.d-slide-b{
    height: 20%;
    width: 100%;
    /*border: 1px solid yellowgreen;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}
.d-slide-b h1:hover{
    color: var(--btnhovercolor);
    transition-duration: .5s;
    cursor: none;
}
.d-slide-b h3:hover{
    color: var(--2ndtextcolor);
}
.d-scl-m ul{
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin: 10px;
}
.d-scl-m ul li{
    list-style: none;
    font-size: 20px;
    
}
.d-scl-m ul li a{
    color: var(--textcolor); 
}
.d-slide-c{
    height: 40%;
    width: 100%;
    /*border: 1px solid rgb(12, 198, 223);*/
    display: flex;
    align-items: center;
    justify-content: center;    
}
.d-slide-c p{
    margin: 0 200px 0 200px;
    color: var(--textcolor);
    text-align: center;
}
.d-slide-c p span{
    font-size: 30px;
    color: #09cc7f;
}
.h-d-s-btn{
    width:100%;
    /*border: 1px solid rgb(172, 236, 21);*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*background-color: #09cc7f;*/
    gap: 300px;
    cursor: pointer;
}
.s-ar-left{
    text-align: left;
    margin-left: 250px;
    font-size: 25px;
}
.s-ar-right{
    text-align: right;
    margin-left: 500px;
    font-size: 25px;
    
}
.s-ar-all{
    background-color: #09cc7f;
    padding: 5px 15px;
    border-radius: 50%;
}

.gallery{
    border: 1px solid red;
    width: var(--mweight);
    height: 80vh;
    margin: 100px 0 150px 0;
}
.galary-a{
    border: 1px solid rgb(75, 129, 43);
    width: 100%;
    height: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.galary-b{
    border: 1px solid rgb(35, 24, 199);
    width: 100%;
    height: 85%;
    display: flex;
    justify-content: center;
    align-items: center;
}
