body {
    font-family: poppins !important;
    font-size: 16px;
}

.bg {
    background-color: #002e5e;
}

.top-bar {
    background-color: #dbdbdb9e;
    color: #082732;
    padding: 6px 0px;
    font-size: 14px;
}

.c-m-click {
    color: #002e5e;
}

.c-m-click:hover {
    color: #002e5e;
}


/* .fab {
    font-size: 19px !important;
    background-color: #fff !important;
    padding: 2px !important;
} */

.fa-facebook-square {
    color: #3b5998;
}

.fa-instagram-square {
    color: #8a3ab9;
}

.fa-linkedin-square {
    color: #0077b5;
}

.on-going-text {
    font-size: 15px;
    line-height: 31px;
    padding: 0px 20px;
    text-align: justify;
}

.hr-bn {
    color: white;
    border: 1px solid white;
    padding: 0px 10px;
}

.nav-link {
    padding-left: 30px !important;
}

.act-box {
    background-color: #f1f1f1;
    border-radius: 5px;
    padding: 1px;
    min-height: 405px;
    box-shadow: 0px 2px 9px 1px #858585;
}

.button {
    border: 1px solid white;
    color: white;
    padding: 10px 20px;
}

.button:hover {
    color: #082732;
    background-color: #fff;
    text-decoration: none;
}

.banner-block {
    background-color: #dbdbdb;
    color: #002e5e;
    padding: 25px 0px;
}

.banner-text {
    font-size: 35px;
    font-weight: 600;
    text-align: center;
}

.background-contact {
    /* background-color: #dbdbdb; */
}

.wpforms-field-large,
.wpforms-field-medium {
    border: 0px solid #002e5e !important;
    background-color: #f1f1f1 !important;
    border-radius: 25px !important;
    -webkit-border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    -ms-border-radius: 25px !important;
    -o-border-radius: 25px !important;
}

.wpforms-submit {
    text-align: center;
}

.wpforms-submit {
    background-color: #002e5e !important;
    color: #fff !important;
}

::placeholder {
    color: #002e5e !important;
}

footer {
    background-color: #002e5e;
    color: #fff;
    font-size: 14px;
}

.button-view {
    background-color: #002e5e;
    color: #fff;
    padding: 10px 25px;
    border: 2px solid #002e5e;
}

.button-view:hover {
    color: #002e5e;
    background-color: #fff;
    text-decoration: none;
}

.gallery-bg {
    background-color: #002e5e;
    padding-top: 25px;
    padding-bottom: 25px;
}

.last-box {
    background-color: #f0f0f0;
    padding: 15px;
    min-height: 345px;
    border-radius: 10px;
    box-shadow: 0px 2px 9px 1px #858585;
}

.acti-names {
    padding-top: 10px;
    font-size: 19px;
    font-weight: 600;
    text-align: center;
    background-color: #002e5e;
    color: #fff;
    padding-bottom: 9px;
}

.sub-head {
    text-align: center;
    font-weight: 1000;
    color: #002e5e;
    padding: 10px 0px;
}


/* .navbar-nav {
    margin-left: 140px;
} */

.nav-link:hover {
    transform: scale(1.1);
}

.d-button {
    color: #fff;
    background-color: #002e5e;
    padding: 3px 10px;
    margin: 2px 0px;
}

.d-button:hover {
    text-decoration: none;
    background-color: #fff;
    color: #002e5e;
    border: 1px solid #002e5e;
}

.img-effect {
    transition: all ease-in-out 3.4s;
}

.img-icon-logo {
    height: 50px;
}

.footer-links {
    color: #fff;
    text-decoration: none;
}

.footer-links:hover {
    color: #fff;
    text-decoration: none;
    padding-left: 5px;
}

.img_zoom {
    overflow: hidden;
    margin: 0 auto;
}

.img_zoom img {
    transition: all ease-in-out 0.4s;
}

