.text{
    color: rgb(8, 8, 73);
}
.about-btn{
  padding: 20px 47px;
  background: green;
  border-radius: 20px 0px 20px 0px;
}
.about-btn:hover{
    background: #072366;
}
.head-btn{
    padding: 30px 57px;
    background: green !important;
    border-radius: 30px;
}
.head-btn:hover{
    background: #072366 !important;
}

.hero-caption{
width: 1519px;
position: relative;
left: 0px;
top: 0px;
z-index: 999;
opacity: 1;
height: 580px;
}
.section_padding{
    padding-top: 64px;
    padding-bottom: 135px;
}
.fa-phone {
    --fa: "\f095" !important;
    font-family: 'FontAwesome' !important;
    /* font-size: 30px !important; */
}

.btn-blue{
    background-color: green;
}
.donate{
    margin-top:55px;
    color: white;
}
.donate1{
    color: white;
}

.donate2{
    width: 360px;
    margin-top:-14px;
    margin-left:37px;
    filter: grayscale(1);
    margin-bottom: 25px;
}

.logo-adjust{
    width: 200px;
    height: 40px;
    /* margin-left: 115px; */
}

.footer-adjust{
    width: 200px;
    height: 40px;
    margin-left: -14px;
}

.pd-adjust{
    padding-top: 84px;
    padding-bottom: 65px;
}

.bannerColor{
    font-size: 55px;
    width: 789px;
    color: #ffff;
    margin-top:50px;

}
.paraAdjust{
    width:550px;
    color: #ffff;
    margin-top: 10px;
}
.colorAdj{
    color: #ffff !important;
}
.aboutAdj{
    height:100%; 
    width: 75%;
}
.eventAdj{
    height: 180px;
    width: 180px;
}
.header-area .header-top .header-info-right>ul>li {
    color: #fefefe;
    display: inline-block;
    margin-right: 12px;
    padding-right: 12px;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
  }
  .head-btn1{
    padding: 30px 57px;
    background: green !important;
    border-radius: 30px;
  }
  .footer-para{
    height: 211px;
    width: 197px;
    color: #ffff;
    margin: 20px -3px;
  }
  

@media only screen and (max-width: 600px){
    .bannerColor{
        width: 400px;
        margin-top: 180px;
        font-size: 34px;
    }
    .head-btn1{
        padding: 20px 27px;
        top: 20px;
    }
    .footer-adjust{
        width: 200px;
        height: 40px;
        margin-left: 4px;
    }
    .head-btn{
        padding: 20px 27px;
        background: green !important;
        border-radius: 30px;
    }
    .donate2{
        width: 180px;
        margin-top: 111px;
        margin-left: 80px;
        filter: grayscale(1);
        margin-bottom: -7px;
    }
    .donate1{
        color: white;
        line-height: 20px;
        font-size: 15px;
        margin-top: 25px;
    }
}
