.responsive {
  width: 100%;
  height: auto;
}

html {
height: 100%;
margin: 0;
scroll-behavior: smooth;
}



@media (min-width: 992px) {
.hero-slide {
  min-height: 45rem;
}
}

@media (min-width: 992px) {
.hero-home {
  min-height: 45rem;
}
}

.column {
  flex: 25%;
  max-width: 50%;
  padding: 0 3px;
}


@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}




.contact-us {
background-color: #DCDCDC;
justify-content: center; 
}
.contact-img {
height: 20rem;
background-size: cover !important;
background-repeat: no-repeat !important;
}

.bg-cover {
background-size: cover !important;
}

.bg-center {
background-position: center center !important;
}

.half-page-banner {
min-height: 20rem;
}


/* CSS for Social Media Icons */
ul.social-network {
list-style: none;
display: inline;
margin-left: 0 !important;
padding: 0;
font-size: 40px;
margin: 10px;
padding-top: 10px;
}

ul.social-network li {
display: inline;
margin: 0 5px;
}

.social-network a.icoFacebook i,
.social-network a.icoTwitter i,
.social-network a.icoInstagram i
{
color:white;
}

.social-network a.icoFacebook:hover i {
color: #3b5998;
}

.social-network a.icoTwitter:hover i {
color: #1DA1F2;
}

.social-network a.icoInstagram:hover i {
background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 ); 
}

.social-network a.socialIcon:hover,
.socialHoverClass {
color: #44BCDD;
}

.social-circle i {
color: #595959;
}

.social-circle li a {
display: inline-block;
position: relative;
margin: 0 auto 0 auto;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
text-align: center;
width: 30px;
height: 30px;
font-size: 30px;
}

.social-circle li i {
margin: 0;
line-height: 30px;
text-align: center;
}

/* Slideshow container */
.slideshow-container {
max-width: 1000px;
position: relative;
margin: auto;
}

/* Hide the images by default */
.mySlides {
display: none;
}

/* Fading animation */
.fade {
-webkit-animation-name: fade;
-webkit-animation-duration: 1.5s;
animation-name: fade;
animation-duration: 1.5s;
}

@-webkit-keyframes fade {
from {opacity: .4}
to {opacity: 1}
}

@keyframes fade {
from {opacity: .4}
to {opacity: 1}
}

#charity {
background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)), url("IMG_4185.JPG");
background-size: 100%;
background-repeat: no-repeat;
background-position: center center;
height: 300px;
}

.verticalLine {
border-left: thick solid white;
}

.list-check li {
padding-left: 1.5rem;
position: relative;
list-style: none;
}


/* CSS for To The Top button */
#topBtn {
display: inline-block;
background-color: #FF9800;
width: 50px;
height: 50px;
text-align: center;
border-radius: 4px;
position: fixed;
bottom: 30px;
right: 30px;
transition: background-color .3s, 
  opacity .5s, visibility .5s;
opacity: 0;
visibility: hidden;
z-index: 1000;
}
#topBtn::after {
content: "\f077";
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
font-size: 2em;
line-height: 50px;
color: #fff;
}
#topBtn:hover {
cursor: pointer;
background-color: #333;
}
#topBtn:active {
background-color: #555;
}
#topBtn.show {
opacity: 1;
visibility: visible;
}

.footer {
font-family: 'Special Elite';
}

hr {
background-color: white;
border-top-color:#bbb;
opacity:0.5;
}

.footericon {
margin-left: auto;
margin-right: auto;
display: block;
}

.copyright {
font-family: 'Special Elite';
color: white;
text-align: center;
display: block;
}

/*
*
* ==========================================
* NAVBAR
* ==========================================
*
*/
.navbar {
z-index: 999;
}

.navbar-toggler {
outline: none !important;
border: none;
}

.navbar-toggler:focus {
border: none;
}

.navbar-toggler span {
width: 25px;
margin: 6px auto;
display: block;
height: 2px;
background: white;
transition: all 0.15s;
}

.navbar-toggler span:first-of-type {
-webkit-transform-origin: bottom left;
transform-origin: bottom left;
width: 14px;
}

.navbar-toggler span:nth-of-type(2) {
width: 20px;
}

.navbar-toggler span:last-of-type {
-webkit-transform-origin: top left;
transform-origin: top left;
width: 16px;
}

.navbar-toggler.active span:first-of-type {
-webkit-transform: rotate(45deg) translate(-1px);
transform: rotate(45deg) translate(-1px);
width: 24.5px !important;
}

.navbar-toggler.active span:last-of-type {
width: 24.5px !important;
-webkit-transform: rotate(-45deg) translate(-1.5px);
transform: rotate(-45deg) translate(-1.5px);
}

.navbar-toggler.active span:nth-of-type(2) {
opacity: 0;
}

.navbar .dropdown-menu {
visibility: hidden;
opacity: 0;
-webkit-transform: translateY(0.5rem);
transform: translateY(0.5rem);
transition: .2s ease all;
}

@media (min-width: 992px) {
.navbar .dropdown-menu {
  display: block;
}
}

.navbar .dropdown-menu.show {
display: block;
visibility: visible;
opacity: 1;
-webkit-transform: translateY(0px);
transform: translateY(0px);
transition: .2s ease all;
}

@media (max-width: 991.98px) {
.navbar {
  position: fixed !important;
  background: black;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.nav-link {
  font-family: 'Special Elite';
}

.nav-link {
  font-family: 'Special Elite';
  color: white;
}

.navbar .nav-link {
  color: white !important;
}
.navbar .nav-link:hover, .navbar .nav-link:focus, .navbar .nav-link.active {
  color: #ac887e !important;
}
}



/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
width: 100%;
height: 100vh;
background-color: rgba(63, 73, 83, 0.8);
overflow: hidden;
position: relative;
font-family: 'Special Elite';

}

