
:root {
    --color-primary: #14477D;
}

*, :after, :before {
    box-sizing: border-box
}


h1, .fs-1 {
    font-size: 80px !important
}

@media (max-width: 991px) {
    h1, .fs-1 {
        font-size: 40px !important
    }
}

@media (max-width: 575px) {
    h1, .fs-1 {
        font-size: 36px !important
    }
}

h2, .fs-2 {
    font-size: 40px !important
}



@media (max-width: 480px) {
    h2, .fs-2 {
        font-size: 26px !important
    }
}

h3 {
    font-size: 22px
}

.fs-16 {
    font-size: 16px !important;
    line-height: 29px !important
}

.fs-18 {
    font-size: 18px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-26 {
    font-size: 26px;
}
.fs-36 {
    font-size: 36px;
}
.fs-20 {
    font-size: 20px
}

.fw-5 {
    font-weight: 500
}

.fw-6 {
    font-weight: 600
}

.bg-gray {
    background-color: #d0dddd;
}

.bg-primary {
    background-color: #009e74
}

.text-gray {
    color: #757e81 !important
}

.text-dark {
    color: #001d24
}

.rounded-10 {
    border-radius: 10px
}

.rounded-20 {
    border-radius: 20px
}

li {
    list-style: none
}

a {
    text-decoration: none
}

.btn {
    font-size: 14px;
    font-weight: 500;
    padding: 12px 25px;
    border-radius: 10px;
    box-shadow: none !important
}

.btn-primary {
    color: #fff
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #fff
}

.btn-gray {
    background-color: #e9edee;
    color: #001d24;
    transition: all .3s ease-in-out
}

.btn-gray:hover, .btn-gray:focus, .btn-gray:active {
    color: #e9edee;
    background-color: #001d24
}

.badge {
    font-weight: 400;
    padding: 5px 20px;
    height: 30px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px
}

.small-btn {
    position: absolute;
    top: 0px;
    /*left: 30px;*/
    background-color: #009e74;
    color: #fff;
    transition: all .3s ease-in-out;
    border-radius:0px 0px 5px 0px!important
}

.small-btn:hover {
    background-color: #e9edee;
    color: #001d24
}

.object-fit-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.object-fit-contain {
    -o-object-fit: contain;
    object-fit: contain
}

.pt-100 {
    padding-top: 5%;
}

@media (max-width: 991px) {
    .pt-100 {
        padding-top: 50px
    }
}

.pt-60 {
    padding-top: 60px
}

@media (max-width: 991px) {
    .pt-60 {
        padding-top: 40px
    }
}

.pb-100 {
    padding-bottom: 100px
}

@media (max-width: 991px) {
    .pb-100 {
        padding-bottom: 40px
    }
}
.pb-20 {
    padding-bottom: 20px
}
.pb-50 {
    padding-bottom: 50px
}
.p-30 {
    padding: 30px
}

@media (min-width: 700px) and (max-width:1024px) {
.pt-md-5-midscrenn{
padding-top: 3rem;
}
}

.pt-10{
    padding-top: 10%;
}

@media (min-width: 991px) {
    .pb-100 {
        padding-bottom: 40px
    }
}
@media (max-width: 480px) {
    .p-30 {
        padding: 20px
    }
}

.py-60 {
    padding-top: 60px;
    padding-bottom: 60px
}

@media (max-width: 991px) {
    .py-60 {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media (max-width: 480px) {
    .py-60 {
        padding-top: 25px;
        padding-bottom: 25px
    }
}
.pt-30 {
    padding-top: 30px;
}
.px-60 {
    padding-left: 60px;
    padding-right: 60px
}

@media (max-width: 991px) {
    .px-60 {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (max-width: 480px) {
    .px-60 {
        padding-left: 25px;
        padding-right: 25px
    }
}

.mb-60 {
    margin-bottom: 60px
}

@media (max-width: 991px) {
    .mb-60 {
        margin-bottom: 40px
    }
}

.mt-40 {
    margin-top: 40px
}

@media (max-width: 991px) {
    .mt-40 {
        margin-top: 30px
    }
}

.mb-40 {
    margin-bottom: 40px
}

@media (max-width: 991px) {
    .mb-40 {
        margin-bottom: 30px
    }
}
.mt-15 {
    margin-top: 15px
}
.mb-20 {
    margin-bottom: 20px
}
.carousel-control-prev, .carousel-control-next {
    width: 10%
}

@media (max-width: 1499px) {
    .carousel-control-prev, .carousel-control-next {
        width: 5%
    }
}

.accordion {
    padding: 0 30px;
    background-color: #f7f9f9;
    border-radius: 0px
}
.accordion-button:not(.collapsed) , .accordion .accordion-button{
    color: #083e96 !important;
}
.accordion .accordion-item {
    background-color: #f7f9f9;
    border: 0;
    border-bottom: 1px solid #e9edee
}

.accordion .accordion-item:last-child {
    border-bottom: 0
}

.accordion .accordion-button {
    background-color: #f7f9f9;
    line-height: 29px;
    padding-top: 20px;
    padding-bottom: 20px
}

/*.accordion .accordion-button::after {*/
/*    content: none*/
/*}*/

.accordion .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none
}

.accordion .accordion-body {
    color: #757e81 !important;
    font-weight: 300;
    line-height: 25.2px
}

.inner-bgimg {
    width: 100%;
    background-position: right !important;
    background-size: contain;
    background-repeat: no-repeat !important;
    /* padding-top: 14% !important;
    padding-bottom: 18% !important; */
}

@media (max-width: 767px) {

    .ul-float ul{
display: block !important;
background-color: #e0e0e069;
    }
    .ul-float ul li a{
color:#083e96 !important ;
    }
    .img-icon-float{
        display:none;
    }
    .nav-tabs .nav-link {
        margin-bottom: 2% !important;
    }
    .pt-md-20{
padding-top: 32%;
    }
    .float-vertical {
      display: none;
    }
    .swiper-button-next, .swiper-rtl .swiper-button-prev{
        display: none !important;
    }
    .img-icon-float {
        position: fixed;
        bottom: 18%;
        right: 20%;
        z-index: 2;
        width: 14% !important;
    }
    .inner-bgimg {
        padding-top: 140px;
        padding-bottom: 70px;
        background-size: cover !important
    }
    .cause-details-section{
        margin-top: 30% !important;
    }
}

.inner-bgimg::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color:rgb(29 32 37 / 34%);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.inner-bgimg .breadcrumb-nav {
    z-index: 2
}

.inner-bgimg .breadcrumb-item + .breadcrumb-item::before {
    color: #fff
}

@media (min-width: 768px) {
    .pt-md-20{
        padding-top: 12%;
            }
    .inner-bgimg .parallelogram-shape::before {
        display: none;
        content: "";
        position: absolute;
        top: 0;
        left: -0;
        /*left: -200px;*/
        bottom: 0;
 
        /*transform: skew(30deg);*/
        width: 55%
    }
}

@media (max-width: 1399px)and (min-width: 992px) {
    .inner-bgimg .parallelogram-shape::before {
        width: 60%
    }
}

@media (max-width: 991px)and (min-width: 768px) {
    .inner-bgimg .parallelogram-shape::before {
        width: 80%
    }
}

.card {
    border-color: transparent;
    transition: all .3s ease-in-out
}

.card:hover {
    box-shadow: 0px 16px 32px 0px rgba(182, 182, 182, .2)
}

.card .card-title {
    color: #001d24
}

.card .card-img {
    height: 220px;
    overflow: hidden;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.card .card-img img {
    width: 100% !important;
    min-width: 100%;
    min-height: 100%
}

.card .card-body {
    padding: 20px 10px
}

@media (max-width: 767px) {
    .card .card-body {
        padding: 20px 24px
    }
}

.video-play-btn {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 15px;
    -webkit-animation: playVideo infinite 3s;
    animation: playVideo infinite 3s;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 0;
    outline: none
}

.video-play-btn .play-video {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 15px;
    outline: none
}

@-webkit-keyframes playVideo {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .3)
    }
    40% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0)
    }
    80% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0)
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

@keyframes playVideo {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .3)
    }
    40% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0)
    }
    80% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0)
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

