/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
}

:root {
    --primary: #15064c;
    --secondary: #fff;
    --light-bg: #0f356538;
    --light: #fff;
}

a {
    color: #0067ab;
    text-decoration: none;
    font-weight: bold;
}

    a:hover {
        color: #1272b3;
        text-decoration: none;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: var(--primary);
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

    .back-to-top i {
        font-size: 28px;
        color: #fff;
        line-height: 0;
    }

    .back-to-top:hover {
        background: var(--light-bg);
        color: #fff;
    }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}
/*--------------------------------------------------------------
# Top Header
--------------------------------------------------------------*/
.topbar {
    /*  background: #ada8a885;*/
    background: #29176e;
    /*    padding: 8px;*/
}

    .topbar .button-sec {
        padding: 0;
        text-align: center;
    }

.top-contact li {
    display: inline-block;
    position: relative;
}
/*.top-contact li::before {
    content: '|';
    position: absolute;
    color: #fff;
    top: 0;
    left: 0;
    padding: 0 0;
}
.top-contact li::after {
    content: '|';
    position: absolute;
    color: #fff;
    top: 0;
    right: 0;
    padding: 0 0;
}*/
.top-contact ul {
    padding: 0;
    margin: 0;
    text-align: right;
}

.subscribe {
    padding: 6px;
    /*    border-left: 1px solid #fff;*/
    /*    border-right: 1px solid #fff;*/
}

    .subscribe ul {
        padding: 0;
        margin: 0;
    }

    .subscribe li {
        display: inline-block;
    }

.email-sec input {
    width: 98%;
    height: auto;
    border: none;
    padding: 2px;
}

.email-btn {
    color: #fff;
    padding: 11px 21px;
    background: var(--primary);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    /* margin-left: -11px; */
    border-radius: 10px;
    width: auto;
    text-align: center;
}

::placeholder {
    font-size: 13px;
    padding-left: 8px;
}

.button-sec button {
    width: 100%;
    /* background: none; */
    border: none;
    color: #fff;
    font-size: 12px;
    text-align: center;
}
/* .button-sec{
  margin-top: 2px;
} */

.topbar .social-media .fa-instagram {
    border-right: 1px solid #fff;
    padding-right: 24px;
}

.topbar .social-media i {
    padding: 11px;
    /*  background: var(--primary);*/
    font-size: 14px;
    width: 30px;
    color: #fff;
    text-align: center;
    /*  border-radius: 50%;*/
    border-left: 1px solid #fff;
    /* border-right: 1px solid #fff; */
    margin: 0 auto;
    text-align: center;
}

.topbar .col:after,
.topbar .col:before {
    content: '|';
}
/*.topbar li:after {
    content: '|';
    position: absolute;
    top: 0;
    bottom: 0;
}*/
/*.social-media{
  text-align: center;
}*/
.social-media .fa {
    padding: 6px;
}

.topbar .button-sec a,
.topbar .top-contact a {
    color: #fff;
    font-weight: 500;
    font-size: 13px;
}

.social-media {
    /* padding: 8px; */
}

    .social-media a {
        padding: 5px 1px;
        /* border-right: 1px solid #fff; */
        text-align: center;
        margin: 0 auto;
    }

    .social-media .border-left {
        /* border-left: 1px solid #fff; */
    }

.top-contact i {
    padding-right: 5px;
}

@media (max-width: 991px) {
    .topbar .button-sec {
        padding: 0;
        text-align: center;
    }

    .top-contact ul {
        padding: 0 0 10px 0;
        text-align: center;
    }

    .d-contact-block {
        display: block;
    }

    .top-contact li {
        padding: 0 0 10px 0;
        display: inline-block;
    }

    .topbar .social-media .fa-instagram,
    .topbar .social-media i {
        border: none;
    }

    .social-media a {
        border: none;
    }

    .social-media .border-left {
        border: none;
    }

    .subscribe {
        padding: 0;
        border: none;
    }

    .topbar .top-nav {
        border-right: 1px solid #fff;
        padding-right: 9px;
    }
}

@media (max-width: 480px) {
    .d-contact-block {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .top-contact {
        text-align: center;
    }

    .email-btn {
        margin-left: 0;
    }

    .topbar .donate-sec,
    .social-media {
        padding: 8px;
        text-align: center;
    }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    background: url(../img/header-bg.png) no-repeat;
    background-size: cover;
    /*background: #fff;*/
    transition: all 0.5s;
    z-index: 997;
    border-bottom: 5px solid var(--primary);
}

    #header .overlay {
        padding: 10px 50px;
        background: #ffffffcf;
        width: 100%;
    }

    #header.header-scrolled {
        padding: 12px 0;
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    }

    #header .logo {
        font-size: 30px;
        margin: 0 auto;
        padding: 0 45px 0 0;
        font-weight: 600;
        font-family: "Poppins", sans-serif;
    }

        #header .logo a {
            color: #111111;
        }

            #header .logo a span {
                color: #e03a3c;
            }

        #header .logo img {
            width: 100%;
            max-height: 180px;
        }

        #header .logo h2 {
            font-size: 30px;
            font-weight: bold;
        }

        #header .logo h3 {
            font-size: 20px;
        }

@media (max-width:991px) {
    #header {
        padding: 10px;
    }

        #header .logo img {
            width: 100%;
            max-height: 60px;
        }

    .mobile-nav-toggle {
        color: #111111;
        font-size: 28px;
        cursor: pointer;
        display: none;
        line-height: 0;
        transition: 0.5s;
        text-align: center;
        margin: 0 auto;
    }
}
/*--------------------------------------------------------------
# Get Startet Button
--------------------------------------------------------------*/
.get-started-btn {
    background: #fff212;
    color: #000;
    border-radius: 25px;
    padding: 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    font-family: 'Oswald';
    text-transform: uppercase;
}

    .get-started-btn:hover {
        background: #111111;
        color: #fff;
    }

