@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400&display=swap');
body{
	font-family: 'Roboto', sans-serif;
}



/*=========extra====*/
/*=======extra end========*/
.underline-design {
 background-image: linear-gradient(to right, #00923f, #3da83c, #65be34, #8ed329, #b9e715);
  background-repeat: no-repeat;
  background-size: 100% 0.2em;
  background-position: 0 88%;
  padding-top:10px;
  &:hover {
    background-size: 100%;
  }
}

.main-bg{
     
     background-image: linear-gradient(to right, #00923f, #3da83c, #65be34, #8ed329, #b9e715);
}
.main-bg-text{
    font-size:38px;
}
.bg-color{
    background-color:#05943e;
}

@media (max-width: 768px){
    .main-bg-text{
        font-size:16px;
    }
    .causes-info{
        height:100% !important;
        margin-bottom:3px !important;
    }
}


/*color:#00923f*/
/*background-image: linear-gradient(to right, #00923f, #3da83c, #65be34, #8ed329, #b9e715);*/

/*===== header css start======*/
#header .navbar-light .navbar-nav .nav-link:focus,
#header .navbar-light .navbar-nav .nav-link:hover {
    color: #00923f;
}
#header nav{
  padding: 15px 0px;
}
#header .navbar-light .navbar-nav .nav-link {
  color: #5a5a5a;
  font-size: 20px;
}
#header {
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    /* float: left; */
    width: 100%;
}
#header ul.navbar-nav {
    position: absolute;
    left: 10%;
}
#header li.nav-item {
    margin: 0px 7px;
}
#header .navbar-light .navbar-nav .active>.nav-link, #header .navbar-light .navbar-nav .nav-link.active, #header .navbar-light .navbar-nav .nav-link.show, #header .navbar-light .navbar-nav .show>.nav-link {
    color: #00923f;
}
#header .dropdown-menu.show {
    border: none;

}

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:0px;
}
.dropdown-menu > li > a:hover{
    color:#fff;
    background-color: #00923f;
}
/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 

dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
 }
 .dropdown-menu > li:first-child {
    margin-top: -10px;
    border-top:5px solid #005c28;
 }
 .dropdown-menu > li:last-child {
    margin-bottom: 0px;
 }
.topbar {
    background-image: linear-gradient(to right, #00923f, #3da83c, #65be34, #8ed329, #b9e715);
    color: #fff;
    padding: 4px 0px;
}
.topbar ul{
  margin: 0px;
  padding: 0px;
}
.topbar ul li {
    float: left;
    list-style: none;
    margin: 3px 7px;
    font-size: 15px;
}
.topbar ul li a{
  color: #fff;
}
.topbar ul li i {
	color:white;
    font-size: 18px;
    margin-right: 3px;
}
.topbar ul li.followus-label {
    font-weight: bold;
}
#header .social-icon {
    float: right;
}
/*=============Responsive css==================*/
@media (max-width: 991px){
.topbar ul li {
    margin: 3px 3px;
    font-size: 12px;
}
#header ul.navbar-nav {
    position: static;
    width: 100%;
    border-top: 1px solid #ddd;
    margin: 15px 0px 0px;
    /* z-index:999; */
   
}
}

