/********** Template CSS **********/
:root {
    --primary: #06A3DA;
    --secondary: #F57E57;
    --light: #EEF9FF;
    --dark: #000;
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

.btn {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
}

    .btn-primary:hover {
        background: var(--secondary);
        border-color: var(--secondary);
    }

    .btn-secondary:hover {
        background: var(--primary);
        border-color: var(--primary);
    }

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

#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;
    }

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: var(--primary);
    transform: skew(40deg);
}

.navbar-dark .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    padding: 25px 15px;
    font-size: 18px;
    color: var(--light);
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--dark);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
    }
}




.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .45);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (min-width: 991.98px) {
    .banner {
        position: relative;
        margin-top: -90px;
        z-index: 1;
    }
}

.section-title h5::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 3px;
    right: -55px;
    bottom: 11px;
    background: var(--primary);
}

.section-title h5::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    right: -75px;
    bottom: 11px;
    background: var(--secondary);
}

.twentytwenty-wrapper {
    height: 100%;
}

.hero-header {
    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.bg-appointment {
    background: linear-gradient(rgba(199, 34, 18, .25), rgba(185, 24, 9, .25)), url(../img/carousel-3.jpg) center center no-repeat;
    background-size: cover;
}

.appointment-form {
    background: rgba(6, 163, 218, .7);
}

.service-item img,
.service-item .bg-light,
.service-item .bg-light h5,
.team-item .team-text {
    transition: .5s;
}

.service-item:hover img {
    transform: scale(1.15);
}

.team-item .team-text::after,
.service-item .bg-light::after {
    position: absolute;
    content: "";
    top: 50%;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-radius: 100px / 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .7);
    opacity: 0;
    transition: .5s;
    z-index: -1;
}

.team-item:hover .team-text::after,
.service-item:hover .bg-light::after {
    opacity: 1;
}

.bg-offer {
    background: url(../img/graduate.jpg) center center no-repeat;
    background-size: cover;
}

.offer-text {
    background: rgba(6, 163, 218, .85);
}

.price-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 45px);
    height: 45px;
    top: calc(50% - 22.5px);
    left: -22.5px;
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
}

.price-carousel:hover .owl-nav {
    opacity: 1;
}

.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--dark);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

    .price-carousel .owl-nav .owl-prev:hover,
    .price-carousel .owl-nav .owl-next:hover {
        background: var(--secondary);
    }

.bg-testimonial {
    background: #fff;
}

.testimonial-carousel {
    background: #fff;
}

    .testimonial-carousel .owl-nav {
        position: absolute;
        width: calc(100% + 46px);
        height: 46px;
        top: calc(50% - 23px);
        left: -23px;
        display: flex;
        justify-content: space-between;
        z-index: 1;
    }

        .testimonial-carousel .owl-nav .owl-prev,
        .testimonial-carousel .owl-nav .owl-next {
            position: relative;
            width: 46px;
            height: 46px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #FFFFFF;
            background: var(--primary);
            border-radius: 2px;
            font-size: 22px;
            transition: .5s;
        }

            .testimonial-carousel .owl-nav .owl-prev:hover,
            .testimonial-carousel .owl-nav .owl-next:hover {
                background: var(--secondary);
            }

    .testimonial-carousel .owl-item img {
        width: 120px;
        height: 120px;
    }


.bg-red {
    background: #e82b18;
}

.bg-gray {
    background: #d7d8d5;
}

.bg-circle {
    background: url(../img/red.png) no-repeat;
    height: 175px;
    width: 175px;
    padding-top: 25px;
}

.bg-marron {
    background: url(../img/people.png) no-repeat bottom right #a40000;
}

.text-yellow {
    color: #fff12a;
}

.count {
    background: #e82b18;
    border-radius: 25px;
    color: #fff;
    border: 4px solid #ae1c0d;
    height: 300px;
    height: auto !important;
    min-height: 300px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}

.counter-stat {
    position: relative;
}


@media (max-width: 991.98px) {


    .navbar-dark .navbar-nav .nav-link {
        font-family: 'Jost', sans-serif;
        padding: 10px 15px;
        font-size: 18px;
        color: var(--light);
        outline: none;
        transition: .5s;
    }
}


