
/*** Spinner Start ***/

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .8s ease-out, visibility 0s linear .0s;
    visibility: visible;
    opacity: 1;
}

.wow,
.animated {
    animation-duration: 2s !important;
}
.text-yellow{
    color: #f9c126;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

.back-to-top:hover {
    background: var(--bs-dark);
    color: var(--bs-primary);
}

h1, h2, h3, .h1, .h2, .h3 {
    font-weight: 700 !important;
    font-family: 'Open', sans-serif !important;
}

h4, h5, h6, .h4, .h5, .h6 {
    font-weight: 600 !important;
    font-family: 'Open', sans-serif !important;
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.pt-70{
    padding-top: 70px;
}
.pt-50{
    padding-top: 50px;
}
.pt-55{
    padding-top: 55px;
}
.pt-60{
    padding-top: 60px;
}
.pt-80{
    padding-top: 80px;
}
.pt-90{
    padding-top: 90px;
}
.pt-100{
    padding-top: 100px;
}

.pb-70{
    padding-bottom: 70px;
}
.pb-60{
    padding-bottom: 60px;
}
.pb-80{
    padding-bottom: 80px;
}
.pb-90{
    padding-bottom: 90px;
}
.pb-100{
    padding-bottom: 100px;
}



/*** Button Start ***/

.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-md-square {
    width: 46px;
    height: 46px;
}

.btn-lg-square {
    width: 58px;
    height: 58px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary:hover {
    color: var(--bs-primary) !important;
    background: rgb(29, 142, 90) !important;
    border-color: rgb(29, 142, 90) !important;
}

.btn.btn-dark:hover {
    color: var(--bs-dark) !important;
    background: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
}
/*** Button End ***/


/*** Topbar Start ***/
.topbar .topbar-inner {
    height: 45px;
    padding: 10px 15px;
    background: rgba(255, 255, 255, .5);
}

.topbar a,
.topbar a i {
    transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
    color: var(--bs-primary) !important;
}
/*** Topbar End ***/


/*** Navbar Start ***/
.fixed-top {
    transition: .5s;
}
.navbar-nav{
    background-color: #000;
}
.navbar {
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    padding: 1px 0px;
    
}

.navbar .navbar-nav .nav-link {
    padding: 12px 20px;
    color:#fff  !important;
    font-size: 17px;
    font-weight: 600;
    transition: .5s;
    margin: 0 40px;
}
@media (max-width: 1199px){
.navbar .navbar-nav .nav-link {
    padding: 12px 40px;
}
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.fixed-top.bg-white .navbar .navbar-nav .nav-link:hover,
.fixed-top.bg-white .navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 992px) {
    .navbar-collapse {
        background: transparent !important;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        background: var(--bs-light) !important;
        transition: .5s;
        opacity: 1;
        width: 250px;
        left: 50%;
        transform: translateX(-50%);
    }
}

.navbar-toggler {
    
    color: rgb(29, 142, 90) !important;
    padding: 10px 20px;
    border: 2px solid rgb(29, 142, 90) !important;
    box-shadow: none !important;
}
/*** Navbar End ***/


/*** Hero Header ***/
.hero-header {
    margin-bottom: 0rem;
    padding-top: 16.5rem;
    padding-bottom: 0rem;
    /* background: url("../img/banner3.jpg"), center center no-repeat; */
    background-size: cover;
}

.hero-header .hero-header-inner {
    padding: 1.5rem 2rem;
    background: rgb(255 255 255 / 87%);
    width: 519px;
}

@media (max-width: 991px) {
    .hero-header .hero-header-inner {
        width: 394px;
    }
    .nav-top{
        background-color: rgb(29, 142, 90) !important;
    }
    }
@media (max-width: 1024px) {
.hero-header .hero-header-inner {
    width: 479px;
}
}
@media (max-width: 1299px) {
    .carousel-caption {
        padding-bottom: 0.25rem !important;
}
}
@media (max-width: 1500px) {
    .carousel-caption {
        padding-bottom: 1.25rem;
}
}
@media (max-width: 1700px) {
    .carousel-caption {
        padding-bottom: 3.25rem;
}
}


@media (max-width: 992px) {
    .hero-header {
        padding-top: 16.5rem;
    }
}

.hero-header .breadcrumb-item {
    font-size: 18px;
}
/*** Hero Header ***/


/*** About Start ***/
.about a.btn.btn-light:hover {
    background: var(--bs-dark) !important;
    color: var(--bs-primary) !important;
    border: 0;
}
/*** About End ***/


/*** Activities Start ***/
.activities .activities-item {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 45px rgba(12, 18, 20, .08);
    transition: 0.5s;
}

.activities .activities-item:hover {
    background: var(--bs-primary) !important;
    color: var(--bs-dark) !important;
}

.activities .activities-item:hover a {
    background: var(--bs-light) !important;
    color: var(--bs-dark) !important;
}

.activities .activities-item:hover a:hover {
    background: var(--bs-dark) !important;
    color: var(--bs-primary) !important;
}
/*** Activities End ***/


/*** Events Start ***/
.event-item img {
    transition: 0.5s;
}

.event .event-item a {
    transition: 0.5s;
}

.event-item:hover img {
    transition: 0.5s;
    transform: scale(1.2)
}

.event-item a:hover {
    background: #f1c152;
    color: rgb(29, 142, 90) !important;
    opacity: 0.5s;
}
@media (max-width: 576px){
    .event .event-item .btn {
        width: 50% !important;
    }
}
@media (max-width: 576px){
    .banner-container .banner-content .btn {
        width: 50% !important;
    }
}
@media (max-width: 576px){
    .dargah-abt {
        margin-top: 0px;
        padding: 34px;
    }
    .carousel-item img{
        height: 250px;
    }
}

/*** Events End ***/


/*** Sermon Start ***/
.sermon .sermon-item {
    height: 100%;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.sermon-item img {
    transition: 0.5s;
}

/* .sermon-item:hover img {
    transform: scale(1.2)
} */

.sermon-item .sermon-meta a,
.sermon-item .sermon-meta a i {
    transition: 0.5s;
}

.sermon-item .sermon-meta a:hover,
.sermon-item .sermon-meta a i:hover {
    color: var(--bs-primary) !important;
}
/*** Sermon End ***/


/*** Blog Start ***/
.blog-item {
    height: 100%;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    background-color: #fff;
}

.blog-item img {
    transition: 0.5s;
}

.blog-item:hover img {
    transform: scale(1.2)
}

.blog-item .blog-meta a,
.blog-item .blog-meta a i {
    transition: 0.5s;
}

.blog-item .blog-meta a:hover,
.blog-item .blog-meta a i:hover {
    color: var(--bs-primary) !important;
}
/*** Blog End ***/


/*** Team Start ***/
.team .team-img {
    height: 100%;
    padding: 25px;
    background: var(--bs-white);
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.team .team-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team .team-item {
    position: relative;
    overflow: hidden;
}

.team .team-item img {
    transition: 0.5s;
}

.team .team-item:hover img {
    transform: scale(1.2);
}

.team .team-item .team-content {
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   padding: 15px;
   transform: translateX(-50%, -50%);
   display: flex;
   align-items: center;
   justify-content: center;
   opacity: 0;
   transition: 0.5s;
}

.team .team-item:hover .team-content {
    opacity: 1;
    background: rgba(241, 193, 82, .7);
}
/*** Team End ***/


/*** testimonial Start ***/
.testimonial-item {
    background: var(--bs-light);
    padding: 40px;
}

.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel {
    position: relative;
    padding-left: 60px;
    padding-right: 60px;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 60px;
    height: 40px;
    background: var(--bs-primary);
    color: var(--bs-dark);
    font-size: 22px;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover {
    background: var(--bs-dark) !important;
    color: var(--bs-primary) !important;
}

.testimonial-carousel .owl-nav .owl-next {
    left: auto;
    right: 0px;
}

.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--bs-dark) !important;
    color: var(--bs-primary) !important;
}
/*** testimonial End ***/


/*** Footer Start ***/
.footer {

    background: var(--bs-dark);
}

.footer .footer-item p {
    font-size: 16px;
    line-height: 35px;
}

.footer .border-top,
.footer .border-bottom {
    border-color: rgba(255, 255, 255, .08) !important;
}

.footer button {
    border: 0;
    transition: 0.5s;
}

.footer button:hover {
    background: var(--bs-dark);
    color: var(--bs-primary);
}

.footer-item a.btn.btn-light:hover {
    background: var(--bs-primary);
    color: var(--bs-dark) !important;
    border: var(--bs-primary);
}

.footer-item a,
.footer-item a i {
    transition: 0.5s;
}

.footer-item a:hover,
.footer-item a i:hover {
    color: var(--bs-primary) !important;
}
/*** Footer End ***/



.header-top {
    position: relative;
    background-color: rgb(29, 142, 90);
}

.header-top .inner-container {
    position: relative;
}
.header-top .left-box {
    position: relative;
    padding: 5px 0px;
    padding-right: 190px;
}
.header-top .left-box::before {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 100%;
    background: rgb(243, 184, 21);
    background: linear-gradient(to left, rgb(243, 184, 21) 0%, rgb(255, 255, 255, 0) 100%);
}
.header-top_list {
    position: relative;
    margin-bottom: 0px;
    padding-left: 6px;
}
.header-top_list li {
    position: relative;
    line-height: 14px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    margin-right: 50px;
    padding-left: 25px;
}
.header-top_list li .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 1em;
    font-family: 'Open', sans-serif !important;
    height: 14px;
}
.header-top_list li:last-child {
    margin-right: 0px;
}
.header-top .bismillah {
    position: absolute;
    right: -85px;
}
.header-top .bismillah img{
   width: 80px;
}

@media only screen and (max-width: 1340px) {
    .slider-three_elements, .header-top .bismillah {
        display: none;
    }
}
.header-top .left-box::after {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    bottom: 0px;
    border-top: 18px solid transparent;
    border-right: 21px solid rgb(29, 142, 90);
    border-bottom: 16px solid transparent;
}

.header-top_list-two {
    position: relative;
    margin-bottom: 0px;
}
.header-top_list-two li {
    position: relative;
    line-height: 14px;
    display: inline-block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.80);
    margin-right: 0px;
    padding-left: 25px;
    font-family: 'Open', sans-serif !important;
}
.header-top_list-two li .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 1em;
    color: #ffffff;
    font-family: 'Font Awesome 6 Free';
    height: 14px;
}
/* .main-header .auto-container {
    position: relative;
    max-width: 1140px;
} */
.auto-container {
    position: static;
    max-width: 1260px;
    padding: 0px 15px;
    margin: 0 auto;
}


.navbar .navbar-brand .auliatg{
    color: rgb(29, 142, 90);
    font-size: 26px;
}
.para-top{
    font-size: 14px;
    margin-left: 10px;
    color: black;
}
.logo-text-top{
    line-height: 9px;
    margin-left: 5px;
}
/* .spacing {
    letter-spacing: 1px;
} */
.navbar .navbar-brand h5 {
    font-size: 28px;
}
.auliatg-two {
    font-size: 14px;
    color: #000000;
    margin-top: 9px;
    font-weight: lighter;
    letter-spacing: 1px;
}
.mainbox {
    background: #fff;
    border-radius: 8px;
    text-align: center;
    box-shadow: #63636333 0 2px 8px;
    padding: 24px 12px;
}
.mainbox:hover {
    background-color: rgb(29, 142, 90);
    cursor: pointer;
}
.mainbox:hover .our-services {
    filter: brightness(0) invert(1);
}
.mainbox .our-services:hover {
    filter: brightness(0) invert(1);
}
.mainbox {
    background: #fff;
    border-radius: 8px;
    text-align: center;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    padding: 24px 12px;
}
.mainbox .heading {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #000;
}

@media (max-width: 576px){
    .mainbox .heading {
       font-size: 18px;
    }
}

.social{
    background-color: #fbfbfb;
}
.social-box{
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 60px;
}
.social-box img {
    transition: filter 0.3s ease-in-out;
}
.social-box:hover img {
    filter: brightness(0) invert(1); /* Makes the image white */
}
.social-box:hover{
    background-color:rgb(29, 142, 90) ;
}


/* .five-piller{
    margin: 0 12px;
} */

/* ---------------------------------- */
.counter-box {
    background-color: #9f89507d;
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;
    width: 350px;
}
.counter-box h2 {
    font-size: 50px;
    font-weight: bold;
    color: #fff;
}
.counter-box p {
    font-size: 18px;
    margin: 0;
}

.events{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 50px;
}
.year-month{
    color: rgb(29, 142, 90);
}
.aws{
    font-size: 12px;
    opacity: 0.5;
}

/* ------------------------------------------------------------------ */
.gallery-block_one {
    position: relative;
}
.gallery-block_one-inner {
    position: relative;
}
.gallery-block_one-image {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    background-color:rgb(29,142,90);
}
.gallery-block_one-image::before {
    position: absolute;
    content: '';
    left: 8px;
    top: 8px;
    right: 8px;
    bottom: 8px;
    z-index: 1;
    opacity: 0;
    border-radius: 5px;
    border: 1px solid #fff;
    transform: scale(1, 0.2);
    transition: all 600msease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600msease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}
.gallery-block_one-image img {
    position: relative;
    width: 100%;
    display: block;
    transition: all 500msease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500msease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.gallery-block_one-arrow {
    position: absolute;
    left: 50%;
    width: 92px;
    bottom: -80px;
    height: 92px;
    z-index: 1;
    opacity: 0;
    line-height: 92px;
    border-radius: 50px;
    text-align: center;
    font-size: 34px;
    color: rgb(18,14,1);
    transform: translateX(-50%);
    background-color: rgb(255,208,80);
    transition: all 600msease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600msease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    font-family: "flaticon_afbd3404a2e1104832d0";
}
.flaticon-up-right-arrow:before {
    content: "\f101";
}

.sermon-item .gallery-block_one img{
    height: 400px;
}
.carousel-control-prev-icon, .carousel-control-next-icon{
    height: 99px;
    width: 68px;
   opacity: 2;
   color: red;
}
.aboutgr{
    color: rgb(29, 142, 90);
}
.about-sec p{
   
}
.greenheading{
    color: rgb(29, 142, 90);
}
.about p{
    text-align: justify;
}
.current-appeals-iner p{
    text-align: justify;
}
.event p{
    text-align: justify;
}
.counterpara{
    text-align: justify;
    color: #000;
}
.card-contentappear{
    padding: 30px;
}
.appeals-para-headindbelow{
    padding: 0 105px;
}

.aboutimgtwo{
    display: none;
}

.pillertwo{
    display: none;
   }
   
.counter-two{
    display: none;
   }

.pillertwo .mainbox{
    padding: 6px 12px;
}


.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 0.25rem;
    left: 15%;
    padding-top: 0.25rem;
    padding-bottom: 7.25rem;
    color: #fff;
    text-align: center;
}
.btn-green{
    background-color: rgb(29, 142, 90);
}
.fa-bars:before{
    color: rgb(29, 142, 90);
}
.banner-container-2 {
    text-align: center;
    background: linear-gradient(rgb(4 121 67 / 80%), rgba(17, 117, 43, 0.863));
    height: 700px;
    visibility: visible;
    animation-delay: 0.1s;
    animation-name: fadeIn;
    margin-top: 60px;
}
.banner-content-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #fff;
}
.banner-container-2 .our-calander iframe{
    width: 700px;
}


