.paragrph {
    font-size: 14px;
    color: #757e81 !important;
    font-weight: 300
}

.trending-causes-section .trending-card {
    margin-bottom: 20px
}

.trending-causes-section .trending-card .dropdown {
    position: absolute;
    top: 20px;
    /*right: 30px;*/
    left: 30px
}

.trending-causes-section .trending-card .dropdown .dropdown-toggle:after {
    display: none
}

.trending-causes-section .trending-card .dropdown .share-btn {
    width: 35px;
    height: 35px;
    background-color: #001d24;
    display: flex;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    top: 20px;
    right: 30px;
    border: 0
}

.trending-causes-section .trending-card .dropdown-menu {
    min-width: 12rem;
    border: none;
    box-shadow: 0px 16px 32px 0px rgba(182, 182, 182, .2);
    inset: 0px 0px auto auto !important;
    right: 0 !important
}

.trending-causes-section .trending-card .dropdown-menu .share-icon {
    width: 22px;
    height: 22px
}

.trending-causes-section .trending-card .count-num {
    color: #001d24;
    font-size: 14px;
    font-weight: 500
}

.trending-causes-section .trending-card .count-num2 {
    position: relative
}

.trending-causes-section .trending-card .count-num2::before {
    position: absolute;
    content: "";
    top: 0;
    left: -30px;
    height: 25px;
    width: 1px;
    background: #009e74;
    display: inline-block;
    margin: auto
}

.companies-logo-section .company-logo {
    width: 160px !important;
    height: 40px
}

.pagination .page-item .page-link {
    color: #757e81;
    padding: 6px 14px;
    margin: 2px;
    border: 0;
    box-shadow: none
}

.pagination .page-item .page-link:hover {
    background-color: #009e74;
    color: #fff !important;
}

.pagination .page-item .page-link:focus {
    color: #fff !important;
    background-color: #009e74;
    border-radius: 10px
}

.pagination .page-item .active {
    color: #fff !important;
    /*background-color: #009e74;*/
    border-radius: 10px;

}

.pagination .page-item .active .page-link {
    color: #fff !important;

}

.pagination .page-item .active:hover {
    color: #fff !important;
    background-color: #009e74;
    border-radius: 10px
}

.offcanvas-toggle .navbar-toggler-icon {
    width: 30px;
    height: 30px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.offcanvas-toggle .content {
    border-bottom: 0 !important
}

.offcanvas {
    padding: 20px;
    background-color: #fff;
    height: 100vh !important;
    width: 320px;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    overflow-x: hidden;
    visibility: hidden;
    border: 0
}

.offcanvas .btn-close {
    box-sizing: content-box;
    width: 5px;
    font-size: 10px;
    height: 5px;
    border: 1px solid #001d24;
    padding: 8px;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23001D24'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border-radius: 50px;
    opacity: 1;
    box-shadow: none
}

.offcanvas .offcanvas-body .nav-item .active  {
    color: #ffffff;
    background-color: #001d24;
}
.offcanvas .offcanvas-body .nav-item .nav-link:hover {
    color: #ffffff;
    background-color: #001d24;
}
.offcanvas .offcanvas-body .set {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #fff
}
.offcanvas .offcanvas-body .set .active {
    color: white;
    background-color: #001d24;
}
.offcanvas .offcanvas-body .set a i {
    font-size: 14px;
    float: right;
    padding-right: 15px;
    margin-top: -30px;
    color: #001d24
}

.offcanvas .offcanvas-body .set .content {
    background-color: #fff;
    display: none
}

.offcanvas .offcanvas-body .set .content li {
    text-decoration: none;
    border-bottom: 1px solid #e9edee
}

.offcanvas .offcanvas-body .set .content li a {
    display: block;
    padding: 10px 30px;
    color: #001d24
}

.offcanvas .offcanvas-body .set .content li a:hover {
    color: #009e74
}

.offcanvas .offcanvas-body .set .content li .active, .offcanvas .offcanvas-body .set .content li:hover {
    color: #fff;
    background-color: #001d24
}

.offcanvas .offcanvas-body .set .content li .active a, .offcanvas .offcanvas-body .set .content li:hover a {
    color: #fff
}

.offcanvas .offcanvas-body .nav-link {
    padding: 12px 15px;
    color: #083e96 !important;
    border-bottom: 1px solid #e9edee
}
.offcanvas .offcanvas-body .set .content li a{
    color: #083e96 !important;
}
/*.offcanvas .offcanvas-body .nav-link:hover {*/
/*    color: #009e74*/
/*}*/

.offcanvas .fa-minus:before {
    color: #083e96 !important;
}
.offcanvas .fa-plus:before {
    color: #009e74;
}

.offcanvas-backdrop.show .offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #083e96;
    opacity: .5
}

@media (min-width: 480px)and (max-width: 575px) {
    .our-team-section .our-team-block {
        width: 50%
    }
}

.our-team-section .card {
    box-shadow: none;
    border-radius: 0;

}

/*@media (max-width: 991px) {*/
/*    .our-team-section .card {*/
/*        margin-bottom: 25px*/
/*    }*/
/*}*/

.our-team-section .card .card-image {
    overflow: hidden;
    padding: 4% 20px 0 20px;
    z-index: 0
}

.our-team-section .card .card-image img {
    min-width: 100%;
    width: auto;
    min-height: 100%;
    border-radius: 0px
}

.our-team-section .card .card-body {
    /* border: 1px solid #e9edee; */
    border-radius: 20px;
    padding: 120px 20px 20px;
    margin-top: -100px;
    transition: all .3s linear
}

.our-team-section .card .card-body:hover {
    box-shadow: 0px 16px 32px 0px rgba(182, 182, 182, .2)
}

.social-media .icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    background-color: #083e96
}

@media (max-width: 375px) {
    .social-media .icon {
        margin-bottom: 10px
    }
}

.social-media .icon:hover {
    background-color: #009e74
}

.social-media .icon i {
    color: #fff
}
.top-bar{
    display: none !important;
}

.news-right-section .rectangle-shape {
    height: 12px;
    background-color: #288A85
    !important;
    width: 100px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    /*display: block;*/
    /*position: absolute;*/
    left: 0;
    /*border-top-left-radius: 6px;*/
    /*border-bottom-left-radius: 6px;*/
    /*right: 0*/
}

@media (max-width: 480px) {
    .news-right-section .rectangle-shape {
        width: 80px
    }
}

