.home {
    overflow: hidden;
}
.home a {
    text-decoration: none;
}
.home .carousel {
    height: 800px;
    width: 100%;
    position: relative;
}
.home .carousel .carousel-slide {
    background-size: cover;
}
.home .carousel .heading {
    font-size: 45px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}
.home .carousel .description {
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-top: 300px;
}
.home .carousel .slick-dots {
    bottom: 200px;
}
.home .carousel .slick-dots li button:before {
    color: #fff;
    font-size: 15px;
}
.home .details {
    background-color: #fff;
    border-radius: 20px;
    padding: 70px 0;
    position: relative;
    margin: -200px auto 0;
}
.home .details .mission .heading {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 15px;
}
.home .details .mission .description {
    font-size: 15px;
}
.home .details .mission .buttons {
    display: flex;
    justify-content: center;
    margin: 50px 0 90px;
}
.home .details .mission .buttons button {
    width: 130px;
    margin: 0 10px;
}
.home .details .mission .buttons a:first-of-type button {
	border-color: #138df5;
	background-color: #138df5;
}
.home .details .mission .buttons a:last-of-type button {
	background-color: #f9fafc;
	border-color: #03498d;
	color: #03498d;
}
.home .details .mission .buttons a:last-of-type button:hover {
	color: #03498d;
}
.home .details .impact .heading {
    font-size: 27.5px;
    font-weight: 700;
    color: #03498d;
    text-align: center;
    margin-bottom: 15px;
}
.home .details .impact .description {
    font-size: 15px;
    text-align: center;
}
.home .details .impact .numbers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 40px 0 25px;
}
.home .details .impact .number {
    padding: 20px;
    margin: 20px;
    width: 200px;
}
.home .details .impact .number .number-image {
    height: 50px;
    width: 50px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 10px auto;
}
.home .details .impact .number .number-value {
    font-size: 40px;
    font-weight: 800;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
}
.home .details .impact .number .number-unit {
    font-size: 20px;
    text-align: center;
}
.home .details .impact .number .number-description {
    font-size: 15px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
}
.home .programs {
    margin-bottom: 50px;
    padding: 0;
    background: #fff;
}
.home .programs .heading {
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    color: #03498d;
    padding: 0 20px;
}
.home .programs .description {
    font-size: 15px;
    text-align: center;
    margin-top: 15px;
    padding: 0 20px;
}
.home .programs .program-list {
    margin: 50px 20px 0;
    overflow: hidden;
}
.home .programs .program-list .program {
    color: #fff;
    margin-bottom: 20px;
}
.home .programs .program-list .program-content {
	display: flex;
	flex-direction: column;
    height: 100%;
    padding: 50px;
}
.home .programs .program-list .program:nth-of-type(1) .program-content {
    background-color: #2699fb;
}
.home .programs .program-list .program:nth-of-type(2) .program-content {
    background-color: #07498d;
}
.home .programs .program-list .program:nth-of-type(3) .program-content {
    background-color: #f55e1e;
}
.home .programs .program-list .program .program-image {
    height: 150px;
    background-size: cover;
    border-radius: 5px;
}
.home .programs .program-list .program .program-heading {
    font-weight: 700;
    font-size: 20px;
    margin: 25px 0 20px;
}
.home .programs .program-list .program .program-description {
    font-size: 15px;
    margin-bottom: 20px;
}
.home .programs .program-list .program .program-buttons {
	margin-top: auto;
}
.home .programs .program-list .program .program-buttons button {
    border-color: #fff;
    color: #fff;
}
.home .programs .program-list .program .program-buttons button:hover {
	background-color: #fff;
	color: #07498d;
}
.home .programs .buttons {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.home .programs .buttons button {
    padding: 10px 40px;
    font-size: 17px;
	background-color: #d9eeff;
	color: #07498d;
	border: 0;
}
.home .programs .buttons button:hover {
	background-color: #2699fb;
	color: #fff;
}
.home .links {
    margin-bottom: 80px;
}
.home .links .link {
    margin-bottom: 20px;
}
.home .links .link .link-content {
    padding: 30px 40px;
	border-radius: 10px;
}
.home .links .link:nth-of-type(1) .link-content {
    background-color: #f2f9ff;
}
.home .links .link:nth-of-type(2) .link-content {
    background-color: #ffede0;
}
.home .links .link  .link-content .link-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
}
.home .links .link .link-content .link-image img {
    width: 150px;
}
.home .links .link .link-content .link-description {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.home .links .link .link-content .link-buttons {
    text-align: center;
}
.home .links .link .link-content .link-buttons a {
    text-decoration: none;
}
.home .links .link .link-buttons span {
    font-size: 20px;
    margin-left: 10px;
    color: #ef8f4b;
}
.home .testimonials .heading {
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    color: #03498d;
}
.home .testimonials {
    margin-bottom: 80px;
}
.home .testimonials .testimonial-list {
    max-width: 700px;
    margin: 50px auto 0;
}
.home .testimonials .slick-prev {
    left: -50px;
}
.home .testimonials .slick-prev:before {
    color: #2699fb;
    font-size: 40px;
}
.home .testimonials .slick-next {
    right: -30px;
}
.home .testimonials .slick-next:before {
    color: #2699fb;
    font-size: 40px;
}
.home .testimonials .testimonial {
    background-size: contain;
	background-position: center;
	background-repeat:no-repeat;
    height: 400px;
    width: 700px;
}

.home .news {
    background-color: #f5f5f5;
    padding: 70px 0;
}
.home .news .heading {
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    color: #000;
    padding: 0 20px;
}
.home .news .news-list {
	margin-top: 50px;
}
.home .news .news-list .article {
    margin-bottom: 20px;
    cursor: pointer;
}
.home .news .news-list .article .article-content {
	display: flex;
	flex-direction: column;
    background-color: #f9fafc;
    overflow: hidden;
    height: 100%;
}
.home .news .news-list .article .article-content .article-image {
    height: 200px;
    background-size: cover;
}
.home .news .news-list .article .article-content .article-heading {
    font-weight: 700;
    font-size: 20px;
    margin: 25px 40px 20px;
    color: #0e5192;
}
.home .news .news-list .article .article-content .article-description {
    font-size: 15px;
    margin-bottom: 20px;
    margin: 0 40px 20px;
}
.home .news .news-list .article .article-content .article-details {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
	margin: auto 40px 30px;
}
.home .news .buttons {
    text-align: center;
    margin-top: 20px;
}
.home .news .buttons a {
    text-decoration: none;
    font-size: 17px;
}
.home .news .buttons span {
    font-size: 20px;
    margin-left: 10px;
    color: #ef8f4b;
}
.home .social-feed {
    background-color: #fff0ea;
    padding: 50px 0;
}
.home .social-feed .heading {
    font-size: 40px;
    font-weight: 700;
	margin-top: 20px;
    margin-bottom: 20px;
}
.home .social-feed .description {
    font-size: 15px;
    margin-bottom: 40px;
}
.home .social-feed .buttons {
    display: flex;
    flex-direction: column;
	margin-bottom: 20px;
}
.home .social-feed .buttons button {
	display: flex;
	align-items: center;
    margin-bottom: 15px;
    padding: 10px;
    font-size: 16px;
    background-color: #ffffff;
    color: #2e2e2e;
    border-color: transparent;
	padding: 10px 20px;
	min-width: 220px;
}
.home .social-feed .buttons a:hover {
	text-decoration: none;
}
.home .social-feed .buttons button:hover {
    border-color: #2699fb;
}
.home .social-feed .buttons button i {
    margin-right: 15px;
    font-size: 30px;
}
.home .social-feed .buttons button .fa-instagram:before {
    color: transparent;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background-clip: text;
    -webkit-background-clip: text;
}
.home .social-feed .buttons button .fa-facebook-square:before {
    color: #4065b4;
}
.home .social-feed .buttons button .fa-twitter:before {
    color: #00a7f7;
}
.home .social-feed #instagram-feed {
    margin-left: 50px;
}
.home .slick-list, .slick-track {
    height: 100%;
}

@media (max-width: 991.5px) {
    .home .social-feed .buttons {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .home .social-feed #instagram-feed {
        margin-left: 0;
    }
}