html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Roboto', sans-serif;
  
  overflow-x: hidden !important;
	background-image: url("../img/background-2.jpg");
  background-repeat: repeat;
}

.btn {
	font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    padding: 5px;
    font-weight: 500;
    width: 90px;
    border-radius: 5px;

    background-color: #e1af39;
    color: white;
}

a {
  color: black;
  text-decoration: none;
  font-size: 16px;
}
@media only screen and (max-width: 900px) {
  body {
    overflow-x: hidden !important;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
    transform: translateY(25px);
  }
  to {
    opacity: 1;
  }
}
.fade-in-element {
  animation: fade-in 2s;
}
/* ---------------------------------------------- 
                  Hero Section
   ---------------------------------------------- */
header {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 0;
}
nav {
  /*padding: 25px 5px;*/
  position: fixed;
  background-color: #ffffff;
  z-index: 12;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgb(116, 116, 116);
}
.logo-wrapper h2 {
  font-size: 40px;
  color: rgb(26, 26, 26);
  padding-left: 25px;
}
.logo {
  height: 100px;
  width: auto;
  z-index: 1;
  margin-bottom: 0px;
}
.nav-item {
  margin: 0 12px;
  font-size: 16px;
  font-weight: 600;
  color: #1C1C1A;
}
.active {
  color: #1C1C1A;
}
.nav-btn {
  background-color: #e1af39;
  padding: 10px 25px;
  border-radius: 5px;
  transition: all, .3s;
  color: white;
}
.nav-btn:hover {
  background-color: #e1af39;
}
.phone {
  font-family: Arial, Helvetica, sans-serif;
  margin-right: 30px;
  font-size: 20px;
  color: black;
}
.hero-wrapper {
  margin: 0 auto;
  margin-top: 0px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #00000023;
  border-radius: 5px;
  padding: 20px 0px;
  position: absolute;
  bottom: 0%;
  top: 0%;
  left: 0%;
  right: 0%;
  z-index: 10;
  min-height: 0px;
}
.hero-wrapper-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hero-wrapper h1 {
  font-size: 70px;
  margin: 10px 0;
  color: white;
  text-align: center;
  font-weight: 600;
}
.hero-wrapper p {
  font-size: 22px;
  margin: 10px 0;
  color: white;
  text-align: center;
}
.hero-btn {
  padding: 11px 5px;
  width: 30%;
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  background-color: #e1af39;
  border: 2px solid #e1af39;
  color: rgb(255, 255, 255);
  border-radius: 100px;
  letter-spacing: .2px;
}
.hero-btn:hover {
  background-color: rgb(170, 170, 170);
}
@media only screen and (max-width: 850px) {
  header {
    min-height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 0px;
  }
  nav {
    display: none;
  }
  .logo {
    margin-bottom: 30px;
  }
  .nav-items {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .nav-item {
    margin: 10px 0;
    font-size: 22px;
  }
  .phone-number {
    margin-top: 30px;
  }
  .phone {
    margin-right: 0;
    margin-top: 30px;
    font-size: 18px;
  }
  .hero-wrapper {
    margin-top: 0px;
    width: 100%;
    padding-left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 0px;
    bottom: 0%;
    min-height: 100px;
  }
  .hero-wrapper h1 {
    font-size: 30px;
    margin: 10px 0;
    margin-top: 0;
    color: white;
    text-align: center;
  }
  .hero-btn {
    width: 70%;
    font-size: 15px;
  }
}
/* Slideshow container */
.responsive {
  max-width: 175%;
  height: auto;
}
.slideshow-container {
  width: 100%;
  min-height: 500px;
  position: relative;
  margin: 0;
}
.mySlides {
  display: none;
}
.mySlides img {
  width: 100%;
}
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 0 25px;
  color: rgb(255, 255, 255), 255);
  font-weight: bold;
  font-size: 25px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  z-index: 100;
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover {
  z-index: 100;
}
.numbertext {
  color: #f2f2f2;
  font-size: 18px;
  padding: 8px 12px;
  position: absolute;
  top: 10%;
}
.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
  }
}
@media only screen and (max-width: 850px) {
  .slideshow-container {
    min-height: 350px;
    overflow-x: hidden !important;
  }
  .mySlides img {
    width: auto;
    height: 350px;
  }
  .text {
    padding: 8px 0px;
    position: absolute;
    bottom: 60%;
    width: 93%;
    left: 0;
    right: 0;
  }
}
/* ---------------------------------------------- 
                  Intro Section
   ---------------------------------------------- */