.news-right-section .search-object input {
    padding: 12px 20px;
    border: 1px solid #e9edee;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    outline: 0
}
.trending-causes-section .trending-card .count-num{
    color:#083e96 !important;
}
.news-right-section .search-object .search-icon {
    min-width: 50px;
    width: 50px;
    height: 50px;
    background-color: #001d24;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

.news-right-section .about-section .about-post {
    min-width: 60px;
    width: 60px;
    height: 60px;
    border-radius: 50px
}

.news-right-section .popular-feeds .feeds-post {
    min-width: 90px;
    width: 90px;
    height: 90px
}

.news-right-section .categories-section .categories {
    padding: 8px 10px 8px 10px;
}

.news-right-section .categories-section .categories:focus span,
.news-right-section .categories-section .categories:hover span {
    color: #009e74 !important;
}

.news-right-section .categories-section .categories span {
    color: #757e81;
}

.news-right-section .categories-section .categories button {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 5px;
    background-color: #e9edee;
}

.news-right-section .popular-tags {
    padding: 30px 30px 10px 30px;
}

@media (max-width: 480px) {
    .news-right-section .popular-tags {
        padding: 20px 20px 5px 20px;
    }
}

.news-right-section .popular-tags .tags .tag {
    border: 1px solid #e9edee;
    border-radius: 5px;
    background-color: #fff;
}

.news-right-section .popular-tags .tags .tag:focus-within,
.news-right-section .popular-tags .tags .tag:active,
.news-right-section .popular-tags .tags .tag:hover {
    background-color: #009e74 !important;


}

.news-right-section .popular-tags .tags .tag:focus-within a,
.news-right-section .popular-tags .tags .tag:active a,
.news-right-section .popular-tags .tags .tag:hover a {
    color: #fff !important;
}

.news-right-section .popular-tags .tags .tag a {
    display: block;
    padding: 8px 25px;
    border-radius: 5px;
    color: #757e81;

}

.news-right-section .popular-tags .tags .tag:hover, .news-right-section .popular-tags .tags .tag .active {
    background-color: #288A85
    !important;
    color: #fff !important;
}

.news-right-section .popular-tags .tags .tag:hover a, .news-right-section .popular-tags .tags .tag .active a {
    color: #fff !important
}

@font-face{font-family:"Poppins";src:url(../fonts/Poppins-Regular.ttf);font-weight:400;font-style:normal;display:swap}@font-face{font-family:"Poppins";src:url(../fonts/Poppins-Medium.ttf);font-weight:500;font-style:normal;display:swap}@font-face{font-family:"Poppins";src:url(../fonts/Poppins-SemiBold.ttf);font-weight:600;font-style:normal;display:swap}body{font-family:"Poppins",sans-serif;font-weight:400}header{padding-top:10px;padding-bottom:10px;position:absolute;top:0;right:0;left:0;width:100%;margin:auto;z-index:999}@media(max-width: 575px){header{padding-top:15px;padding-bottom:15px}}header .header-logo{width: 100%;}header .header-logo img{-o-object-fit:cover;object-fit:cover}header .navbar .navbar-nav .nav-item{padding-right:25px;padding-left:25px;transition:all .3s ease-in-out}@media(max-width: 1399px){header .navbar .navbar-nav .nav-item{padding-right:18px;padding-left:18px}}@media(max-width: 1199px){header .navbar .navbar-nav .nav-item{padding-right:14px;padding-left:14px}}header .navbar .navbar-nav .nav-item .dropdown-nav{min-width:200px;background-color:#fff;box-shadow:0px 16px 32px 0px rgba(182,182,182,.2);display:none;list-style:none;margin:0;position:absolute;z-index:1000;transition:all .3s ease-in-out;padding:10px 0px;top:45px}header .navbar .navbar-nav .nav-item .dropdown-nav li a{display:block;padding:10px 15px;color:#001d24}header .navbar .navbar-nav .nav-item .dropdown-nav li .active,header .navbar .navbar-nav .nav-item .dropdown-nav li:hover{color:#fff;background-color:#001d24}header .navbar .navbar-nav .nav-item .dropdown-nav li .active a,header .navbar .navbar-nav .nav-item .dropdown-nav li:hover a{color:#fff}header .navbar .navbar-nav .nav-item:hover .dropdown-nav{display:block}header .navbar .navbar-nav .nav-item .nav-link{position:relative !important;transition:all .3s ease-in-out;color:#fff;padding-left:0;padding-right:0}header .navbar .navbar-nav .nav-item .nav-link::after{content:"";position:absolute;bottom:-3px;width:auto;height:3px;background-color:transparent;left:0;right:0}header .navbar .navbar-nav .nav-item .nav-link:hover::after{background-color:#fff}header .navbar .navbar-nav .nav-item .nav-link.active,header .navbar .navbar-nav .nav-item .nav-link:hover{color:#fff}header .navbar .navbar-nav .nav-item .nav-link.active::after,header .navbar .navbar-nav .nav-item .nav-link:hover::after{background-color:#fff}@media(max-width: 991px){header .navbar .header-btn-grp{padding:5px 15px 5px}}footer .footer-left .footer-logo{width:150px;height:92px}footer .footer-right .email-box input{padding:15px;width:100%;height:50px;outline:none;border:1px solid #757e81 !important;background-color:transparent;border-radius:10px}footer .footer-right .email-box .button{padding:12px 25px;box-shadow:none;bottom:0;height:50px;left:0;border:none !important;border-radius:10px 0 0 10px}@media(max-width: 480px){footer .footer-right .email-box .button{padding:12px 15px}}footer .footer-right .social-icon .icon{width:40px;height:40px;border-radius:50px;background-color:#fff}@media(max-width: 575px){footer .footer-right .social-icon .icon{width:34px;height:34px}}footer .footer-right .social-icon .icon i{color:#001d24}footer .footer-right .social-icon .icon:hover{background-color:#009e74}footer .footer-right .social-icon .icon:hover i{color:#fff}
@media (min-width: 1200px) {
    .row > * {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.modal-header {
    border-bottom: 0
}

.btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    opacity: .8
}

.modal.show .modal-dialog {
    max-width: 900px;
    width: 999px;
    height: 700px;
    margin: 120px auto;
}

@media (max-width: 991px) {
    .modal.show .modal-dialog {
        max-width: 540px;
        width: 540px;
        height: 460px;
        margin: 60px auto
    }
}

@media (max-width: 575px) {
    .modal.show .modal-dialog {
        max-width: auto;
        width: auto;
        height: 340px
    }
}

.modal-content {
    border: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    border-radius: 0;
}

.modal-backdrop {
    z-index: 0
}

.inner-bgimg {
    width: 100%;
    background-size: cover !important;
    padding-top: 12%;
    padding-bottom: 15%;
}

@media (max-width: 767px) {
    .inner-bgimg {
        padding-top: 20% !important;
        padding-bottom: 120px
    }
    .img-whatsapp-float {
        position: fixed;
        bottom: 2% !important;
        right: 2% !important;
        z-index: 2;
    }
    .hero-logo-absolute{
        display: none;
    }
    .about-page {
padding-top: 30% !important;
    }
}

.inner-bgimg::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(29 32 37 / 34%);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.carousel-control-prev, .carousel-control-next, .carousel-indicators {
    z-index: 3
}

.category-section .category-card {
    border: 1px solid #e9edee;
    border-radius: 15px;
    padding: 30px 15px;
    text-align: center;
    margin: 12px 0;
    transition: all .3s ease-in-out
}

.category-section .category-card:hover {
    box-shadow: 0px 16px 32px 0px rgba(182, 182, 182, .2)
}

.category-section .category-icon {
    width: 60px;
    height: 60px;
    overflow: hidden
}

.category-section .category-icon img {
    width: auto;
    min-width: 100%;
    min-height: 100%
}

@media (min-width: 1400px) {
    .about-section .about-block {
        width: calc(100% + 240px);
        margin-left: -120px;
        margin-right: -120px
    }
}

@media (max-width: 1399px)and (min-width: 992px) {
    .about-section .about-block {
        width: calc(100% + 224px);
        margin-left: -112px;
        margin-right: -112px
    }
}


.about-section .about-img-left img, .about-section .about-img-right img {
    min-width: 100%;
    min-height: 100%
}

.about-section .about-img-left, .about-section .about-img-right {
    height: 360px;
    overflow: hidden;
    border-radius: 20px
}

.about-section .home-rectangle-shape {
    height: 40px;
    background-color: #009e74;
    display: block;
    width: calc(100% - 100px);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-bottom: 40px
}

@media (max-width: 1399px) {
    .about-section .home-rectangle-shape {
        width: calc(100% - 100px)
    }
}

@media (max-width: 1199px) {
    .about-section .home-rectangle-shape {
        width: calc(100% - 100px)
    }
}

@media (max-width: 991px) {
    .about-section .home-rectangle-shape {
        width: 100%
    }
}

.video-section .video-bg-img {
    background: url(../front_landing/images/video-img.png) center no-repeat;
    background-size: 100%;
    padding: 138px 100px;
    border-radius: 20px;
    background-size: cover;
    position: relative
}

@media (max-width: 767px) {
    .video-section .video-bg-img {
        padding: 120px 30px
    }
}

.video-section .video-bg-img::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: rgba(0, 29, 36, .6);
    border-radius: 20px
}

.circle-small {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 60px
}

.circle-small svg {
    width: 60px;
    height: 60px
}

.circle-small .bg {
    fill: none;
    stroke-width: 5px;
    stroke: #e9edee
}

.circle-small .progress {
    fill: none;
    stroke-width: 5px;
    stroke: #009e74;
    stroke-linecap: round;
    stroke-dasharray: 232.36;
    transform: rotate(-90deg);
    transform-origin: 50% 50%
}

.circle-small .progress.two {
    stroke-dashoffset: 140;
    -webkit-animation: two 3.5s ease-in-out, appear 2s;
    animation: two 3.5s ease-in-out, appear 2s
}

.circle-small .text {
    position: absolute;
    width: 100%;
    top: 22px;
    text-align: center;
    line-height: 16px
}

@-webkit-keyframes two {
    from {
        stroke-dashoffset: 232.36
    }
    to {
        stroke-dashoffset: 140
    }
}

@keyframes two {
    from {
        stroke-dashoffset: 232.36
    }
    to {
        stroke-dashoffset: 140
    }
}

@-webkit-keyframes appear {
    0%, 50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes appear {
    0%, 50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.news-feed-section .news-card {
    margin-bottom: 40px
}

@media (max-width: 1199px) {
    .news-feed-section .news-card {
        margin-bottom: 24px
    }
}

.news-feed-section .news-card .small-btn {
    position: absolute;
    top: 20px;
    left: 30px
}

.about-section .about-left .about-1 {
    height: 300px
}

.about-section .about-left .about-1 img {
    border-radius: 10px 10px 10px 10px
}

.about-section .about-left .about-content-box {
    margin-top: 24px;
    margin-left: 60px;
    border-radius: 10px
}

@media (max-width: 767px) {
    .about-section .about-left .about-content-box {
        margin-left: 0;
        margin: 20px 0
    }
}

.about-section .about-left .about-content {
    width: 100%;
    height: 245px
}

.about-section .about-left .about-2 {
    height: 320px
}

.about-section .about-left .about-2 img {
    border-radius: 10px 10px 10px 10px
}

.about-section .about-right li {
    position: relative
}

.about-section .about-right li::before {
    position: absolute;
    content: "";
    top: 14px;
    left: -25px;
    height: 3px;
    width: 15px;
    background: #009e74;
    display: inline-block;
    margin: auto
}

.success-stories-section .success-stories-content {
    border-radius: 10px;
}

.success-stories-section .success-stories-content .stories-img {
    width: 100%;
    height: 275px;
    border-radius: 10px;
}

@media (max-width: 480px) {
    .success-stories-section .success-stories-content .stories-img {
        height: 200px;
    }
}

.trending-causes-section .nav-tabs {
    border-bottom: none
}

.trending-causes-section .nav-tabs .nav-item .active {
    color: #009e74
}

.trending-causes-section .nav-tabs .nav-item .nav-link {
    color: #757e81 !important;
    position: relative;
    display: block;
    padding: 8px;
    border-radius: 0;
    border: 0
}

.trending-causes-section .nav-tabs .nav-item .nav-link a {
    color: gray
}

.trending-causes-section .nav-tabs .nav-item .nav-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: auto;
    height: 3px;
    color: #009e74;
    background-color: #009e74;
    left: 0;
    right: 0;
    display: none
}

.trending-causes-section .nav-tabs .nav-item .active {
    color: #009e74 !important;
    background-color: transparent !important
}

.trending-causes-section .nav-tabs .nav-item .active a {
    color: #009e74
}

.trending-causes-section .nav-tabs .nav-item .active::after {
    display: block
}

.trending-causes-section button.owl-prev, .trending-causes-section .owl-next {
    position: absolute;
    top: 24%;
    transform: translateY(-50%);
    background-color: transparent !important;
    width: 20px;
    height: 20px;
    border-radius: 100% !important;
    color: #000 !important
}

.trending-causes-section button.owl-prev {
    left: -30px
}

.trending-causes-section button.owl-next {
    right: -30px
}

.trending-causes-section .owl-dots {
    display: none
}

.trending-causes-section .fade:not(.show) {
    opacity: 1
}

.trending-causes-section .owl-theme .owl-nav [class*=owl-] {
    font-size: 24px;
    padding: 2px 4px;
    background: #d6d6d6;
    width: 20px;
    height: 20px
}

.cause-image {
    width: 100%;
    height: 460px;
    overflow: hidden
}

.cause-tab .nav .nav-item .nav-link {
    color: #0e0d0d !important;
    position: relative;
    display: block;
    width: 180px;
    padding: 15px;
    border-radius: 0
}

@media (max-width: 991px) {
    .cause-tab .nav .nav-item .nav-link {
        width: 140px
    }
}

.cause-tab .nav .nav-item .nav-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: auto;
    height: 3px;
    color: #fff;
    background-color: #fff;
    left: 0;
    right: 0;
    display: none
}

.cause-tab .nav .nav-item .nav-link.active {
    color: #fff !important;
    background-color: transparent !important
}

.cause-tab .nav .nav-item .nav-link.active::after {
    display: block
}

.gallery .img-box {
    width: 100%;
    height: 100px;
    overflow: hidden
}

.gallery .img-box .img-timg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.gallery .img-box .img-timg:hover {
    cursor: pointer
}

.gallery .modal {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    padding: 5rem 1rem;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0, 0, 0, .9)
}

.gallery .modal .close, .gallery .modal .previous, .gallery .modal .next {
    position: absolute;
    color: #fff;
    opacity: .7;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.gallery .modal .close:hover, .gallery .modal .previous:hover, .gallery .modal .next:hover {
    cursor: pointer;
    opacity: 1;
    transition: 200ms ease-in
}

.gallery .modal .close {
    font-size: 3rem;
    font-weight: bold;
    top: 10px;
    right: 2rem
}

@media (max-width: 575px) {
    .gallery .modal .close {
        font-size: 36px
    }
}

.gallery .modal .previous, .gallery .modal .next {
    font-size: 4rem;
    top: 45%;
    z-index: 2
}

.gallery .modal .previous {
    left: 2rem
}

.gallery .modal .next {
    right: 2rem
}

.gallery .modal .modal-content {
    margin: auto;
    display: block;
    height: auto;
    width: 60%;
    border-radius: .5rem;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 991px) {
    .gallery .modal .modal-content {
        width: 80%
    }
}

@media (max-width: 575px) {
    .gallery .modal .modal-content {
        width: 100%;
        height: 340px
    }
}

.counter-section ul li {
    width: 70px;
    max-width: 70px;
    height: 70px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #288A85
    !important;
    border-radius: 10px;
}
@media (max-width: 1199px) {
    .counter-section ul li {
        margin: 0 3px;
    }
}
@media (max-width: 480px) {
    .counter-section ul li {
        width: 60px;
        max-width: 60px;
        height: 60px;
    }
}
.counter-section .progress {
    width: 100%;
    height: 6px;
}

.payment-left-section form .tags .tag {
    padding: 8px 20px;
    margin-right: 20px;
    display: inline-block;
}

.payment-left-section form .input-group-prepend {
    position: relative;
}

.payment-left-section form .input-group-prepend::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 30px;
    background-color: #e9edee;
    color: #e9edee;
    right: 0;
    top: 25%;
}

.payment-left-section form .input-group-text {
    padding: 12px 25px;
    height: 90%;
    border-radius: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: transparent;
    border: 1px solid #e9edee;
}

.payment-left-section form .input-group .form-control {
    border-left: 0;
    padding: 12px 25px;
}

.payment-left-section form .input-group .form-control:focus {
    border-left: 0;
}

.payment-left-section form .input-group ::-moz-placeholder {
    color: #001d24;
}

.payment-left-section form .input-group :-ms-input-placeholder {
    color: #001d24;
}

.payment-left-section form .input-group ::placeholder {
    color: #001d24;
}

.payment-left-section form .form-control {
    border: 1px solid #e9edee;
    padding: 17px 25px;
}

.payment-left-section form .form-control:focus {
    box-shadow: none;
    border: 1px solid #e9edee;
}



.payment-left-section form .form-check-input[type="radio"] {
    border-radius: 50%;
    width: 20px;
    height: 20px;
}

.payment-left-section form .form-check-input:focus {
    box-shadow: none;
}

.payment-left-section form .radio-button {
    border: 1px solid #e9edee;
}

.about-section .rectangle-shape {
    height: 12px;
    background-color: #009e74;
    display: block;
    width: 100px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    position: absolute;
    right: 0;
}

@media (max-width: 480px) {
    .about-section .rectangle-shape {
        width: 80px;
    }
}

@media (max-width: 375px) {
    .about-section .rectangle-shape {
        width: 50px;
    }
}

.news-card .card {
    border: 0;
    flex-direction: row;
    padding: 0
}

@media (max-width: 767px) {
    .news-card .card {
        flex-direction: column;
        padding: 0
    }
}

.news-card .card .card-img {
    width: 340px;
    height: 100%
}

@media (max-width: 768px) {
    .news-card .card .card-img {
        /*width: 100%;*/
        height: 260px
    }
}
@media (max-width: 575px) {
    .news-card .card .card-img {
        width: 100%;
        height: 260px;
    }
}
@media (max-width: 480px) {
    .news-card .card .card-img {
        height: 220px
    }
}

.news-card .card .card-body {
    padding: 0 20px 20px 30px !important
}

@media (max-width: 767px) {
    .news-card .card .card-body {
        padding: 20px !important
    }
}

.news-card .card .card-body p {
    margin-top: 0;
    margin-bottom: 1rem;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    overflow: hidden
}

@media (min-width: 320px)  and (max-width:768px){
    .pt-30{
padding-top: 30%;
    }
}


@media (min-width: 768px) {
    .pt-30{
        padding-top: 30%;
            }
    .news-card .card .card-body p {
        -webkit-line-clamp: 5
    }
    .payment-left-section form .form-check-label {
        width: 84px;
        height: 30px;
    }
}

.news-card .card .card-body .admin-post {
    width: 36px;
    height: 36px;
    border-radius: 50px
}

.news-details-left-section .news-details-img {
    width: 100%;
    height: 460px
}

@media (max-width: 767px) {
    .news-details-left-section .news-details-img {
        height: 315px
    }
 form .form-check-label {
        width: 90px;
        height: 30px;
    }
    .radio-button img{
        width:90px !important
    }
}

.news-details-left-section .tags .tag {
    padding: 8px 25px;
    border: 1px solid #e9edee;
    border-radius: 5px;
    background-color: #fff
}

.news-details-left-section .tags .tag a {
    color: #757e81 !important
}

.news-details-left-section .tags .tag:hover, .news-details-left-section .tags .tag .active {
    background-color: #009e74
}

.news-details-left-section .tags .tag:hover a, .news-details-left-section .tags .tag .active a {
    color: #fff !important
}

.news-details-left-section .comment-section {
    border-top: 1px solid #e9edee;
    border-bottom: 1px solid #e9edee
}

/*.news-details-left-section .comment-section .comment-box {*/
/*    border-bottom: 1px solid #e9edee*/
/*}*/

.news-details-left-section .comment-section .comment-box .media .media-img {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 50px
}

.news-details-left-section .post-comment-section .form-control {
    padding: 18px 25px;
    border: 1px solid #e9edee;
    outline: 0
}

@media (max-width: 480px) {
    .news-details-left-section .post-comment-section .form-control {
        padding: 14px 20px
    }
}

.news-details-left-section .post-comment-section .form-control:focus {
    box-shadow: none
}

.upcoming-events-section .nav-tabs {
    border-bottom: 0;
}

.upcoming-events-section .nav-tabs .item a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: gray;
    flex-wrap: wrap;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    padding: 0 0 15px 0;
}