/* ============news ticker===== */
.news-ticker {
    box-shadow: inset 0 -15px 30px rgba(0,0,0,0.4), 0 5px 10px rgba(0,0,0,0.5);
    /* background-color:#3da83c; */
    background-image: linear-gradient(to right, #3da83c, #65be34, #8ed329, #b9e715);
    width: 100%;
    height: 40px;
    /* margin: 20px auto; */
    overflow: hidden;
    /* border-radius: 4px; */
    /* padding: 5px; */
    /* padding-bottom:5px; */
    -webkit-user-select: none;
  } 
  
  .news-ticker span {
    float: left;
    color: #fff;
    background-color:#00923f;
    padding: 8px;
    position: relative;
    /* top: 1%; */
    border-radius: 4px;
    box-shadow: inset 0 -15px 30px rgba(0,0,0,0.4);
    font: 16px;
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: none;
    cursor: pointer
  }
  .news-ticker ul {
    float: left;
    padding-left: 20px;
    animation: ticker 10s cubic-bezier(1, 0, .5, 0) infinite;
    -webkit-user-select: none
  }
  
  .news-ticker ul li {line-height: 40px; list-style: none }
  
  .news-ticker ul li a {
    color: #fff;
    text-decoration: none;
    font: 14px;
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: none
  }
  .news-ticker ul:hover { animation-play-state: paused }
  .news-ticker span:hover+ul { animation-play-state: paused }
  
  @keyframes ticker {
    0%   {margin-top: 0}
    25%  {margin-top: -40px}
    50%  {margin-top: -80px}
    75%  {margin-top: -110px}
    100% {margin-top: 0}
  }
/* ============news ticker end======= */

/*=====how we work=====*/
.our-work-process.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;

}
.our-work-process {
    background-image: linear-gradient(to right, #00923f, #3da83c, #65be34, #8ed329, #b9e715);
    color: #fff;
    text-align: center;
    padding: 50px 0px 50px 0px;
    font-family: arial;
}
.our-work-process h2 {
    font-size: 50px;
    margin-bottom: 20px;
}
.our-work-process .step-number {
    background-color: #00923f;
    font-size: 30px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 0px;
    display: inline-block;
    border: 3px solid #fff;
    position: relative;
    bottom: -26px;
}
.our-work-process .step-icon {
    width: 80%;
    height: 200px;
    border: 3px solid #ffff;
    border-radius: 8px;
    margin: 0 auto;
    transition: 0.5s;
}
.our-work-process .step-box:hover .step-icon{
    background-color: #00923f;
}
.our-work-process .step-icon i {
    font-size: 80px;
    position: absolute;
    top: 37%;
    left: 0px;
    right: 0px;
    color:#fff;
}
.our-work-process label {
    font-size: 18px;
    margin-top: 10px;
}
/*how we work end======*/

/*=====header css end======*/
#slider .carousel-item {
    width: 100%;
    height: 75vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#slider .carousel-item::before {
    content: '';
    background-color: rgba(21, 27, 26, 0.7);
    position: absolute;
    height: 100vh;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
#slider .carousel-item img {
    height: 100%;
    width:100%;
}
#slider .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
#slider .carousel-content {
    text-align: center;
    margin-top: -100px;
}
#slider .active .carousel-content {
    margin-top: 100px;
    transition: 0.5s;
}
#slider h2 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 48px;
    font-weight: 700;
}
#slider p {
    width: 80%;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    margin: 0 auto 30px auto;
    color: #fff;
}
#slider .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center top;
}
#slider .carousel-control-prev, #slider .carousel-control-next {
    width: 10%;
    font-size: 36px;
    color: #fff;
}
#slider .carousel-indicators li {
    cursor: pointer;
    opacity: 1;
}
#slider .carousel-indicators .active {
    background-color: #00923f;
}
#slider .contactus-btn {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 2px solid #ffffff;
}
#slider .contactus-btn:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
}

/*--======= Slider Section Responsive CSS ======= --*/
@media (max-width: 768px) {
    #slider .carousel-item,.carousel-inner{
        height: 40vh;
    }
  #slider h2 {
    font-size: 24px;
    margin-bottom: 15px;
    margin-top:-20px;
  }
  #slider p{
      display:none;
  }
  #slider .carousel-control-prev, #header .carousel-control-next {
    font-size: 24px;
}
}
@media (max-width: 468px){
    #slider .carousel-item,.carousel-inner{
        height: 20vh;
    }
  #slider h2 {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top:-93px;
  }
  #slider p{
      display:none;
  }
  #slider .contactus-btn{
      padding:5px 7px;
  }
  #slider .carousel-control-prev, #header .carousel-control-next {
    font-size: 24px;
}
}
@media (min-width: 1024px) {
  #slider p {
    width: 60%;
  }
}
/*========carousel start ======*/
.slider{
	overflow: hidden;
	outline:none;
}
.slider a{
	text-decoration: none;
	color:#000;

}
.slider h2{
	font-size: 24px;
}
.slider .card{
	outline:none;
	border-radius: 10px;
}
.slider .card .card-img{
	outline:none;
	border-radius: 10px  !important;
}

