@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
    --primary: #FF6F0F;
    --secondary: #FFF0E6;
    --light: #F8F8F9;
    --dark: #001D23;
}
:root{
    --main-font:"Poppins", sans-serif;
}
.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

*{
    text-transform: capitalize;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.my-btn{
    font-family: var(--main-font);
}
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn.btn-primary:hover {
    color: var(--primary);
    background: transparent;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.fixed-top {
    transition: .5s;
}

.top-bar {
    height: 45px;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
	background:#e4e4e4;
}
.left-i{
	color: black;
}
.left-i i{
	color: #FF6F0F;
}
.f-t{
	color:black;
}
.bt-donate{
    font-family: var(--main-font);
    font-weight: 400;
}
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #000;
    font-weight: 500;
    outline: none;
    text-transform: capitalize;
    font-family: var(--main-font);
    font-weight: 400;
}
.dropdown-item{
    font-family: var(--main-font);
    font-weight: 400;
    word-spacing: 2px;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.logo img{
    height: 130px;
}
.navbar-dark .navbar-toggler{
    background: #ff6f0f !important;
}
@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid rgba(0, 0, 0, .07);
        background: var(--dark);
    }

    .navbar .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

.team2{
    height:288px !important;
    width:244px !important;
}


/*** Header ***/
.bg-one{
    background-image: url(../img/slide1.jpg);
    width: 100%;
    height:600px;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-two{
    background-image: url(../img/slide2.jpg);
    width: 100%;
    height:600px;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat; 
}
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgb(0 29 35 / 61%);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--dark);
    border: 12px solid var(--dark);
    border-radius: 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: linear-gradient(rgba(0, 29, 35, .8), rgba(0, 29, 35, .8)), url(../img/about-bg.jpg) center center no-repeat;
    background-size: cover;

}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #999999;
}

.a-txt {
    font-size: 17px;
    line-height: 30px;
}

/*** Causes ***/
.c-h{
    font-family: var(--main-font);
    word-spacing: 2px;
    line-height: 45px;
}
.c-h span{
    color: #FF6F0F;
}
.b-h{
    font-family: var(--main-font); 
}
.c-sbu-h{
    font-family: var(--main-font); 
    color: #fff;
}
.c-h4{
    font-family: var(--main-font); 
}
.para{
    font-family: var(--main-font); 
    line-height: 32px;
}

.c-icons i{
    color: #fff;
}

.case-a{
    font-family: var(--main-font); 
}
.causes-item .progress {
    height: 5px;
    border-radius: 0;
    overflow: visible;
}

.causes-item .progress .progress-bar {
    position: relative;
    overflow: visible;
    width: 0px;
    border-radius: 0;
    transition: 5s;
}

.causes-item .progress .progress-bar span {
    position: absolute;
    top: -7px;
    right: 0;
    width: 40px;
    height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    background: var(--primary);
    color: #FFFFFF;
}

.causes-item .causes-overlay {
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    overflow: hidden;
    opacity: 0;
    transition: .5s;
}

.causes-item:hover .causes-overlay {
    height: 100%;
    opacity: 1;
}

.img-sec img{
    height: 283px !important;
    width: 100%;
}
/*about page*/
.t-h1{
    font-family: var(--main-font);
    line-height: 45px;
    font-weight: 500;
}

/*end*/
/*** Service ***/

.service-item h4{
    font-family: var(--main-font);
    font-weight: 500;
}
.service-item p{
    font-family: var(--main-font);
    font-weight: 400;
}
.s-1{
    font-family: var(--main-font); 
}
.s-heading{
    font-family: var(--main-font);
}
.work a{
    font-family: var(--main-font);
    font-size: 18px;
}
.ani-img{
    overflow: hidden;
}
.ani-img img{
    transition: 0.4s linear;
}
.service-item:hover .ani-img img{
    opacity: 0.5;
    transform: scale(1.2);
}

.work a:hover{
    background-color: transparent !important;
    color: #000 !important;
}
.under-txt{
    line-height: 42px;
    font-family: var(--main-font);
    font-weight: 500;
}
.s-heading span{
    color: #FF6F0F;
}
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .06);
}

.s-txt-left h4{
    font-family: var(--main-font);
    line-height: 42px;
    font-weight: 400;
}