@media (max-width: 576px){
    .banner-container-2 .our-calander iframe{
        width: 300px !important;
        height: 300px;
    }
    .banner-container-2 .btn{
        width: 200px !important;
    }
}
@media (max-width: 768px){
    .banner-container-2 .our-calander iframe{
        width: 500px;
       
    }
   
}


/* ----------------------Reponsive------------------- */
/* @media (min-width: 568px){
    .aboutimgone{
        display: block;
    }

} */
/* @media  (max-width: 1024px) to (max-width: 1236px){

} */

@media (max-width: 1500px){
    .navbar .navbar-nav .nav-link{
        margin: 0 0px;
    }
}

@media (min-width: 991px){
    .current-appeals-two{
        display: none;
       
    }
    
}
@media (max-width: 991px){
    .current-appeals-one{
        display: none;
       
    }
   
}


@media (max-width: 476px){
    .event .event-item h6{
     padding: 0px 0px;
     font-size: 11px;
    }

    .yhbox{
        padding: 5px 4px 5px 0px !important;
    }
    .event p{
        width: 268px;
     }
}

@media (max-width: 400px){
    .counter-box{
  width: 280px !important;
    }
    .auliatg .auliatg-two{
        display: none;
    }
    .navbar .navbar-brand h5{
        font-size: 13px !important;
    }
    .navbar-brand img {
        height: 66px !important;
    }
}
@media (max-width: 1200px){
    .pillerone{
        display: block;
       }
    
}