.single-page .page-header {
    position: relative;
    z-index: 99;
    padding-top: 100px;
    padding-bottom: 72px;
    background-size: cover !important;
}

    .single-page .page-header::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.7);
    }

    .single-page .page-header h1 {
        position: relative;
        padding-bottom: 24px;
        font-size: 36px;
        font-weight: 600;
        color: #fff;
    }

        .single-page .page-header h1::before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 64px;
            height: 4px;
            border-radius: 2px;
            background: #ff5a00;
        }


.about-page .page-header {
    background: url(../../images/about-bg.jpg) no-repeat center;
}

.causes-page .page-header {
    background: url(../images/causes-bg.jpg) no-repeat center;
}

.single-cause .page-header {
    background: url(../images/single-cause-bg.jpg) no-repeat center;
}

.portfolio .page-header {
    background: url(../images/portfolio-bg.jpg) no-repeat center;
}

.news-page .page-header {
    background: url(../images/news-bg.jpg) no-repeat center;
}

.contact-page .page-header {
    background: url(../images/contact-bg.jpg) no-repeat center;
}

.elements-page .page-header {
    background: url(../images/elements-bg.jpg) no-repeat center;
}

.about-page .welcome-wrap {
    padding: 96px 0;
}

.welcome-content .entry-title {
    position: relative;
    padding-bottom: 24px;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
}

    .welcome-content .entry-title::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 64px;
        height: 4px;
        border-radius: 2px;
        background: #ff5a00;
    }

.welcome-content .entry-content {
    font-size: 14px;
    line-height: 2;
}

.form-login {
    background-color: #EDEDED;
    padding-top: 18px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 15px;
    border-color: #d2d2d2;
    border-width: 5px;
    box-shadow: 0 1px 0 #cfcfcf;
}

.donate_1 {
    background: url(/images/hero2.jpg) no-repeat;
    background-size: cover;
    padding: 4% 10%;
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef !important;
    border-radius: 0.3rem;
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

.full-width {
    width: 100%;
}

.contact-page-wrap .entry-content {
    margin-top: 96px;
}

    .contact-page-wrap .entry-content ul.contact-info {
        margin: 5px 0 25px 0;
    }

        .contact-page-wrap .entry-content ul.contact-info li {
            display: flex;
            align-items: baseline;
            margin-bottom: 5px;
            font-size: 14px;
        }

        .contact-page-wrap .entry-content ul.contact-info .fa {
            width: 28px;
            margin-right: 10px;
            font-size: 18px;
            color: #e82b18;
            text-align: center;
        }

.contact-form {
    padding: 35px 20px 55px;
    margin-top: 96px;
    background: #edf3f5;
}

    .contact-form input[type="text"],
    .contact-form input[type="email"],
    .contact-form textarea {
        width: 100%;
        padding: 12px 24px;
        margin-bottom: 5px;
        margin-top: 18px;
        border: 1px solid #e0e0e0;
        font-size: 14px;
        line-height: 1;
    }

        .contact-form input[type="text"]:focus,
        .contact-form input[type="email"]:focus,
        .contact-form textarea:focus {
            outline: none;
        }

        .contact-form input[type="text"]::placeholder,
        .contact-form input[type="email"]::placeholder,
        .contact-form textarea::placeholder {
            color: #929191;
        }

    .contact-form span {
        display: block;
    }

    .contact-form input[type="submit"] {
        cursor: pointer;
    }

.contact-page .contact-gmap {
    margin-top: 92px;
}

    .contact-page .contact-gmap iframe {
        display: block;
        width: 100%;
        height: 440px;
    }

/*.list-group-flush>.list-group-item{
        border-width:0 !important;
    }

.list-group-flush:first-child {
    border-width: 1px 0 0 0 !important;
}

.list-group-flush:last-child {
    border-width: 1px 0 0 1px 0 !important;
}*/

.card {
    border-radius: 4px !important;
}

.beneficiary {
    max-height: 280px;
    min-height: 280px;
    height: auto !important;
}

.donor {
    max-height: 280px;
    min-height: 280px;
    height: auto !important;
}

.price-item {
    max-height: 550px;
    min-height: 550px;
    height: auto !important;
}


.list2 { margin:0; padding:0;}
.list2 ul { margin:0; padding:0; float:left;}
.list2 ul li { list-style-image: url(../../images/tick.png); margin-left:30px;   border-radius:5px; padding:8px; margin-bottom:8px; list-style-position:outside; text-align:justify;    }

.text-justify {
  text-align: justify;
}