@charset "utf-8";
/* CSS Document */
body{
	font-family: 'Open Sans', sans-serif;
}
img{
	max-width: 100%;
}

header {
    background: #2bbbb2;
}
header nav {
    background: transparent;
}
a.nav-link {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 15px !important;
    display: block;
}
.nav-item:last-child a.nav-link {
    background: #16a097;
    border-radius: 100px;
}
.logo{
	position: relative;
}
.logo:after {
    content: "";
    background-image: url(../img/logo-after.png);
    position: absolute;
    bottom: -35px;
    width: 100px;
    height: 28px;
    background-repeat: no-repeat;
    background-size: 100%;
    left: 0;
}

/*
	banner
*/
.banner {
    background-image: url(../img/banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 150px 0;
}
.banner h1 {
    font-size: 40px;
    font-weight: 700;
    color: #ff8b38;
}
.banner p {
    font-size: 14px;
    font-weight: 600;
}
.banner a {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    background: #ff8d38;
    padding: 10px 20px;
    border-radius: 100px;
    font-weight: 600;
    margin: 10px 0 0;
    display: inline-block;
}
section.about {
    padding: 80px 0 0;
}
.heading {
    display: inline-block;
    border-bottom: 1px solid #ff8b38;
    padding: 0 0 10px;
    text-transform: uppercase;
}
.heading h1 {
    color: #212121;
    font-weight: 700;
    font-size: 40px;
    margin: 0;
    line-height: 1;
}
.heading span {
    color: #ff8b38;
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
}
.about p {
    color: #262626;
    font-size: 12px;
    margin: 10px 0 0;
	text-align: justify;
}
.about-girl:before {
    content: "";
    width: 120px;
    height: 120px;
    border: 35px solid #2bbbb2;
    position: absolute;
    top: -40px;
    left: 0;
    border-radius: 100px;
}
/*
	services
*/
section.services {
    padding: 80px 0 0;
}
section.services h1 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    border-bottom: 1px solid #ff8b38;
    display: table;
    margin: 0 auto 15px;
    text-transform: uppercase;
}
.services .item {
    background: #2bbbb2;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.services .item img {
    width: 60px !important;
    margin: 0 0 15px;
}
.services .item p {
    margin: 0;
    font-size: 16px;
}
.orange{
	background: #ff8b38 !important;
}
.green{
	background: #46dd89 !important;
}
.pink{
	background: #ef90c6 !important;
}
.owl-theme .owl-nav {
    display: none;
}
.owl-theme .owl-dots .owl-dot {
    margin: 10px 0 0;
}

/*
	activities
*/
section.activities {
    padding: 80px 0;
}

.video {
    text-align: center;
    position: relative;
}
.video iframe {
    width: 80%;
    height: 300px;
    border: none;
    border-radius: 15px;
    z-index: 1;
    position: relative;
}
.video:before {
    content: "";
    width: 120px;
    height: 120px;
    border: 35px solid #2bbbb2;
    position: absolute;
    top: -40px;
    left: 0;
    border-radius: 100px;
}
.video:after {
    content: "";
    width: 230px;
    height: 230px;
    border: 35px solid #ff8b38;
    position: absolute;
    bottom: -40px;
    right: 0;
    border-radius: 100%;
}
/*
	donation
*/
section.donation {
    margin: 30px 0 0;
    background-image: url(../img/donation-bg.jpg);
    padding: 50px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	position: relative;
}
section.donation:before {
    content: "";
    width: 120px;
    height: 120px;
    border: 35px solid #d9d9d9;
    position: absolute;
    top: -60px;
    left: 50%;
    border-radius: 100px;
    transform: translate(-50%, 0);
    z-index: -1;
}
.donation h1 {
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    margin: 0;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
	position: relative;
}
.donation h1:after {
    content: "";
    width: 100px;
    height: 1px;
    position: absolute;
    background: #fff;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, 0);
}

ul.donate li p {
    font-size: 12px;
    margin: 0;
}

ul.donate li b {
    font-weight: 700;
}
ul.donate li h5 {
    color: #ff8b38;
    font-size: 16px;
    font-weight: 700;
}
ul.donate li {
    background: #fff;
    display: inline-block;
    padding: 50px 15px;
    border-radius: 15px;
    text-align: center;
    margin: 0 5px;
    flex: 0 0 16.666667%;
}
ul.donate {
    list-style: none;
    padding: 0;
    margin: 50px 0 0;
    display: flex;
    justify-content: space-around;
}
p.mode {
    color: #fff;
    text-align: center;
    margin: 25px 0 10px;
    font-size: 14px;
}
p.mode+span{
	color: #fff;
    font-size: 14px;
    text-align: center;
    display: block;
    margin: 0;
}

/*
	associan manages
*/
section.associan {
    background-image: url(../img/manage.jpg);
    padding: 50px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	position: relative;
}
.associan h1 {
    color: #ff8b38;
    font-weight: 700;
    font-size: 40px;
    margin: 0 0 50px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
	position: relative;
}
.associan h1:after {
    content: "";
    width: 150px;
    height: 1px;
    position: absolute;
    background: #ff8b38;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, 0);
}
section.associan p {
    font-size: 12px;
    margin: 5px 0 0;
}
ul.team li {
    text-align: center;
    color: #fff;
    margin: 0 30px;
    z-index: 9;
}
ul.team {
    margin: 70px auto 0;
    background: #ff8b38;
    list-style: none;
    display: flex;
    padding: 30px 20px;
    border-radius: 10px;
    justify-content: space-around;
	position: relative;
}
ul.team:before {
    content: "";
    background-image: url(../img/team.png);
    position: absolute;
    width: 80px;
    height: 80px;
    top: -40px;
    background-size: cover;
}
/*
	footer
*/
footer {
    background: #f5f5f5;
    padding: 30px 0;
    margin: 50px 0 0;
    position: relative;
}
footer:before {
    content: "";
    background-image: url(../img/footer-logo-shape.png);
    position: absolute;
    width: 100px;
    height: 100px;
    background-size: contain;
    top: -25px;
    left: 50%;
    background-repeat: no-repeat;
    transform: translate(-50%, 0);
}
.footer-logo {
    display: block;
    text-align: center;
    margin: 0 0 30px;
    position: relative;
}
.footer-logo a{
    display: block;
    text-align: center;
}
footer a {
    color: #000;
    display: flex;
    align-items: baseline;
    font-size: 14px;
}
footer a i {
    margin: 0 10px 0 0;
}
footer strong {
	display: contents;    
}
ul.footer-menu li a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin: 0 15px;
}
ul.footer-menu {
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 30px 0 0;
	padding: 0;
}
section.copyroght {
    background: #2bbbb2;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 1;
}

/*
	mobile menu
*/
.mboile-menu{
		display: none;
	}
.sidenav {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9;
  top: 0;
  left: -100%;
  background-color: #2bbbb2;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  text-align:center;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #fff;
  display: block;
  transition: 0.3s;

}
.sidenav a:last-child {
    background: #fff;
    margin: 20px;
    border-radius: 100px;
    color: #2bbbb2;
    box-shadow: 0 0px 5px 5px #0000000d;
    padding: 13px 0;
    text-transform: uppercase;
    font-weight: 700;
}
.sidenav a:hover{
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}