@media (max-width: 1200px){
    .counter-one{
        display: block;
       }
    
}
@media (min-width: 992px){
    .navbar-toggler{
        display: none;
    }
}
@media (max-width: 482px){
    .header-top_list li .icon{
        height: 14px;
    }
    .header-top_list li{
        margin-right: 5px;
        line-height: 14px;
        font-size: 11px;
        padding-left: 19px;
    }
    .header-top .left-box{
        padding-right: 2px !important;
    }
    .header-top_list-two li .icon{
        height: 12px;
    }
    .header-top_list-two{
        padding-left: 2px;
    }
    .header-top_list-two a{
        font-size: 12px;
    }
    .header-top_list-two li{
        padding-left: 15px;
        line-height: 11px;
    }

}


@media (max-width: 576px){
   
    .header-top .left-box {
       padding-right: 40px;
    }
    .navbar .navbar-brand h5{
        font-size: 22px;
    }
    .navbar-brand img{
        height: 56px;
    }
    .header-top .left-box{
        padding: 5px 0;
    }
    .header-top .left-box{
        padding-right: 1px;
    }

    /* .header-top_list{
        display: none;
    } */
    .header-top .left-box::after{
        display: none;
    }
    .header-top .left-box::before{
        display: none;
    }
    .navbar .navbar-brand h5{
        font-size: 14px;
    }
    .auliatg .auliatg-two{
        font-size: 14px;
    }
    .navbar .navbar-brand h5 img{
        height: 40px !important;
    }
    .navbar-toggler{
        padding: 6px 10px;
        border: 1px solid rgb(29, 142, 90) !important;
    }
    .appeals-para-headindbelow{
        display: none;
    }
    .aboutimgone{
        display: none;
    }
    .aboutimgtwo{
        display: block !important;
    }

    .navbar{
        padding: 6px 5px !important;
    }
    .carousel.pointer-event{
        padding-bottom: 4px;
    }
    .carousel{
        padding-bottom: 20px;
    }

    .about .container{
        padding-bottom: 0px;
    }
    .footerlogoimg{
        padding-left: 37px !important;
    }
   
}