.abtn {
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 2px solid #e74c3c;
  border-radius: 0.6em;
  color: #e74c3c;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  /*margin: 20px;*/
  padding: 0.8em 1.8em;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.abtn:hover, .abtn:focus {
  color: #3da83c;
  outline: 0;
}
.donateBtn {
  border-color: #3da83c;
  color: #fff;
  box-shadow: 0 0 40px 40px #3da83c inset, 0 0 0 0 #3da83c;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.donateBtn:hover {
  box-shadow: 0 0 10px 0 #3da83c inset, 0 0 10px 4px #3da83c;
  color:#009231;
  font-weight: bold;
}

.progress{
    height: 10px;
    background: #e9e9ea;
    border-radius: 15px;
    margin-bottom: 30px;
    overflow: visible;
    position: relative;
}
.progress:before,
.progress:after{
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: -5px;
    left: 0;
    z-index: 1;
}
.progress:after{
    border: 7px solid #e9e9ea;
    left: auto;
    right: 0;
}
.progress .progress-bar{
    box-shadow: none;
    border: none;
    border-radius: 15px;
    position: relative;
    -webkit-animation: animate-positive 1s;
    animation: animate-positive 1s;
}
.progress .progress-value{
    width: 70px;
    height: 35px;
    line-height: 27px;
    border-radius: 20px;
    background: #fff;
    font-size: 17px;
    font-weight: 600;
    position: absolute;
    top: -12px;
    right: 0;
    z-index: 2;
}

@-webkit-keyframes animate-positive{
    0%{ width: 0; }
}
@keyframes animate-positive{
    0%{ width: 0; }
}
/*========carousel end=======*/


/*=======who we are======*/


/*==== who we are end=====*/



/*=========news section=======*/
#news {
    width: 100%;
    /*float: left;*/
    padding: 50px 0px;
}
.news-post h2 {
    font-size: 20px;
    margin: 10px 0px;
}
.news-post h2 a {
    color: #333;
}
.news-post p {
    color: #505050;
}
#news .section-title {
    padding: 20px 0px 5px;
    /*background-color: #fafafa;*/
    border-radius: 10px;
    margin-bottom: 30px;
}
#news .news-post {
    padding: 15px;
    border-radius: 5px;
    box-shadow: 30px 30px 0px -20px #3da83c;
    background: #fff;
    border: 1px solid #e6e6e6;
    position: relative;
    overflow: hidden;
    /* z-index: 99999; */
    margin-bottom: 30px;
}
#news .news-post .post-thumb {
    max-height: 210px;
    overflow: hidden;
}
/*==========news section end======*/




/*=======gallery start========*/
.photoGallery {
    padding: 30px 0px;
}
.photoGallery h2 {
    font-size: 40px;
   
}
.photoGallery p {
    font-size: 18px;
    color: #9e9e9e;
}
.gallery-columns {
    padding: 15px 0px;
    margin-top: 30px;
}
.gallery-columns .thumbnail {
    max-height: 235px;
    overflow: hidden;
    display: block;
    border-radius: 50px 0px 50px 0px;
    box-shadow: 0px 0px 6px 0px #777777;
    border: 1px solid #fff;
}
.gallery-columns a img {
    transition: 1s;
    cursor: zoom-in;
}
.gallery-columns .thumbnail:hover img {
    transform: scale(1.07);
}
#baguetteBox-overlay .full-image img {
    border: 3px solid #fff;
    border-radius: 10px;
}
/*=========galary end========*/