#intro {
  padding: 65px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  /*background-color: #162130;*/
  margin-top: -19px;
}
#intro img {
  width: 40%;
  border: 6px solid #2c3f58;
}
.intro-text-wrapper {
  width: 70%;
  display: flex;
  flex-direction: column;
}
.intro-text-wrapper h2 {
  font-size: 46px;
  font-weight: 600;
  color: white;
}
.intro-text-wrapper h4 {
  font-size: 30px;
  font-weight: 500;
  margin: 15px 0;
  color: white;
}
.intro-text-wrapper p {
  font-size: 18px;
  line-height: 27px;
  margin: 5px 0;
  color: white;
}
.intro-text-wrapper a {
  font-size: 18px;
  text-align: center;
  padding: 12px 5px;
  font-weight: 500;
  width: 34%;
  border-radius: 4px;
  margin-top: 20px;
  background-color: #e1af39;
  color: white;
}
@media only screen and (max-width: 850px) {
  #intro {
    padding: 65px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #162130;
    margin-top: -19px;
  }
  #intro img {
    width: 90%;
    border: 6px solid #2c3f58;
  }
  .intro-text-wrapper {
    width: 90%;
    margin-top: 35px;
  }
  .intro-text-wrapper a {
    width: 60%;
  }
}
/* ---------------------------------------------- 
                   CTA Section
   ---------------------------------------------- */
#cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 430px;
  background-color: #2c3f58;
  background-image: url("../img/family-photo.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: top;
}
#cta h2 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 30px;
  color: white;
}
#cta a {
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  padding: 17px 5px;
  font-weight: 500;
  width: 28%;
  border-radius: 5px;
  margin-top: 20px;
  background-color: #e1af39;
  color: white;
}
@media only screen and (max-width: 850px) {
  #cta {
    padding: 55px 0;
    background-image: url("../img/family-photo.jpg");
    background-attachment: scroll;
    background-size: cover;
    background-position: top;
  }
  #cta h2 {
    font-size: 37px;
  }
  #cta a {
    width: 60%;
  }
}
/* ---------------------------------------------- 
                 Features Section
   ---------------------------------------------- */
#features {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.feature-wrapper {
  width: 33.3%;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: black;
}
.feature-wrapper-one {
  background-image: url("../img/whatsincluded-image.jpg");
  background-position: center;
  background-size: contain;
}
.feature-wrapper-two {
  background-image: url("../img/our-donors.jpg");
  background-position: center;
  background-size: contain;
}
.feature-wrapper-three {
  background-image: url("../img/contact-us.jpg");
  background-position: center;
  background-size: contain;
}
.feature-wrapper h2 {
  font-size: 30px;
  color: white;
  font-weight: 600;
}
.feature-wrapper a {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  padding: 13px 5px;
  font-weight: 500;
  width: 42%;
  border-radius: 5px;
  margin-top: 20px;
  background-color: #e1af39;
  color: white;
}
@media only screen and (max-width: 850px) {
  #features {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .feature-wrapper {
    width: 100%;
  }
  .feature-wrapper a {
    width: 60%;
  }
}
/* ---------------------------------------------- 
                  Online Section
   ---------------------------------------------- */
#online {
  padding: 65px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  /*background-color: #162130;*/
}
#online img {
  width: 40%;
  border: 6px solid #2c3f58;
}
.online-text-wrapper {
  width: 43%;
  display: flex;
  flex-direction: column;
}
.online-text-wrapper h2 {
  font-size: 46px;
  margin-bottom: 25px;
  font-weight: 600;
  color: white;
}
.online-text-wrapper p {
  font-size: 18px;
  line-height: 27px;
  margin: 5px 0;
  color: white;
}
.online-text-wrapper a {
  font-size: 18px;
  text-align: center;
  padding: 12px 5px;
  font-weight: 500;
  width: 34%;
  border-radius: 4px;
  margin-top: 20px;
  background-color: #e1af39;
  color: white;
}
@media only screen and (max-width: 850px) {
  #online {
    padding: 65px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #162130;
  }
  #online img {
    width: 90%;
    border: 6px solid #2c3f58;
  }
  .online-text-wrapper {
    width: 90%;
    margin-bottom: 40px;
  }
}
/* ---------------------------------------------- 
               Testimonials Section
   ---------------------------------------------- */