/* ---------------768---------------------------------- */
@media (max-width: 768px){
    .counter-box{
        width: 208px;
    }
    .navbar{
        padding: 0px 0px;
    }
    .navbar .navbar-brand h5{
        font-size: 22px;
    }
    .navbar .navbar-brand h5 img{
        height: 46px;
    }
    .carousel-caption{
        top: -187px;
    }

    .appeals-para-headindbelow {
        padding: 0 40px;
    }

    .counter-box{
        width: 100% !important;
    }
    .navbar-brand img{
        height: 70px;
    }
    .auliatg .auliatg-two {
        display: none;
    }
}






/* --------------------991------------------------------ */
@media (max-width: 991px){
    .counter-box{
        width: 208px;
    }
    .header-top .left-box {
        padding-right: 40px;
     }
     .header-top .left-box .adderesstop {
        display: none;
     }
     .carousel-caption{
        top: -259px;
    }
    .navbar{
        padding: 10px;
    }

    .navbar .navbar-brand h5{
        font-size: 22px;
    }
    .navbar .navbar-brand h5 img{
        height: 46px;
    }
    .hero-header-inner{
        padding: 16px 30px !important;
        width: 300px;
    }
.hero-header-inner h1{
    font-size: 25px;
}

}


@media (max-width: 1024px){
    .counter-box{
        width: 100%;
    }
    .header-top .left-box {
        padding-right: 40px;
     }
     .header-top .left-box .adderesstop {
        display: none;
     }
     .carousel-caption{
        top: -259px;
    }
    .navbar{
        padding: 10px;
    }

    .navbar .navbar-brand h5{
        font-size: 22px;
    }
    .navbar .navbar-brand h5 img{
        height: 46px;
    }

    .five-piller{
        padding-top: 20px;
    }
    
    /* .carousel-caption{
        width: 107%;
    } */
}


