@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@1,300&display=swap");

:root{
    --main-color: #0082C0;
}

body{
    font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.loading {
    width: 100vh;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    overflow: hidden;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading>div {
    width: 100px;
    height: 100px;
    border: 15px solid var(--main-color);
    border-top-color: #1a1d20;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
    animation: spin 1.5s infinite linear;
}

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

.carousel-caption {
    background-color: var(--main-color);
    bottom: 220px;
}

.carousel-indicators li {
    background-color:  var(--main-color);
    height: 9px;
}

.navbar-opactity {
    opacity: 0.8;
}

.all {
    display: flex;
    flex-direction: column;
    font-family: "Roboto", sans-serif;
    /*display: none;*/
}

header .header-top {
    height: auto;
    color: #fff;
    background-color: #EEEEEE;
}

header .header-top .links {
    margin-top: 23px;
}

header .header-top .links a i {
    font-size: 25px;
    transition: all 0.5s ease-in-out;
        color: #0082C0 !important;
}

header .header-top .links a:hover i {
    color: blue !important;
}

header .collapse .navbar-nav {
    transition: all 0.5s ease-in-out;
}

header .collapse .navbar-nav .nav-item {
    position: relative;
    padding: 0 4px;
    text-align: center;
    transition: all 0.5s ease-in-out;
}

header .collapse .navbar-nav .nav-item a {
    font-size: 16px;
}

header .collapse .navbar-nav .nav-item.active span {
    width: 100%;
}

header .collapse .navbar-nav .nav-item:hover span {
    width: 100%;
}

header .collapse .navbar-nav .nav-item span {
    transition: all 0.5s ease-in-out;
    background-color: var(--main-color);
    display: block;
    width: 0%;
    height: 3px;
}

.cards {
    padding: 40px 0;
}

.cards .card-feature {
    position: relative;
    background-size: cover;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 300px;
}

.cards .card-feature:hover .overlay {
    background-color: #404042;
    opacity: 0.9;
}

.cards .card-feature .overlay {
    transition: all 0.5s ease-in-out;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: var(--main-color);
    opacity: .9;
}

.cards .card-feature .card-feature-body {
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cards .card-feature .card-feature-body i {
    font-size: 70px;
    color: #fff;
    caret-color: #fff;
    margin-bottom: 10px;
}

.cards .card-feature .card-feature-body p {
    color: #fff;
    font-size: 33px;
}

.cards .card-feature .card-feature-body a {
    border-radius: 41px !important;
    width: 100%;
}

.our-mission {
    height: auto;
    background: url("../../img/photo01.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 40px 0;
    background-position: 0px;
}

.our-mission .overlay {
    transition: all 0.5s ease-in-out;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
}

.our-mission .our-mission-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    z-index: 99;
    padding:67px 0;
}

.our-mission .our-mission-text p {
    font-size: 22px;
    padding: 0 20px;
}

.our-news {
    height: auto;
    background-color: #DFE6E9;
    padding: 20px 0;
}

.our-news h3 {
    margin-bottom: 20px;
}

.our-news .card-news {
    border-radius: 22px;
    background-color: #fff;
    margin-bottom: 20px;
}

.our-news .card-news:hover .card-news-img .overaly {
    height: 100%;
}

.our-news .card-news:hover .card-news-img .overaly a {
    display: block;
}

.our-news .card-news .card-news-img {
    position: relative;
}

.our-news .card-news .card-news-img .overaly {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: var(--main-color);
    opacity: 0.9;
    width: 100%;
    height: 0%;
    transition: all 0.8s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

.our-news .card-news .card-news-img .overaly a {
    display: none;
    border-radius: 20px;
}

.our-news .card-news .card-news-img img {
    width: 100%;
    object-fit: cover;
    height: 200px;
}

img.logo-project {
    /* FONT-WEIGHT: 100; */
    position: absolute;
    top: 26%;
    left: 46%;
    opacity: .1;
    height: 43% !important;
}

.volunteer {
    height: auto;
    padding: 40px 0;
    background-color: #2D3436;
}
.our-vision {
      height: auto;
    padding: 100px 0;
    background-color: #EEEEEE
}

.volunteer a {
    border-radius: 20px;
    width: 150px;
}

.our-partner {
    padding: 40px 0;
}

.our-partner h3 {
    margin-bottom: 20px;
}

.contents .header-page {
   height: 400px;
    background: url(../../img/page-title.jpg);
    position: relative;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0;
}

.contents .header-page .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    top: 0;
    left: 0;
}

.contents .header-page .header-page-body {
    text-align: center;
    z-index: 99;
}

.contents .header-page .header-page-body .header-title {
    font-size: 44px;
}

.contents .header-page .header-page-body .breadcrumb {
    background-color: transparent;
}

footer {
    padding: 2rem 0;
    background-color: #212529;
}

.footer-column:not(:first-child) {
    padding-top: 2rem;
}

@media (min-width: 768px) {
    .footer-column:not(:first-child) {
        padding-top: 0rem;
    }
}

.footer-column {
    text-align: center;
}

.footer-column .nav-item .nav-link {
    padding: 0.1rem 0;
}

.footer-column .nav-item span.nav-link {
    color: #6c757d;
}

.footer-column .nav-item span.footer-title {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.footer-column .nav-item .fas {
    margin-right: 0.5rem;
}

.footer-column ul {
    display: inline-block;
}

@media (min-width: 768px) {
    .footer-column ul {
        text-align: left;
    }
}

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a:active,
ul.social-buttons li a:focus,
ul.social-buttons li a:hover {
    background-color: #fec503;
}

ul.social-buttons li a {
    font-size: 20px;
    line-height: 40px;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
    border-radius: 100%;
    outline: 0;
    background-color: #1a1d20;
}

footer .quick-links {
    font-size: 90%;
    line-height: 40px;
    margin-bottom: 0;
    text-transform: none;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

footer a {
    color: #6c757d;
}

.copyright {
    color: white;
}

.fa-ellipsis-h {
    color: white;
    padding: 2rem 0;
}

.slick-prev,
.slick-next {
    width: 37px;
    height: 37px;
    background: #bd2130;
    border-radius: 50%;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background: #bd2130;
}


/*# sourceMappingURL=app.css.map */