@media (max-width: 992px) {
    .get-started-btn {
        /* margin: 0 15px 0 0; */
        padding: 6px 18px;
    }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
    float: right;
    margin: 0;
    padding: 0;
}

    .navbar ul {
        margin: 0 auto;
        padding: 0;
        display: flex;
        float: right;
        list-style: none;
        align-items: center;
    }

    .navbar li {
        position: relative;
    }

    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px;
        font-family: "Raleway", sans-serif;
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 600;
        color: #111111;
        white-space: nowrap;
        transition: 0.3s;
    }

        .navbar a i,
        .navbar a:focus i {
            font-size: 12px;
            line-height: 0;
            margin-left: 5px;
        }

        .navbar a:hover,
        .navbar .active,
        .navbar .active:focus,
        .navbar li:hover > a {
            color: #0067ab;
        }

    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 0;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: var(--primary);
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
        border-radius: 15px;
    }

        .navbar .dropdown ul li {
            min-width: 200px;
        }

        .navbar .dropdown ul a {
            padding: 10px 20px;
            font-size: 13px;
            color: #fff;
            text-transform: capitalize;
        }

            .navbar .dropdown ul a i {
                font-size: 12px;
            }

            .navbar .dropdown ul a:hover,
            .navbar .dropdown ul .active:hover,
            .navbar .dropdown ul li:hover > a {
                color: #958c8c;
                border-right: 2px solid var(--secondary);
                background: #381da1;
                margin-left: 5px;
            }

    .navbar .dropdown:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }

    .navbar .dropdown .dropdown:hover > ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #111111;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

    .mobile-nav-toggle.bi-x {
        color: #fff;
    }

/* @media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
} */

@media (max-width: 1200px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    transition: 0.3s;
    z-index: 999;
}

    .navbar-mobile .mobile-nav-toggle {
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .navbar-mobile ul {
        display: block;
        position: absolute;
        top: 55px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        padding: 10px 0;
        background-color: #fff;
        overflow-y: auto;
        transition: 0.3s;
    }

    .navbar-mobile a,
    .navbar-mobile a:focus {
        padding: 10px 20px;
        font-size: 15px;
        color: #111111;
    }

        .navbar-mobile a:hover,
        .navbar-mobile .active,
        .navbar-mobile li:hover > a {
            color: #e03a3c;
        }

    .navbar-mobile .getstarted,
    .navbar-mobile .getstarted:focus {
        margin: 15px;
    }

    .navbar-mobile .dropdown ul {
        position: static;
        display: none;
        margin: 10px 20px;
        padding: 10px 0;
        z-index: 99;
        opacity: 1;
        visibility: visible;
        background: var(--primary);
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    }

        .navbar-mobile .dropdown ul li {
            min-width: 200px;
        }

        .navbar-mobile .dropdown ul a {
            color: var(--light);
            padding: 10px 20px;
        }

            .navbar-mobile .dropdown ul a i {
                font-size: 12px;
            }

            .navbar-mobile .dropdown ul a:hover,
            .navbar-mobile .dropdown ul .active:hover,
            .navbar-mobile .dropdown ul li:hover > a {
                color: #e03a3c;
            }

    .navbar-mobile .dropdown > .dropdown-active {
        display: block;
    }
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 60px 0;
    overflow: hidden;
    position: relative;
}

.section-title {
    /*! text-align: center; */
    padding-bottom: 10px;
    position: relative;
}

    .section-title h2 {
        color: var(--primary);
        font-size: 24px;
        font-weight: bold;
        text-transform: capitalize;
        margin-bottom: 10px;
        padding-bottom: 20px;
        position: relative;
    }

        .section-title h2 span {
            color: #000;
            font-size: 24px;
            font-weight: bold;
            text-transform: capitalize;
            margin-bottom: 10px;
            padding-bottom: 20px;
            position: relative;
        }

        .section-title h2::after {
            content: "";
            position: absolute;
            display: block;
            width: 50px;
            height: 3px;
            background: var(--primary);
            bottom: 0;
            left: 0;
        }

    .section-title p {
        margin-bottom: 0;
    }

.section-bg {
    padding: 120px 0;
    color: #fff;
}

    .section-bg:before {
        content: "";
        background: #1b1b1b;
        position: absolute;
        bottom: 60px;
        top: 60px;
        left: 0;
        right: 0;
        transform: skewY(-3deg);
    }
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 600px;
    background-color: rgba(63, 73, 83, 0.8);
    overflow: hidden;
    position: relative;
}

    #hero .carousel,
    #hero .carousel-inner,
    #hero .carousel-item,
    #hero .carousel-item::before {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
    }

    #hero .carousel-item {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

        #hero .carousel-item::before {
            content: "";
            background-color: rgba(0,0,0,0.34);
        }

    #hero .carousel-container {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: 70px;
        top: 70px;
        left: 50px;
        right: 50px;
    }

    #hero .container {
        text-align: center;
    }

    #hero img {
        width: 100%;
    }

    #hero h2 {
        color: #fff;
        margin-bottom: 20px;
        font-size: 48px;
        font-weight: 700;
    }

    #hero p {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
        margin: 0 auto 30px auto;
        color: #fff;
    }

    #hero .carousel-inner .carousel-item {
        transition-property: opacity;
        background-position: center top;
    }

    #hero .carousel-inner .carousel-item,
    #hero .carousel-inner .active.carousel-item-start,
    #hero .carousel-inner .active.carousel-item-end {
        opacity: 0;
    }

    #hero .carousel-inner .active,
    #hero .carousel-inner .carousel-item-next.carousel-item-start,
    #hero .carousel-inner .carousel-item-prev.carousel-item-end {
        opacity: 1;
        transition: 0.5s;
    }

        #hero .carousel-inner .carousel-item-next,
        #hero .carousel-inner .carousel-item-prev,
        #hero .carousel-inner .active.carousel-item-start,
        #hero .carousel-inner .active.carousel-item-end {
            left: 0;
            transform: translate3d(0, 0, 0);
        }

    #hero .carousel-control-next-icon,
    #hero .carousel-control-prev-icon {
        background: none;
        font-size: 30px;
        line-height: 0;
        width: auto;
        height: auto;
        background: var(--primary);
        border-radius: 0;
        transition: 0.3s;
        color: rgba(255, 255, 255, 0.5);
        width: 54px;
        height: 54px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        #hero .carousel-control-next-icon:hover,
        #hero .carousel-control-prev-icon:hover {
            background: var(--primary);
            color: rgba(255, 255, 255, 0.8);
        }

    #hero .carousel-control-prev {
        margin-left: -9px;
    }

    #hero .carousel-control-next {
        margin-right: -9px;
    }

    #hero .carousel-indicators li {
        cursor: pointer;
        background: #fff;
        overflow: hidden;
        border: 0;
        width: 12px;
        height: 12px;
        border: 2px solid #000;
        border-radius: 50px;
        opacity: 0.6;
        transition: 0.3s;
    }

        #hero .carousel-indicators li.active {
            opacity: 1;
            background: var(--primary);
        }

    #hero .btn-get-started {
        font-family: "Raleway", sans-serif;
        font-weight: 500;
        font-size: 14px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 14px 32px;
        border-radius: 4px;
        transition: 0.5s;
        line-height: 1;
        color: #fff;
        -webkit-animation-delay: 0.8s;
        animation-delay: 0.8s;
        background: #d9232d;
    }

        #hero .btn-get-started:hover {
            background: #df3740;
        }