@media (max-width: 1200px){
    .pillerone{
        display: none;
       }
       .pillertwo{
        display: block;
       }
       
    .counter-one{
        display: none;
       }
       .counter-two{
        display: block;
       }
    
}

.bg-prmry{
    background-color: #e9b619;
}
.counter-two .counter-box{
    width: 100%;
}
/* .nav-top{
    background-color: rgb(29, 142, 90);
} */
.bg-green{
    background-color: rgb(29, 142, 90);
}
.abt-imgtwo{
    height: 213px;
    width: 300px;
}
 /* .aboutimgone{
    height: 400px;
 } */
  .dargah-abt .imgdargar{
    /* float: right; */
    /* margin-left: 48px; */
    width: 100%;
  }
  .abtfirst-img{
    height: 85%;
  }

  .abt-three{
    height: 500px;
  }
  .dargah-abt p{
    text-align: justify;
    padding-left: 10px;
  }
  .about{
    background-color: #fbfbfb;
  }
  .current-appeals-iner{
    background-color:rgb(29, 142, 90);
  }

  .current-appeals-iner .btn-check:focus+.btn-primary, .btn-primary:focus {
    color: #ffffff;
    background-color: #f1c152;
    border-color: #f2c763;
    box-shadow: 0 0 0 .25rem rgb(255 209 103 / 50%);
    font-size: 20px;
}
.btn:hover{
    background-color: #f1c152;
}
.current-appeals-iner .btn-primary {
    color: #ffffff;
    background-color: rgb(29, 142, 90);
    border-color: #f1c152;
}

  /* =------------------- */
  /* Banner Container */