#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-container {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
bottom: 0;
top: 70px;
left: 50px;
right: 50px;
}

#hero .container {
text-align: center;
}

#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-prev, #hero .carousel-control-next {
width: 10%;
top: 112px;
}

@media (max-width: 992px) {
#hero .carousel-control-prev, #hero .carousel-control-next {
  top: 66px;
}
}

@media (max-width: 992px) {
#hero {
  height: 100vh;
}
#hero .carousel-container {
  top: 8px;
}
}

@media (max-width: 768px) {
#hero h2 {
  font-size: 28px;
}
}

@media (min-width: 1024px) {
#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 5%;
}
}

@media (max-height: 500px) {
#hero {
  height: 120vh;
}
}





/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
.section {
padding: 60px 0;
overflow: hidden;
}

.section-bg {
background-color: #f7fbfe;
}

.section-title {
text-align: center;
padding-bottom: 30px;
}

.section-title h2 {
font-size: 32px;
font-weight: bold;
text-transform: uppercase;
position: relative;
color: #222222;
}

.section-title h2::before, .section-title h2::after {
content: '';
width: 50px;
height: 2px;
background: #3498db;
display: inline-block;
}

.section-title h2::before {
margin: 0 15px 10px 0;
}

.section-title h2::after {
margin: 0 0 10px 15px;
}

.section-title p {
margin: 15px 0 0 0;
}



/*--------------------------------------------------------------
# More Services
--------------------------------------------------------------*/
.more-services {
padding-top: 20px;
}

.more-services .card {
border: 0;
padding: 160px 20px 20px 20px;
position: relative;
width: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}

.more-services .card-body {
z-index: 10;
background: rgba(255, 255, 255, 0.9);
padding: 15px 30px;
box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
transition: 0.3s;
transition: ease-in-out 0.4s;
border-radius: 5px;
}

.more-services .card-title {
font-weight: 700;
text-align: center;
margin-bottom: 15px;
}

.more-services .card-title a {
color: #222222;
}

.more-services .card-text {
color: #5e5e5e;
}

.more-services .read-more a {
color: #777777;
text-transform: uppercase;
font-weight: 600;
font-size: 12px;
transition: 0.4s;
}

.more-services .read-more a:hover {
text-decoration: underline;
}

.more-services .card:hover .card-body {
background: #3498db;
}

.more-services .card:hover .read-more a, .more-services .card:hover .card-title, .more-services .card:hover .card-title a, .more-services .card:hover .card-text {
color: #fff;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
padding: 30px;
position: relative;
overflow: hidden;
background: #fff;
box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
transition: all 0.3s ease-in-out;
border-radius: 8px;
z-index: 1;
}

.services .icon-box::before {
content: '';
position: absolute;
background: #e1f0fa;
right: -60px;
top: -40px;
width: 100px;
height: 100px;
border-radius: 50px;
transition: all 0.3s;
z-index: -1;
}

.services .icon-box:hover::before {
background: #3498db;
right: 0;
top: 0;
width: 100%;
height: 100%;
border-radius: 0px;
}

.services .icon {
margin: 0 auto 20px auto;
padding-top: 10px;
display: inline-block;
text-align: center;
border-radius: 50%;
width: 60px;
height: 60px;
background: #3498db;
transition: all 0.3s ease-in-out;
}

.services .icon i {
font-size: 36px;
line-height: 1;
color: #fff;
}

.services .title {
font-weight: 700;
margin-bottom: 15px;
font-size: 18px;
}

.services .title a {
color: #111;
}

.services .description {
font-size: 15px;
line-height: 28px;
margin-bottom: 0;
}

.services .icon-box:hover .title a, .services .icon-box:hover .description {
color: #fff;
}

.services .icon-box:hover .icon {
background: #fff;
}

.services .icon-box:hover .icon i {
color: #3498db;
}

/*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/
.charitywork {
background: url(../img/FB_IMG_1576680424922.jpg) center center no-repeat;
background-size: cover;
position: relative;
}

.charitywork::before {
content: '';
background-color: rgba(12, 11, 10, 0.8);
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
padding: 60px;
}

.charitywork .section-title h2 {
color: #fff;
}

.charitywork .content {
color:rgba(255, 255, 255, 0.9)
}

.charitywork .container {
position: relative;
}

@media (min-width: 1024px) {
.charitywork {
  background-attachment: fixed;
}
}


/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
padding: 12px 0;
text-align: center;
}

.clients img {
max-width: 75%;
display: inline-block;
padding: 15px 0;
}


@media (max-width: 768px) {
.clients img {
  max-width: 90%;
}}


/*--------------------------------------------------------------
# Event List
--------------------------------------------------------------*/
.event-list .card {
  border: 0;
  padding: 0 30px;
  margin-bottom: 60px;
  position: relative;
}

.event-list .card-img {
  width: calc(100% + 60px);
  margin-left: -30px;
  overflow: hidden;
  z-index: 9;
  border-radius: 0;
}

.event-list .card-img img {
  max-width: 100%;
}

.event-list .card-body {
  z-index: 10;
  background: #fff;
  border-top: 4px solid #fff;
  padding: 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-top: -60px;
  
}

.event-list .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  color: #24325d;
}

.event-list .card-title a {
  color: #24325d;
  transition: 0.3s;
}

.event-list .card-text {
  color: #5e5e5e;
}


/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery .gallery-item {
  margin-bottom: 30px;
}

.gallery #gallery-filters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.gallery #gallery-filters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s;
}

.gallery #gallery-filters li:hover, .gallery #gallery-filters li.filter-active {
  color: #006fbe;
}

.gallery #gallery-filters li:last-child {
  margin-right: 0;
}