.banner-content {
    padding: 45px;
}

#hero .support-btn {
    padding: 12px 27px;
    color: #fff;
    background: var(--primary);
    /* position: absolute; */
    right: 0;
    /* bottom: -48px; */
    transition: ease all .5s;
    border-radius: 25px;
}

    #hero .support-btn:hover {
        padding: 12px 27px;
        color: #fff;
        background: var(--primary);
        /* position: absolute; */
        right: 0;
        /* bottom: -48px; */
        transition: ease all .5s;
        border-radius: 25px;
    }

#hero .banner-content img {
    width: 80px;
    height: auto;
    position: absolute;
    top: -67px;
    left: 0;
}

#hero .carousel-control-next,
#hero .carousel-control-prev {
    opacity: 1;
}

.curve img {
    position: absolute;
    bottom: 0;
}

.banner-content-details h3 {
    color: #fff;
}

@media (max-width: 1024px) {
    #hero {
        height: 432px;
    }

        #hero .carousel-container {
            top: 8px;
        }

        #hero .banner-content img {
            width: 80px;
            height: auto;
            position: absolute;
            top: -5px;
            left: 0;
        }
}

@media (max-width: 768px) {
    #hero h2 {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    #hero {
        height: 200px;
    }
}

@media (min-width: 1024px) {

    #hero .carousel-control-prev,
    #hero .carousel-control-next {
        width: 5%;
    }
}

/*@media (max-height: 500px) {
  #hero {
    height: auto;
  }
}*/
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
#main::before {
    background: url(../img/backgornd.png);
    background-size: cover;
    scroll-behavior: smooth;
}

#main h3 {
    font-size: 22px;
    font-weight: bold;
    color: var(--secondary);
    font-family: 'Roboto Slab';
    position: relative;
    padding-bottom: 15px;
    border-radius: 15px;
}

    #main h3::after {
        content: "";
        position: absolute;
        display: block;
        width: 38px;
        height: 3px;
        background: var(--primary);
        bottom: 5px;
        left: 0;
    }

.tabconent-details h3 {
    color: #fff !important;
}
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-content {
    padding: 35px 0;
}

.about-img img {
    width: 100%;
}