/*=======donor section=======*/
#donorLogo h2{
  text-align:center;
  padding: 20px;
}
/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*=========donor section end======*/


/*=======callout section=====*/
.callout {
    padding: 40px 0;
    background-image: linear-gradient(to right, #00923f, #3da83c, #65be34, #8ed329, #b9e715);
}
.callout h2{
	color:#fff;
	font-size:26px;
	text-transform:uppercase;
	line-height:30px
}
.callout a{
	text-decoration: none;
}
.callout .callout-actions {
    padding: 0 0;
    font-size: 0;
    text-align: center;
}
.callout .callout-actions .button {
    display: inline-block;
    vertical-align: top;
    min-width: 213px;
    margin: 0;
	padding: 11px 15px 12px;
    background: transparent;
    border: 2px solid #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}
.callout .callout-separator {
    color: #00923f;
    font-weight: bold;
    text-transform: uppercase;
}
.callout .callout-separator span {
    display: inline-block;
    vertical-align: middle;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    line-height: 43px;
    font-size: 12px;
}
.callout .callout-separator:before, .callout .callout-separator:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 1px;
    background: #fff;
}
.callout .callout-separator:before, .callout .callout-separator:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 1px;
    background: #fff;
}
/*====callout section end========*/



/*==footer section start======*/
footer{
	/*position: fixed;
	bottom: 0;
	width: 100%;*/
	margin-top:0;
	padding-top: 60px;
	background-image: radial-gradient(circle at 46% 40%, rgba(228, 228, 228,0.06) 0%, rgba(228, 228, 228,0.06) 13%,transparent 13%, transparent 100%),radial-gradient(circle at 11% 41%, rgba(198, 198, 198,0.06) 0%, rgba(198, 198, 198,0.06) 19%,transparent 19%, transparent 100%),radial-gradient(circle at 52% 23%, rgba(14, 14, 14,0.06) 0%, rgba(14, 14, 14,0.06) 69%,transparent 69%, transparent 100%),radial-gradient(circle at 13% 85%, rgba(148, 148, 148,0.06) 0%, rgba(148, 148, 148,0.06) 44%,transparent 44%, transparent 100%),radial-gradient(circle at 57% 74%, rgba(232, 232, 232,0.06) 0%, rgba(232, 232, 232,0.06) 21%,transparent 21%, transparent 100%),radial-gradient(circle at 59% 54%, rgba(39, 39, 39,0.06) 0%, rgba(39, 39, 39,0.06) 49%,transparent 49%, transparent 100%),radial-gradient(circle at 98% 38%, rgba(157, 157, 157,0.06) 0%, rgba(157, 157, 157,0.06) 24%,transparent 24%, transparent 100%),radial-gradient(circle at 8% 6%, rgba(60, 60, 60,0.06) 0%, rgba(60, 60, 60,0.06) 12%,transparent 12%, transparent 100%),linear-gradient(90deg, rgb(148, 220, 10),rgb(18, 123, 10));
	/*background-color: #ddd;*/
	height: auto;
	
   

}
footer h1{
	text-align: center;
	padding: 20px;
}
footer h2{
	color: #fff;
	text-transform: capitalize;
	font-size: 24px;
	text-align: center;
	font-family: 'Open Sans';
	font-weight: bold;
	letter-spacing: 1px;
}
footer a,i{
	color: #fff;
	font-family: 'Roboto';
	text-align: center;
}
footer p{
	color: #fff;
	text-align: center;
	
	
}
footer hr{
	    border-top: 1px solid rgba(210, 90, 90, 0.1);
	width: 100%;
}
footer ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
	padding-bottom: 30px;
}
footer li{
	padding: 5px;
	margin: 0;
	text-align: center;
}
footer a{
	padding: 5px;
	text-transform: capitalize;
	font-size: 18px;
}
footer a:hover{
	text-decoration: none;
	color: #2196F3;
}