.s-txt-left p{
    font-family: var(--main-font);
    line-height: 31px;
}
.ser-para{
    font-family: var(--main-font);
    color: #FF6F0F;
    font-weight: 400;
    font-size: 15px;
}
.ser-btn{
    font-family: var(--main-font);
}
.ser-icons i{
    color: #fff;
}
.img-sec-s img{
    border-radius: 10px;
}
/*** Donate ***/
.bg{
    background-image: url(../img/1.jpg);
    width: 100%;
    height: 500px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-overaly-one{
    width: 100%;
    height: 500px;
    background-color: #000000bd;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.sr-txt h3{
    font-family: var(--main-font);
    color: #ff6f0f;
}
.sr-txt p{
    font-family: var(--main-font);
    color: #ffff;
    font-size: 19px;
    line-height: 31px;
}
/*school*/
.school-h{
    font-family: var(--main-font);
    line-height: 41px;
}
.school-h span{
    color: #ff6f0f;
}
/*** Team ***/
.team-txt{
    font-family: var(--main-font);
}
.main-txt{
    font-family: var(--main-font);
    line-height: 43px;
}
.main-txt span{
    color: #ff6f0f;
}

.team-p{
    font-family: var(--main-font);
}
.team-item img {
    position: relative;
    top: 0;
    transition: .5s;
}

.team-item:hover img {
    top: -30px;
}

.team-item .team-text {
    position: relative;
    height: 100px;
    transition: .5s;
}

.team-item:hover .team-text {
    margin-top: -60px;
    height: 160px;
}

.team-item .team-text .team-social {
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-text .team-social {
    opacity: 1;
}

.team-item .team-social .btn {
    display: inline-flex;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 40px;
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Testimonial ***/
.testi-h{
    font-family: var(--main-font);
}
.testi-h span{
    color: #ff6f0f;
}
.sub-testi-h{
    font-family: var(--main-font);
}
.testimonial-text p{
    font-family: var(--main-font) !important;
}
.testimonial-text h5{
    font-family: var(--main-font) !important;
}
.testimonial-text span{
    font-family: var(--main-font) !important;
}
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
    .team2{
        height:288px !important;
        width:288px !important;
    }
}

.testimonial-carousel .owl-item .testimonial-text {
    background: var(--light);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary);
    transform: scale(1);
}

.testimonial-carousel .owl-item .testimonial-text *,
.testimonial-carousel .owl-item .testimonial-item img {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: var(--light) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item img {
    background: var(--primary) !important;
} 

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}


/*** Footer ***/

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: rgba(255,255,255,0.5);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: rgba(255,255,255,0.5);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .btn.btn-square {
    color: rgba(255,255,255,0.5);
    border: 1px solid rgba(255,255,255,0.5);
}

.footer .btn.btn-square:hover {
    color: var(--secondary);
    border-color: var(--light);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--secondary);
}

.footer .copyright a:hover {
    color: var(--primary);
}


@media screen and (max-width:580px) {
    .myfont{
        font-size: 15px;
    }
    .bg{
        height: auto;
    }
    .bg-overaly-one{
        height: auto;
    }
    .img-sec-s img{
        margin-bottom: 10px;
    }
    .sr-txt h3{
        margin-top: 10px;
    }
}

/*resligious*/
.re-bg{
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: linear-gradient(rgba(0, 29, 35, .8), rgba(0, 29, 35, .8)), url(../img/about-bg.jpg) center center no-repeat;
    background-size: cover;
}
.re-h h1{
    color:#fff;
    font-family: var(--main-font);
    font-weight: bold;
    text-align: center;
}