.about-img {
    text-align: center;
    border: 2px solid #8080808f;
    padding: 30px;
    border-radius: 10px;
}

    .about-img .section-title h2::after {
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .about-img p {
        font-size: 14px;
        padding-top: 15px;
    }

    .about-img .read-more-btn {
        padding: 8px 12px;
        background: #76c04e;
        color: #000;
        transition: ease all .5s;
    }

        .about-img .read-more-btn:hover {
            padding: 8px 12px;
            background: #000;
            color: #fff;
            transition: ease all .5s;
        }

.reach {
    background: var(--light-bg);
}

.reach-img {
    padding: 0;
}

    .reach-img img {
        width: 100%;
        margin-top: -48px;
    }

.custom-align {
    display: flex;
    align-items: center;
}

.about-content .card {
    margin-left: -53px;
    padding: 22px;
}

.primary-btn {
    border: 1px solid #15064c;
    border-radius: 30px;
    padding: 0.5rem 2rem;
    background-color: var(--primary);
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.about-content-details p {
    margin: 0;
}

.about-button-sec {
    padding-left: 15px;
}

.about-us-img img {
    border-radius: 50px;
}

.reach .curve img {
    position: absolute;
    top: -62px;
    transform: rotate(180deg);
}

.feature-plan .section-title.text-center {
    text-align: center;
}

    .feature-plan .section-title.text-center h2::after {
        margin: 0 auto;
        position: absolute;
        left: 0;
        right: 0;
    }

.reach-content.text-light .section-title h2 {
    color: #fff;
}

.bg-primary {
    background: #29176e !important;
}

.reach-content.text-light .section-title h2 span {
    color: #fff;
    /*    color: #8472cb;*/
}

.reach-content.text-light .section-title h2::after {
    background: #fff;
}

.curve-back {
    position: absolute;
    bottom: 0;
}

@media (max-width:991px) {
    .about-content .card {
        margin-left: 0;
        padding: 22px;
    }
}
/*--------------------------------------------------------------
# Page-banner
--------------------------------------------------------------*/
.page-banner {
    padding: 35px 0 15px 0;
    /* background: #0067ab; */
    color: #000;
    background: url(../img/style-top-color-blue-rotate.png) no-repeat;
    background-size: cover;
    height: 186px;
}

    .page-banner .page-content {
        /*        border: 1px solid #000;*/
        padding: 0 35px;
    }

    /* .page-banner .container{
  border: 1px solid #000;
} */

    .page-banner h2 {
        color: #fff;
        font-size: 30px;
        font-weight: bold;
        padding: 8px 0;
        /* padding-bottom: 10px; */
    }

/*---------------------------------------------------------------
Overview
--------------------------------------------------------------*/
.overview-content {
    font-family: 'Roboto Slab';
}

    .overview-content .single-tab {
        /* padding: 4px 0; */
        display: block;
    }

/* Style the tab */
.tab {
    float: left;
    /* border: 1px solid #ccc;
  background-color: #f1f1f1; */
    width: 25%;
    min-height: 300px;
    padding: 25px;
    /* border: 1px solid #000; */
    /*! background: #76c04e3b; */
}

    /* Style the buttons inside the tab */
    .tab button {
        display: block;
        background-color: inherit;
        color: black;
        padding: 8px 16px;
        width: 100%;
        border: none;
        outline: none;
        text-align: left;
        cursor: pointer;
        transition: 0.3s;
        font-size: 17px;
        border-bottom: 1px solid #000;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: var(--light-bg);
        }

        /* Create an active/current "tab button" class */
        .tab button.active {
            background-color: var(--secondary);
            color: #fff;
        }

/* Style the tab content */
.tabcontent {
    float: left;
    padding: 0px 35px;
    /* border: 1px solid #ccc; */
    width: 75%;
    border-left: none;
    height: 100%;
}

    .tabcontent h3 {
        font-size: 24px;
        font-family: 'Roboto';
        color: #fff;
        background: var(--primary);
        padding: 8px 16px;
    }

        .tabcontent h3::after {
            display: none !important;
        }

@media(max-width: 767px) {
    .overview-content .tab {
        float: left;
        width: 100%;
        height: 300px;
        padding: 25px;
        border: 1px solid #000;
        background: #76c04e3b;
    }

    .tabcontent {
        padding: 35px 7px;
        width: 100%;
    }
}

.button-sec {
    padding: 20px 0;
}
/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.single-programme-img img {
    width: 100%;
}

.single-programme-details {
    padding: 5px;
}

    .single-programme-details h2 {
        font-size: 28px;
        font-weight: bold;
        color: var(--light-bg);
    }

    .single-programme-details hr {
        border-bottom: 3px solid var(--light-bg);
        z-index: 999;
        margin-bottom: 5px;
        width: 90px;
        opacity: 1;
    }

    .single-programme-details p {
        font-size: 14px;
        text-align: justify;
    }

.single-programme-details {
    padding: 20px 15px;
}
/*--------------------------------------------------------------
# About campaigns
--------------------------------------------------------------*/
.campaigns-title h2 {
    font-family: 'Oswald';
    text-transform: uppercase;
}

.campaigns-about-content p {
    text-align: justify;
    padding: 15px 0;
    font-size: 14px;
}

.about-campaigns::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -104px;
    background: url('../img/campains-back2.png') no-repeat;
    background-size: auto;
    width: 163px;
    height: 389px;
    background-size: cover;
    z-index: -1;
}

.about-campaigns-details {
    background: #fff;
    padding: 15px;
}

.campaigns-title h2 span {
    color: #76c04e;
}

.counting .number {
    font-size: 38px;
    font-weight: bold;
    font-family: 'Oswald';
}

.counting .number {
    font-size: 38px;
    font-weight: bold;
    font-family: 'Oswald';
    text-align: center;
    text-shadow: 2px 2px #f00;
}

.counting h5 {
    border: 5px solid #fff212;
    padding: 22px;
    margin-top: -41px;
}
/*--------------------------------------------------------------
# Our Reach
--------------------------------------------------------------*/

.counters {
    /* background: #0f479a; */
    color: #000;
    padding: 40px 20px;
}

    .counters .container {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 30px;
        text-align: center;
    }

    .counters i {
        color: var(--light);
        margin-bottom: 0;
        font-size: 28px;
    }

    .counters .counter {
        color: #fff;
        font-size: 45px;
        font-weight: bold;
        text-align: center;
        margin: 10px 0;
    }

    .counters h3 {
        color: var(--light);
        font-size: 18px;
        text-align: center;
        font-weight: 500;
        text-transform: capitalize;
    }

.single-counter {
    text-align: center;
}

@media (max-width: 700px) {
    .counters .container {
        grid-template-columns: repeat(2, 1fr);
    }

        .counters .container > div:nth-of-type(1),
        .counters .container > div:nth-of-type(2) {
            border-bottom: 1px lightskyblue solid;
            padding-bottom: 20px;
        }
}

/*--------------------------------------------------------------
# Our Work
--------------------------------------------------------------*/
.our-work .text-center h2::after {
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.our-work .tabs .nav-tabs {
    border: 0;
}

.our-work .tabs .nav-link {
    border: 1px solid #b9b9b9;
    padding: 8px;
    transition: 0.3s;
    color: #fff;
    background: var(--primary);
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50px;
}

    .our-work .tabs .nav-link:hover {
        border: 1px solid #b9b9b9;
        padding: 8px;
        transition: 0.3s;
        color: #fff;
        background: #291478;
        border-radius: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        border-radius: 50px;
    }

    .our-work .tabs .nav-link i {
        padding-right: 5px;
        font-size: 35px;
    }

    .our-work .tabs .nav-link h4 {
        font-size: 16px;
        font-weight: 600;
        margin: 0;
        text-transform: uppercase;
    }

    .our-work .tabs .nav-link:hover {
        color: #fff;
        background: #2e1a76;
    }

    .our-work .tabs .nav-link.active {
        background: var(--primary);
        color: #fff;
        border-color: var(--primary);
    }

.work.details img {
    position: relative;
}

.work-details-img img {
    border-radius: 50px;
}

.work-details-content {
    padding: 35px 0;
}

    .work-details-content .card {
        margin-left: -56px;
        margin-top: 65px;
    }

@media (max-width:991px) {
    .work-details-content .card {
        margin-left: 0;
        margin-top: -38px;
    }
}
/*.work-details-content{
  background: rgba(0, 0, 0, 0.45);;
  color: #fff;
  padding: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}*/
.work-menu {
    position: absolute;
    top: 7px;
    right: 8px;
    background: #000;
    border: 1px solid #fff;
    /* padding: 10px; */
}

    .work-menu a {
        display: block;
        padding: 5px 10px;
        color: #fff;
        font-weight: 500;
        border-bottom: 1px solid #fff;
    }

.owl-theme .owl-dots .owl-dot span {
    width: 30px !important;
    height: 12px !important;
    margin: 5px 7px;
    border: 2px solid #fff !important;
    background: #5641a7 !important;
    display: block !important;
    opacity: 1 !important;
    -webkit-backface-visibility: visible;
    transition: 2s ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff !important;
    background-origin: 2px solid #fff !important;
}

@media (max-width: 768px) {
    .tabs .nav-link i {
        padding: 0;
        line-height: 1;
        font-size: 36px;
    }

    .tabs .tab-pane h3 {
        font-size: 18px !important;
    }

    .work-menu {
        display: none;
    }

    .work-details-content {
        padding: 5px;
    }
}

@media (max-width: 575px) {
    .tabs .nav-link {
        padding: 15px;
    }

        .tabs .nav-link i {
            font-size: 24px;
        }
}

.tabs .tab-content {
    margin-top: 30px;
}

.tabs .tab-pane h3 {
    font-weight: 600;
    font-size: 26px;
}

.tabs .tab-pane ul {
    list-style: none;
    padding: 0;
}

    .tabs .tab-pane ul li {
        padding-bottom: 10px;
    }

    .tabs .tab-pane ul i {
        font-size: 20px;
        padding-right: 4px;
        color: #e03a3c;
    }

.tabs .tab-pane p:last-child {
    margin-bottom: 0;
}
/*--------------------------------------------------------------
# events
--------------------------------------------------------------*/
.events {
    background: var(--light-bg);
}

    .events .section-title h2::after {
        content: "";
        position: absolute;
        display: block;
        width: 50px;
        height: 3px;
        background: var(--secondary);
        bottom: 0;
        left: 0;
        margin: 0 auto;
    }
/*.events-description {
    padding: 15px;
    position: absolute;
    bottom: 0;
}*/
.events-description {
    padding: 15px;
    position: absolute;
    bottom: 0;
    background: #00000063;
    top: 0;
    right: 0;
    left: 0;
}

    .events-description h3 {
        color: #fff;
        font-weight: bold;
        font-size: 22px;
        font-family: 'Roboto Slab';
    }

    .events-description a {
        color: #fff;
        font-family: 'Poppins';
    }

.single-events {
    background: #fff;
    height: auto;
    position: relative;
    border-radius: 25px;
    overflow: hidden;
}

    .single-events img {
        border-radius: 25px;
    }

.events-description p {
    font-size: 14px;
    text-align: justify;
}

.partners {
    position: relative;
}

    .partners .curve {
        transform: rotate(180deg);
        position: relative;
        top: -127px;
    }

.partners-title.section-title.text-center h2,
.partners-title.section-title.text-center h2 span {
    color: #fff;
}

.partners-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #fff;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    right: 0;
}

.partner-img {
    margin: 0 auto;
    text-align: center;
}

    .partner-img img {
        height: 100px;
        width: auto !important;
        margin: 0 auto;
        text-align: center;
    }

.event-description-sec {
    position: absolute;
    bottom: 13px;
}

section.events .section-title h2,
section.events .section-title h2 span {
    color: #fff;
}

.events .section-title h2::after {
    background: #fff;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
}

.single-events:hover .events-description {
    background: none;
    transition: ease all .5s;
}

.single-events:hover .event-description-sec {
    margin-bottom: 17px;
    transition: ease all .5s;
}

.events {
    position: relative;
}

    .events .curve img {
        position: absolute;
        top: -79px;
        transform: rotate(180deg);
    }

    .events .curve-back {
        position: absolute;
        bottom: 0;
    }
/* transform: rotate(180deg);
}
.partner-img img {
    text-align: center;
    width: 150px !important;
}
.complete-projects-list {
  padding-bottom: 45px;
}
.complete-projects-content {
  padding: 10px 0 0 0;
}
.complete-projects-content h3 {
  font-size: 25px;
  font-weight: bold;
  color: var(--primary);
  padding-bottom: 10px;
}
.complete-projects-content p {
  font-size: 14px;
}
.media-content h3 {
  font-size: 22px;
  font-weight: bold;
}
.media-content ul {
  list-style-type: square;
}
.media-content li {
  font-size: 16px;
}
.legal-information .section-title h2 {
  text-align: center;
}
.legal-information .section-title h2::after {
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.legal-information h3 {
  color: #fff;
  background: var(--primary);
  font-size: 18px;
  padding: 10px;
  margin: 0;
  text-align: center;
}
.legal-information table {
  border: 1px solid #ddd;
}
.legal-information table td {
  border-right: 1px solid #ddd;
}
.legal-information tr:nth-child(even) {
  background-color: #dddddd;
}
/*--------------------------------------------------------------
# More Information
--------------------------------------------------------------*/
.appreciation-slider img {
    width: 100%;
}

.appreciation-content h3 {
    color: #76c04e;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 0;
}

.appreciation-content p {
    font-size: 14px;
    text-align: justify;
}

.appreciation-slider {
    /* background: #eac36738; */
    padding: 10px;
}

.appreciation-img {
    padding: 10px;
}

    .appreciation-img img {
        width: 100px !important;
        border-radius: 50%;
    }

.single-appreciation-list {
    padding: 10px;
}

.single-appreciation-sec {
    padding: 30px;
    box-shadow: -1px 1px 7px 0px #000;
}

.appreciation-about h4 {
    color: #000;
    font-size: 18px;
    font-weight: bold;
}

.complete-projects-content

.accreditations {
    background: #fbf2dd;
    /*  padding: 15px;*/
    transition: ease all .5s;
}

.accreditations .card {
    border-radius: 25px;
}

.accreditations-img {
    overflow: hidden;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

    .accreditations-img img {
        transition: ease all .5s;
    }

.accreditations:hover img {
    transform: scale(1.2);
    transition: ease all .5s;
}

.accreditations-content {
    padding: 15px;
}

    .accreditations-content h3 {
        color: #000;
        font-size: 20px;
        font-weight: bold;
        padding: 0;
        font-family: 'Roboto Slab';
        text-transform: capitalize;
    }

.appreciation-about h5 {
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

.rating i {
    color: #e7b324;
}

.supporter-content {
    background: #fbf2dd;
}

    .supporter-content .card {
        border-radius: 25px;
    }

.supporter-img {
    padding: 15px;
    background: #e1efd5;
    text-align: center;
    overflow: hidden;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}
    /*.supporter-img img{
  width: 100%;
}*/
    .supporter-img img {
        width: auto;
        height: auto;
    }

.supporter-details p {
    padding: 010px;
    font-size: 14px;
    margin: 0;
}

.name-position {
    padding: 15px;
}

    .name-position h4 {
        font-size: 20px;
        font-weight: bold;
        color: #000;
        font-family: 'Roboto Slab';
        margin: 0;
    }

    .name-position h5 {
        font-size: 16px;
    }

.Appreciation {
    background: #fbf2dd;
    padding: 15px;
}

.feature-details {
    padding: 22px 0;
}

    .feature-details h5 {
        font-weight: bold;
    }

.our-feature {
    background: yellow;
    color: #000;
    /*    border-top: 3px solid #000;*/
}
/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
    margin-bottom: 30px;
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 20px auto;
    list-style: none;
    text-align: center;
}

    .portfolio #portfolio-flters li {
        cursor: pointer;
        display: inline-block;
        padding: 8px 15px 10px 15px;
        font-size: 14px;
        font-weight: 600;
        line-height: 1;
        text-transform: uppercase;
        color: #444444;
        margin-bottom: 5px;
        transition: all 0.3s ease-in-out;
        border-radius: 3px;
    }

        .portfolio #portfolio-flters li:hover,
        .portfolio #portfolio-flters li.filter-active {
            color: #fff;
            background: #e03a3c;
        }

        .portfolio #portfolio-flters li:last-child {
            margin-right: 0;
        }

.portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgba(17, 17, 17, 0.6);
    border-radius: 15px;
}

    .portfolio .portfolio-wrap::before {
        content: "";
        background: rgba(17, 17, 17, 0.6);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        transition: all ease-in-out 0.3s;
        z-index: 2;
        opacity: 0;
    }

    .portfolio .portfolio-wrap img {
        transition: all ease-in-out 0.3s;
        border: 4px solid #29176e;
        border-radius: 15px;
    }

    .portfolio .portfolio-wrap .portfolio-info {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        transition: all ease-in-out 0.3s;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        padding: 20px;
    }

        .portfolio .portfolio-wrap .portfolio-info h4 {
            font-size: 20px;
            color: #fff;
            font-weight: 600;
        }

        .portfolio .portfolio-wrap .portfolio-info p {
            color: rgba(255, 255, 255, 0.7);
            font-size: 14px;
            text-transform: uppercase;
            padding: 0;
            margin: 0;
            font-style: italic;
        }

    .portfolio .portfolio-wrap .portfolio-links {
        text-align: center;
        z-index: 4;
    }

        .portfolio .portfolio-wrap .portfolio-links a {
            color: rgba(255, 255, 255, 0.4);
            margin: 0 5px 0 0;
            font-size: 28px;
            display: inline-block;
            transition: 0.3s;
            left: 0;
            right: 0;
            top: 33%;
            bottom: 0;
            position: absolute;
        }