.upcoming-events-section .nav-tabs .item a::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: auto;
    height: 3px;
    color: #009e74 !important;
    background-color: #009e74 !important;
    left: 0;
    right: 0;
    display: none;
}

.upcoming-events-section .nav-tabs .item a:focus {
    color: #009e74 !important;
}

.upcoming-events-section .nav-tabs .item a.active::after {
    display: block !important;
}

.upcoming-events-section .nav-tabs .item a:focus,
.upcoming-events-section .nav-tabs .item a.active,
.upcoming-events-section .nav-tabs .item a:active,
.upcoming-events-section .nav-tabs .item a:hover {
    color: #009e74 !important;
}

.upcoming-events-section .nav-tabs .item a:focus ::after,
.upcoming-events-section .nav-tabs .item a.active ::after,
.upcoming-events-section .nav-tabs .item a:active ::after,
.upcoming-events-section .nav-tabs .item a:hover ::after {
    display: block !important;
}

/*.upcoming-events-section .nav-tabs .item.active a,*/
/*.upcoming-events-section .nav-tabs .item:focus a,*/
/*.upcoming-events-section .nav-tabs .item:active a,*/
/*.upcoming-events-section .nav-tabs .item:hover a {*/
/*    color: #009e74 !important;*/
/*}*/

/*.upcoming-events-section .nav-tabs .item.active a::after,*/
/*.upcoming-events-section .nav-tabs .item:focus a::after,*/
/*.upcoming-events-section .nav-tabs .item:active a::after,*/
/*.upcoming-events-section .nav-tabs .item:hover a::after {*/
/*    display: block !important;*/
/*}*/

