body{
  color: #373737;
  font-family: Poppins;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
}
ul.navbar-nav li{
  position: relative;
  margin-left:30px;
}
ul.navbar-nav li a {
    color: #111111;
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 2.1;
    text-transform: uppercase;
    transition: 0.5s;
}
ul.navbar-nav li:last-child a {
  background-color: #E9599C;
  border-radius: 100px;
  color: #fff;
  font-family: Poppins;
  font-weight: 600;
  font-size: 15px;
  padding: 16px 24px !important;
  line-height: 100%;
  text-transform: uppercase;
}
ul.navbar-nav li:last-child a:hover {
  background-color: #d9438a;
  color: #fff;
}
.section-heading{
  position: relative;
  margin-bottom: 40px;
}
.section-heading h2{
  color:#373737;
  font-family: Poppins;
  font-weight: 700;
  font-size: 42px;
  line-height: 61px;
  letter-spacing: 0px;
}

.hero {
    display: flex;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh;
    position: relative;
    justify-content: center;
    align-items: center;
}
.hero .hero-content{
  position: relative;
}
.hero .hero-content h1{
  color: #111111;
  font-family: Poppins;
  font-weight: 700;
  font-style: Bold;
  font-size: 42px;
  leading-trim: CAP_HEIGHT;
  line-height: 61px;
  letter-spacing: 0px;

}
.hero .hero-content p{

}
.hero .hero-content .btn-hero{
  background-color: #E9599C;
  border-radius: 100px;
  color: #fff;
  font-family: Poppins;
  font-weight: 600;
  font-size: 18px;
  padding: 16px 30px !important;
  line-height: 100%;
  text-transform: uppercase;
  transition: 0.5s all;
}
.hero .hero-content .btn-hero:hover {
  background-color: #d9438a;
  color: #fff;
  transition: 0.5s all;
}
.about{
  position: relative;
  padding: 100px 0;
}
.about .about-content{
  position: relative;
}
.about .about-content h5{
  color: #E9599C;
  font-family: Poppins;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0px;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.about .about-content h2{
  color: #373737;
  font-family: Poppins;
  font-weight: 700;
  font-size: 30px;
  line-height: 47px;
  letter-spacing: 0px;
  margin-bottom: 20px;
}
.about .about-content p{
  color: #373737;
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: CAP_HEIGHT;
  line-height: 30px;
  letter-spacing: 0px;
  margin-bottom: 35px;
}
.about .about-content .btn-read-more{
  background-color: #E9599C;
  border-radius: 100px;
  color: #fff;
  font-family: Poppins;
  font-weight: 600;
  font-size: 18px;
  padding: 16px 30px !important;
  line-height: 100%;
  text-transform: uppercase;
  transition: 0.5s all;
}
.about .about-content .btn-read-more:hover {
  background-color: #d9438a;
  color: #fff;
  transition: 0.5s all;
}
.about .image-box{
  position: relative;
}
.about .image-box:before {
    content: "";
    background-image: url(../images/ellipse-shape.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 226px;
    height: 305px;
    position: absolute;
    left: -200px;
    right: 0;
    text-align: center;
    margin: 0 auto;
    z-index: -1;
}
.the-case{
  position: relative;
  padding-bottom: 100px;
}
.cases-card {
    background: #FFEFF6C7;
    display: flex;
    position: relative;
    height: 100%;
    flex-wrap: wrap;
}
.cases-card .cases-header{
  position: relative;
  padding: 35px 30px 0;
}
.cases-card .cases-footer{
  position: relative;
  padding: 0px 30px 0px 0;
}
.cases-card h3{
  background: #FAD2F0;
  color: #181617;
  display: inline-block;
  font-family: Poppins;
  font-weight: 700;
  font-size: 30px;
  line-height: 47px;
  letter-spacing: 0px;
  margin-bottom: 30px;
}
.cases-card p{
  font-family: Poppins;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
}
.cases-card .cases-footer {
    display: flex;
    justify-content: space-between;
    align-items: end;
    width: 100%;
}
.cases-card .cases-footer .icon-box a {
    border-radius: 0px;
    color: #E9599C;
    font-size: 36px;
    transition: 0.5s all;
}
.cases-card .cases-footer .icon-box a:hover {
    background: #E9599C;
    color: #ffffff;
    transition: 0.5s all;
}
.why{
  position: relative;
  padding: 0px 0 100px 0;
}
.why .why-content{
  position: relative;
}
.why .why-content h2{
  color: #373737;
  font-family: Poppins;
  font-weight: 700;
  font-size: 30px;
  line-height: 47px;
  letter-spacing: 0px;
  margin-bottom: 20px;
}
.why .why-content p{
  color: #373737;
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: CAP_HEIGHT;
  line-height: 30px;
  letter-spacing: 0px;
  margin-bottom: 35px;
}
.why .image-box{
  position: relative;
}
.why .image-box:before {
    content: "";
    background-image: url(../images/ellipse-shape.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 226px;
    height: 305px;
    position: absolute;
    left: -200px;
    right: 0;
    text-align: center;
    margin: 0 auto;
    z-index: -1;
}
.support {
    position: relative;
    padding: 0 0 100px 0;
}
.support-content {
    background: #E9599C;
    border-radius: 14px;
    padding: 65px 50px;
    position: relative;
}
.support-content .content-box h2{
  color: #FFFFFF;
  font-family: Poppins;
  font-weight: 700;
  font-size: 42px;
  line-height: 61px;
  letter-spacing: 0px;
}
.support-content .content-box p{
  color: #ffffff;
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0px;
}
.support-content .content-box ul{
  position: relative;
  margin-bottom: 30px;
}
.support-content .content-box ul li{
  color: #FFFFFF;
  font-family: Poppins;
  font-weight: 500;
  font-size: 18px;
  line-height: 34px;
  letter-spacing: 0px;
}
.support-content .image-box{
  position: relative;
}
.support-content .image-box img{
  position: relative;
  z-index: 99;
}
.support-content .image-box:before {
    content: "";
    background-image: url(../images/ellipse-shape-2.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 226px;
    height: 305px;
    position: absolute;
    left: -200px;
    right: 0;
    text-align: center;
    margin: 0 auto;
}
.support .support-content .content-box .btn-donate{
  background-color: #FFFFFF;
  border-radius: 100px;
  color: #000000;
  font-family: Poppins;
  font-weight: 600;
  font-size: 18px;
  padding: 16px 30px !important;
  line-height: 100%;
  text-transform: uppercase;
  transition: 0.5s all;
}
.support .support-content .content-box .btn-donate:hover {
  background-color: #d9438a;
  color: #fff;
  transition: 0.5s all;
}
.posts{
  position: relative;
  padding: 0 0 100px 0;
}
.posts-content h4{
  color: #222222;
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  margin-bottom: 12px;
  text-transform: capitalize;
}
.posts-content .posts-meta{
  color: #4D4D4D;
  display: block;
  font-family: Poppins;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0%;
  margin-bottom: 12px;
  text-transform: capitalize;
}
.posts-content .btn-posts{
  background: #E9599C;
  border-radius: 100px;
  color: #FFFFFF;
  display: inline-block;
  font-family: Poppins;
  font-weight: 600;
  font-size: 18px;
  padding: 14px 24px !important;
  line-height: 100%;
  text-transform: uppercase;
  transition: 0.5s all;
}
.posts-content .btn-posts:hover {
  background-color: #d9438a;
  color: #fff;
  transition: 0.5s all;
}
.post-single {
    position: relative;
    padding: 100px 0;
}

.footer-top {
  background-color:#E9599C;
  padding: 10px 0;
}
.footer-top{
  color: #fff;
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  leading-trim: CAP_HEIGHT;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
}
.footer-top a{
    background: #fff;
    border-radius: 100px;
    display: inline-block;
    line-height: 1.5;
    height: 35px;
    width: 35px;
    padding: 6px;
}
.footer-top a i {
    color: #212121;
}
.footer {
  background-color: #1c1c1c;
  color: #ddd;
  padding: 60px 0 20px;
}
.footer .footer-col h5 {
  color: #FFF;
  font-family: Poppins;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.footer .footer-col a {
  color: #FFFFFFD9;
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 0%;
  text-transform: capitalize;
  text-decoration: none;
}
.footer .footer-col a:hover {
  color: #f5559a;
  text-decoration: underline;
}
.footer p {
  color: #FFFFFFD9;
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0%;
  margin-bottom: 0;
  text-transform: capitalize;
}
.footer-logo p {
    padding-right: 8rem;
}
.footer-bottom {
  background-color: #272727;
  padding: 24px 0;
}
.footer-bottom p{
  color: #FFFFFFBF;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 0;
  text-align: center;
  text-transform: capitalize;
}


/* ========== Responsive CSS ========== */

@media only screen and (max-width:767px){
    header {
        position: relative;
        padding: 15px 0;
    }
    .navbar-brand{
        display: contents;
    }
    .navbar-brand img {
        width: 65%;
    }
    .navbar-toggler{border:0;}
    .navbar-toggler:focus{
        border:0;
        box-shadow: none;
        outline: 0;
    }
    .navbar-collapse {
        border-top: 1px solid #e9599c;
        position: relative;
        padding: 0px 15px 0 15px;
        margin-top: 15px;
    }
    ul.navbar-nav li {
        margin-left: 0;
    }
    .hero {
        background-position: 85% 100%;
        height: 50vh;
        padding: 40px 0;
    }
	.hero:before {
		content: "";
		background: rgba(255, 255, 255, 0.60);
		display: block;
		position: absolute;
		height: 100%;
		width: 100%;
	}
    .hero .hero-content h1 {
        font-size: 32px;
        line-height: 44px;
    }
	.hero .hero-content p {
		font-size: 18px;
		line-height: 28px;
	}
    .hero .hero-content p br {
        display: none;
    }
	.about {
		padding: 60px 0;
	}
    .about .image-box img{
        width:65%;
        margin-bottom: 18px;
    }
    .about .image-box:before {
        width: 165px;
        height: 220px;
        left: -125px;
    }
    .about .about-content h5 {
        font-size: 18px;
        text-align: center;
    }
    .about .about-content h2 {
        font-size: 24px;
        line-height: 32px;
        text-align: center;
    }
    .about .about-content p{
        text-align: center;
    }
    .about .about-content .btn-read-more {
        display: block;
        width: 50%;
        margin: 0 auto;
    }
	.the-case{
		padding-bottom:40px;
	}
	.cases-card {
    	text-align: center;
	}
	.why {
		padding: 0px 0 60px 0;
	}
	.why .why-content {
		text-align: center;
	}
	.why .image-box img{
        width:65%;
        margin-bottom: 18px;
    }
    .why .image-box:before {
        width: 165px;
        height: 220px;
        left: -125px;
    }
	.support {
		position: relative;
		padding: 0 0 60px 0;
	}
	.support-content .image-box img{
		width:60%;
	}
	.support-content .image-box:before {
        width: 110px;
        height: 140px;
        left: -105px;
    }
	.support-content .content-box h2{
		font-size:32px;
		text-align:center;
	}
	.support-content .content-box {
    	text-align: center;
	}
	.support-content .content-box ul {
    	list-style: none;
    	padding: 0;
	}
	.support-content .content-box ul li{ 
		margin-bottom:15px;
	}
	.posts {
    	position: relative;
    	padding: 0 0 0px 0;
	}
	.posts-card {
		text-align: center;
		margin-bottom: 60px;
	}
}




