.banner-container {
    text-align: center;
    background: linear-gradient(rgb(4 121 67 / 80%), rgba(17, 117, 43, 0.863)), url(../img/banner_1.webp) center center / cover no-repeat;
    height: 400px;
    visibility: visible;
    animation-delay: 0.1s;
    animation-name: fadeIn;
    margin-top: 60px;
}

/* Banner Content */
.banner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #fff;
}
.hero-header-2 {
    margin-bottom: 6rem;
    padding-top: 5rem;
    padding-bottom: 6rem;
    background: url(../img/dargah-brd.jpg), center center no-repeat;
    background-size: cover;
    height: 100%;
}
@media (max-width: 576px){
    .hero-header-2 {
       margin-bottom: 0px !important;
    }
}
.hero-header-2 .hero-header-inner {
    padding: 3rem;
    background: rgb(255 255 255 / 88%);
}

.yellow-head{
    color: #f5ab00;
}

.introduction-inner .about{
    background-color: #fff;
}

.hazrt-amir-khusrou-inner .content-2{
    background-color: rgb(241, 239, 239);
}
.hazrt-amir-khusrou-inner .content-2 p{
    color: #000;
    font-size: 19px;
}
.contact-inner .icon a span{
    height: 70px;
    width: 70px;
    background-color: rgb(29, 142, 90);
    border-radius: 10px;
}
.contact-inner .icon a span .fa{
    font-size: 2rem;
}
.contact-left-icon{
    display: flex;
    flex-direction: column;
}
.where-we-work-inner .content-box{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 40px 20px;
}
.navbar .navbar-nav .nav-link{
    position: relative;
}
/* .navbar-nav .dropdown-menu {
    background-color: #f8f9fa;
    border-radius: 5px;
    border: 1px solid #ddd;
}
.navbar-nav .dropdown-menu .dropdown-item {
    color: #333;
    padding: 10px 15px;
}
.navbar-nav .dropdown-menu .dropdown-item:hover {
    background-color: rgb(29, 142, 90);
    color: white;
}
.navbar-toggler {
    border: none;
}
.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}
.navbar-light .navbar-nav .nav-link {
    color: #007bff;
    font-weight: bold;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #0056b3;
}
/* Styling for Shajara dropdown */
@media (min-width: 991px){
    .navbar-nav .dropdown-menu .dropdown .dropdown-menu {
        display: none;
        left: 150%;
        top: 0;
        margin-top: 0;
    }
    .navbar-nav .dropdown-menu .dropdown:hover > .dropdown-menu {
        display: block;
    }
    .navbar-nav .dropdown-menu .dropdown-item.dropdown-toggle::after {
        float: right;
        margin-top: 5px;
        content: "\25B6";
        font-size: 12px;
    }
}
.hazrt-amir-khusrou-inner .content-1 p{
    text-align: justify;
}
.Tafakkur-Reflection-inner .content-1 p{
    text-align: justify;
} */