footer .fa{
	
	padding-top: 10px;
	color: #fff;
	font-size: 20px;
	display: inline-block;
	text-align: center;
	display: inline-block;
	margin: 0 auto;
}

footer .social .fa{
	padding-top: 30px;
	font-size: 30px;
	transition: .9s;
}
footer .social .fa:hover{
	transition: 1s;
	transform: scale(1.1);
	background-color: #2196F3;
}
@media(max-width: 768px){
	footer{
		height: auto !important;
	}
	footer h2{
		font-size: 30px;
	}
}


/*======footer section end=======*/



/*+++++++++++++ A B O U T  U S ++++++++++*/

.jumbotron {
   /* background: url('../images/achieve.jpg') no-repeat center center fixed; */
   -webkit-background-size: cover;
   -moz-background-size: cover;
   background-size: cover;
   -o-background-size: cover;
   color: white;

}
.tabs-section {
    overflow: hidden;
    background: #fff;
    padding: 60px 0px;
}
.tabs-section .feature-img {
    max-height: 255px;
    overflow: hidden;
    border-radius: 10px;
    border: 3px solid #fff;
}
.tabs-section .nav-tabs {
    border: 0;
}
.tabs-section .nav-link {
    border: 0;
    padding: 11px 15px;
    transition: 0.3s;
    color: #000;
    border-radius: 0;
    border-right: 2px solid #00923f !important;
    font-weight: 600;
    font-size: 25px;
}
.tabs-section .nav-link:hover {
    color: #00923f;
}
.tabs-section .nav-link.active {
    color: #333333;
   background-image: linear-gradient(to right, #00923f, #3da83c, #65be34, #8ed329, #b9e715);
}
.tabs-section .nav-link:hover {
    border-right: 4px solid #00923f;
}
.tabs-section .tab-pane.active {
    -webkit-animation: fadeIn 0.5s ease-out;
    animation: fadeIn 0.5s ease-out;
}
.tabs-section .details h3 {
    font-size: 36px;
    color: #00923f;
}
.tabs-section .details p {
    color: #000;
    font-size:18px;
}

/*=======team section=========*/
section.our-team {
    padding: 70px 0px;
    background-color: #f2f9ff;
    text-align: center;
    color: #fff;
}
.our-team .member {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    transition: 0.4s;
    border-radius: 100%;
    border: 6px solid #ffffff;
}
.our-team h2 {
    font-size: 36px;
    color: #795548;
    font-weight: normal;
}
.our-team p {
    color: #9e9e9e;
    width: 70%;
    margin: 10px auto 10px;
}
.our-team .member:hover {
    box-shadow: 0px 10px 0px 0px #795548;
}
.our-team .member .member-info {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
}
.our-team .member .member-detail {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
}
.our-team .member .social {
    position: absolute;
    left: 0;
    bottom: -38px;
    right: 0;
    height: 48px;
    transition: bottom ease-in-out 0.4s;
    text-align: center;
}
.our-team .member .social a {
    margin: 0 10px;
    display: inline-block;
    color: #fff;
}
.our-team .member .social a:hover {
    color: #cda45e;
}
.our-team .member .social i {
    font-size: 18px;
    margin: 0 2px;
    color:#fff;
}
.our-team .member .social i:hover {
    font-size: 18px;
    margin: 0 2px;
    color:#cda45e;
}
.our-team .member:hover .member-info {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.83) 0%, rgba(0, 0, 0, 0.57) 20%, rgba(121, 85, 72, 0.09) 100%);
    opacity: 1;
    transition: 0.4s;
}
.our-team .member:hover .member-detail {
    bottom: 80px;
}
.our-team .member:hover .social {
    bottom: 10px;
}
/*====team section end==========*/