.row.portfolio-container.aos-init.aos-animate {
    height: auto !important;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
    color: #fff;
}

.portfolio .portfolio-wrap:hover::before {
    opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
    transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
    opacity: 1;
    border: 4px solid #0067ab;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
    padding-top: 40px;
}

    .portfolio-details .portfolio-details-slider img {
        width: 100%;
    }

    .portfolio-details .portfolio-details-slider .swiper-pagination {
        margin-top: 20px;
        position: relative;
    }

        .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background-color: #fff;
            opacity: 1;
            border: 1px solid #e03a3c;
        }

        .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
            background-color: #e03a3c;
        }

    .portfolio-details .portfolio-info {
        padding: 30px;
        box-shadow: 0px 0 30px rgba(17, 17, 17, 0.08);
    }

        .portfolio-details .portfolio-info h3 {
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid #eee;
        }

        .portfolio-details .portfolio-info ul {
            list-style: none;
            padding: 0;
            font-size: 15px;
        }

            .portfolio-details .portfolio-info ul li + li {
                margin-top: 10px;
            }

    .portfolio-details .portfolio-description {
        padding-top: 30px;
    }

        .portfolio-details .portfolio-description h2 {
            font-size: 26px;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .portfolio-details .portfolio-description p {
            padding: 0;
        }

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
/* .testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 30px 15px;
  min-height: 200px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
  border-radius: 15px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  float: left;
  margin: 0 10px 0 0;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 25px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #fceaea;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 30px auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #e03a3c;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e03a3c;
} */

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
/* .pricing .box {
  padding: 20px;
  background: #2b2b2b;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.pricing .box h3 {
  font-weight: 400;
  padding: 15px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}

.pricing .box h4 {
  font-size: 42px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}

.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .box h4 span {
  font-size: 16px;
  font-weight: 300;
}

.pricing .box ul {
  padding: 0;
  list-style: none;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing .box ul li {
  padding-bottom: 16px;
}

.pricing .box ul i {
  color: #e03a3c;
  font-size: 18px;
  padding-right: 4px;
}

.pricing .box ul .na {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: line-through;
}

.pricing .box .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .box .btn-buy {
  display: inline-block;
  padding: 10px 40px 12px 40px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  transition: 0.3s;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.pricing .box .btn-buy:hover {
  border-color: #fff;
}

.pricing .featured {
  background: #e03a3c;
} */
/*--------------------------------------------------------------
# Campaigns
--------------------------------------------------------------*/
.campaigns-content h1 {
    color: #000;
    font-family: 'Oswald';
    text-transform: uppercase;
}

.campaigns-banner {
    background: url(../img/education.jpeg);
}

.transparent-header {
    background: #ffffffa6 !important;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 997;
    padding: 10px 0;
    border-bottom: 5px solid #156246;
}

.campaigns-content {
    margin: 85px 0;
}

    .campaigns-content h1 {
        color: #fff;
        background: #00000091;
        display: inline-block;
        padding: 15px;
    }
/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
    padding: 0;
    list-style: none;
}

    .faq .faq-list li {
        border-bottom: 1px solid #eee;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .faq .faq-list a {
        display: block;
        position: relative;
        font-family: #e03a3c;
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
        padding-right: 25px;
        cursor: pointer;
    }

    .faq .faq-list i {
        font-size: 24px;
        position: absolute;
        right: 0;
        top: 0;
    }

    .faq .faq-list p {
        margin-bottom: 0;
        padding: 10px 0 0 0;
    }

    .faq .faq-list .icon-show {
        display: none;
    }

    .faq .faq-list a.collapsed {
        color: #343a40;
    }

        .faq .faq-list a.collapsed:hover {
            color: #e03a3c;
        }

        .faq .faq-list a.collapsed .icon-show {
            display: inline-block;
        }

        .faq .faq-list a.collapsed .icon-close {
            display: none;
        }

