.whatsapp{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: fixed;
    right: 20px;
    bottom:30px;
    z-index: 1;
}
.whatsapp a img{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    width:40px;
}
.gmail{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: fixed;
    right: 20px;
    bottom:80px; 
    z-index: 1;
}
.gmail a img{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    width:40px;
}
.call{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: fixed;
    right: 20px;
    bottom:130px; 
    z-index: 1;
}
.call a img{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    width:40px;
}
.header-bg img{
    width:110px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}
.header-bg button{
    
}
.top-bg{
	background:#d9d9d936;
	margin:0px 0px 0px 0px;
	padding:10px 0px 10px 0px;
	border-bottom: 2px solid #ff8feb;
	display:none;
}
.top-bg .top-left{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.top-bg .top-left a img{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    width:110px;
}
.top-bg .top-right{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.top-bg .top-right ul{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.top-bg .top-right ul li{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	display:inline-block;
	width:32%;
	vertical-align: middle;
}
.top-bg .top-right ul li .box{
	margin:0px 0px 0px 0px;
	padding:0px 5px 0px 5px;
	border: 2px solid #85767645;
	min-height: 100px;
	border-radius: 10px;
}
.top-bg .top-right ul li .box i{
	float:left;
	color:#ff8feb;
	font-size:36px;
	margin:0px 10px 0px 0px;
	padding:0px 0px 0px 0px;
}
.top-bg .top-right ul li .box h5{
	font-family: 'Roboto Slab', serif;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color:#333;
	font-size: 20px;
}
.top-bg .top-right ul li .box p{
	font-family: 'Roboto Slab', serif;
	margin:0px 0px 0px 46px;
	padding:0px 0px 0px 0px;
	color:#333;
	font-size: 16px;
}
.header-bg{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:url("../images/sky.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: inherit;
}
body{
    font-family: 'Roboto Slab', serif;
}

body a{
	text-decoration:none;
}
body a:hover{
	text-decoration:none;
}
body ul{
	padding:0px;
	margin:0px;
    list-style-type: none;
}
/*  menu bar start  */
.header-bg header{
    padding: 0px 0px !important;
    height: 130px;
}
.header-bg header h6{
    color:red;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-family: 'Roboto Slab', serif;
    font-size:18px;
    position:absolute;
    right: 60px;
    top: 12px;
}
.header-bg header .navbar {
    background: transparent !IMPORTANT;
}
.header-bg header .navbar .navbar-brand{

}

.header-bg header .navbar .collapse{
    flex-grow: unset;
}

.header-bg header .navbar .navbar-nav{
    display: unset;
}

.header-bg header .navbar .navbar-nav .nav-item{
    padding: 0px 30px 0px 0px;
    display: inline-block;
}
.header-bg header .navbar .navbar-nav .nav-item .nav-link{
    padding: 0px 0px 0px 0px;
    margin: 0px;
    font-size: 18px;
    color: #494545;
    font-weight: 400;
    font-family: 'Roboto Slab', serif;
	border-bottom: none !important;
}
.header-bg header .navbar .navbar-nav .nav-item .nav-link:hover{
	color:#000000;
}
.header-bg header .navbar .navbar-nav .contact-btn{
	background:#ff8feb;
	color:#ffffff !important;
	margin:0px 0px 0px 0px;
	padding:5px 12px 5px 12px !important;
	border-radius: 5px;
}
.header-bg header .navbar .navbar-nav .contact-btn:hover{
	color:#ffffff !important;
}
.header-bg header .navbar .navbar-nav .red-round{
	background:#F92245;
	margin:0px 0px 0px 0px;
	padding:5px 15px 5px 15px !important;
	border-radius: 50px;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 250px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 11;
  padding:10px;
}
.dropdown-content h4{
  color: #004F40;
  padding:0px 0px;
  text-decoration: none;
  display: block;
  font-family: 'Roboto Slab', serif;
  font-size:18px;
  margin: 0px 0px 0px 0px;
}
.dropdown-content a {
  color: #434A80;
  padding:0px 0px;
  text-decoration: none;
  display: block;
  font-family: 'Roboto Slab', serif;
  font-size:18px;
  margin: 0px 0px 5px 0px;
}
.dropdown-content a:hover {
  color:#054bae !important;
}
.dropdown:hover .dropdown-content {
	display: block;
}
.dropdown:hover .dropbtn {
	
}

/*================ sticky header  css start ====================== */
header.header-area {
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
	transition:0.7s;
}
 
header.header-area.sticky {
    position: fixed;
    transition: 0.7s;
    background:url("../images/sky.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: inherit;
    padding: 10px 0px;
    z-index: 2222;
    filter: drop-shadow(0px 2px 5px #000);
    left: 0;
    right: 0;
   
}

header.header-area.sticky .navbar {
   margin: auto;
    max-width: 1200px;  
}
.banner-bg{
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.banner-bg ul{
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.banner-bg ul li{
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.banner-bg ul li .box{
	margin: 0px 0px 0px 0px;
	padding:40px 0px 40px 0px;
}
.banner-bg ul li .box{
	background:url("../images/banner1.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: inherit; 
	height: 550px;
	
}
.banner-bg ul li .box2{
	background:url("../images/banner2.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: inherit;  
	
}
.banner-bg ul li .box3{
	background:url("../images/banner3.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: inherit;  
	
}
.banner-bg ul li .box4{
	background:url("../images/banner4.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: inherit;  
}
.banner-bg ul li .box5{
	background:url("../images/banner5.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: inherit;  
	
}
.banner-bg ul li .box6{
	background:url("../images/banner6.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: inherit;  
	
}
.banner-bg ul li .box7{
	background:url("../images/banner7.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: inherit;  
	
}
.banner-bg ul li .box h5{
	color: #ffffff;
    padding:0px 0px 0px 0px;
    display: block;
    font-family: 'Roboto Slab', serif;
    font-size:24px;
    margin: 0px 0px 0px 0px;
	left: 10%;
    position: relative;
	font-weight: 600;
}
.banner-bg ul li .box h1{
	color: #ffffff;
    padding:0px 0px 0px 0px;
    font-family: 'Roboto Slab', serif;
    font-size:80px;
    margin: 10px 0px 0px 0px;
	font-weight: 700;
	left: 10%;
    position: relative;
	width:80%;
}
.banner-bg ul li .box p{
	color: #ffffff;
    padding:0px 0px 0px 0px;
    font-family: 'Roboto Slab', serif;
    font-size:22px;
    margin: 10px 0px 0px 0px;
	width: 50%;
	left: 10%;
    position: relative;
	text-align: justify;
	font-weight: 600;
}
.banner-bg ul li .box .about_btn{
	margin:20px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position: relative;
	left: 10%;
}
.banner-bg ul li .box .about_btn a{
	background: #ff8feb;
    color: #ffffff !important;
    margin: 0px 0px 0px 0px;
    padding: 5px 15px 5px 15px !important;
    border-radius: 5px;	
	font-size: 22px;
	font-family: 'Roboto Slab', serif;
}
.banner-bg ul li .box .about_btn a:hover{
	color:#000000 !important;
}
.goal-bg{
	margin:-10px 0px 0px 0px;
	padding:0px 0px 60px 0px;
	background:url("../images/grey.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: inherit;
}
.goal-bg .title{
    margin: 0px auto 10px !important;
    padding: 10px 10px 10px 10px !important;
    font-family: 'Roboto Slab', serif;
    color: #ffd302;
    font-size: 18px;
    border: 1px solid #ff8feb;
    border-radius: 5px;
    text-align: center;
    width: 90%;
    font-weight:400;
}
.goal-bg .goal-box{
	background:url("../images/blue.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: inherit;
    margin: -100px 0px 0px 0px;
    padding: 20px 0px 20px 0px;
    z-index: 1;
    position: relative;
}
.goal-bg .goal-box h3{
	color: #fff;
    padding:0px 0px 0px 0px;
    font-family: 'Roboto Slab', serif;
    font-size:42px;
    margin: 0px 0px 0px 0px;
	font-weight: 700;
	text-align: center;
}
.goal-bg .goal-box h5{
	text-align: center;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.goal-bg .goal-box h5 .cross{
	width:40px;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.goal-bg .goal-box h5 .hand{
	width:80px;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.goal-bg .goal-box p{
	color: #000000;
    padding:0px 0px 0px 0px;
    font-family: 'Roboto Slab', serif;
    font-size:20px;
    margin: 0px 0px 0px 0px;
	font-weight: 400;
	text-align: center;
}
.goal-bg .goal-box .box{
	margin:10px 0px 10px 0px;
	padding:20px 20px 20px 20px;
	text-align: center;
	position:relative;
}
.goal-bg .goal-box .box img{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:100px;
}
.goal-bg .goal-box .box h3{
	color: #ffd301;
    padding:0px 0px 0px 0px;
    font-family: 'Roboto Slab', serif;
    font-size:20px;
    margin: 10px 0px 0px 0px;
	font-weight: 600;
}
.goal-bg .goal-box .box h6{
    color:green;
    font-size:16px;
    font-family: 'Roboto Slab', serif;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    position:absolute;
    top: 160px;
    font-weight: 400;
    text-align:center;
    left:32%;
}
.goal-bg .goal-box .box p{
	color: #000000;
    padding:0px 0px 0px 0px;
    font-family: 'Roboto Slab', serif;
    font-size:18px;
    margin: 15px 0px 0px 0px;
	font-weight: 400;
}
.goal-bg .goal-box .box .box-btn{
	margin:20px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.goal-bg .goal-box .box .box-btn a{
	background: #ff8feb;
    color: #ffffff !important;
    margin: 0px 0px 0px 0px;
    padding: 5px 15px 5px 15px !important;
    border-radius: 5px;
    font-size: 18px;
    font-family: 'Roboto Slab', serif;
}
.goal-bg .goal-box .box .box-btn a:hover{
	color: #000000 !important;
}
.causes-bg{
	margin:0px 0px 0px 0px;
	padding: 30px 0px 30px 0px;
	background:url("../images/grey.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: inherit;
}
.causes-bg h3{
	color: #555;
    padding:0px 0px 0px 0px;
    font-family: 'Roboto Slab', serif;
    font-size:42px;
    margin: 0px 0px 0px 0px;
	font-weight: 700;
	text-align: center;
}
.causes-bg h5{
	text-align: center;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.causes-bg h5 .cross{
	width:40px;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.causes-bg h5 .hand{
	width:80px;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
} 
.causes-bg p{
	color: #000000;
    padding:0px 0px 0px 0px;
    font-family: 'Roboto Slab', serif;
    font-size:20px;
    margin: 0px 0px 0px 0px;
	font-weight: 400;
	text-align: center;
}
.causes-bg ul{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}
.causes-bg ul li{
    margin:0px 10px 0px 10px;
    padding:0px 0px 0px 0px;
}
.causes-bg .box{
	padding:0px 0px 20px 0px;
	margin: 30px 0px 0px 0px;
	box-shadow: 0 3px 5px rgba(85, 85, 85, 0.2);
}
.causes-bg .box img{
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	height: 350px;
}
.causes-bg .box h3{
	color: #0047ac;
    padding: 0px 0px 0px 0px;
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
    margin: 10px 10px 0px 10px;
    font-weight: 600;
	text-align: left;
}
.causes-bg .box p{
	color: #000000;
    padding: 0px 0px 0px 0px;
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    margin: 10px 10px 0px 10px;
    font-weight: 400;
	text-align: left;
}
.causes-bg .box .box-btn{
	margin:20px 10px 0px 10px;
	padding:0px 0px 0px 0px;
	text-align: left;
}
.causes-bg .box .box-btn a{
	background: #ff8feb;
    color: #ffffff !important;
    margin: 0px 0px 0px 0px;
    padding: 5px 15px 5px 15px !important;
    border-radius: 5px;
    font-size: 18px;
    font-family: 'Roboto Slab', serif;
}
.causes-bg .box .box-btn a:hover{
	color: #000000 !important;
}
.about-bg{
	margin:0px 0px 0px 0px;
	padding:30px 0px 30px 0px;
	background:url("../images/sky1.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: inherit;
}
.about-bg h3{
	color: #555;
    padding:0px 0px 0px 0px;
    font-family: 'Roboto Slab', serif;
    font-size:42px;
    margin: 0px 0px 0px 0px;
	font-weight: 700;
	text-align: center;
}
.about-bg h5{
	text-align: center;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.about-bg h5 .cross{
	width:40px;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.about-bg h5 .hand{
	width:80px;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.about-bg p{
	color: #000000;
    padding:0px 0px 0px 0px;
    font-family: 'Roboto Slab', serif;
    font-size:20px;
    margin: 0px 0px 0px 0px;
	font-weight: 400;
	text-align: center;
}
.about-bg .about-left{
	margin:0px 0px 0px 0px;
	padding:30px 0px 0px 0px;
}
.about-bg .about-left p{
	color: #000000;
    padding:0px 0px 0px 0px;
    font-family: 'Roboto Slab', serif;
    font-size:16px;
    margin: 10px 0px 0px 0px;
	font-weight: 300;
	text-align: justify;
}
.about-bg .about-left h5{
	color: #000000;
    padding:0px 0px 0px 0px;
    font-family: 'Roboto Slab', serif;
    font-size:20px;
    margin: 10px 0px 0px 0px;
	font-weight: 500;
	text-align: left;
}
.about-bg .about-left .about-btn{
	margin:20px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.about-bg .about-left .about-btn a{
	background: #ff8feb;
    color: #ffffff !important;
    margin: 0px 0px 0px 0px;
    padding: 5px 15px 5px 15px !important;
    border-radius: 5px;
    font-size: 18px;
    font-family: 'Roboto Slab', serif;
}
.about-bg .about-left .about-btn a:hover{
	color: #000000 !important;
}
.about-bg .about-right{
	margin:0px 0px 0px 0px;
	padding:60px 0px 0px 0px;
}
.about-bg .about-right img{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width: 100%;
	height:300px;
}
.about-bg .about-right h3{
    color: #000000;
    padding: 0px 0px 0px 0px;
    font-family: 'Roboto Slab', serif;
    font-size: 24px;
    margin: 10px 0px 0px 0px;
    font-weight: 500;
    text-align:center;
}
.about-bg .about-right h4{
    color: #000000;
    padding: 0px 0px 0px 0px;
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    margin: 5px 0px 0px 0px;
    font-weight: 400;
    text-align:center;
}
.about-bg hr{
    color:#000000;
}
.volunteers-bg{
	margin:0px 0px 0px 0px;
	padding:30px 0px 30px 0px;
	background: #f8f7f7;
}
.volunteers-bg h3{
	color: #555;
    padding:0px 0px 0px 0px;
    font-family: 'Roboto Slab', serif;
    font-size:42px;
    margin: 0px 0px 0px 0px;
	font-weight: 700;
	text-align: center;
}
.volunteers-bg h5{
	text-align: center;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.volunteers-bg h5 .cross{
	width:40px;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.volunteers-bg h5 .hand{
	width:80px;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.volunteers-bg p{
	color: #000000;
    padding:0px 0px 0px 0px;
    font-family: 'Roboto Slab', serif;
    font-size:20px;
    margin: 0px 0px 0px 0px;
	font-weight: 400;
	text-align: center;
}
.volunteers-bg ul{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}
.volunteers-bg ul li{
    margin:0px 10px 0px 10px;
    padding:0px 0px 0px 0px;
    display:inline-block;
}
.volunteers-bg .image-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 300px;
    margin:20px 0px 0px 0px;
}
.volunteers-bg .image-container img {
    max-width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}
.volunteers-bg .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:285px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s ease;
}
.volunteers-bg .overlay p{
    color:#ffffff;
    font-weight:300;
    font-size:19px;
    font-family: 'Roboto Slab', serif;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}
.volunteers-bg .image-container:hover img {
    transform: scale(1.1);
}
.volunteers-bg .image-container:hover .overlay {
    opacity: 1;
}
.count-bg{
	margin:0px 0px 0px 0px;
	padding:30px 0px 30px 0px;
	background:url("../images/sky1.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: inherit;
}
.count-bg h3{
	color: #555;
    padding:0px 0px 0px 0px;
    font-family: 'Roboto Slab', serif;
    font-size:42px;
    margin: 0px 0px 0px 0px;
	font-weight: 700;
	text-align: center;
}
.count-bg h5{
	text-align: center;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.count-bg h5 .cross{
	width:40px;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.count-bg h5 .hand{
	width:80px;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.count-bg p{
	color: #000000;
    padding:0px 0px 0px 0px;
    font-family: 'Roboto Slab', serif;
    font-size:20px;
    margin: 0px 0px 0px 0px;
	font-weight: 400;
	text-align: center;
}
.count-bg ul{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.count-bg ul li{
	margin:50px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:24%;
	display: inline-block;
}
.count-bg ul li .box{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align: center;
}
.count-bg ul li .box img{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width: 120px;
}
.count-bg ul li .box h4{
	color: #0047ac;
    padding:0px 0px 0px 0px;
    font-family: 'Roboto Slab', serif;
    font-size:20px;
    margin: 10px 0px 0px 0px;
	font-weight: 400;
	text-align: center;
}
.count-bg ul li .box h3{
	color: #ff8feb;
    padding:0px 0px 0px 0px;
    font-family: 'Roboto Slab', serif;
    font-size:36px;
    margin: 10px 0px 0px 0px;
	font-weight: 500;
	text-align: center;
}
.gallery-bg{
	margin:0px 0px 0px 0px;
	padding:30px 0px 30px 0px;
	background: #f8f7f7;
}
.gallery-bg h3{
	color: #555;
    padding:0px 0px 0px 0px;
    font-family: 'Roboto Slab', serif;
    font-size:42px;
    margin: 0px 0px 0px 0px;
	font-weight: 700;
	text-align: center;
}
.gallery-bg h5{
	text-align: center;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.gallery-bg h5 .cross{
	width:40px;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.gallery-bg h5 .hand{
	width:80px;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height:unset;
}
.gallery-bg p{
	color: #000000;
    padding:0px 0px 0px 0px;
    font-family: 'Roboto Slab', serif;
    font-size:20px;
    margin: 0px 0px 0px 0px;
	font-weight: 400;
	text-align: center;
}
.gallery-bg ul{
	margin: 30px 0px 0px 0px;
    padding: 20px 100px 20px 100px;
    background: #ff8feb;
    text-align: center;
    width: 100%;
}
.gallery-bg ul li{
	margin:0px 35px 0px 0px;
	padding:0px 0px 0px 0px;
}
.gallery-bg ul li button{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:18px;
	font-weight:400;
	color:#ffffff;
	font-family: 'Roboto Slab', serif;
	background:none;
	border-bottom: 1px solid #ff8feb !important;
}
.gallery-bg .box{
	margin:20px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.gallery-bg .box img{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:100%;
}
.gallery-bg .nav-link.active{
	background-color: transparent !important;
    border-bottom: 1px solid #ffffff !important;
    border-radius: 0px !important;
}
.gallery-bg .nav-link:hover{
	background-color: transparent !important;
    border-bottom: 1px solid #ffffff !important;
    border-radius: 0px !important;
	color:#ffffff !important;
}
.testimonial-bg{
	margin:0px 0px 0px 0px;
	padding:30px 0px 30px 0px;
}
.testimonial-bg h3{
	color: #555;
    padding:0px 0px 0px 0px;
    font-family: 'Roboto Slab', serif;
    font-size:42px;
    margin: 0px 0px 0px 0px;
	font-weight: 700;
	text-align: center;
}
.testimonial-bg h5{
	text-align: center;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.testimonial-bg h5 .cross{
	width:40px;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.testimonial-bg h5 .hand{
	width:80px;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.testimonial-bg p{
	color: #000000;
    padding:0px 0px 0px 0px;
    font-family: 'Roboto Slab', serif;
    font-size:20px;
    margin: 0px 0px 0px 0px;
	font-weight: 400;
	text-align: center;
} 
.testimonial-bg ul{
	margin:50px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.testimonial-bg ul li{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	display: inline-block;
}
.testimonial-bg ul li .box{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.testimonial-bg ul li .box img{
	float:left;
	margin:0px 10px 0px 0px;
	padding:0px 0px 0px 0px;
	width: 90px;
}
.testimonial-bg ul li .box h3{
	color: #000000;
    padding:0px 0px 0px 0px;
    font-family: 'Roboto Slab', serif;
    font-size:20px;
    margin: 0px 0px 0px 0px;
	font-weight: 500;
	text-align: left;
}
.testimonial-bg ul li .box h6{
	color: #ff8feb;
    padding:0px 0px 0px 0px;
    font-family: 'Roboto Slab', serif;
    font-size:15px;
    margin: 10px 0px 0px 0px;
	font-weight: 300;
	text-align: left;
}
.testimonial-bg ul li .box p{
	color: #000000;
    padding: 0px 0px 0px 0px;
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    margin: 10px 0px 0px 0px;
    font-weight: 400;
    text-align: justify;
    display: flex;
}
.news-bg{
	margin:0px 0px 0px 0px;
	padding:30px 0px 30px 0px;
	background:url("../images/blue.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: inherit;
}
.news-bg h3{
	color: #555;
    padding:0px 0px 0px 0px;
    font-family: 'Roboto Slab', serif;
    font-size:42px;
    margin: 0px 0px 0px 0px;
	font-weight: 700;
	text-align: center;
}
.news-bg h5{
	text-align: center;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.news-bg h5 .cross{
	width:40px;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.news-bg h5 .hand{
	width:80px;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.news-bg p{
	color: #000000;
    padding:0px 0px 0px 0px;
    font-family: 'Roboto Slab', serif;
    font-size:20px;
    margin: 0px 0px 0px 0px;
	font-weight: 400;
	text-align: center;
} 
.news-bg .box{
	margin:30px 0px 0px 0px;
	padding:0px 0px 20px 0px;
	box-shadow: 0 3px 5px rgba(85, 85, 85, 0.2);
}
.news-bg .box img{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width: 100%;
	height: 230px;
}
.news-bg .box h5{
	color: #000000;
    padding:0px 0px 0px 0px;
    font-family: 'Roboto Slab', serif;
    font-size:16px;
    margin: 10px 10px 0px 10px;
	font-weight: 400;
	text-align: left;
}
.news-bg .box h3{
	color: #000000;
    padding:0px 0px 0px 0px;
    font-family: 'Roboto Slab', serif;
    font-size:20px;
    margin: 10px 10px 0px 10px;
	font-weight: 500;
	text-align: left;
}
.news-bg .box .box-btn{
	margin:10px 10px 0px 10px;
	padding:0px 0px 0px 0px;
}
.news-bg .box .box-btn a{
	color: #ff8feb;
    padding:0px 0px 0px 0px;
    font-family: 'Roboto Slab', serif;
    font-size:18px;
    margin: 0px 0px 0px 0px;
	font-weight: 500;
}
.news-bg .box .box-btn a i{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.news-bg .box .box-btn a:hover{
	color: #333;
}
.client-bg{
	margin:0px 0px 0px 0px;
	padding:30px 0px 30px 0px;
	background:url("../images/grey.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: inherit;
}
.client-bg h3{
    color: #555;
    padding: 0px 0px 0px 0px;
    font-family: 'Roboto Slab', serif;
    font-size: 42px;
    margin: 0px 0px 0px 0px;
    font-weight: 700;
    text-align: center;
}
.client-bg h5{
    text-align: center;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.client-bg h5 img{
    width: 80px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px; 
}
.client-bg ul{
	margin:15px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.client-bg ul li{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.client-bg ul li img{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:100%;
	height:240px;
}
.client-bg ul li h3{
    color: #555;
    padding: 0px 0px 0px 0px;
    font-family: 'Roboto Slab', serif;
    font-size: 28px;
    margin: 0px 0px 0px 0px;
    font-weight: 700;
}
.footer-bg{
	margin:0px 0px 0px 0px;
	padding:30px 0px 30px 0px;
	background:url("../images/sky.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: inherit;
}
.footer-bg .first{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.footer-bg .first a img{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width:110px;
}
.footer-bg .first p{
	font-family: 'Roboto Slab', serif;
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #000000;
    font-size: 16px;
    font-weight: 300;
}
.footer-bg .box{
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.footer-bg .box h3{
	font-family: 'Roboto Slab', serif;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #000000;
    font-size: 24px;
    font-weight: 600;
}
.footer-bg .box p{
    font-family: 'Roboto Slab', serif;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #000000;
    font-size: 16px;
    font-weight: 300;
}
.footer-bg .box ul{
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.footer-bg .box ul li{
	margin: 5px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	display: block;
}
.footer-bg .box ul li a{
	font-family: 'Roboto Slab', serif;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #000000;
    font-size: 18px;
    font-weight: 300;
}
.footer-bg .box ul li a:hover{
	color: #ff8feb;
}
.footer-bg .box1 p{
	font-family: 'Roboto Slab', serif;
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #000000;
    font-size: 18px;
    font-weight: 300;
}
.footer-bg .box1 ul{
	margin: 15px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.footer-bg .box1 ul li{
	margin: 0px 10px 0px 0px;
    padding: 0px 0px 0px 0px;
	display: inline-block;
}
.footer-bg .box1 ul li a i{
	font-size: 28px;
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	color:#ff8feb;
}
.footer-bg .box1 ul li a i:hover{
	color:#000000;
}
.footer-bg .news{
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.footer-bg .news h3{
	font-family: 'Roboto Slab', serif;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #000000;
    font-size: 24px;
    font-weight: 600;
}
.footer-bg .news a{
	margin: 5px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.footer-bg .news a img{
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	width: 200px;
	height:170px;
}
.footer-bg .news h5{
	color: #000000;
    padding: 0px 0px 0px 0px;
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    margin: 5px 0px 0px 0px;
    font-weight: 500;
}
.footer-bg .news p{
	color: #000000;
    padding: 0px 0px 0px 0px;
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    margin: 5px 0px 0px 0px;
    font-weight: 300;
}
.footer-bg .news a{
    color:#0047ac;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    font-size:20px;
    font-family: 'Roboto Slab', serif;
}
.footer-bg .news a:hover{
    color:#000000;
}
.bottom-bg{
	margin:0px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
	background:url("../images/pink.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: inherit;
}
.bottom-bg p{
	color: #000000;
    padding: 0px 0px 0px 0px;
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    margin: 0px 0px 0px 0px;
    font-weight: 400;
	text-align: center;
}
.contact-top{
    display:none;
}
.parents{
    margin:20px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}
.parents .parents-left{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}
.parents .parents-left h6{
    margin:5px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: 'Roboto Slab', serif;
    text-align:center;
}
.parents .parents-left img{
    width:100%;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    height:300px;
}
.parents .parents-right{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}
.parents .parents-right img{
    width:100%;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    height:300px;
}
.advisory-bg{
    margin:0px 0px 0px 0px;
    padding:25px 0px 25px 0px;
    background:url("../images/grey.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: inherit;
}
.advisory-bg h3{
	color: #555;
    padding:0px 0px 0px 0px;
    font-family: 'Roboto Slab', serif;
    font-size:42px;
    margin: 0px 0px 0px 0px;
	font-weight: 700;
	text-align: center;
}
.advisory-bg h5{
	text-align: center;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.advisory-bg h5 .hand{
	width:80px;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.advisory-bg ul{
    padding:0px 0px 0px 0px;
	margin: 30px 0px 0px 0px;
}
.advisory-bg ul li{
    padding:0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
}
.advisory-bg ul li .box{
    padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.advisory-bg ul li .box img{
    padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width:100%;
	height:300px;
}
.advisory-bg ul li .box h6{
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: 'Roboto Slab', serif;
    text-align: center;
}
.advisory-bg video{
    margin:20px 0px 20px 0px;
    padding:0px 0px 0px 0px;
}










































































@media only screen and (max-width:1199px){
	.top-bg .top-left h2{
		font-size: 26px;
	}
	.top-bg .top-right ul li .box h5{
		font-size: 18px;
	}
	.top-bg .top-right ul li .box p{
		font-size: 15px;
	}
	.header-bg header .navbar .navbar-nav .nav-item {
        padding: 0px 15px 0px 0px;
        display: inline-block;
    }
	header .navbar .navbar-nav .nav-item{
		padding: 0px 32px 0px 0px;
	}
	header .navbar .navbar-nav .nav-item .nav-link{
		font-size: 18px;
	}
	.banner-bg ul li .box h1{
		font-size: 60px;
	}
	.goal-bg .goal-box .box h3{
		font-size: 24px;
	}
	.goal-bg .goal-box .box p{
		font-size: 16px;
	}
	.causes-bg .box h3{
		font-size: 24px;
	}
	.causes-bg .box p{
		font-size: 16px;
	}
	.container1 li{
		width: 300px;
	}
	.logo img {
		width: 300px;
		height: 300px;
    }
    .volunteers-bg ul{
        
    }
	.volunteers-bg .overlay{
        height:236px;
    }
	.container1 li .normal{
		width: 300px;
	}
	.count-bg h3{
		font-size: 40px;
	}
	.gallery-bg ul{
		padding:20px 20px 20px 20px;
	}
	.gallery-bg ul li{
		margin:0px 30px 0px 0px;
	}
	.footer-bg .box h3{
	    font-size:20px;
	}
	.footer-bg .news h3{
	    font-size:20px;
	}
	.footer-bg .box ul li a{
	    font-size:16px;
	    font-weight:300;
	}
	.footer-bg .box1 p{
	    font-size:16px;
	    font-weight:300;
	}
}
@media only screen and (max-width:991px){
    .top-bg{
        display:none;
    }
    .top-bg .top-left{
        text-align:center;
    }
	.top-bg .top-left h2{
		text-align: center;
	}
	.top-bg{
		padding:0px 0px 0px 0px;
	}
	.top-bg .top-right ul li {
		margin: 0px auto 0px;
		padding: 5px 0px 10px 0px;
		width: 50%;
		display: block;
    }
	.header-bg header .navbar .navbar-nav{
        text-align: center !important;
		z-index: 11;
		display: flex;
		background: #ececec;
        width: fit-content;
        margin: auto;
        padding: 10px;
	}
	.header-bg .navbar-toggler{
		color:#ff8feb !important;
	}
	.header-bg header .navbar .navbar-nav .nav-item {
        padding: 4px 0px 5px 0px;
    }
	.header-bg header .navbar .navbar-nav .nav-item .nav-link p{
		width: fit-content;
        margin: auto;
	}
	.header-bg header .navbar .navbar-nav .red-round{
		margin:0px auto 0px !important;
		width:fit-content !important;
	}
	.header-bg header .navbar .navbar-nav .contact-btn{
		margin:0px auto 0px !important;
        width: fit-content !important;
	}
	.banner-bg ul li .box{
		height:400px;
		text-align: center;
	}
	.banner-bg ul li .box h5{
		position:unset;
		width: unset;
		text-align: center;
	}
	.banner-bg ul li .box h1{
		position:unset;
		width: unset;
		text-align: center;
	}
	.banner-bg ul li .box p{
		position:unset;
		width: unset;
		text-align: center;
	}
	.banner-bg ul li .box .about_btn{
		position: unset;
		margin:20px auto 0px;
	}
	.navbar-toggler{
		margin:auto !important;
	}
	.top-bg .top-right ul li .box{
		min-height: 70px;
	}
	.causes-bg .box{
		margin: 30px auto 0px;
		width: 300px;
	}
	.container1 li {
		margin: 0px auto 10px;
		float: none;
    }
	.count-bg ul li{
		width:49%;
	}
	.gallery-bg ul li{
		display: grid;
		width: 44%;
	}
	.news-bg .box{
		margin: 30px auto 0px;
		width: 300px;
	}
	.gallery-bg .box{
		text-align:center;
	}
	.gallery-bg .box img{
		width: 300px;
	}
	.volunteers-bg ul{
        text-align:center;
        height:300px;
    }
    .volunteers-bg .image-container{
        width:365px;
        height:365px;
    }
    .volunteers-bg .overlay{
        height:288px !important;
    }
	.client-bg ul{
		text-align: center;
	}
	.footer-bg{
		text-align: center;
	}
	.parents .parents-left{
	    text-align:center;
	}
	.parents .parents-left img{
	    width: 300px;
        margin: 0px auto 0px;
        padding: 0px 0px 0px 0px;
        height: 300px;
	}
}
@media only screen and (max-width:767px){
	.top-bg .top-right ul li{
		width:80%;
	}
	.banner-bg ul li .box h1{
		font-size: 50px;
	}
	.gallery-bg ul li {
		display: grid;
		width: 42%;
    }
	.gallery-bg .box img{
		width: 250px;
	}
	.header-bg header .navbar .collapse {
        flex-grow: unset;
        z-index: 1 !important;
    }
	
}
@media only screen and (max-width:560px){
	.top-bg .top-right ul li{
		width:90%;
	}
	.banner-bg ul li .box h1{
		font-size: 26px;
	}
	.banner-bg ul li .box h5{
		font-size: 20px;
	}
	.banner-bg ul li .box h5{
		font-size: 18px;
	}
	.goal-bg .goal-box p{
		font-size: 16px;
	}
	.causes-bg p{
		font-size: 16px;
	}
	.goal-bg .goal-box h3{
		font-size: 28px;
	}
	.causes-bg h3{
		font-size: 28px;
	}
	.about-bg h3{
		font-size: 28px;
	}
	.about-bg p{
		font-size: 16px;
	}
	.about-bg .about-left p{
		font-size: 16px;
	}
	.volunteers-bg h3{
		font-size: 28px;
	}
	.volunteers-bg p{
		font-size: 16px;
	}
	.volunteers-bg .image-container{
	    width:294px;
	}
	.volunteers-bg .overlay{
	    height:232px !important;
	}
	.volunteers-bg ul{
	    height:264px;
	}
	.count-bg h3{
		font-size: 28px;
	}
	.count-bg p{
		font-size: 16px;
	}
	.count-bg ul li .box h3{
		font-size: 28px;
	}
	.count-bg ul li .box h4{
		font-size: 15px;
	}
	.count-bg ul li .box img{
		width: 90px;
	}
	.gallery-bg .box{
		text-align: center;
	}
	.gallery-bg .box img{
		width: 250px;
	}
	.gallery-bg h3{
		font-size: 28px;
	}
	.advisory-bg h3{
	    font-size:28px;
	}
	.gallery-bg p{
		font-size: 16px;
	}
	.testimonial-bg h3{
		font-size: 28px;
	}
	.testimonial-bg p{
		font-size: 18px;
	}
	.testimonial-bg ul li .box{
		padding:10px;
	}
	.testimonial-bg ul li .box p{
		font-size: 14px;
	}
	.gallery-bg ul li{
		width: 100%;
	}
	.news-bg h3{
		font-size: 28px;
	}
	.news-bg p{
		font-size: 18px;
	}
	.client-bg h3{
	    font-size:28px;
	}
	.header-bg header h6{
	    font-size:14px;
	}
	.goal-bg .title{
	    font-weight:17px;
	}
}
