@media only screen and (max-width: 479px) {
    .header-top{
        display:none;   
    }
}

.aboutPara{
	font-size: 16px;
}
.bg-theme-colored {
    background-color: #65c178 !important;
    /* Orignial Color*/
    
    /*background-color: #4d5656 !important; */
    /* New Color */
}
.menuzord.green .menuzord-menu > li.active > a, .menuzord.green .menuzord-menu > li:hover > a, .menuzord.green .menuzord-menu ul.dropdown li:hover > a {
    background: #65c178;
    color: #fff;
}
/*.bg-theme-colored-transparent, .post .entry-meta.meta-absolute, .schedule-box .thumb .overlay, .hvr-bounce-to-left::before, .hvr-bounce-to-right::before {*/
/*    background-color: #ccc !important;*/
/*}*/
.widget .line-bottom:after {
    border: 1px solid #878b88;
}
/* <!--.text-theme-colored { */
    /* color: #212121 !important; */
/* }--> */

/*.text-theme-colored {*/
/*    color: #ccc !important;*/
/*}*/
.text-theme-colores {
    color: #D3D3D3 !important;
}

.work-gallery .gallery-bottom-part .title:hover {
    color: #fff !important;
}

.btn-dark.btn-theme-colored {
    color: #fff;
    background-color: #424242;
    border-color: #424242;
}  
.btn-dark.btn-theme-colored:hover {
    color: #fff;
    background-color: #bbbbbb;
    border-color: #bbbbbb;
}
.btn-default.btn-theme-colored:hover, .btn-default.btn-theme-colored:active, .btn-default.btn-theme-colored:focus {
    background-color: #424242;
    border-color: #424242;
    color: #fff;
}
.btn-default.btn-theme-colored {
    color: #424242;
    background-color: #fff;
    border-color: #424242;
    -webkit-transition: all 0.5s ease; 
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.portfolio-filter a.active, .portfolio-filter a:hover {
    background: #555555;
}
.icon-theme-colored.icon-dark a {
    background-color: #424242 !important;
    color: #fff;
}

.work-gallery .gallery-bottom-part:hover {
  background-color: #878787;
  padding: 10px 10px 16px;
}
.member-info {
    border-top: 3px outset #e1e1e1;
}  
 h3, .h3 {
    font-size: 16px;
}
h5, .h5 {
    font-size: 14px;
}



/* Counter Design Index*/

.count {
  font-family: "Josefin Sans", sans-serif;
  font-size: 40px;
  font-weight: bold;
}
.counter-wrapper {
  background: #333;
  background-image: url("../assets/bg/Hero-image.png");
  background: cover;
  background-position: center center;
  position: relative;
}
.counter-wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.counter-inner {
  position: relative;
  z-index: 2;
}
.count-icon {
  font-size: 48px;
}

.complaint-div-img-content {
    position: relative;
    top: 6.5rem;
}



/*Ongoing Projects >> Index Page*/

.custom-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


/*.gallery-isotope .gallery-item .custom-icons, .custom-icons-holder {
    top: 30% !important;
    left: 30% !important;
    padding: 0 50px;
    text-align: center;
}

.styled-icons.icon-sm a h2{
    width:150px !important;
}*/


/*Donations Page and Mission Rabies Page CSS*/

.donation-pg p ,.mission-rabies p{
    text-align:justify;
    color:#4e4e4e;
}

.mission-rabies p{
    margin-bottom:0px;
}
.mission-rabies .section ul li{  
    list-style: disc;
}

.donation-pg .donation-footer {
    justify-items: end;
}

.donation-pg table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.donation-pg table th, table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}

.donation-pg table th {
    background-color: #f4f4f4;
}

.main-pdf h3{
    text-align:center;
}



.qr-code, .qr-code img{
   text-align:center;
   max-width:80%; 
}