/*--------------------------------------------------------------
# Support & Money
--------------------------------------------------------------*/
.support-money {
    margin-top: -90px;
}

    .support-money::before {
        position: absolute;
        content: '';
        right: 0;
        top: 147px;
        background: url(../img/campains-back.png);
        width: 163px;
        height: 389px;
        background-size: cover;
    }

.support-sec .tab {
    float: none;
    border: 1px solid #ccc;
    background-color: #fff;
    width: 100%;
    height: 0;
    padding: 15px 0;
    border: none;
    background: #fff;
}

.support-sec .tabcontent {
    float: none;
    padding: 45px 0;
    border: none;
    width: 100%;
    border-left: none;
    height: 100%;
}

.single-tab {
    /* padding: 4px 0; */
    display: inline-block;
}

.support-sec .tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 8px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 25px;
    text-transform: uppercase;
    font-family: 'Oswald';
    border: 1px solid #c6bebe;
}

    .support-sec .tab button span {
        color: green;
    }

    .support-sec .tab button.active {
        background-color: #e0d5c559;
        color: #000;
    }

.support-sec ul {
    display: block;
    list-style-type: none;
    /*! background: rgb(221, 219, 219); */
    padding: 0;
}

.support-sec li {
    display: inline-block;
    margin-left: -5px;
}

.support-sec p {
    font-size: 14px;
    text-align: justify;
    padding-top: 15px;
}

.support-sec .fa {
    color: green;
    font-size: 18px;
    padding-right: 8px;
}

.support-info {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    padding: 30px 50px;
    margin-top: -45px;
    position: relative;
    overflow: hidden;
}

.donation-money .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    /* padding: 10px 35px; */
    background: #76c04e;
    color: #000;
    border-radius: 50px;
    text-transform: uppercase;
}

.donation-money li {
    display: inline-block;
    padding: 10px 0;
}

    .donation-money li button {
        padding: 8px 24px;
        font-family: 'Oswald';
        font-size: 20px;
        text-transform: uppercase;
    }

.donation-money #myTab {
    border: none;
}

.donation-price-list li {
    padding: 0 10px;
}

    .donation-price-list li a {
        box-shadow: 0px 3px 6px 2px #00000070;
    }

@media(max-width: 767px) {
    .support-sec .tab button {
        display: block;
        padding: 8px;
        width: 100%;
        outline: none;
        text-align: left;
        cursor: pointer;
        transition: 0.3s;
        font-size: 14px;
        text-transform: uppercase;
        font-family: 'Oswald';
        border: 1px solid #c6bebe;
    }

    .support-info {
        background-color: #fff;
        border-radius: 15px;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
        padding: 30px 15px;
        margin-top: 0;
        position: relative;
        overflow: hidden;
    }

    .donation-money #myTab {
        margin: 0;
        padding: 0;
    }

    .donation-money li button {
        padding: 8px;
        font-family: 'Oswald';
        font-size: 14px;
        text-transform: uppercase;
    }

    .donation-price {
        margin: 0 auto;
        text-align: center;
        padding: 0 !important;
    }

    .donation-price-details {
        margin-left: -36px;
    }

    .donation-price li a {
        font-size: 14px;
    }

    .donation-price-list li {
        padding: 0 8px;
    }
}

.donation-sec li {
    display: inline-block;
    padding: 18px;
}

    .donation-sec li a {
        font-size: 18px;
        font-family: 'Oswald';
        text-transform: uppercase;
    }

.donation-price li a {
    padding: 8px 10px;
    color: #000;
    font-weight: 500;
    /* border: 1px solid; */
}

.donation-money {
    text-align: center;
    padding: 15px 0;
}

.donation-price {
    margin: 0 auto;
    text-align: center;
    padding: 0 35px;
}

.donation-price-list {
    padding: 35px 20px;
    background: #0000001c;
}

    .donation-price-list h5 {
        padding: 35px 0;
        font-size: 15px;
        text-transform: uppercase;
        font-family: 'Open Sans';
    }

.donation-icon {
    padding: 7px;
    background: #000;
    color: #fff;
}

.donation-input input {
    border-radius: 0;
}

.supporter-speak,
.awards-recognization,
.accreditations-list {
    padding-bottom: 30px;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* a.redmore-btn{
  background: #000;
  color: #fff;
  padding: 8px 12px;
  font-weight: 500;
}

.founder-img{
  padding: 15px;
}

.founder-img img{
  width: 100%;
  border: 5px solid #fff;
  border-radius: 50%;
  box-shadow: 2px 3px 10px 10px #00000087;
  transition: ease all .5s;
}
.founder-img img:hover{
  width: 100%;
  border: 5px solid #fff;
  border-radius: 50%;
  box-shadow: 2px 3px 10px 10px #00000087;
  transform: scale(1.1);
  transition: ease all .5s;
}

.btn.viewmore-btn {
  background: #06a;
  color: #fff;
  border: none;
  transition: ease all .5s;
}

.btn.viewmore-btn:hover {
  background: #0066abd1;
  color: #fff;
  border: none;
  transition: ease all .5s;
}


.modal-body p {
    height: auto !important;
    overflow: initial !important;
}

.about-content p {
    text-align: justify;
}

.about-content .modal-title h2{
  font-size: 25px;
  font-weight: bold;
}

.about-content .modal-title h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #e03a3c;
  bottom: 0;
  left: 0;
  margin-top: 10px;
}
.about-content .button-sec{
  float: right;
} */
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/* .registration-content{
  padding: 0;
}
marquee{
  background: #75add2;
  padding: 5px;
  border-radius: 25px;
}
marquee ul{
  padding: 0;
  margin: 0;
}
marquee p a{
  color: #e03a3c!important;
}
marquee p {
  font-size: 18px;
  margin: 0;
  font-weight: bold;
  color: #e03a3c;
  text-shadow: 1px 0px 10px aliceblue;
}
marquee li {
  display: inline-block;
  padding: 0 15px;
} */
.footer-top {
    /*    color: #fff;*/
    font-size: 14px;
    /*    background: rgba(46, 46, 46, 0.9);*/
    padding: 30px;
    /*border-top: 3px solid #000;*/
    position: relative;
}