/* @media (min-width: 992px) {
    .navbar-nav .dropdown-menu .dropdown .dropdown-menu {
        left: 0;
        top: 100%;
        position: relative;
        display: none;
    }
    .navbar-nav .dropdown-menu .dropdown.open > .dropdown-menu {
        display: block;
    }
} */

@media (max-width: 1299px){
    .hero-header-inner h1{
        margin-bottom: 11px !important;
    }
    .carousel .carousel-inner .carousel-item .btn{
        padding: 6px 20px !important;
    }
}

@media (max-width: 1400px) and (min-width: 1299px) {
    .hero-header {
        margin-bottom: -104px; /* Adjust the value as needed */
    }
}

@media (max-width: 1800px) and (min-width: 1400px) {
    .hero-header {
        margin-bottom: -71px; /* Adjust the value as needed */
    }
}



.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    display: none;
    position: absolute;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

/* Mobile support: show submenu when clicked */
@media (max-width: 991.98px) {
    .dropdown-submenu > .dropdown-menu {
        position: static;
        float: none;
    }
}
.india-donate p{
 margin-bottom: 5px;
 color: #000;
 font-size: 15px;
 font-weight: 700;
}
.india-donate h3{
 margin-bottom: 8px !important;
}
.top-barcode{
    position: fixed;
    right: 16%;
    top: 50%;
    border: 1px solid green;
    border-radius: 5px;
}
.barcode-sec{
    padding: 15px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
    border-radius: 5px;
    width: 295px;
}
.barcode-sec ul {
   padding: 0px;
   list-style: none;

}
/* ------------------Popup---------------------------- */
/* Image Popup Modal */
.popup-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.popup-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}

.popup-image {
    width: 100%;
    height: auto;
    max-height: 70vh;
    border-radius: 8px;
}

.popup-close {
    position: absolute;
    top: -15px;
    right: -50px;
    background: #fff;
    border: none;
    font-size: 40px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    line-height: 30px;
    text-align: center;
}
@media(max-width: 400px){
    .popup-image {
    width: 100%;
    height: auto;
    max-height: 70vh;
    border-radius: 8px;
}
    .popup-close {
    width: 36px;
    height: 34px;
    top: -13px;
    right: -14px;
    }
   
}