.upcoming-events-section button.owl-prev {
    position: absolute;
    left: 0px;
    top: 6px;
    transform: translateY(-50%);
    background-color: transparent !important;
    width: 20px;
    height: 20px;
    color: #000 !important;
}

.upcoming-events-section button.owl-next {
    position: absolute;
    right: 0px;
    top: 6px;
    transform: translateY(-50%);
    background-color: transparent !important;
    width: 20px;
    height: 20px;
    color: #000 !important;
}

.upcoming-events-section .owl-dots {
    display: none;
}

.upcoming-events-section button.owl-prev {
    left: -30px;
}

@media (max-width: 575px) {
    .upcoming-events-section button.owl-prev {
        left: 0;
    }
}

.upcoming-events-section button.owl-next {
    right: -30px;
}

@media (max-width: 575px) {
    .upcoming-events-section button.owl-next {
        right: 0;
    }
}

.upcoming-events-section .fade {
    opacity: 1;
}

.upcoming-events-section .owl-theme .owl-nav {
    margin-top: 0;
}

.upcoming-events-section .owl-theme .owl-nav [class*="owl-"] {
    font-size: 24px;
    padding: 2px 4px;
    background: #d6d6d6;
    width: 20px;
    height: 40px;
}

.upcoming-events-section .card .card-img {
    height: 250px;
}