#footer {
    background: linear-gradient(45deg, #29176ef0, #b0a0df00);
    color: #fff;
}

    #footer .curve-back {
        position: relative;
        /* bottom: 0; */
        width: 100%;
        left: 0;
        right: 0;
        overflow: hidden;
        transform: rotate(180deg);
    }

.footer-top h5 {
    font-weight: bold;
    font-size: 20px;
    padding-top: 16px;
}

.footer-top a {
    color: #fff;
    padding: 0;
    display: block;
    /*    color: #000;*/
    font-weight: 500;
}

.work-footer-menu h5 a {
    font-weight: bold;
}

.footer-nav {
    padding: 0 0 20px 0;
}

.footer-menu h5 a {
    font-weight: bold;
}

.content-none::after {
    content: none !important;
}

.company-profile {
    padding: 15px 0;
}

.form-group {
    padding: 0 0 6px 0;
}

.footer-top .form-area {
    background: #29176e;
    color: #fff;
    padding: 10px 20px;
    height: 100%;
    margin-top: 10px;
    border-radius: 15px;
}

    .footer-top .form-area p {
        font-size: 13px;
    }

.footer-top .btn {
    background: #080220;
    color: #fff;
    font-size: 12px;
    padding: 8px;
}

.footer-bottom {
    background: #29176e;
    color: #fff;
}

    .footer-bottom a {
        color: #fff;
    }

#footer .copyright h5 {
    font-size: 14px;
    padding-top: 12px;
}

#footer .credits h5 {
    font-size: 14px;
    padding-top: 12px;
}

@media(max-width: 991px) {
    #footer {
        text-align: center;
    }
}

.position {
    text-align: center;
    font-size: 16px;
}

.person-details {
    background: #00000036;
    padding: 10px;
}

/* #footer .footer-top {
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact h3 span {
  color: #e03a3c;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background: #e03a3c;
  bottom: 0;
  left: 0;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: white;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #aaaaaa;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #fff;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 5px 10px;
  position: relative;
  border-radius: 4px;
  text-align: left;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #e03a3c;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #e35052;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #2b2b2b;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #e03a3c;
  color: #fff;
  text-decoration: none;
} */
/*------------ Documents -------------*/
.documents a {
    display: block;
    line-height: 1.5;
    color: #fff;
}

.documents .icon-box {
    background: #ffa50066;
    padding: 30px;
    border-radius: 8px;
    border: 1px solid #000;
}

.documents a .bi {
    font-size: 51px;
    /*padding-right: 10px;*/
    color: #fff;
    font-weight: 700;
}

.documents .icon-box {
    background: #0f356596;
    padding: 30px;
    border-radius: 8px;
    border: 1px solid #000;
}
/*------------ Contact Us -----------*/
.contact-info {
    padding: 0 6px;
}

    .contact-info a {
        color: #000;
        font-family: 'Open Sans';
        font-weight: 500;
    }

        .contact-info a .fa {
            color: #29176e;
            padding-right: 8px;
        }

    .contact-info h6 {
        padding-bottom: 10px;
    }

        .contact-info h6 span {
            font-size: 14px;
        }

.contact-form .php-email-form {
    width: 100%;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

    .contact-form .php-email-form .form-group {
        padding-bottom: 8px;
    }

    .contact-form .php-email-form .validate {
        display: none;
        color: red;
        margin: 0 0 15px 0;
        font-weight: 400;
        font-size: 13px;
    }

    .contact-form .php-email-form .error-message {
        display: none;
        color: #fff;
        background: #ed3c0d;
        text-align: left;
        padding: 15px;
        font-weight: 600;
    }

        .contact-form .php-email-form .error-message br + br {
            margin-top: 25px;
        }

    .contact-form .php-email-form .sent-message {
        display: none;
        color: #fff;
        background: #18d26e;
        text-align: center;
        padding: 15px;
        font-weight: 600;
    }

    .contact-form .php-email-form .loading {
        display: none;
        background: #fff;
        text-align: center;
        padding: 15px;
    }

        .contact-form .php-email-form .loading:before {
            content: "";
            display: inline-block;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            margin: 0 10px -6px 0;
            border: 3px solid #18d26e;
            border-top-color: #eee;
            -webkit-animation: animate-loading 1s linear infinite;
            animation: animate-loading 1s linear infinite;
        }

    .contact-form .php-email-form .form-group {
        margin-bottom: 15px;
    }

    .contact-form .php-email-form label {
        padding-bottom: 8px;
    }

    .contact-form.php-email-form input,
    .contact-form .php-email-form textarea {
        border-radius: 0;
        box-shadow: none;
        font-size: 14px;
    }

    .contact-form .php-email-form input {
        height: 44px;
    }

    .contact-form .php-email-form textarea {
        padding: 10px 15px;
    }

    .contact-form .php-email-form button[type=submit] {
        background: #149ddd;
        border: 0;
        padding: 10px 24px;
        color: #fff;
        transition: 0.4s;
        border-radius: 4px;
    }

        .contact-form .php-email-form button[type=submit]:hover {
            background: #37b3ed;
        }

a#ContentPlaceHolder1_lnkbtnSendMessage {
    background: #29176e;
}

.complete-projects-content h3,
.complete-projects-content h4 {
    color: var(--primary) !important;
    font-family: 'Roboto Slab';
    position: relative;
    padding-bottom: 15px;
    font-size: 22px;
    font-weight: bold;
}

    .complete-projects-content h3::after,
    .complete-projects-content h4::after {
        content: "";
        position: absolute;
        display: block;
        width: 38px;
        height: 3px;
        background: var(--primary);
        bottom: 5px;
        left: 0;
    }

.tab a.active {
    background-color: var(--primary);
    color: #fff;
    border-radius: 15px;
}

.tab a {
    display: block;
    background-color: inherit;
    color: black;
    padding: 8px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
    border-bottom: 1px solid #000;
    border-radius: 15px;
}