#testimonials {
  padding-bottom: 50px;
  padding-top: 25px;
  background-color: #162130;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#testimonials h2 {
  font-size: 45px;
  font-weight: 600;
  color: #fcfcfc;
}
#testimonials hr {
  margin: 10px 0;
  width: 8%;
  height: 5px;
  background-color: #fcfcfc;
  border: none;
}
.testimonials-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  margin-top: 50px;
}
.testimonial-wrapper {
  background-color: #272D33;
  width: 21%;
  padding: 25px 2px 25px 20px;
  border-radius: 4px;
  border: 2px solid #2c3f58;
  transition: all, .3s;
}
.testimonial-wrapper:hover {
  border: 2px solid #272D33;
  transform: scale(1.01);
  cursor: pointer;
}
.testimonial-wrapper p {
  font-size: 17px;
  margin: 20px 0;
  line-height: 22px;
  font-weight: 500;
  color: rgb(248, 248, 248);
}
.testimonial-wrapper h4 {
  font-size: 16px;
  font-weight: 400;
  color: rgb(247, 247, 247);
}
.testimonial-wrapper img {
  width: 50px;
  height: auto;
}
#testimonials a {
  font-size: 16px;
  padding: 13px 5px;
  border-radius: 4px;
  background-color: #e1af39;
  margin-top: 30px;
  font-weight: 500;
  transition: all, .35s;
  width: 18%;
  text-align: center;
  margin: 50px auto 0 auto;
}
#testimonials a:hover {
  background-color: #134975;
}
@media only screen and (max-width: 850px) {
  #testimonials {
    padding-bottom: 60px;
    padding-top: 100px;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .testimonials-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .testimonial-wrapper {
    width: 86%;
    margin: 10px 0;
    padding: 25px 0px 25px 8px;
  }
  #testimonials a {
    width: 80%;
  }
}
/* ---------------------------------------------- 
                   Footer
   ---------------------------------------------- */
footer {
  background-color: #161616;
  padding: 25px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.footer-link img {
  width: 200px;
  height: auto;
  margin-top: 10px;
}
.copyright {
  color: rgb(167, 167, 167);
}
@media only screen and (max-width: 850px) {
  footer {
    padding: 35px 0;
  }
  .footer-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer-column {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 25px 0;
  }
  .footer-column h3 {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 500;
  }
  .footer-column-p {
    font-size: 19px;
    margin-bottom: 5px;
    font-weight: 300;
  }
  .footer-text {
    font-size: 21px;
    text-align: center;
    line-height: 24px;
  }
}



.col {
	float: left;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
}
.cols {
	float: left;
	width: 100%;
	padding: 0px;
	box-sizing: border-box;
}



.col-xs-11 {
	width: 91.662%;
}
.col-xs-10 {
	width: 83.332%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.662%;
}
.col-xs-7 {
	width: 58.331%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.662%;
}
.col-xs-4 {
	width: 33.332%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.662%;
}
.col-xs-1 {
	width: 8.332%;
}


/* Mobile */
@media screen and (max-width: 480px) {

	.pagebanner {
		margin-top: 80px !important;
	}
}


/*only if the device width is atleast 768px or higher*/
@media screen and (min-width: 768px) {

	
.col-sm-11 {
	width: 91.662%;
}
.col-sm-10 {
	width: 83.332%;
}
.col-sm-9 {
	width: 75%;
}
.col-sm-8 {
	width: 66.662%;
}
.col-sm-7 {
	width: 58.331%;
}
.col-sm-6 {
	width: 50%;
}
.col-sm-5 {
	width: 41.662%;
}
.col-sm-4 {
	width: 33.332%;
}
.col-sm-3 {
	width: 25%;
}
.col-sm-2 {
	width: 16.662%;
}
.col-sm-1 {
	width: 8.332%;
}
}
 @media screen and (min-width: 1024px) {
.col-md-11 {
	width: 91.662%;
}
.col-md-10 {
	width: 83.332%;
}
.col-md-9 {
	width: 75%;
}
.col-md-8 {
	width: 66.662%;
}
.col-md-7 {
	width: 58.331%;
}
.col-md-6 {
	width: 50%;
}
.col-md-5 {
	width: 41.662%;
}
.col-md-4 {
	width: 33.332%;
}
.col-md-3 {
	width: 25%;
}
.col-md-2 {
	width: 16.662%;
}
.col-md-1 {
	width: 8.332%;
}
}
 @media screen and (min-width: 1024px) {
.col-lg-11 {
	width: 91.662%;
}
.col-lg-10 {
	width: 83.332%;
}
.col-lg-9 {
	width: 75%;
}
.col-lg-8 {
	width: 66.662%;
}
.col-lg-7 {
	width: 58.331%;
}
.col-lg-6 {
	width: 50%;
}
.col-lg-5 {
	width: 41.662%;
}
.col-lg-4 {
	width: 33.332%;
}
.col-lg-3 {
	width: 25%;
}
.col-lg-2 {
	width: 16.662%;
}
.col-lg-1 {
	width: 8.332%;
}
}