.upcoming-events-section .card .small-btn {
    top: 0;
    padding: 10px 15px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.upcoming-events-section .card .small-btn:hover {
    background-color: #009e74;
    color: #fff;
}

.upcoming-events-section .card .card-body {
    padding: 30px;
}

.upcoming-events-section .card .card-body .card-text .text {
    position: relative;
    margin-bottom: 10px;
    display: flex;
}

.upcoming-events-section .card .card-body .card-text .text span {
    padding-left: 30px;
}

.upcoming-events-section .card .card-body .card-text .text span::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 3px;
    color: #009e74;
    background-color: #009e74;
    top: 12px;
    left: 12px;
}

.upcoming-events-section .tab-content .content-box {
    border-radius: 20px !important;
    border: 0;
    width: 100%;
    /*height: 100%;*/
    background-size: cover;
    background-color: #fff !important;
}

.upcoming-events-section .tab-content .header-content {
    padding: 25px !important;
    border-bottom: 1px solid #e9edee !important;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 575px) {
    .upcoming-events-section .tab-content .header-content {
        padding: 20px !important;
    }
}

.upcoming-events-section .tab-content .header-content .btn-close {
    box-shadow: none !important;
}

.upcoming-events-section .tab-content .body-content {
    padding: 30px 40px 0 40px !important;

}

@media (max-width: 575px) {
    .upcoming-events-section .tab-content .body-content {
        padding: 20px 20px 0 20px !important;
    }
}

.upcoming-events-section .tab-content .body-content .custom-label {
    font-size: 18px !important;
}

.upcoming-events-section .tab-content .body-content .custom-input {
    border-radius: 10px;
    font-size: 1rem;
    background-color: #f5f8fa;
    border-color: #f5f8fa;
    color: #5e6278;
    padding: 0.75rem 1rem;
    box-shadow: none;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.upcoming-events-section .tab-content .footer-content {
    border-top: 0;
    padding: 10px 40px 30px 40px;
    text-align: end;
}

@media (max-width: 575px) {
    .upcoming-events-section .tab-content .footer-content {
        padding: 5px 20px 20px 20px;
    }
}

.upcoming-events-section .tab-content .btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    opacity: .8
}

.crystal-events-section .crystal-img {
    width: 100%;
    height: 460px;
    overflow: hidden
}

@media (max-width: 767px) {
    .crystal-events-section .crystal-img {
        height: 325px
    }
}

.crystal-events-section .crystal-events .icon {
    min-width: 40px;
    width: 40px;
    height: 40px;
    background-color: #e9edee
}


.crystal-events-section .crystal-events .content-box {
    border-radius: 20px !important;
    border: 0;
    width: 100%;
    /*height: 100%;*/
    background-size: cover;
    background-color: #fff !important;
}

.crystal-events-section .crystal-events .content-box .header-content {
    padding: 25px !important;
    border-bottom: 1px solid #e9edee !important;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 575px) {
    .crystal-events-section .crystal-events .content-box .header-content {
        padding: 20px !important;
    }
}

.crystal-events-section .crystal-events .content-box .btn-close {
    box-shadow: none !important;
}

.crystal-events-section .crystal-events .content-box .body-content {
    padding: 30px 40px 0 40px !important;

}

@media (max-width: 575px) {
    .crystal-events-section .crystal-events .content-box .body-content {
        padding: 20px 20px 0 20px !important;
    }
}

.crystal-events-section .crystal-events .content-box .body-content.custom-label {
    font-size: 18px !important;
}

.crystal-events-section .crystal-events .content-box .body-content .custom-input {
    border-radius: 10px;
    font-size: 1rem;
    background-color: #f5f8fa;
    border-color: #f5f8fa;
    color: #5e6278;
    padding: 0.75rem 1rem;
    box-shadow: none;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.crystal-events-section .crystal-events .content-box.footer-content {
    border-top: 0;
    padding: 10px 40px 30px 40px;
    text-align: end;
}

@media (max-width: 575px) {
    .crystal-events-section .crystal-events .content-box.footer-content {
        padding: 5px 20px 20px 20px;
    }
}

.crystal-events-section .crystal-events .content-box .btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    opacity: .8
}

.contact-section .icon i{font-size:36px}@media(max-width: 575px){.contact-section .icon i{font-size:26px}}.contact-section .contact-form .map{width:100%;height:360px}.contact-section form .form-control{border:1px solid #e9edee;padding:17px 25px}.contact-section form .form-control:focus{box-shadow:none;border:1px solid #e9edee}
.primary-header{
    background-color:#14477d86;
    /* background-color:white; */
    border-bottom: 1px solid rgba(211, 211, 211, 0.359);
}
.white-header {
    background-color: white !important;
}
.btn-primary , .btn-secondary{
    background-color: #288A85
    !important;
    border:transparent !important;
}
/* Wrapper for absolute positioning */
.float-position-absolute {
    clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
    padding: 5px 50px;
    background-color:#0e355ffe;
    position: fixed;
    bottom: 1%;
    right: 0%;
    z-index: 1000;
}

/* Styling for the list */
.ul-float ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 10px;
}

/* Styling for each icon */
.ul-float ul li {
    display: inline-block;
}

.ul-float ul li a {
    color:white;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    text-decoration: none;
    font-size: 12px;
    transition: background-color 0.3s ease;
}
.ul-float ul li .asearch {
    width: 70px !important;
}
/* Hover effect for icons */
.ul-float ul li a:hover {
    background-color: #083e96
    ; /* Adjust for a hover effect */
}
/* Heartbeat animation */
@keyframes heartbeat {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(1);
    }
    75% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.heartbeat-icon {
    animation: heartbeat 1s infinite; /* 1s for each cycle, runs infinitely */
    transition: transform 0.3s ease;
}

/* Optional: Hover effect to emphasize */
.heartbeat-icon:hover {
    transform: scale(1.2);
    color: #ff0000; /* Optional color change on hover */
}
.parallelogram-shape {
    position: relative;
    padding-bottom: 5%; /* Adjust this if needed */
}

.parallelogram-shape::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%; /* Full width of the parent */
    height: 5px; /* Adjust the thickness of the line */
    background-color: #fff; /* Color of the line */
    transform: skewX(-30deg); 
    display: none;
}

.parallelogram-shape-title::after{
content:'';
position: absolute;
right: 0;
bottom: 0;
width: 10%;
height: 2px;
background-color: #fff;
transform: skew(-30deg);
}
.card-partner-background{
    margin-top: 4%;
}
.btn-read-more{
    position: relative;
    z-index: 1;
    padding-top: 2%;
}
.btn-read-more .btn{
    background-color: transparent;
    border:1px solid #fff;
    padding: 10px 30px;
    color:white;
    font-size:18px;
    z-index: 1;
}
.img-whatsapp-float {
    position: fixed;
    bottom: 8%;
    right: 4%;
z-index: 2;
}
.img-icon-float{
    position: fixed;
    bottom: 18%;
    right: 20%;
z-index: 2;  
width: 6%;
}
.container-fluid{
    padding-left: 7%;
    padding-right: 7%;
}
.searchbtn {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 10px;
    width: 80%;
}

