
body {
  font-family: "Open Sans", sans-serif;
  color: #000000;
 
}

a {
  color: #0056B3;
  text-decoration: none;
}

a:hover {
  color: #B71C1C;
  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: #0056B3;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top i:hover {
  font-size: 28px;
  color: #0056B3;
  line-height: 0;
}

.back-to-top:hover {
  background: #E3F2FD;
  color: #0056B3;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}


/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 70px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: rgb(248, 247, 245);
}

#header.header-gradient {
  background: linear-gradient(to right, #fff 7%, #007BFF 100%);
 

}

#header.header-scrolled {
  background: linear-gradient(to right, #fff 7%, #007BFF 100%);
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 50px;
}

/* Desktop Navigation */
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 15px 7px 15px;
  margin-left: 5px;
  font-size: 14px;
  color: #E3F2FD;
  white-space: nowrap;
  transition: 0.3s;
  border-radius: 50px;
}
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 15px 7px 15px;
  margin-left: 5px;
  font-size: 14px;
  color: #0056B3;
  white-space: nowrap;
  transition: 0.3s;
  border-radius: 50px;
}


.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 {
  background: #0056B3;
  color: #fff;
}



/* Mobile Navigation */
.mobile-nav-toggle {
  color: #0056B3;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background:#fff;
  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;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  margin: 5px;
  font-size: 15px;
  color: #0056B3;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #fff;
}

.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: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  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: #fff;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  padding: 0;
  background-size: 100%;
  background-position: center center;
  margin: 0;
  object-fit:cover;
  
}

#hero .container{
  display:flex;
  margin: 0 0 ;
  align-items: center;
  padding: 0;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  
}

#hero .container .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  
  height: 100vh;
  padding-top: 20px;
  
}
#hero .carousel-container img{
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height:100vh;
  display: block;
  object-fit: cover;
  transition:0.5s ease-in;
  margin: 0,auto;
  
}


#hero  .carousel-container .caption{
  color: #FF0000;
  background-color: transparent;
  padding: 10px;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

#hero p {
  width: 80%;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
  font-size: 20px;
}

#hero .container .swiper-pagination {
  margin-top: 20px;
 
}

#hero .container .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #0056B3;
}

#hero .container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0056B3;
}



#hero .get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  background: #0056B3;
  color: #E3F2FD;
  animation-delay: 0.8s;
}

#hero .get-started:hover {
  color: #0056B3;
  background: #fff;
  text-decoration: none;
}



@media (max-width: 768px) {
  #hero .carousel-container {
    height: 90vh;
  }

  #hero h2 {
    font-size: 28px;
  }
}



/*Sections */
section {
  padding: 20px 0;
  overflow: hidden;
  background: #fff;
}

.title-area {
  padding-bottom: 20px;
}

.title-area h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #0056B3;
  font-family: "Poppins", sans-serif;
 
}

.title-area h2::after {
  content: "";
  width: 80px;
  height: 8px;
  display: inline-block;
  background: #E53935;
  margin: 1px 1px;
}
.title-area h2::before {
  content: "";
  width: 80px;
  height: 8px;
  display: inline-block;
  background: #E53935;
  margin: 1px 1px;
}

.title-area p {
  margin: 0;
  margin: 0;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #0056B3;
  
}

/*About us*/
.about-us {
  padding-top: 40px;
  color:#000000;
  text-align: justify;
}

.about-us .about-content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about-us .about-content h2 {
  color: #0056B3;
}


.about-us .about-content ul {
  list-style: none;
  padding: 0;
  font-size: 13px;
}

.about-us .about-content ul li {
  padding-left: 28px;
  position: relative;
}

.about-us .about-content ul li+li {
  margin-top: 10px;
}

.about-us .about-content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #0056B3;
  line-height: 1;
}
.beneficiaries .beneficiary-content ul {
  list-style: none;
}
.beneficiaries .beneficiary-content ul li {
  padding-left: 28px;
  position: relative;
}
.beneficiaries .beneficiary-content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #0056B3;
  line-height: 1;
}


.about-us .about-content p:last-child {
  margin-bottom: 0;
  color:#000000;
  
}

.about-us .about-content .learn-more {
 
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 12px;
  transition: 0.3s;
  line-height: 1;
  color: #0056B3;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #0056B3;
}
.about-us i{
  color: #0056B3;
}

.about-us .about-content .learn-more:hover {
  background: #0056B3;
  color: #fff;
  text-decoration: none;
}
.about-us .about-content .learn-more a:hover{
  color: #fff;
}

#about-us .about-content .card-box {
  padding: 7px;
  margin: 7px;
  position:relative;
  flex-direction: column;
  align-items:center;
  overflow: hidden;
  border-radius: 10px;
  background: linear-gradient(to right, #fff 0%, #E3F2FD 100%);
  text-align:justify;

  box-shadow: 0 2px 24px 0 rgba(76, 132, 170, 0.12);
  transition: all 0.4s ease-in-out;
  margin-left: 50px;
  min-width: 15%;
  
 
  
}
.gallery img:hover{
  transform: scale(1.05);
  transition: 0.3s ease;  }
