@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.1/font/bootstrap-icons.css");

.navbar-brand  img{
    position: absolute;
    top: -1rem;
    left: 0;
    z-index: 999;
    width: 15%;
}
.navbar-light .navbar-nav .nav-link {
    text-transform: uppercase;
    font-size: 0.75rem;
    color: rgba(0,0,0,.88);
}
.navbar-light .navbar-nav .active .nav-link {
    color: #0eaae6;
}
.menu-cont{
    position: relative;
}

.slider-sec .owl-theme .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 0rem;
    text-align: center;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #e92593;
}
.navbar-light .navbar-nav .donate-btn a{
    background-color: #ffde15;
}

.welcome-sec{
    padding: 2rem 0;
    background-color: #0eaae6;
    background-image: url(img/white-bottom-bg.jpg);
    background-position: bottom;
    background-repeat: repeat-x;
}
.welcome-sec h1{
    color: #fff;
    margin-bottom: 2rem;
}
.welcome-sec p{
    color: #6d6e71;
    font-size: 1.3rem;
    text-align: center;
    margin-top: 2rem;
}

.vission-value-objective-sec{
    padding: 2rem 0;
}
.vission-value-objective-sec .circles-cont{
    position: relative;
}
.vission-value-objective-sec .circles-cont .c-values{
    position: relative;
}
.vission-value-objective-sec .circles-cont .c-values p{
    position: absolute;
    top: 5rem;
    right: 2.8rem;
    width: 57%;
    text-align: center;
    color: #706b6b;
}

.vission-value-objective-sec .circles-cont .c-vision{
    position: relative;
}
.vission-value-objective-sec .circles-cont .c-vision p{
    position: absolute;
    top: 9rem;
    right: 2rem;
    width: 68%;
    text-align: center;
    color: #706b6b;
}

.vission-value-objective-sec .circles-cont .c-objectives{
    position: relative;
}
.vission-value-objective-sec .circles-cont .c-objectives p{
    position: absolute;
    top: 6rem;
    right: 5.8rem;
    width: 60%;
    text-align: center;
    color: #706b6b;
}
.vission-value-objective-sec .circles-cont .c-objectives p a{
    color: #676262;
    font-weight: 500;
    text-decoration: underline;
    margin-top: 1rem;
    font-size: 0.8rem;
}
.vission-value-objective-sec .circles-cont .c-objectives p a:hover{
    color: #000;
}
.vission-value-objective-sec .circles-desktop-itm{
    display: none
}

.what-we-do-sec{
    text-align: center;
    padding: 0 0 2rem 0
}
.what-we-do-sec h2{
    color: #ed008c;
}
.what-we-do-sec h4{
    color: #ed008c;
}
.what-we-do-sec .btn{
    color: #676262;
    font-weight: 500;
    text-decoration: underline;
    font-size: 0.8rem;
}
.what-we-do-sec .btn:hover{
    color: #000;
}

.trustees-sec{
    padding: 0 0 2rem 0
}
.trustees-sec .sec-title{
    background-color: #f8d816;
    text-align: center;
    padding: 2rem 0;
    margin-bottom: 1rem;
}
.trustees-sec .sec-title h2{
    color: #ed008c;
}
.trustees-sec .sec-title p{
    color: #666161;
}
.trustees-sec .owl-trustees .trustees-cont{
    text-align: center;
    color: #666161;
}
.trustees-sec .owl-trustees .trustees-cont img{
    margin-bottom: 1rem;
}
.trustees-sec .owl-trustees .trustees-cont p{
    margin-bottom: 0.2rem;
    font-weight: 500;
}
.trustees-sec .owl-trustees .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
}
.trustees-sec .owl-trustees .owl-nav button.owl-next, .trustees-sec .owl-trustees .owl-nav button.owl-prev {
    background: transparent;
    color: #333;
    border: none;
    border-radius: 0px;
    font-size: 1.5rem;
}
.trustees-sec .owl-trustees .owl-nav .owl-prev {
    position: absolute;
    text-align: left;
    left: -40px;
    color: #ccc;
}
.trustees-sec .owl-trustees .owl-nav .owl-next {
    position: absolute;
    text-align: right;
    right: -40px;
    color: #ccc;
}
.trustees-sec .owl-trustees .owl-nav [class*='owl-']:hover {
    background: transparent;
    color: #ccc;
}

.partners-sec{
    padding: 0rem 0 2rem 0;
}
.partners-sec h2{
    text-align: center;
    color: #ed008c;
}
.partners-sec .key-partner-itm{
    padding: 1rem;
}

.news-events-sec{
    padding: 2rem 0;
}
.news-events-sec h2{
    text-align: center;
    color: #ed008c;
    margin-bottom: 1rem;
}
.news-events-sec .news-events-itm{
    margin-bottom: 2rem;
}
.news-events-sec .news-events-itm a{
    color: #706b6b;
    text-decoration: none;
}
.news-events-sec .news-events-itm img{
    margin-bottom: 0.5rem;
}
.news-events-sec .news-events-itm small{
    margin-bottom: 0.5rem;
    color: #ccc;
    font-size: 0.8rem;
}
.news-events-sec .news-events-itm h5{
    font-size: 1rem;
    margin-bottom: 0;
}
.news-events-sec .news-events-itm p{
    font-size: 0.9rem;
}
.news-events-sec .news-events-itm span{
    font-size: 0.8rem;
    color: #ed008c;
    font-weight: 600;
}

.btn-theme1 {
    color: #fff;
    background-color: #ed008c;
    border-color: #ed008c;
    padding: 0.375rem 1.8rem;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 0.9rem;
}
.btn-theme1:hover {
    color: #fff;
    background-color: #e50087;
    border-color: #ed008c;
}

.footer-sec{
    background-color: #0eaae6;
    padding: 2rem 0;
    color: #fff;
    font-size: 0.9rem;
}
.footer-sec a{
    color: #fff;
    text-decoration: none;
}
.footer-sec a:hover{
    color: #ccc;
    text-decoration: none;
}
.footer-sec .copyright{
    font-size: 0.8rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.footer-sec .socialise-cont{
    text-align: center;
}
.footer-sec .socialise-cont a{
    font-size: 1rem;
    margin: 0 0.5rem;
}

.inner-cont{
    margin-bottom: 2rem;
}
.page-banner{
    margin-bottom: 2rem;
}
.inner-trustees-sec .trustees-cont{
    text-align: center;
    color: #666161;
}
.inner-trustees-sec .trustees-cont img{
    margin-bottom: 1rem;
}
.inner-trustees-sec .trustees-cont p{
    margin-bottom: 0.2rem;
    font-weight: 500;
}
@media (min-width: 992px) {
    .navbar-brand  img{
        width: 8%;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.9rem;
        padding-left: 0.9rem;
    }
    
    .vission-value-objective-sec .circles-cont .c-values{
        position: absolute;
        top: 14rem;
        left: 2rem;
        width: 45%;
    }
    
    .vission-value-objective-sec .circles-cont .c-vision{
        position: absolute;
        top: 0;
        left: 30%;
        width: 45%;
    }
    .vission-value-objective-sec .circles-cont .c-objectives{
        position: absolute;
        top: 16.5rem;
        right: 5rem;
        width: 45%;
    }
    .vission-value-objective-sec .circles-desktop-itm{
        display: block;
    }
    .footer-sec .socialise-cont{
        text-align: right;
    }
    
    .vission-value-objective-sec .circles-cont .c-values{
        display: none;
    }
    .vission-value-objective-sec .circles-cont .c-vision{
        display: none;
    }
    .vission-value-objective-sec .circles-cont .c-objectives{
        display: none;
    }
}