@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');



:root {
    --primary: #FF7000;
    --secondary: #ddf557;
    --light: #EEF9FF;
    --dark: #091E3E;
    --text-primary: #0dbbb3;

}



body {
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
    text-align: justify;

}

::selection {
    background-color: #107bdfbe;
    color: #f2f5f8;
}

::-webkit-scrollbar {
    width: 15px;

}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(255, 255, 255);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #ff8f26;
}

::-webkit-scrollbar-thumb:hover {
    background: #3a7fe8;
}



p {
    font-family: "Lora", serif;
}

h2 {
    font-family: "Merriweather", serif;
    color: #fe3925;
}

a {
    padding-top: 10px;
    text-decoration: none;
}

a:hover {
    color: #003c7b;
}

span {
    color: #FF7000;
    ;
}


/* loader */
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#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;
}

/* loader end */


/* overlay */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(63deg, #ffb20045, #42372a94, #ff99181a);

}

/* overlay */

/* topbar */
.topbar {
    background: linear-gradient(45deg, #ff8f26, #fd4441, #fff, #1ee7fb, #3f71e7);
    padding-top: 8px;
    padding-bottom: 6px;
    align-items: center;
}

.topbar p {
    margin-bottom: 0px;
    font-size: 15px;
    color: #ffffff;
}

.topbar p a {
    color: #fff;
}

.social-links {

    justify-content: space-between;
    align-items: center;
}

.social-links i {
    color: #003c7b;
    background-color: #fff;
    font-size: 16px;
    padding: 6px;
    border: 1px solid #003c7b;
    border-radius: 50%;
}


/* logo */
.logo {
    height: auto;
    width: 105px;
}

/* logo end */



/* carousel- */
.caro h5 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
}

.caro p {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
}



#carouselExampleDark .carousel-caption {
    bottom: 270px !important
}

/* carousel-end */



/* hero banner */
.hero-banner a {
    color: #333;
}

.hero-banner {
    background-image: linear-gradient(84deg, #0000002e, #000000b8, #00000000), url(../images/background.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 125px;
    padding-bottom: 125px;
    background-attachment: fixed;
}

/* hero banner  end */

/* topbar end */


.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: var(--primary);
    transform: skew(40deg);
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    padding: 35px 15px;
    font-size: 18px;
    color: var(--dark);
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}


.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
    }


}

.navbar {
    position: sticky;
    top: 0;
    z-index: 999;
}



/* about */
.about h2:after,
.about-events:after {
    content: '';
    display: block;
    vertical-align: bottom;
    width: 30px;
    height: 1px;
    background: #FF7000;
    margin-bottom: 10px;
    margin-top: 20px;
}


.section-border {
    /* border-bottom: 1px solid #eee; */
    padding: 20px 0;
}

.content-wrap {
    padding: 20px 0;
}


/* founder  */

.author-box {
    background-color: #f6f6f6;
    padding: 20px;
}

.author-box .media-heading {
    color: #222222;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 4px;
}


.author-box img {
    width: 100%;
    height: auto;
    margin-bottom: 10px
}

/* founder */

/* our program  */

.service {

    padding: 0 8%;
}