.gallery img{
  transition: 0.3s ease;
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}
 .gallery .img-caption-wrapper{
  position: relative;
  overflow: hidden;
}
.gallery .caption-overlay{
 position: absolute;
 bottom: 0;
 background: rgba(0, 0, 0, 0.6);
 color: #fff;
 width: 100%;
 padding: 6px 10px;
 text-align: center;
 opacity: 0;
 font-size: 14px;
 transition: opacity 0.3s ease;
}
.gallery .img-caption-wrapper:hover .caption-overlay{
  opacity: 1;
}

 .join-box{
  background: black;
  text-align: center;
}
.join-box a{
  color: #fff;
}
.join-box a:hover{
  color: #B71C1C;
}
.join-box .btn{
  background: #000000;
  border-radius: 0;
}
.join-box .btn:hover{
  background: #fff;
}



/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .feature-content {
  border: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
  
}
.features h3{
  color: #fff;
}

.features .feature-item {
  box-sizing: content-box;
  padding: 30px 30px 0 30px;
  margin: 30px 15px;
  text-align: center;
  min-height: 200px;
  box-shadow: 0px 2px 12px rgba(71, 154, 187, 0.08);
  background-position: center;
  overflow: hidden;
  color: #ffffff;
  max-width: 100%;
}
.features .feature-item::before{
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.features .feature-item > *{
  position: relative;
  z-index: 2;
}
.mentoring{
  background-image: url('../img/mentor.jpg');
  background-position: center;
 }
 .educating{
  background-image: url('../img/educate.jpg');
  background-position: center;
 }
 .lifting{
  background-image: url('../img/lifting.jpg');
  background-position: center;
 }
 .supporting{
  background-image: url('../img/supporting.jpg');
  background-position: center;
 }
 .inclusive{
  background-image: url('../img/all.jpg');
  background-position: center;
 }

.features .feature-item .feature-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

.features .feature-content p:last-child {
  margin-bottom: 0;
}
.features .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
 

.features .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #0056B3;
}

.features .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0056B3;
}

/*STATISTICS*/
.stats{
  background: #B71C1C;
  padding: 15px,0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #E3F2FD;
  height: auto;
 
  
}
.stats .container{
  text-align: center;

}
.stats h3,h6{
  font-weight: 700;
}
/* join */
 .join-us {
  display: flex;
  justify-content: center;
  align-items: center;
  
  
}
.join-us .container{
  text-align: center;
  height: auto;
  width: 100%;

}

.join-us h4 {
  color: #000000;
  font-size: 22px;
  font-weight: 500;
}

.join-us p {
  color: #fff;
}
.join-us a {
  color: #fff;
}
.join-us a:hover {
  color: #E53935;
}

.join-us .btn {
  
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 6px 15px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 5px;
  color: #fff;
  background: #E53935;
}


.join-us .btn:hover {
  background: #fff;
  color: #0056B3;
}
/*Call to action*/
.cta {
  background: #0056B3;
  padding: 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  
  
}
.cta .container{
  text-align: center;
  height: auto;

}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}
.cta a {
  color: #fff;
}
.cta a:hover {
  color: #E53935;
}

.cta .btn {
  
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #E53935;
}


.cta .btn:hover {
  background: #fff;
  color: #0056B3;
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .cta .btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .service-content{
  display: flex;
  justify-content:space-around;
  flex-wrap: wrap;
  

}

.services .card {
  padding: 5px;
  margin: 5px;
  position: relative;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  border-radius: 10px;
  background: #E3F2FD;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 2px 29px 0 rgba(132, 94, 58, 0.12);
  transition: all 0.4s ease-in-out;
  flex: 0 0 calc(33.3% - 20px);
  
  
}
.services .service-content .col-md-6{
  padding: 10px;
  margin-bottom: 20px;
  position: relative;
  
}
.services .card:hover {
  transform: translateY(-10px);
  background: #0057b369;
  box-shadow: 0 2px 35px 0 rgba(144, 120, 68, 0.2);
}
.services .more-service{
 
  padding: 30px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  border-radius: 10px;
  border-color: #777777;
}
.services .more-service .icon{
  padding: 30px;
  border-radius: 6px;
  background: #fff;
  transition: ease-in-out 0.3s;
}
.services .more-service .icon i{
  float: left;
  color: #0056B3;
  font-size: 40px;
  line-height: 0;
}
.services .more-service .icon a{
  color: #0056B3;
  transition: 0.3s;
  text-align: center;
}
.services .more-service .icon h4{
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.services .more-service .icon p{
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px;
}

.services h3{
  color: #FF0000;
}

.services .service-content p{
  color: #0056B3;
}
.services .title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  color: #FF0000;
}


.services .title a {
  color: #007BFF;
  transition: ease-in-out 0.3s;
}

.services .title a:hover {
  color: #fff;
}

.services .details {
  font-size: 14px;
  text-align: justify;
  line-height: 24px;
  margin-bottom: 0;
  text-align: center;
}

.services .learn-more {
 
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 12px;
  transition: 0.3s;
  line-height: 1;

  color: #0056B3;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #0056B3;

}

.services  .learn-more:hover {
  background: #0056B3;
  color: #fff;
  text-decoration: none;
}
.services .learn-more a:hover{
  color: #fff;
}
/*--------------------------------------------------------------
# reviews
--------------------------------------------------------------*/

.reviews .reviews-slider {
  overflow: hidden;
  
}

.reviews .review-item {
  box-sizing: content-box;
  padding: 30px 30px 0 30px;
  margin: 30px 15px;
  text-align: center;
  min-height: 350px;
  box-shadow: 0px 2px 12px rgba(187, 141, 71, 0.08);
}

.reviews .review-item .review-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

.reviews .review-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #000000;
}

