.why-we-do-percent {
    background: url(../img/donut-4.png) no-repeat center center;
    background-size: contain;
    font-size: 62px;
    width: 250px;
    height: 250px;
    margin: 0 auto;

}
.why-we-do-percent {
    font-size: 62px;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    background: url(../img/donut-5.png) no-repeat center center;
    background-size: contain;
}

/***********************************/
.icon_font_conultancy{
    font-size: 80px;
    margin-top: 25px;
    margin-bottom: 50px;
    text-align: center;
}

.ai-funding-container {
    background: url(../img/fund-raising.jpg) no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
    background-position-y: -70px;
    margin-bottom: 0px;
}
.gi-funding-img {
    padding-top: 100px;
    padding-bottom: 100px;
    min-height: 550px;
    background-color: rgba(0, 0, 0, 0.6);
}
.ai-funding-container h2 {
    color: #ffffff;
    font-size: 60px;
    font-weight: 600;
}
.ai-funding-container p {
    color: #ffffff;
    font-size: 32px;
    font-weight: 300;
    line-height:45px;
}

.ai-donate-container {
    background: url(../img/donate.jpg) no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
    background-position-y: 0px;
    margin-bottom: 0px;
}
.gi-donate-img {
    padding-top: 100px;
    padding-bottom: 100px;
    min-height: 550px;
    background-color: rgba(0, 0, 0, 0.6);
}
.ai-donate-container h2 {
    color: #ffffff;
    font-size: 60px;
    font-weight: 600;
}
.ai-donate-container p {
    color: #ffffff;
    font-size: 32px;
    font-weight: 300;
    line-height:45px;
}


.ai-volunter-container {
    background: url(../img/volunteer.jpg) no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
    background-position-y: -70px;
    margin-bottom: 0px;
}
.gi-volunter-img {
    padding-top: 100px;
    padding-bottom: 100px;
    min-height: 550px;
    background-color: rgba(0, 0, 0, 0.6);
}
.ai-volunter-container h2 {
    color: #ffffff;
    font-size: 60px;
    font-weight: 600;
}
.ai-volunter-container p {
    color: #ffffff;
    font-size: 32px;
    font-weight: 300;
    line-height:45px;
}
.blue-hoki.btn {
    color: white;
    background-color: #67809f;
    border-color: "";
    margin-top:40px;
}
.donate-btn {
    font-weight: 300;
    width: 300px;
    margin-bottom: 40px;
    font-size: 32px;
}
.consultancy-service-block {
    text-align: center;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
    color: #000000;
    padding: 20px 15px 10px 15px;
    margin-bottom: 40px;
    min-height: 290px;
    border:1px solid #efefef;
    box-shadow: 2px 2px 2px #efefef;
}
.consultancy-service-block p {
    font-size: 24px;
    font-weight: 300;
    color: #000000;
}
.consultancy-service-block i {
    font-size: 80px;
    margin-top: 25px;
    margin-bottom: 50px;
    color: red;
}
.quote-v1 {    
    background-color: #e53434;
    box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.5);
    color: #FFF;
}
.quote-v1 h4{
    color: white;
    margin-top:8px;
}
.aspan{
    color: #c50404;
}
.aspan:hover{
    text-decoration: underline;
    cursor: default;
}