.contenar_service {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.contenar_service .card {
    text-align: center;
    padding: 25px 10px;
    /* border: 2px solid black; */
    border-radius: 1rem;
    font-size: 16px;
    background: linear-gradient(85deg, #ff8f260f, #fd44411f, #fff, #1ee7fb0f, #3f71e700);

    transition: transform 0.5s, background 0.5s;
    align-items: center;
    text-align: justify;
}

.contenar_service .card .bx {
    padding: 10px;
    font-size: 40px;
    margin-top: 10px;
    /* color: #303ef7; */
}

.contenar_service .card h3 {
    font-size: 1.1rem;
    font-weight: 600;
    font-weight: bolder;
    color: #303ef7;
    margin: 1.5rem 0 0 0.5rem;
}

.contenar_service .card p {
    margin-top: 4px;
    font-size: 14px;

}

.card:hover {
    background: #f8f8f8;
    color: #000000;
    transform: scale(1.05);
}

.card .bx:hover {
    color: #fff;
}

.all-prgram {
    align-items: center;
    text-align: center;
}

/* .our-program a{
    color: #fa5b46;
} */

.our-program a:hover {
    color: #fa5b46;
}

.program-line p {
    font-size: 17px;
}



.service img {
    height: auto;
    width: 100%;
    border-radius: 10px;
}

/* our program end */

/* translate */


.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

.goog-te-gadget {
    font-size: 0;
    /* Optional: hide text if you're customizing it */
}

#goog-gt-tt,
.goog-te-balloon-frame {
    display: none !important;
}

.goog-text-highlight {
    background: none !important;
    box-shadow: none !important;
}

/* translate End*/


/* photo slider */

.photo-slider {
    background-color: #ffe6a9;
    padding-top: 15px;
    padding-bottom: 15px;
    /* border-radius: 20px; */
}

.photo-slider h2 {

    font-size: 26px;
    font-weight: 600;
}


/******************  News Slider Demo-5 *******************/
.post-slide5 {
    margin: 0 15px;
    transition: all 0.2s ease-in-out 0s;
    box-shadow: 0 1px 2px rgba(43, 59, 93, 0.3);
    margin-bottom: 2em;
}

.post-slide5 .post-img {
    position: relative;
    overflow: hidden;
}

.post-slide5 .post-img:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    transition: all 0.3s linear 0s;
}

.post-slide5:hover .post-img:before {
    background: rgba(0, 0, 0, 0.6);
}

.post-slide5 .post-img img {
    width: 100%;
    height: auto;
}

.post-slide5 .category {
    width: 44%;
    font-size: 15px;
    color: #fff;
    line-height: 11px;
    text-align: center;
    text-transform: capitalize;
    padding: 11px 0;
    background: #ff9412;
    position: absolute;
    bottom: 0;
    left: -50%;
    transition: all 0.5s ease-in-out 0s;
}

.post-slide5:hover .category {
    left: 0;
}

.post-slide5 .post-review {
    padding: 25px 20px;
    background: #fff;
    position: relative;
}

.post-slide5 .post-title {
    margin: 0;
}

.post-slide5 .post-title a {
    display: inline-block;
    font-size: 16px;
    color: #ff9412;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 25px;
    transition: all 0.3s linear 0s;
}

.post-slide5 .post-title a:hover {
    text-decoration: none;
    color: #555;
}

.post-slide5 .post-description {
    font-size: 15px;
    color: #555;
    line-height: 26px;
}

.post-review .post-bar {
    margin-top: 20px;
}

.post-bar span {
    display: inline-block;
    font-size: 14px;
}

.post-bar span i {
    margin-right: 5px;
    color: #999;
}

.post-bar span a {
    color: #999;
    text-transform: uppercase;
}

.post-bar span a:hover {
    text-decoration: none;
    color: #ff9412;
}

.post-bar span.comments {
    float: right;
}

@media only screen and (max-width: 359px) {
    .post-slide5 .category {
        font-size: 13px;
    }
}



.post-title>a:hover {
    text-decoration: none;
    color: #333;
}

.post-slide12 .post-date {
    display: block;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 17px;
}

.post-description {
    color: #333;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
}

.owl-pagination {
    margin-top: 40px;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #3498db;
}

@media only screen and (max-width: 990px) {
    .post-slide12 .over-layer:after {
        top: 39%;
        left: 45%;
    }
}

@media only screen and (max-width: 640px) {
    .post-slide12 .post-img {
        width: 100%;
    }

    .post-slide12 .post-review {
        width: 100%;
        padding: 10px;
    }
}

/* photo slider end*/





/* section-middle */
.section-middle {
    background-image: linear-gradient(#00000073), url(../images/donatebg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top: 100px;
    padding-bottom: 100px;

}

.section-middle P {
    color: #fff;
}

.section-middle h2 {
    color: #ffffff;
    font-weight: 700;
}

/* section-middle end */


/* last section start */
.section-last {
    background-color: #ffe6a9;
    padding-top: 23px;
    padding-bottom: 8px;
}

/* last section start */


/* vision mission */

.about i {
    background-color: #ff7000;
    padding: 10px;
    border: 2px solid #ff3939;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
    font-size: 20px;
    margin-right: 20px;
}

.about h3:hover {
    color: #ff7000;
}


.about h3 {
    font-weight: 600;
}


/* vision mission end*/


/* gallery */
.gallery img {
    margin-bottom: 10px;
}

/* gallery */


/* contact section */
.contact a {
    color: #000000;
    font-size: 15px;

}

.contact a:hover {
    color: #0a69cf;
}

.contact i {
    font-size: 25px;

}

/* contact section */

/* Bank account */
.account i {
    background-color: #014bae;
    padding: 10px;
    border: 2px solid #29b5f3;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
    font-size: 20px;
    margin-right: 20px;
}

/* Bank account end*/

/* back to top */
#button {
    display: inline-block;
    background-color: #2f9ded;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 23px;
    line-height: 20px;
    color: #fff;
}



/* testimonial  */


/* testimonial end */

/* info  */
.info img {
    border-radius: 10px;
}

/* info  end*/

/* swiper */

swiper-container {
    width: 100%;
    height: 100%;
}

swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

swiper-container::part(button-next),
swiper-container::part(button-prev) {
    color: #fff;
    padding: 0;
}

swiper-container::part(pagination) {
    position: relative;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    bottom: 0px !important;
    color: #333;
    z-index: 1;
    padding-top: 0.5em;
}

swiper-container::part(swiper-pagination-fraction) {
    background: rgba(0, 0, 0, 0.5);
    margin: 0 auto;
    max-width: 50px;
}

swiper-container::part(bullet) {
    background-color: rgba(240, 60, 20, 0.5);
    opacity: 1;
    width: 15px;
    height: 15px;
}

swiper-container::part(bullet-active) {
    background-color: #f03c14;
    width: 18px;
    height: 18px;
}

/* swiper end */




/* footer start */
footer {
    background-color: #febc1e61;
    padding-top: 30px;

}

footer p {
    color: #000000;
}

footer a {
    color: #000000;
}

footer h4 {
    color: #002bbf;
}

.footer-logo {
    height: auto;
    width: 140px;
    margin-bottom: 10px;
}

footer a:hover {
    color: #0a69cf;
}

footer .d-flex i {
    background-color: #fff;
    padding: 7px;
    border-radius: 50%;
    color: #fd4441;
    border: 1px solid #fd4441;
}

/*  footer End */



.our-team {
    text-align: center;
    overflow: hidden;
    position: relative;
}

.our-team img {
    width: 100%;
    height: 380px;
    transition: all 0.5s ease-in-out 0s;
}

.our-team:hover img {
    transform: scale(1.2);
}

.our-team .social {
    list-style: none;
    padding: 30px 15px;
    margin: 0;
    background: #003c7b;
    border-bottom-right-radius: 50px;
    position: absolute;
    top: 0;
    left: -50%;
    transition: all 0.4s ease-in-out 0s;
}

.our-team:hover .social {
    left: 0;
}

.our-team .social li {
    display: block;
}

.our-team .social li a {
    display: block;
    padding: 5px 0;
    font-size: 18px;
    color: #fff;
    transition: all 0.3s ease-in-out 0s;
}

.our-team .social li:first-child a {
    padding-top: 0;
}

.our-team .social li:last-child a {
    padding-bottom: 0;
}

.our-team .social li a:hover {
    color: #000;
    text-decoration: none;
}

.our-team .team-content {
    width: 100%;
    padding: 15px 10px;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    left: 0;
}

.our-team .title {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    margin: 0 0 5px 0;
}

.our-team .post {
    display: block;
    font-size: 14px;
    color: #ff7000;
}

.ourteam h4 {
    color: #014bae;
}

@media only screen and (max-width: 990px) {
    .our-team {
        margin-bottom: 30px;
    }
}



@media only screen and (max-width: 530px) {

    .topbar p {
        margin-bottom: 0px;
        font-size: 11px;
        color: #000000;
    }

    .logo {
        height: auto;
        width: 80px;
    }

    .carousel-inner h5 {
        color: #fff;
        font-size: 16px;
        font-weight: 600;
    }

    .carousel-inner p {
        color: #fff;
        font-size: 15px;
        font-weight: 600;
    }
}


@media only screen and (max-width: 480px) {

    .service img {

        width: 315px;

    }

    #carouselExampleDark .carousel-caption {
        bottom: 30px !important;

    }

    .photo-slider h2 {

        font-size: 20px;
        margin-bottom: 20px;
    }

    .section-middle h2 {
        font-size: 20px;

    }

    .content-wrap {
        padding: 0px 0;
    }

    .section-border {

        padding: 0px 0;
    }

    .program-line p {
        font-size: 13px;
    }

}


@media only screen and (max-width: 420px) {

    .service img {

        width: 273px;
    }

    #carouselExampleDark .carousel-caption {
        bottom: 15px !important;

    }


}