.reviews .review-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.reviews .review-item .quote-left,
.reviews .review-item .quote-right {
  color: #E53935;
  font-size: 26px;
}

.reviews .review-item .quote-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.reviews .review-item .quote-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.reviews .review-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.reviews .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.reviews .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #0056B3;
}

.reviews .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0056B3;
}


/*--------------------------------------------------------------
# Staff
--------------------------------------------------------------*/
.team .team-content {
  
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;

}

.team .card-box {
  padding: 5px;
  margin: 5px;
  position: relative;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  border-radius: 10px;
  background: linear-gradient(to right, #fff 0%, #E3F2FD 100%);
  text-align: center;
  display: flex;
  box-shadow: 0 2px 29px 0 rgba(76, 167, 170, 0.12);
  transition: all 0.4s ease-in-out;
  margin-left: 20px;
  
  
}

.team .card-box .member-img {
  position: relative;
  overflow: hidden;
  
  
 
}
.team .card-box .member-img img{
  max-width: 100%;
  max-height: 100%;
}

.team .card-box .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team .card-box .social a {
  transition: color 0.3s;
  margin: 0 3px;
  border-radius: 50px;
  width: 36px;
  height: 36px;
  background: rgb(107, 201, 230);
  transition: ease-in-out 0.3s;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.team .card-box .social a:hover {
  background: #FF0000;
}

.team .card-box .social i {
  font-size: 18px;
  line-height: 0;
}

.team .card-box .member-info {
  padding: 1px ;
 
}

.team .card-box .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #0056B3;
}

.team .card-box .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .card-box .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .card-box:hover .social {
  opacity: 1;
  bottom: 15px;
}

/* Contact us*/
.contact-us .contacts {
  width: 50%;
    align-content: center;
}

.contact-us .contacts i {
  font-size: 20px;
  color: #fff;
  float: left;
  width: 44px;
  height: 44px;
  background: #0056B3;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}


.contact-us .contacts a{
  color: #0056B3;
}
.contact-us .contacts a:hover{
  color: #FF0000;
}
.contact-us .contacts p {
  padding: 0 0 0 30px;
  margin-bottom: 0;
  font-size: 14px;
  color: #000000;
}

.contact-us .contacts .email,
.contact-us .contacts .phone {
  margin-top: 40px;
}

.contact-us .contacts .email:hover i,
.contact-us .contacts .address:hover i,
.contact-us .contacts .phone:hover i {
  background: #E3F2FD;
  color: #0056B3;
}

.contact-us .email-form {
  width: 70%;
  background: #E3F2FD;
  padding-left: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 20px;
  border: #0056B3;
}

.contact-us .email-form .form-group {
  padding-bottom: 8px;
}

.contact-us .email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact-us .email-form .error-message br+br {
  margin-top: 25px;
}

.contact-us .email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact-us .email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact-us .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;
  animation: animate-loading 1s linear infinite;
}

.contact-us .email-form input,
.contact-us .email-form textarea {
  border-radius: 15px;
  box-shadow: none;
  font-size: 14px;
  color: #000000;
  border-color: #0056B3;
}

.contact-us .form input {
  height: 44px;
}

.contact-us .form textarea {
  padding: 10px 12px;
}

.contact-us .form button[type=submit] {
  background: #0056B3;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact-us .form button[type=submit]:hover {
  background: #fff;
  color: #0056B3;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.location{
  color: #0056B3;
}

#map{
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
}

/*--------------------------------------------------------------
# Beneficiaries
--------------------------------------------------------------*/
.beneficiary-content i,h3{
color: #0056B3;
}

/* Footer*/
#footer {
  background: #007BFF;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
  
}
#footer a{
  color: #fff;
}

#footer ul li  a:hover{
  color: #000000;
  

}
#footer ul{
  list-style: none;
}

#footer p {
  font-size: 15;
  font-style: italic;
  padding: 0;
  margin: 0 0 40px 0;
}
#footer .col-md-4,
#footer .row .col-md-4{
  text-align: left;
}
#footer .socials a{
  color: fff;
}
#footer .socials a:hover{
  color: fff;
}

#footer .copyright {
  margin: 0 0 5px 0;
}