.searchbtn input {
    color: white;
    background-color: transparent; /* Add this if you want the input to be transparent */
    border: none; /* Remove default border for input */
    width: 100%; /* Make the input take the full width of the container */
    outline: none; /* Remove the outline when the input is focused */
    padding: 5px; /* Add some padding to make it look better */
}
.searchbtn input::placeholder {
    color:white;
}
.searchbtn i {
    color:white;
    padding-right: 4%;
}
body{
/* background-color:#295472ed; */
background: #14477D;
background-size: cover;
background-position: center;
}
/* Swiper Container */
.swiper-container {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
}
.mySwiperPartner{
    height: 70vh;
}
.card-description{
    background: white;
    padding: 2%;
}

.card-question h2 , .card-question p , .card-question h4{
    color: #00004e;
}
/* Swiper Slide */
.mySwiperHome .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(253, 238, 238, 0.1);
    transition: transform 0.3s ease;
}

/* Card Styles */
.card {
    width: 100%; /* Adjust card width */
    text-align: center;
}

.card h1 {
    font-size: 20px; /* Adjust font size */
    margin-bottom: 10px;
}

.card button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.nav-tabs .nav-link{
    color:#083e96 !important;
}
.nav-tabs .nav-link:hover{
    color:white !important;
}

.card button:hover {
    background-color: #0056b3;
}

/* Swiper Navigation Buttons */
.mySwiperHome .swiper-button-next,
.mySwiperHome .swiper-button-prev {
    color: #000; /* Change to a visible color */
    font-size: 24px;
}

.mySwiperHome .swiper-pagination {
    display: block;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
}
/* General slide styling */
.mySwiperHome .swiper-slide {
    position: relative;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), filter 0.6s ease; /* Smooth and natural transition effect */
}

/* Style for inactive slides */
.mySwiperHome .swiper-slide:not(.swiper-slide-active) {
    filter: brightness(80%); /* Dim the slide more for a stronger contrast */
    transform: scale(0.85); /* Scale down inactive slides a bit more */
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), filter 0.6s ease; /* Matching smooth transition */
}

/* Overlay effect for inactive slides */
.mySwiperHome .swiper-slide:not(.swiper-slide-active)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* Black overlay with 40% opacity for stronger effect */
    z-index: 1;
    opacity: 1; /* Ensure overlay is visible */
    transition: opacity 0.6s ease; /* Smooth transition for overlay opacity */
}

/* Style for active slide */
.mySwiperHome .swiper-slide-active {
    filter: brightness(100%); /* No dimming effect */
    transform: scale(1); /* Full size for the active slide */
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), filter 0.6s ease; /* Matching smooth transition */
}

/* Hover effect for additional polish */
.mySwiperHome .swiper-slide:hover {
    transform: scale(1.05); /* Slightly enlarge slide on hover */
    transition: transform 0.3s ease; /* Faster transition on hover */
}
.mySwiperHome .swiper-pagination{
    display: none !important;
}
.navbar-nav .dropdown-menu{
    background-color: #0e355ffe;
}
.mySwiperHome .swiper-slide{
    border-radius: 10% !important;
    padding: 1%;
}
.mySwiperHome .swiper-wrapper .card{
    width:100% !important;
    border: 5px solid #4b77be;
    border-radius: 10%;
    align-items: center;
}
.mt-md-10{
    margin-top: 13% !important;
}
.pt-md-10{
    padding-top: 10% !important;
}
.card{
    border-radius: 0px;
}
.card-image {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; /* Ensures image stays within the circle */
    /* border:1px solid green; */
    margin-bottom: 1%;
    padding: 5%;
}
.card-partner-background{
    background-color: #fff;
    padding: 6%;
}

.card-image img {
    width: 100%; /* Ensures the image fills the container */
    height: 100%;
    object-fit: cover; /* Ensures the image maintains aspect ratio and covers the area */
    border-radius: 50%; /* Rounds the image itself to match the container */
}


.dropdown-item:hover{
    background-color: var(--color-primary);
}
.circles{
    display: flex;
    justify-content: center;
    align-items: center;
}
.circle{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgb(234, 229, 229);
    margin: 10px;
}
.text-blue{
    color:#083e96 !important;
}

.text-back{
    background-color:#fcfcfce3;
    padding-top: 4%;
    padding-bottom:4%;
    padding-right: 2% !important;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after , .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    color:white;
}
.text-back h4 , .text-back p{
    color:#083e96;
}
.dropdown-menu a{
    color: white !important;
}
.partners-page{
    background-size: cover;
    background-position: center center;
    position: relative;
    width:100%;
    height:100%;
}

.card-blur{
    background-color: #f7f9f9de;
    z-index: 1;
    position: relative;
    margin-bottom: 10%;
}
.parallelogram-shape-title{
    position: relative;
    padding-bottom: 1%; /* Adjust this if needed */
}
@media only screen and (min-width: 768px) {
    .parallelogram-shape-title{
        position: relative;
        padding: 0;
        padding-bottom: 1%; /* Adjust this if needed */
    }
    .card-item{
        max-width: 94%;
    }
    .card-text{
        max-width: 70%;
    }
}

.card-header{
    background-color: white;
}
.card-header:first-child{
    border-radius: 0 !important;
}
.card-header h4{
    color: #083e96 !important;
}
.card-body-new{
    background: url(../images/companyimage.jpg) center no-repeat;
    background-size: 100%;
    padding: 138px 100px;
    border-radius: 0px;
    background-size: cover;
    position: relative;
    border:1px solid #0c0c5995;;
}
.card-body-new::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0c0c595c;
}