.img_zoom img:hover {
    /* filter: grayscale(100%);
    -ms-transform: scale(1.5); 
  -webkit-transform: scale(1.5);
  
  transform: scale(1.5); */
    transform: scale(1.1);
}

.mobile-show {
    display: none;
}

.foter_links {
    text-align: center;
}

.conatact-box {
    background-color: #f1f1f1ff;
    border-radius: 5px;
    text-align: center;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.copy-right {
    background-color: #e9e9e9 !important;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #fff !important;
    border-radius: 30px !important;
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    -ms-border-radius: 30px !important;
    -o-border-radius: 30px !important;
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 5%;
    color: #fff;
    text-align: center;
    opacity: 1 !important;
}

.view-button {
    background-color: #fff;
    border: 2px solid #fff;
    color: #002e5e;
    padding: 10px 25px;
}

.f-i {
    background-color: #fff;
    padding: 2px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.dropdown-item:hover {
    background-color: #002e5e;
    color: #fff;
    /* color: #002e5e; */
}

.view-button:hover {
    background-color: #002e5e;
    color: #fff;
    text-decoration: none;
}

.site-map-links {
    color: #082732 !important;
    text-decoration: none;
}

.site-map-links:hover {
    color: #082732 !important;
    text-decoration: none;
    padding-left: 5px;
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1);
    background-color: #fff !important;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #ffff !important;
    text-decoration: none;
    background-color: #002e5e;
}

.ne-t {
    background-color: #c3c4c7;
    padding: 20px;
    text-align: center;
}

.service-bg {
    background-color: #082732;
    color: #fff;
}

.click-footer {
    color: #fff;
    text-decoration: none;
}

.click-footer:hover {
    color: #fff;
    text-decoration: none;
}

.contant-number {
    color: #082732;
    text-decoration: none;
}

.contant-number:hover {
    color: #082732;
    text-decoration: none;
}

.fa-arrow-right {
    font-size: 10px !important;
}

@media only screen and (max-width:768px) and (min-width:320px) {
    .f-i {
        display: block;
    }
    .img-icon-logo {
        height: 40px;
        margin-left: -25px;
    }
    .c-m-click {
        display: none;
    }
    .mobile-hide {
        display: none;
    }
    .mobile_fa_align {
        display: none;
    }
    .mobile_donate_topbar {
        float: right !important;
    }
    .social_icon {
        display: flex;
    }
    .mobile_fa_align {
        padding-left: 5px;
        padding-right: 5px;
    }
    .mobile-show {
        display: block;
    }
    .box_2_activities {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .gllaery_img_2 {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .mobile-align {
        /* padding-left: 0px; */
    }
    .mobile-align_2 {
        /* padding-left: 0px; */
        /* margin-top: -13px; */
    }
    .foter_links {
        text-align: left;
    }
    .image-responsive {
        width: 100%;
    }
    .ne-t {
        margin: 5px;
    }
    .last-box {
        background-color: #f0f0f0;
        padding: 15px;
        height: 580px;
        border-radius: 10px;
        box-shadow: 0px 2px 9px 1px #858585;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        margin: 10px 0px;
    }
    .dropdown-item:hover,
    .dropdown-item:focus,
    .dropdown-item:active {
        background-color: #fff !important;
        padding: 0px !important;
    }
    /* .dropdown-item.active .dropdown-item:active,
    .dropdown-item:hover,
    .dropdown-item:focus {
        color: #082732 !important;
        text-decoration: none;
        background-color: transparent;
    } */
    .dropdown-item:hover {
        background-color: #002e5e !important;
        color: #fff !important;
        /* color: #002e5e; */
    }
    .dropdown-item:focus {
        background-color: #002e5e !important;
        color: #fff !important;
        /* color: #002e5e; */
    }
    .dropdown-item:active {
        background-color: #002e5e !important;
        color: #fff !important;
        /* color: #002e5e; */
    }
}

@media screen and (max-width:996px) and (min-width:320px) {
    .juffrhr {
        width: 100%;
    }
}