/*===========causes section start======*/
.causes-info{
    border:1px solid #ccc;
    padding: 40px 50px 48px 50px;
}
.causes-info h4{
    border-bottom: 2px dashed #d5d4d4;
    padding-bottom: 15px;
    margin-bottom: 20px;
    color: #ec1d25;

}
.causes-info .price .raise{
    color: blue;
    margin-right: 10px;
    font-weight: bold;
}
.causes-info .price .goal{
    color: #ec1d25;
    margin-left: 10px;
    margin-right: 30px;
    font-weight: bold;
}
/*==========causes section end=======*/


/*========news detail=====*/
.news-title .date{
    color:grey;
}
.share-news{
    border:1px solid #ccc;
    padding: 20px 25px 24px 25px;
}
.share-title{
    font-size: 24px;
    font-weight: bold;
}
.share-fb,.share-wp,.share-tw{
    float:right;
    margin:7px;
}
.share-fb,.share-wp,.share-tw, i{
    font-size: 18px;
    transition: 0.2s;
    
}
.share-fb i{
    padding:10px;
    color:white;
    border-radius: 50%;
    background-color: #3b5998;
}
.share-tw i{
    padding:10px;
    color:white;
    border-radius: 50%;
    background-color: #1DA1F2;
}
.share-wp i{
    padding:10px;
    color:white;
    border-radius: 50%;
    background-color: #075e54;
}
.share-fb,.share-wp,.share-tw, i:hover{
    transform: scale(0.9)
}

.recent-news h2{
    font-weight: bold;
    color:#075e54;
    border-left:8px solid #075e54;
    padding-left:6px;
}
.recent-news-title h6{
    font-weight: 600;
}

.fb-feeds h2{
     font-weight: bold;
    color:#ec1d25;
    border-left:8px solid #ec1d25;
    padding-left:6px;
}

/*========news detail end===*/


/*=========program=======*/
.pbox{
   background-image: linear-gradient(to right, #00923f, #3da83c, #65be34, #8ed329, #b9e715);
    padding:7px 14px;
    color:white;
    text-align: center;
    border:1px solid white;

}
.pbox span{
    font-size: 30px;

}
.pbox h5{
    line-height: 9px;
}

.cause-service h2{
    border-bottom: 2px dashed #ccc;
}
.success-stories h2{
    border-bottom: 2px dashed #ccc;
}

.recent-causes h5{
    font-size: 25px;
    color:#009231;
    font-weight: bold;
    border-left:4px solid #009231;
    padding-left:3px;
}
.recent-causes .image{
    position: relative;
}
.recent-causes .image figcaption{
    background-color: #ccc;
    padding:2px 5px;
    position: absolute;
    margin-top: -30px;
    z-index: 1;
    
    
}
figcaption{
     background-image: linear-gradient(to right, #00923f, #3da83c, #65be34, #8ed329, #b9e715);
     padding-left: 10px;
}

figcaption a{
    color:#fff;
    text-decoration: none;
}
figcaption a:hover{
    
    text-decoration: none;
}

/*=====program end=====*/

/*=====causes section===*/
.sh-fb,.sh-wp,.sh-tw, i{
    font-size: 12px;
    transition: 0.2s;
    
}
.sh-fb i{
    padding:6px;
    color:white;
    border-radius: 50%;
    background-color: #3b5998;
}
.sh-tw i{
    padding:6px;
    color:white;
    border-radius: 50%;
    background-color: #1DA1F2;
}
.sh-wp i{
    padding:6px;
    color:white;
    border-radius: 50%;
    background-color: #075e54;
}
.sh-fb,.share-wp,.share-tw, i:hover{
    transform: scale(0.9)
}

.cs-details h3{
    font-weight: bold;
    border-bottom: 2px dashed #ccc;
}

.cs-details a{
    text-decoration: none;
    color:#00923f;
}

/*======causes secton end====*/