.img-lightbox{
    width: 100%;
}
.images-gallery a {
    z-index: 1;
    position: relative;
}
.image-text p{
    text-align: left;
}
.p-20{
    padding: 20%;
}
.back-blue{
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.text-align-start{
    text-align: start;
}
.nav-tabs .nav-link{
    background-color: #e0e0e069;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
    border-bottom:6px solid #10cb10 !important;
    color:#10cb10 !important ;
}
.nav-tabs .nav-link{
    border-bottom: transparent !important;
    padding: 0.5rem 4rem !important;
    margin: 0 0.2rem;
}
.text-green{
    color: #009e74;
}
.nav-tabs {
    padding: 0.5rem 4rem !important;
}
.hero-section {
    position: relative;
    width: 100%;
    min-height: 400px; /* Set a minimum height to ensure visibility */
}

.hero-logo-absolute {
    /* position: absolute;
    top: 30%;
    left: 10%;
    width: 100px;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 12%; */
    display: none;
}
.fa-map-marker-alt {
    font-size: 20px; /* Adjust the icon size */
    margin-left: 5px; /* Add spacing between the text and icon */
  }
  .float-inline-start{
    float: inline-start;
  }
  .card-image-partner{
padding: 3% !important;
width: 70px !important;
height: 70px !important;
  }
  .card-text{
    margin-left: 4%;
    max-width: 80%;
        justify-content: left;
        display: flex;
        flex-direction: column;
        text-align: end;
  }
  .card-text p {
    text-align: end;
    display: flex;
    justify-content: end;
  }
  .section-partner-margin{
    margin-top: 10%;
  }
  @media (max-width: 768px) {
    .parallelogram-shape-title::after {
        content: '';
        position: absolute;
        right: 4% !important; 
        bottom: 0;
        width: 10%;
        height: 2px;
        background-color: #fff;
        transform: skew(-30deg);
    }
    h2, .fs-2 {
        font-size: 32px !important
    }
    .pt-photo{
        margin-top:20%;
    }
    .card-question{
        margin-top: 30%;
    }
    .nav-tabs {
        padding: 0.5rem 0rem !important;
        justify-content: center;
    }
    .nav-tabs .nav-link {
        border-bottom: transparent !important;
        padding: 0.5rem 1rem !important;
        margin: 0 0.2rem;
    }
    .ul-float ul li a{
        width: 52px !important;
        height: 40px !important;
    }
    .font-mb{
        font-size: 9px !important;
    }
    .card-image {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        border: 0;
        margin-bottom: 0%;
        padding: 0%;
    }
    .mt-md-10 {
        margin-top: 10% !important;
    }
    
    
    .float-position-absolute , .circles , .carousel-indicators{
      display: none !important;  
    }
    .parallelogram-shape{
        padding-top: 15%;
    }
    .section-partner-margin{
        padding-top: 10% !important;
    }
    .card-item{
display:flex;
    }
    .card-item{
        margin-left: 4%;
    }

    .causes-page {
margin-top: 30%;
    }
    .image-text p{
        padding-top: 2%;
    }
    .card{
        width: 100% !important;
        width: 100% !important;
    }
}
@media (min-width: 767px) {
.section-partner-margin{
margin-right: 15%;
}
}
header .navbar .navbar-nav .nav-item .nav-link::after{
    display: none;
}
.text-right{
    text-align: right;
}
.justify-content-left{
    justify-content: left;
}
.card-white{
    background-color: white;
    padding: 2%;
}
.cause-details-section{
    margin-top: 10%;
}
.causes-page{
    margin-top: 5%;
}
.about-page {
    padding-top: 10% ;
    padding-bottom: 5%;
}

.mySwiperHome .card button{
    background-color: transparent;
}
body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track {

}


body::-webkit-scrollbar-thumb {
    background-color: #288A85
    !important;
    border-radius: 1px;
    border: 2px solid #288A85
    !important;
}

html {
    scroll-behavior: smooth;
}
.small-btn{
    color:white !important;
}
.text-gray{
    color:lightgray !important;
}
.nav{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.back-blue{
    padding: 0px;
    border-radius: 0px;
}
.causes-section .card{
    border-radius: 0px;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pt-md-20{
        padding-top: 30%;
            }
    .about-page{
        padding-top:30% !important
    }
    .inner-bgimg {
        width: 100%;
        background-size: cover !important;
        padding-top: 36% !important;
        padding-bottom: 162px;
    }
    .pt-100 {
        padding-top: 16% !important;
    }
    .pt-150 {
        padding-top: 20% !important;
    }
    .float-vertical {
        padding: 6% 0% !important;
    }
    .cause-details-section {
        margin-top: 14% !important;
    }
    .pt-md-10 {
        padding-top: 30% !important;
    }
    .photo-page{
        padding-top: 10% !important;
    }
}
.photo-page{
    padding-top: 14%;
}
body , h1 , h2 , h3 , h4 , h5 , h6 , a , p , strong , small , li , input, button, select, optgroup, textarea {
    font-family: 'Cairo', sans-serif;
}
.icon-print{
    margin-bottom: 1%;
}
.icon-print i {
    filter: invert();
    border: 1px solid #000000;
    padding: 5px;
}
.swiper-button-next{
    clip-path: polygon(99% 100%, 100% 1%, 0 50%);
    background-color: white;
}
.swiper-button-prev{
    clip-path: polygon(100% 50%, 0 0, 0 98%);
    background: white;
}
.carousel-indicators{
    justify-content: end;
}
.carousel-indicators [data-bs-target]{
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color:#288A85
    !important;
}
.dropdown-menu a{
    text-align: justify;
}
.float-vertical {
    position: fixed;
    left: 0%;
    top: 50%;
    z-index: 2;
    background-color:#4b77be;
    padding: 2% 0%; /* Adjust padding for consistent spacing */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px; /* Optional: Add rounded corners */
}

.float-vertical a.vertical-link {
    color: white;
    font-size: 16px; /* Adjust font size as needed */
    font-weight: bold; /* Make the text more prominent */
    text-decoration: none; /* Remove underline */
    transform: rotate(-90deg); /* Rotate text to make it vertical */
    transform-origin: center; /* Center the rotation */
    white-space: nowrap; /* Prevent text from wrapping */
    text-align: center; /* Align text to the center */
}

.float-vertical a.vertical-link:hover {
    background-color: #0026a1; /* Optional: Change background on hover */
    color: #ffdd00; /* Optional: Change text color on hover */
    text-decoration: underline; /* Optional: Add underline on hover */
    transition: all 0.3s ease; /* Smooth hover effect */
}

.color-blue {
    color: #083e96 !important;
}
.w-70{
    width: 80px;
}
.partner-text-line{
    position: relative;
}
.partner-text-line::after{
    content: '';
    position: absolute;
    right: 0;
    bottom: -20%;
    width: 15%;
    height: 5px;
    background-color: #fff;
    transform: skewX(-30deg);
}
.trending-causes-section .trending-card .count-num2::before{
    display: none;
}
.d-contents{
    display: contents;
}
.trending-causes-section .trending-card .dropdown{
    display: none;
}
.img-icon-float{
    display: none;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev{
    display: none !important;
}
.card-serices {
    background-color: white;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    text-align: center;
}
.card-home-border{
    background: transparent;
    

}
.card-image-services {
    width: 100%;
    height: 200px; /* Set a fixed height to keep image containers uniform */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-image-services img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures images fill the container without distortion */
    border-radius: 5px;
}

.card-description-services {
    margin-top: 10px;
    font-size: 16px;
    color: #083e96 !important;
    text-align: center;
}
.news-right-section .popular-tags{
display: none;
}
.payment-left-section form .form-check-label{
    padding-left: 10%;
}
.category-link {
    text-decoration: none; /* Remove underline from the link */
    color: inherit; /* Inherit text color for the link */
    display: block; /* Make the link fill the entire card */
}

.category-card {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease;
    align-items: center;
    justify-content: center;
padding: 5%;
background-color: white;
}
.category-card a {
    font-size: 14px;
}
.category-card:hover {
    transform: scale(1.05); /* Slight zoom effect on hover */
}

.category-card .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent black overlay */
    transition: background 0.3s ease;
    padding: 5%;
}

.category-card:hover .overlay {
    background: rgba(0, 0, 0, 0.7); /* Darker overlay on hover */
}

.card-border {
    position: relative;
    z-index: 2; /* Ensure content stays above the overlay */
    padding: 10px;
}

.card-title {
    font-size: 1.25rem;
    font-weight: bold;
}

.card-description-services a {
    color: #083e96 !important;
}
.navbar-expand-lg .navbar-nav{
    margin: auto !important;
}
.card-partner-background .card-partner-image , .card-partner-description h2 , .card-partner-description .read-more-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}
.radio-button {
    background: white;
    border:6px solid  #288A85
    !important;
}
.px-pay-2{
    padding-right: 0.5rem !important;
    padding-left: 1.5rem !important;
}
.fom-check-pay{
    width: 80%;
}
.fom-check-pay-omt{
    width: 90%; 
}
.form-check {
    width: fit-content !important;
}

.card-contact{
    background: white;
}
.give-donation-amount{
    display: none !important;
}
.nav-tabs{
    justify-content: flex-start;
}
.our-causes-page {
    padding-top: 8rem; /* Adjust as needed for your header */
    padding-bottom: 60px;
 
}

.section-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
}

.service-card {
    border: none;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