.objective-bg{
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: linear-gradient(rgba(0, 29, 35, .8), rgba(0, 29, 35, .8)), url(../img/ma.jpg) center center no-repeat;
    background-size: cover;
}
.contact-bg-one{
    width:100%;
    height: 250px;
    background: linear-gradient(rgba(0, 29, 35, .8), rgba(0, 29, 35, .8)), url(../img/s-1.jpg) center center no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*end*/

/*section*/
.contact-info {
display: inline-block;
width: 100%;
text-align: center;
margin-bottom: 10px;
}
.contact-info-icon {
margin-bottom: 15px;
}
.contact-info-item {
background: #0c1c2fc4;
padding: 30px 0px;
border-radius: 40px;
}
.contact-page-sec .contact-page-form h2 {
color: #071c34;
text-transform: capitalize;
font-size: 22px;
font-weight: 700;
}
.contact-page-form .col-md-6.col-sm-6.col-xs-12 {
padding-left: 0;
}  
.contact-page-form.contact-form input {
margin-bottom: 5px;
}  
.contact-page-form.contact-form textarea {
height: 110px;
}
.contact-page-form.contact-form input[type="submit"] {
background: #071c34;
width: 150px;
border-color: #071c34;
}
.contact-info-icon i {
font-size: 48px;
color: #fda40b;
}
.contact-info-text p{margin-bottom:0px;}
.contact-info-text h2 {
color: #fff;
font-size: 22px;
text-transform: capitalize;
font-weight: 600;
margin-bottom: 10px;
}
.contact-info-text span {
color: #999999;
font-size: 16px;
display: inline-block;
width: 100%;
}

.contact-page-form input {
background: #f9f9f9 none repeat scroll 0 0;
border: 1px solid #f9f9f9;
margin-bottom: 20px;
padding: 12px 16px;
width: 100%;
border-radius: 4px;
}

.contact-page-form .message-input {
display: inline-block;
width: 100%;
padding-left: 0;
}
.single-input-field textarea {
background: #f9f9f9 none repeat scroll 0 0;
border: 1px solid #f9f9f9;
width: 100%;
height: 120px;
padding: 12px 16px;
border-radius: 4px;
}
.single-input-fieldsbtn input[type="submit"] {
background: #fda40b none repeat scroll 0 0;
color: #fff;
display: inline-block;
font-weight: 600;
padding: 10px 0;
text-transform: capitalize;
width: 150px;
margin-top: 20px;
font-size: 16px;
}
.single-input-fieldsbtn input[type="submit"]:hover{background:#071c34;transition: all 0.4s ease-in-out 0s;border-color:#071c34}
.single-input-field  h4 {
color: #464646;
text-transform: capitalize;
font-size: 14px;
}
.contact-page-form {
display: inline-block;
width: 100%;
margin-top: 30px;
}

.contact-page-map {
margin-top: 36px;
}
.contact-page-form form {
padding: 20px 15px 0;
}

.myh{
    font-family: var(--main-font);
    
}

.vision-bg{
    width:100%;
    height: 250px;
    background: linear-gradient(rgba(0, 29, 35, .8), rgba(0, 29, 35, .8)), url(../img/about.jpg) center top no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.test select{
    position: relative;
    z-index: 9999;
}
.my-socail{
    position: relative;
    z-index: 9999;
}
.donate-bg{
    background-image: url(../img/donate.jpg);
    width: 100%;
    height: 300px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
@media screen and (max-width:580px) {
    .mini-img{
        height: 100px !important;
        width: 100px !important;
    }
    .myh{
        font-family: var(--main-font);
        line-height: 34px;
    }
    .page-header{
        padding-top: 6rem;
        padding-bottom: 3rem;
    }
    .objective-bg{
        padding-top: 6rem;
        padding-bottom: 3rem;
    }
    .contact-bg-one{
        height: 150px;
    }
    .contact-h{
        margin-top: 25%;
    }
    .vision-bg{
        height: 150px;
    }
}


@media screen and (max-width:991px) {
    .navbar .navbar-nav .nav-link{
        color: #fff;
    }
    .test{
       text-align: center;
       line-height: 45px;
    }
    .top-bar{
        flex-direction: column;
        
    }
    .my-socail{
        display: none;
    }
    .donate-bg{
        height: 156px;
    }
}

/*blog page*/
.blog-bg{
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: linear-gradient(rgba(0, 29, 35, .8), rgba(0, 29, 35, .8)), url(../img/blog.jpg) center center no-repeat;
    background-size: cover;
}
.blog-img img{
    width: 680px;
}
.card-body{
    position: relative;
}
.mybadge{
    position: absolute;
    top: -11px;
    padding: 6px 9px;
    font-size: 12px;
}
.blog-btn{
    font-family: var(--main-font);
}


.blog-container {
    background-color: #fff;
    padding: 25px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 13%);
}
.post-content h4{
    font-family: var(--main-font);
    font-weight: 400;
}
.post-content h4 span{
    color: #FF6F0F;
}
.description{
    font-family: var(--main-font);
    font-weight: 400;
    line-height: 30px;
}
.description span{
    color: #FF6F0F;
}
.blog-sub-h{
    font-family: var(--main-font);
    
}

@media screen and (max-width:580px) {
    .blog-bg{
        height: 217px;
    }
    .b-h h1{
        margin-top: -72px;
    }
    .post-content h4{
        line-height: 32px;
    }
    .blog-sub-h{
        line-height: 30px;
    }
    .description{
        line-height: 30px;
    }
}