body, html {
    font-family: 'Open Sans', sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    font-weight: 400;
    width: 100% !important;
    height: 100% !important;
    margin: 0px;
    padding: 0px;
}
h2, h3, h4 {
    font-family: 'Open Sans', sans-serif;
}
h2 {
    text-transform: none;
    letter-spacing: -1.2px;
    margin: 0 0 20px 0;
    font-weight: bold;
    font-size: 26px;
    color: #333;
    font-family: 'Open Sans', sans-serif;
}
h3 {
    text-transform: none; 
    letter-spacing: -1.2px; 
    font-size: 20px;
    font-weight: 400;
    color: #333;
    font-family: 'Open Sans', sans-serif;
}
h4 {
    text-transform: none;
    letter-spacing: -1.2px; 
    font-size: 18px;
    color: #333;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}
h5 {
    text-transform: none;
    letter-spacing: -1.2px; 
    font-weight: 400;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
}
p {
    font-size: 14px;
    /*font-weight: normal;*/
    font-family: 'Open Sans', sans-serif;  
	
}
p.intro {
    margin: 12px 0 0;
    line-height: 24px;
}
a {
    color: #00b33c;
    font-weight: 400;
}
a:hover, a:focus {
    text-decoration: none;
    color: #00b33c;
}
ul, ol {
    list-style-position: outside;
	margin-left: 50px;
	font-size: 16px;
}
ul, ol {
    padding: 0;
    webkit-padding: 0;
    moz-padding: 0;
}
hr {
    height: 1px;
    width: 100%; 
    text-align: center;
    position: relative;
    background: #1E7A46;
    margin-bottom: 20px;
    border: 0;
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #ccc;
}


/* Images text dan caption artikel all  align */

.align-right {
/* copied from bootstrap .pull-right 
   http://getbootstrap.com/css/#helper-classes-floats */
        float: right;
}

.align-left {
/* copied from bootstrap .pull-left 
   http://getbootstrap.com/css/#helper-classes-floats */
        float: left;
}

.align-center {
/* copied from bootstrap .center-block
http://getbootstrap.com/css/#helper-classes-center
*/
        display: block;
        margin-left: auto;
        margin-right: auto;
}

/* ----------------------------------------------
   Alignment of Inline Images and limiting caption
   captions to the width of their images 
   ---------------------------------------------- */
/*membuat caption teratur*/
figure.align-right,
figure.align-left { 
        padding: 5px;
        margin-right: 10px;
        display: table;
}

figure.align-center { 
        padding: 10px;
        display: table;
}

figure.align-right figcaption,
figure.align-left figcaption,
figure.align-center figcaption { 
        font-size: small;
        text-align: left;
        display: table-caption;
        caption-side: bottom ;
        margin-bottom: 5px;
}

/*search bar custom*/
form#custom-search-block-form{
	display: inline;
}

/* Navigation */
#block-languageswitcher li{
        display:inline;
        padding-left:1.5rem;
		text-decoration: none;
}


#block-languageswitcher li a{
	font-size:12px;
	text-decoration: none;
}

/*topbar section*/
.topbar{
	margin-right:15px;
	margin-top:5px;
	padding-right:30px;
}

#menu {
    transition: all 0.8s;
}
#menu.navbar-default {
    background-color: #fff;
	border-bottom: 1px solid #fff;
	box-shadow: 5px 5px 20px #888888;
}
#menu a.navbar-brand {
    font-size: 26px;
    font-weight: 700;
    color: #333;
    height: 85px;
	float:right; /*aslinya right*/
    text-transform: capitalize;
    letter-spacing: -1.2px;
    line-height: 49px;
	padding-bottom: 20px;
}
#menu.navbar-default .navbar-nav > li > a {
    font-size: 16px;
    text-transform: capitalize;
    color: #000;
    font-weight: 600;
    padding: 29px 14px 33px;
    border-radius: 0;
    margin: 0px 2px 0px 2px;
}
#menu.navbar-default .navbar-nav > li.active > a {
    border-bottom: 4px solid #00b33c;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
}
.navbar-toggle {
    border-radius: 0;
    margin-top: 22px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #fff;
    border-color: #608dfd;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
    background-color: #608dfd;
}
.navbar{
    border:none;
}
.navbar {
    margin-bottom:50px;
    border: none;
}
li a.is-active {
    border-bottom: 3px solid #00b33c;
}


/* Header Section */
.intro {
    width: 100%;
    padding: 0;
    background-color: #e1e4da;
    display: block;
}
.intro .carousel-caption {
    bottom: 25%;
    text-align: left;
    left: auto;
    max-width: 420px; /* awalnya 420*/
    right: 10%;
}
.carousel-inner > .item > img {
    margin: 0 auto;
}
.intro h1 span {
    font-weight: 800;
    color: #be1e2d;
}
/*.intro p {
    color: #000;
    margin: 0 auto;
    font-size: 16px;
    line-height: 22px;
    background: #f5f5f5;
    padding: 23px;
	padding-bottom: 30px;
	bottom: 0;
	position: absolute;
}*/
#header{
    background-image: url('../images/patern.png');
	background-repeat: repeat;
}
header .intro-text {
    padding-top: 115px;
    padding-bottom: 80px;   
	width:100%;
}
#charity-slider .main-container {
  padding: 0;
  margin-top: 400px;
  padding-top: 200px;
}
#charity-slider p {
    color: #fff;
    font-size: 18px;
    /*text-transform: uppercase;*/
    font-weight: 300;
    background: #00b33c;
    padding: 30px;
	padding-top: 10px;
    width: 100%;
    text-align: left;
    margin: 0px;
	bottom: 0px;
	position: absolute;
}
#charity-slider h4{
    color: #fff;
    font-size: 46px;
      text-transform: uppercase;
      font-weight:700;
}
#charity-slider .slide1 .text-left ,#charity-slider .slide3 .text-left{
    padding-left: 40px;
}
#charity-slider .carousel-indicators {
  bottom: 0;
}
#charity-slider .carousel-control.right,
#charity-slider .carousel-control.left {
  background-image: none;
}
#charity-slider .carousel .item {
  min-height: 630px; 
  height: 100%;
  width:100%;
  
}
.carousel-inner .item .container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
#charity-slider h3{
  animation-delay: 1s; /*aslinya 1*/
}
#charity-slider h4 {
  animation-delay: 2s; /*aslinya 1*/
}
#charity-slider h2 {
  animation-delay: 3s; /*aslinya 1*/
}
#charity-slider .carousel-control {
  width: 6%;
  text-shadow: none;
}
#charity-slider h1 {
  text-align: center;  
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}
#charity-slider .p {
  padding-top: 125px;
  text-align: center;
}
#charity-slider .p a {
  text-decoration: underline;
}
#charity-slider .carousel-indicators li {
    width: 11px;
    height: 11px;
    background-color: transparent;
    border: 1px solid #fff;
    margin: 0px;
}
#charity-slider .carousel-indicators .active{
    width: 11px;
    height: 11px;
    background-color: #f5f5f5;
    border: 1px solid #fff;
}
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-inner > .item > img {
    margin: 0 auto !important;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-control .fa-angle-right, .carousel-control .fa-angle-left {
    position: absolute;
    top: 49%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .fa-angle-left{
    display: none;
    left: 20%;
    width: 44px;
    height: 44px;
    padding-left: 5px;    
    font-size: 40px;
    color: #fff;
    padding-right: 5px;    
    border-radius: 50%;  
    background: #000;
}
.carousel-control .fa-angle-right{
    display: none;
    right: 20%;
    width: 44px;
    height: 44px;
    font-size: 40px;
    color: #fff;
    padding-left: 5px;
    border-radius: 50%; 
    background: #000;  
}
.carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}
#charity-slider .slide1 {
  background-image: url('../images/slides/1.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#charity-slider .slide2 {
  background-image: url('../images/slides/2.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#charity-slider .slide3 {
  background-image: url('../images/slides/3.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#charity-slider .slide4 {
  background-image: url('../images/slides/4.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#charity-slider .slide5 {
  background-image: url('../images/slides/5.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.flag{
	
	padding:5px 20px 0px 0px;
	background-color:#fff;
	float:right;
}



/*Who we are section*/

section#about {
    padding: 60px 0px 20px; /* aslinya padding: 60px 0px 60px; */
    /*height: 300px;*/
    height: auto;
}

.about-text .section-title h2{ /*aslinya h2*/
    font-weight: 200; /* 600 */
	transition: 0.7s;
}

.btn-custom {
    background-color: #fff;
    font-size: 18px;
    color: #000 !important;
    -webkit-font-smoothing: antialiased;
    border: 0;
    display: inline-block;
    margin: 20px 0px 0px;
    font-weight: 700;
    border-radius: 25px;
    padding: 6px 18px 8px;
	transition: 0.7s;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 2px solid #00b33c;
    border-radius: 10px;
	transition: 0.7s;
}

/*help the poor people*/

section#help-the-people {
    padding: 80px 0px 80px;
    background: #fff;
}

#help-the-people .section-title h2{
    font-weight: 600;
	
}

.panel-help{
    background-color: #f5f5f5;
    border: none;
}

.panel-body {
    padding: 15px;
    margin-bottom: 20px;
}

.panel-body img {
    margin: 10px 0px 10px 0px;
}

.panel-body p{
    color: #000;
    margin-top: 10px;
    font-weight: 600;
    font-size: 20px;
}

/*front help the poor people*/

section#help-the-front {
	margin-top:20px;
    padding: 30px 0px 30px;
    background: #f5f5f5;
    
}

#help-the-front .section-title h2{
    font-weight: 600;
}

.charity-front .section-title h2{
    margin-bottom: 25px;
    font-weight: 600;
    text-transform: uppercase;
}

.charity-front .section-title h2 a {
    float: left;
    font-weight: 100;
    font-size: 12px;
    text-transform: initial;
    margin-top: 0px;
	font-family: 'Roboto';
	text-align: left;
}

.panel-help{
    background-color: #f5f5f5;
    border: none;
}

.panel-body {
    padding: 0px;
	float: left;
}

.panel-body img {
    margin: 0;
	padding-top: 35px;
}

.panel-body p{
    color: #000;
    font-weight: 100;
    font-size: 11px;
	text-align: left;
	overflow: none;
}

.panel-body a{
    color: #000;
	overflow: none;
}

.panel-body a:hover, a:focus{
	text-decoration: none;
    color: #00b33c;
}

/* kajian1 block responsive */

.kajian1-inner p{
	color:#00b33c;
    font-weight: 100;
    font-size: 11px;
	text-align: left;
}

.kajian1-inner a{
	padding-top: 5px;
	color:#000;
    font-weight: 600;
    font-size: 12px;
	text-align: left;
}

.kajian1-inner a:hover, a:focus{
	text-decoration: none;
	color: #00b33c;
}

.kajian1-inner .body p{
	color:#000;
}

/*penelitian help the poor people*/

section#help-the-penelitian {
    padding: 10px 0px 0px;
    background: #f5f5f5;
}

#help-the-penelitian .section-title h2{
    font-weight: 600;
}

.charity-front .section-title h2{
    margin-bottom: 25px;
    font-weight: 600;
    text-transform: uppercase;
}

.charity-front .section-title h2 a {
    float: left;
    font-weight: 100;
    font-size: 12px;
    text-transform: initial;
    margin-top: 0px;
	font-family: 'Roboto';
	text-align: left;
}

.panel-help{
    background-color: #f5f5f5;
    border: none;
}

.panel-body {
    padding: 0px;
	float: left;
}

.panel-body img {
    margin: 0;
	padding-top: 35px;
}

.panel-body p{
    color: #000;
    font-weight: 100;
    font-size: 11px;
	text-align: left;
	overflow: none;
}

.panel-body a{
    color: #000;
	overflow: none;
}

.panel-body a:hover, a:focus{
	
    color: #00b33c;
   
}

/*pubikasi help the poor people*/

section#help-the-pendampingan {
	margin-top: 20px;
    padding: 30px 0px 30px;
    background: #f5f5f5;
}

#help-the-pendampingan .section-title h2{
    font-weight: 600;
}

.charity-front .section-title h2{
    margin-bottom: 25px;
    font-weight: 600;
    text-transform: uppercase;
}

.charity-front .section-title h2 a {
    float: left;
    font-weight: 100;
    font-size: 12px;
    text-transform: initial;
    margin-top: 0px;
	font-family: 'Roboto';
	text-align: left;
}

.panel-help{
    background-color: #f5f5f5;
    border: none;
}

.panel-body {
    padding: 0px;
	float: left;
	margin-top: -25px;
}

.panel-body img {
    margin: 0;
}

.panel-body p{
    color: #000;
    font-weight: 100;
    font-size: 11px;
	text-align: left;
	overflow: none;
}

.judul p{
	font-weight: bold;
	font-size: 12px;
}

.panel-body a{
    color: #000;
	overflow: none;
}

.panel-body a:hover, a:focus{
	
    color: #00b33c;
   
}

/*pendampingan help the poor people*/

section#help-the-pubikasi {
	
    padding: 10px 0px 40px;
    background: #f5f5f5;
}

#help-the-pubikasi .section-title h2{
    font-weight: 600;
}

.charity-front .section-title h2{
    margin-bottom: 25px;
    font-weight: 600;
    text-transform: uppercase;
}

.charity-front .section-title h2 a {
    float: left;
    font-weight: 100;
    font-size: 12px;
    text-transform: initial;
    margin-top: 0px;
	font-family: 'Roboto';
	text-align: left;
}

.panel-help{
    background-color: #f5f5f5;
    border: none;
	margin-top: -25px;
}

.panel-body {
    padding: 0px;
	float: left;
}



/*.panel-body img {
    margin: 0;
}*/

.panel-body p{
    color: #000;
    font-weight: 100;
    font-size: 11px;
	text-align: left;
	overflow: none;
}

.judul p{
	font-weight: bold;
	font-size: 12px;
}

.panel-body a{
    color: #000;
	overflow: none;
}

.panel-body a:hover, a:focus{
	
    color: #00b33c;
   
}

/*acara help the poor people*/


section#help-the-acara {
    padding: 30px 0px 40px;
    background-image: url('../images/bgpara1.jpeg');
    background-size: cover;
}


/*Events Section*/

section#events {
    padding: 60px 0px 50px; /*padding: 60px 0px 50px;*/
    background-image: url('../images/bgpara4.jpg');
    background-size: cover;
}

.events-scr {
    padding:0px;
	margin:0px;
}

.events-date {
    float: left;
    padding: 0px 20px 0px 20px; /*padding: 0px 20px 0px 20px;*/
    background: #00b33c;
    margin-bottom: 10px; /*10px*/
    text-align: center;
    color: #fff;
}

.events-date p.date {
    border-bottom: 1px solid #fff;
    padding: 5px;
    font-weight: 600;
    margin-bottom: 0px;
    
}

.events-sct {
    
}

.events-sct h4 {
    margin: 0px 0px 8px;
    font-weight: 600;
    font-size: 17px; /*17px*/
}

.charity-events .section-title h2{
    margin-bottom: 25px;
    font-weight: 600;
    text-transform: uppercase;
}

.charity-events .section-title h2 a {
    float: right;
    font-weight: 100;
    font-size: 16px; /*awal 16px;*/
    text-transform: initial;
    margin-top: 6px;
}
.events-sct h4 a , .blog-caption h4 a{
    color: #333;
    font-weight: 600;
}

.events-sct h4 a:hover, .blog-caption h4 a:hover {
    color: #00b33c;
    font-weight: 600;
}

i.fa {
    padding: 0px 10px 0px 5px;
    font-size: 15px; /*awal 15px;*/
}

/* Kajian section*/

section#kajian {
    padding: 60px 0px 50px;
}


.kajian-scr {
    padding: 0;
}

.kajian-date {
    float: left;
    padding: 0px 20px 0px 20px;
    background: #00b33c;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
}

.kajian-date p.date {
    border-bottom: 1px solid #fff;
    padding: 5px;
    font-weight: 600;
    margin-bottom: 0px;
}

.kajian-sct {
    
}

.kajian-sct h4 {
    margin: 0px 0px 8px;
    font-weight: 600;
    font-size: 7px;
}

.charity-kajian .section-title h2{
    margin-bottom: 25px;
    font-weight: 600;
    text-transform: uppercase;
}

.charity-kajian .section-title h2 a {
    float: right;
    font-weight: 100;
    font-size: 8px;
    text-transform: initial;
    margin-top: 6px;
}
.kajian-sct h4 a , .blog-caption h4 a{
    color: #333;
    font-weight: 600;
}

.kajian-sct h4 a:hover, .blog-caption h4 a:hover {
    color: #00b33c;
    font-weight: 600;
}

i.fa {
    padding: 0px 10px 0px 5px;
    font-size: 8px;
}

/* Ilmiah section*/

section#ilmiah {
    padding: 60px 0px 50px;
}

.ilmiah-scr {
    padding: 0;
}

.ilmiah-date {
    float: left;
    padding: 0px 20px 0px 20px;
    background: #00b33c;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
}

.ilmiah-date p.date {
    border-bottom: 1px solid #fff;
    padding: 5px;
    font-weight: 600;
    margin-bottom: 0px;
}

.ilmiah-sct {
    
}

.ilmiah-sct h4 {
    margin: 0px 0px 8px;
    font-weight: 600;
    font-size: 7px;
}

.charity-ilmiah .section-title h2{
    margin-bottom: 25px;
    font-weight: 600;
    text-transform: uppercase;
}

.charity-ilmiah .section-title h2 a {
    float: right;
    font-weight: 100;
    font-size: 8px;
    text-transform: initial;
    margin-top: 6px;
}
.ilmiah-sct h4 a , .blog-caption h4 a{
    color: #333;
    font-weight: 600;
}

.ilmiah-sct h4 a:hover, .blog-caption h4 a:hover {
    color: #00b33c;
    font-weight: 600;
}

i.fa {
    padding: 0px 10px 0px 5px;
    font-size: 8px;
}

/* staffnew section*/

section#new {
    padding: 60px 0px 50px;
}

.new-scr {
    padding: 0;
}

.new-date {
    float: left;
    padding: 0px 20px 0px 20px;
    background: #00b33c;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
}

.new-date p.date {
    border-bottom: 1px solid #fff;
    padding: 5px;
    font-weight: 600;
    margin-bottom: 0px;
}

.new-sct {
    
}

.new-sct h4 {
    margin: 0px 0px 8px;
    font-weight: 600;
    font-size: 7px;
}

.charity-new .section-title h2{
    margin-bottom: 25px;
    font-weight: 600;
    text-transform: uppercase;
}

.charity-new .section-title h2 a {
    float: right;
    font-weight: 100;
    font-size: 8px;
    text-transform: initial;
    margin-top: 6px;
}
.new-sct h4 a , .blog-caption h4 a{
    color: #333;
    font-weight: 600;
}

.new-sct h4 a:hover, .blog-caption h4 a:hover {
    color: #00b33c;
    font-weight: 600;
}

i.fa {
    padding: 0px 10px 0px 5px;
    font-size: 8px;
}

/* bertia section*/

section#berita {
    padding: 60px 0px 50px;a
}

.berita-scr {
    padding: 0;
}

.berita-date {
    float: left;
    padding: 0px 20px 0px 20px;
    background: #00b33c;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
}

.berita-date p.date {
    border-bottom: 1px solid #fff;
    padding: 5px;
    font-weight: 600;
    margin-bottom: 0px;
}

.berita-sct {
    
}

.berita-sct h4 {
    margin: 0px 0px 8px;
    font-weight: 600;
    font-size: 17px;
}

.charity-berita .section-title h2{
    margin-bottom: 25px;
    font-weight: 600;
    text-transform: uppercase;
}

.charity-berita .section-title h2 a {
    float: right;
    font-weight: 100;
    font-size: 16px;
    text-transform: initial;
    margin-top: 6px;
}
.berita-sct h4 a , .blog-caption h4 a{
    color: #333;
    font-weight: 600;
}

.berita-sct h4 a:hover, .blog-caption h4 a:hover {
    color: #00b33c;
    font-weight: 600;
}

i.fa {
    padding: 0px 10px 0px 5px;
    font-size: 15px;
}

/*karir Section*/

section#karir {
    padding: 60px 0px 50px;
}

.karir-scr {
    padding: 0;
}

.karir-date {
    float: left;
    padding: 0px 20px 0px 20px;
    background: #00b33c;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
}

.karir-date p.date {
    border-bottom: 1px solid #fff;
    padding: 5px;
    font-weight: 600;
    margin-bottom: 0px;
}

.karir-sct {
    
}

.karir-sct h4 {
    margin: 0px 0px 8px;
    font-weight: 600;
    font-size: 17px;
}

.charity-karir .section-title h2{
    margin-bottom: 25px;
    font-weight: 600;
    text-transform: uppercase;
}

.charity-karir .section-title h2 a {
    float: right;
    font-weight: 100;
    font-size: 16px;
    text-transform: initial;
    margin-top: 6px;
}
.karir-sct h4 a , .blog-caption h4 a{
    color: #333;
    font-weight: 600;
}

.karir-sct h4 a:hover, .blog-caption h4 a:hover {
    color: #00b33c;
    font-weight: 600;
}

i.fa {
    padding: 0px 10px 0px 5px;
    font-size: 15px;
}

/*pendampingan Section*/

section#pendampingan {
    padding: 60px 0px 50px;
}

.pendampingan-scr {
    padding: 0;
}

.pendampingan-date {
    float: left;
    padding: 0px 20px 0px 20px;
    background: #00b33c;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
}

.pendampingan-date p.date {
    border-bottom: 1px solid #fff;
    padding: 5px;
    font-weight: 600;
    margin-bottom: 0px;
}

.pendampingan-sct {
    
}

.pendampingan-sct h4 {
    margin: 0px 0px 8px;
    font-weight: 600;
    font-size: 17px;
}

.charity-pendampingan .section-title h2{
    margin-bottom: 25px;
    font-weight: 600;
    text-transform: uppercase;
}

.charity-pendampingan .section-title h2 a {
    float: right;
    font-weight: 100;
    font-size: 16px;
    text-transform: initial;
    margin-top: 6px;
}
.pendampingan-sct h4 a , .blog-caption h4 a{
    color: #333;
    font-weight: 600;
}

.pendampingan-sct h4 a:hover, .blog-caption h4 a:hover {
    color: #00b33c;
    font-weight: 600;
}

i.fa {
    padding: 0px 10px 0px 5px;
    font-size: 15px;
}

/*Pengelolaan pengetahuan Section*/

section#olah {
    padding: 60px 0px 50px;  /* wis bener padding: 60px 0px 50px;*/
}

.olah-scr {
    padding: 0;
}

.olah-date {
    float: left;
    padding: 0px 20px 0px 20px;
    background: #00b33c;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
}

.olah-date p.date {
    border-bottom: 1px solid #fff;
    padding: 5px;
    font-weight: 600;
    margin-bottom: 0px;
}

.olah-sct {
    
}

.olah-sct h4 {
    margin: 0px 0px 8px;
    font-weight: 600;
    font-size: 17px;
}

.charity-olah .section-title h2{
    margin-bottom: 25px;
    font-weight: 600;
    text-transform: uppercase;
}

.charity-olah .section-title h2 a {
    float: right;
    font-weight: 100;
    font-size: 16px;
    text-transform: initial;
    margin-top: 6px;
}
.olah-sct h4 a , .blog-caption h4 a{
    color: #333;
    font-weight: 600;
}

.olah-sct h4 a:hover, .blog-caption h4 a:hover {
    color: #00b33c;
    font-weight: 600;
}

i.fa {
    padding: 0px 10px 0px 5px;
    font-size: 15px;
}

/*Bijak Section*/

section#bijak {
    padding: 60px 0px 50px;
}

.bijak-scr {
    padding: 0;
}

.bijak-date {
    float: left;
    padding: 0px 20px 0px 20px;
    background: #00b33c;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
}

.bijak-date p.date {
    border-bottom: 1px solid #fff;
    padding: 5px;
    font-weight: 600;
    margin-bottom: 0px;
}

.bijak-sct {
    
}

.bijak-sct h4 {
    margin: 0px 0px 8px;
    font-weight: 600;
    font-size: 17px;
}

.charity-bijak .section-title h2{
    margin-bottom: 25px;
    font-weight: 600;
    text-transform: uppercase;
}

.charity-bijak .section-title h2 a {
    float: right;
    font-weight: 100;
    font-size: 16px;
    text-transform: initial;
    margin-top: 6px;
}
.bijak-sct h4 a , .blog-caption h4 a{
    color: #333;
    font-weight: 600;
}

.bijak-sct h4 a:hover, .blog-caption h4 a:hover {
    color: #00b33c;
    font-weight: 600;
}

i.fa {
    padding: 0px 10px 0px 5px;
    font-size: 15px;
}

/*dampak Section*/

section#dampak {
    padding: 60px 0px 50px;
}

.dampak-scr {
    padding: 0;
}

.dampak-date {
    float: left;
    padding: 0px 20px 0px 20px;
    background: #00b33c;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
}

.dampak-date p.date {
    border-bottom: 1px solid #fff;
    padding: 5px;
    font-weight: 600;
    margin-bottom: 0px;
}

.dampak-sct {
    
}

.dampak-sct h4 {
    margin: 0px 0px 8px;
    font-weight: 600;
    font-size: 17px;
}

.charity-dampak .section-title h2{
    margin-bottom: 25px;
    font-weight: 600;
    text-transform: uppercase;
}

.charity-dampak .section-title h2 a {
    float: right;
    font-weight: 100;
    font-size: 16px;
    text-transform: initial;
    margin-top: 6px;
}
.dampak-sct h4 a , .blog-caption h4 a{
    color: #333;
    font-weight: 600;
}

.dampak-sct h4 a:hover, .blog-caption h4 a:hover {
    color: #00b33c;
    font-weight: 600;
}

i.fa {
    padding: 0px 10px 0px 5px;
    font-size: 15px;
}

/*Entry Section*/

section#entry{
    padding: 60px 0px 50px;
}

.entry-scr {
    padding: 0;
}

.entry-date {
    float: left;
    padding: 0px 20px 0px 20px;
    background: #00b33c;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
}

.entry-date p.date {
    border-bottom: 1px solid #fff;
    padding: 5px;
    font-weight: 600;
    margin-bottom: 0px;
}

.entry-sct {
    
}

.entry-sct h4 {
    margin: 0px 0px 8px;
    font-weight: 600;
    font-size: 17px;
}

.charity-entry .section-title h2{
    margin-bottom: 25px;
    font-weight: 600;
    text-transform: uppercase;
}

.charity-entry .section-title h2 a {
    float: right;
    font-weight: 100;
    font-size: 16px;
    text-transform: initial;
    margin-top: 6px;
}
.entry-sct h4 a , .blog-caption h4 a{
    color: #333;
    font-weight: 600;
}

.entry-sct h4 a:hover, .blog-caption h4 a:hover {
    color: #00b33c;
    font-weight: 600;
}

i.fa {
    padding: 0px 10px 0px 5px;
    font-size: 15px;
}

/*Team section*/

section#team {
    background: #f5f5f5;
    padding: 80px 0px 80px;
}

#team .section-title h2{
    font-weight: 600;
}
.team-img {
    background: #f8f8f8;
}
.team-member {
    background: #fff;
    padding: 10px;
    margin-bottom: 20px;
}

.caption p {
    font-size: 11px;
    color: #c2c2c1;
}

.team-img img {
    display: inline-block;
}

/*Testimonial section*/

#testimonial {
    padding: 80px 0px 80px;
}

#testimonial .section-title h2{
    font-weight: 600;
}

.testimonial-sec {
    background: #f5f5f5;
    padding: 30px;
    margin-bottom: 20px;
}

.testimonial-caption p {
    font-size: 12px;
}

.testimonial-img {
    float: left;
    margin-right: 20px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #00b33c !important;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #fff !important;
    border:1px solid #00b33c;
    display: block;
}

/*Footer Section*/

#footer {
    background: #000000;
    color: #fff;
    padding: 60px 0px 60px;
    border-bottom: 1px solid rgba(177, 174, 174, 0.31);
}

#footer h2 {
    color: #00b33c;
	font-size: 14px;
}


.footer-menu li a {
    color: #fff;
}
.footer-menu li i.fa {
    color: #00b33c;
}
.footer-social li i.fa {
    color: #fff;
}
ul.footer-gallery-list div {
    display: inline-block;
    width: 50px;
	font-size: 10px;
}

ul.footer-gallery-list div li img {
    display: inline-block;
    height: 50px;
    width: 50px;
}
ul.footer-gallery-list li {
    display: inline-block;
    width: 50px;
}

.footer-about-us, .footer-menu, .footer-gallery, {
    padding: 23px;
}

ul.footer-social-links li {
    list-style: none;
    display: inline-block;
}

i.fa.fa-facebook {
    background: #245775;
    padding: 10px;
    font-size: 19px;
    border-radius: 9px;
}

i.fa.fa-twitter {
    background: #0077e8;
    font-size: 18px;
    padding: 10px;
    border-radius: 9px;
}

i.fa.fa-instagram {
    background: #D82B7E;
    font-size: 19px;
    padding: 10px;
    border-radius: 9px;
}

i.fa.fa-linkedin {
    background: #245775;
    padding: 10px;
    font-size: 19px;
    border-radius: 9px;
}

#copyright{
    background: #000000;
    color: #fff;
    padding: 15px 0px 15px;
}

.copyright p {
    font-size: 8px;
}

/*About Page Design */


#banner {
    padding: 5px 0px;
    background-position: center -170px;
    /*background: url(..images/banner.jpeg);*/
	background-color: #00b33c;
	
}

#banner-title h2 {
    color: #fff;
    padding-top: 90px;
    font-weight: 600;
    text-transform: uppercase;
	float:left;
	margin-bottom:50px;      /* title hijau bener */
	width: auto;
	border-bottom-style
}

#about-1{
    padding: 80px 0px 80px;
}

.section-title h2{
    margin-bottom: 0;
    font-weight: 600;
    text-transform: none;
}

#what-we-do{
    padding: 80px 0px 80px;
    background-color: #fff;
	transition: 0,7s;
}
.do-list li{
    padding-bottom: 16px;
}
.do-list li:before {
    font-family: "Fontawesome";
    content: "\f105";
    color: #00b33c;
    font-size: 18px;
    font-weight: 600;

}
.do-list li i.fa{
    color: #00b33c;
    font-size: 18px;
    padding-bottom: 16px;
    font-weight: 600;
}

.do-list li a {
    color: #000;
    font-size: 16px;
    margin-left: 10px;
}

#about-team{
    padding: 80px 0px 80px;
}

.about-team-member {
    padding: 30px 0px 0px;
    text-align: center;
    display: inline-block;
    width: 100%;
}

/*.about-team-img {
    text-align: center;
    display: inline-block;
    margin-top: 25px;
}*/

.about-team-img img {
    height: 250px;
    overflow: hidden;
}

.about-caption {
    background: #00b33c;
    color: #fff !important;
    padding: 20px; /* aslinya 10px */
}

.about-caption p {
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.about-caption h4 {
    font-weight: 600;
    color: #fff;
}

.about-team{
    padding: 30px;
}

/* #parallex-section{
    padding: 50px 0px 50px;
    color: #fff;
}

#parallex-section .section-title h2{
    color: #fff;
}

#parallex-section .btn{
    background: transparent;
}

#parallex-section h2{
    text-transform: uppercase;
}

#parallex-section a{
    color: #fff !important;
    text-transform: uppercase;
}
#parallex-section a:hover {
    background: #00b33c;
    color: #fff;
} */

/*.overlay {
    background: #32302f;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
}*/


/*Causes page Design*/

#causes{
    padding: 80px 0px 80px;
}

.causes-grid {
    background-color: #f5f5f5;
    padding: 20px;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.causes-caption h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 20px;
}

.causes-caption .btn{
    background-color: transparent;
    font-weight: 100 !important;
}*/

.causes-img img {
    width: 100%;
}
.progress-bar {
    background-color: #00b33c;
}

.progress {
    height: 5px;
    margin-bottom: 20px;
    margin-top: 40px; 
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

p.raised {
    margin-bottom: 60px;
}


/*Blog page Design*/


#blog{
    padding: 30px 0px 100px;
}

.blog-grid {
    background-color: #f5f5f5;
    padding: 20px;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.blog-img {
    height: 200px;
    overflow: hidden;
    margin-bottom: 30px;
}

.blog-caption h4 {
    font-weight: 600;
    font-size: 20px;
}

.blog-caption .btn{
    background-color: transparent;
    font-weight: 100 !important;
}

/*Blog-detail page design*/

#blog-detail {
    padding: 120px 0px 120px;
}

.blog-detail {
    background: #f5f5f5;
    padding: 20px;
}

.blog-detail-body {
    padding: 15px;
}

.blog-detail-body p {
    margin-top: 25px;
}

.blog-detail-body h3 {
    font-weight: 600;
    text-align: center;
}

.blog-detail-img {
    height: 450px;
    overflow: hidden;
}

.blog-detail-body p span {
    color: rgb(177, 174, 174);
    font-size: 12px;
}

.blog-detail-title-img {
    width: 500px;
    margin: 0 auto;
    margin-bottom: 0;
}

/*tes-detail page design*/

#tes-detail {
    padding: 120px 0px 120px;
}

.tes-detail {
    background: #fff;
    padding: 20px;	
}

.tes-detail-body p {
    margin-top: 25px;
}

.tes-detail-body h3 {
    font-weight: 600;
    text-align: center;
}

.tes-detail-img2 {
  
    /*overflow: hidden;*/
	margin: 40px 10px 40px 10px;
	padding: 10px;
}

.tes-img li{
	margin:10px 0px 10px 0px;
}

.tes-detail-body p span {
    color: rgb(177, 174, 174);
    font-size: 12px;
}

.tes-detail-title-img {
    width: 500px;
    margin: 0 auto;
    margin-bottom: 0;
}

.tes-detail-img2 .caption{
	padding:0px;
	margin:0px;
	color: #a6a6a6;
}
.line hr{
	height:3px;
}


/*event-detail page design*/

#event-detail {
    padding: 120px 0px 120px;
}

.event-detail {
    background: #f5f5f5;
    padding: 20px;
}

.event-detail-body {
    padding: 15px;
}

.event-detail-body p {
    margin-top: 25px;
}

.event-detail-body h3 {
    font-weight: 600;
    text-align: center;
}

.event-detail-img {
    height: 450px;
    overflow: hidden;
}

.event-detail-body p span {
    color: rgb(177, 174, 174);
    font-size: 12px;
}

.events-sct {
    margin-bottom: 2px;
}

.events-sct p a{
	font-size:14px;
	font-weight:100;
	color:#000;
}

.events-sct p a:hover, a:focus{
	text-decoration: none;
	color:#00b33c;
}

.events-inner h3 a{
    color: #333;
    font-weight: 600;
}
.events-inner h3 a:hover{
    color: #00b33c;
    font-weight: 600;
}
.event-detail-title-img {
    width: 500px;
    margin: 0 auto;
    margin-bottom: 20px;
}

p.text-center span {
    margin-left: 22px;
}

.table-list a{
	color: #000;
}

.table-list a:hover, a:focus{
	text-decoration: none;
	color: #00b33c;
}

/* Kajian detail page design*/

#kajian-detail {
    padding: 10px 0px 10px;
}

#kajian-detail .container{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  
}

.kajian-detail {
    background: #fff;
    padding: 20px;
}

.kajian-detail-body {
    padding: 0px;
}

.kajian-detail-body p {
    margin-top: 0px;
}

.kajian-detail-body h3 {
    font-weight: 600;
    text-align: center;
}

.kajian-detail-img {
	width: 100%;
    height: 100%;
    overflow: hidden;
	
}

.kajian-detail-body p span {
    color: rgb(177, 174, 174);
    font-size: 12px;
}

.kajian-sct {
    margin-bottom: 30px;
}

.kajian-inner h3 a{
    color: #333;
    font-weight: 600;
}
.kajian-inner h3 a:hover{
    color: #00b33c;
    font-weight: 600;
}
.kajian-detail-title-img {
    width: 500px;
    margin: 0 auto;
    margin-bottom: 20px;
}

p.text-center span {
    margin-left: 22px;
}

.caption{
	font-family: system-ui;
	font-size: 15px;
	color: gray;
	margin-bottom: 20px;
}

/* staffnew detail page design*/

#new-detail {
    padding: 120px 0px 120px;
	
}

.new-list{
	margin-bottom: 20px;
	padding:10px;
	border-style: solid;
	border-top: 2px solid #f5f5f5;
	border-right: 2px solid #f5f5f5;
	border-bottom: 2px solid #f5f5f5;
	border-left: 4px solid #00b33c;
}

.new-img {
	float:right;
}

.new-inner h2{
	font-weight: 600;
	margin:0px;
	padding:0px;
	color: #00b33c;
}

.new-inner h3{
	font-weight:bold;
}

.new-inner p{
	font-size:16px;	
}
p.text-center span {
    margin-left: 22px;
}

/* klien detail page*/

#klien-detail {
    padding: 10px 0px 10px;
    /*background-image: url('../images/bgr.jpg');*/
}

.klien{
   background-image: url('../images/bgr.jpg');
}

.klien-detail {
    padding: 20px;
}

.klien-detail-body {
    padding: 0px;
    
}

.klien-detail-body p {
    margin-top: 0px;
}

.klien-detail-body h3 {
    font-weight: 600;
    text-align: center;
}

.klien-detail-img {
	width: 100%;
    height: 100%;
    overflow: hidden;
	
}

.klien-detail-body p span {
    color: rgb(177, 174, 174);
    font-size: 12px;
}

.klien-sct {
    margin-bottom: 30px;
}

.klien-inner h3 a{
    color: #333;
    font-weight: 600;
}
.klien-inner h3 a:hover{
    color: #00b33c;
    font-weight: 600;
}
.klien-detail-title-img {
    width: 500px;
    margin: 0 auto;
    margin-bottom: 20px;
}

p.text-center span {
    margin-left: 22px;
}

.caption{
	font-family: system-ui;
	font-size: 15px;
	color: gray;
	margin-bottom: 20px;
}

/* staffnew detail page design*/

#new-detail {
    padding: 120px 0px 120px;
	
}

.new-list{
	margin-bottom: 20px;
	padding:10px;
	border-style: solid;
	border-top: 2px solid #f5f5f5;
	border-right: 2px solid #f5f5f5;
	border-bottom: 2px solid #f5f5f5;
	border-left: 4px solid #00b33c;
}

.new-img {
	float:right;
}

.new-inner h2{
	font-weight: 600;
	margin:0px;
	padding:0px;
	color: #00b33c;
}

.new-inner h3{
	font-weight:bold;
}

.new-inner p{
	font-size:16px;	
}
p.text-center span {
    margin-left: 22px;
}

/* visi misi detail page*/

#visi-detail {
    padding: 10px 0px 10px;
    /*background-image: url('../images/bgr2.png');*/
}

.visi-detail {
    padding: 20px;
}

.visi-detail-body {
    padding: 0px;
    
}

.visi-detail-body p {
    margin-top: 0px;
}

.visi-detail-body h3 {
    font-weight: 600;
    text-align: center;
}

.klien-detail-img {
	width: 100%;
    height: 100%;
    overflow: hidden;
	
}

.visi-detail-body p span {
    color: rgb(177, 174, 174);
    font-size: 12px;
}

.visi-sct {
    margin-bottom: 30px;
}

.visi-inner h3 a{
    color: #333;
    font-weight: 600;
}
.visi-inner h3 a:hover{
    color: #00b33c;
    font-weight: 600;
}
.visi-detail-title-img {
    width: 500px;
    margin: 0 auto;
    margin-bottom: 20px;
}

p.text-center span {
    margin-left: 22px;
}

.caption{
	font-family: system-ui;
	font-size: 15px;
	color: gray;
	margin-bottom: 20px;
}

/* staffnew detail page design*/

#new-detail {
    padding: 120px 0px 120px;
	
}

.new-list{
	margin-bottom: 20px;
	padding:10px;
	border-style: solid;
	border-top: 2px solid #f5f5f5;
	border-right: 2px solid #f5f5f5;
	border-bottom: 2px solid #f5f5f5;
	border-left: 4px solid #00b33c;
}

.new-img {
	float:right;
}

.new-inner h2{
	font-weight: 600;
	margin:0px;
	padding:0px;
	color: #00b33c;
}

.new-inner h3{
	font-weight:bold;
}

.new-inner p{
	font-size:16px;	
}
p.text-center span {
    margin-left: 22px;
}

/* berita detail page design*/

#berita-detail {
    padding: 120px 0px 120px;
}

.berita-detail {
    background: #f5f5f5;
    padding: 20px;
}

.bertia-detail-body {
    padding: 15px;
}

.berita-detail-body p {
    margin-top: 25px;
}

.bertia-detail-body h3 {
    font-weight: 600;
    text-align: center;
}

.berita-detail-img {
    height: 450px;
    overflow: hidden;
	
}

.berita-detail-body p span {
    color: rgb(177, 174, 174);
    font-size: 12px;
}

.berita-sct {
    margin-bottom: 30px;
}

.berita-inner h3 a{
    color: #333;
    font-weight: 600;
}
.berita-inner h3 a:hover{
    color: #00b33c;
    font-weight: 600;
}
.berita-detail-title-img {
    width: 500px;
    margin: 0 auto;
    margin-bottom: 20px;
	
}

p.text-center span {
    margin-left: 22px;
}

p.text-left {
	margin-top: -10px;
}

p.text-left span {
    margin-right: 22px;
	
}

/*karir-detail page design*/

#karir-detail {
    padding: 120px 0px 120px;
}

.karir-detail {
    background: #fff;
    padding: 20px;
}

.karir-detail-body {
    padding: 15px;
}

.karir-detail-body p {
    margin-top: 25px;
}

.karir-detail-body h3 {
    font-weight: 600;
    text-align: center;
}

.karir-detail-img {
    height: 450px;
    overflow: hidden;
}

.karir-detail-body p span {
    color: rgb(177, 174, 174);
    font-size: 12px;
}

.karir-sct {
    margin-bottom: 30px;
}

.karir-inner h3 a{
    color: #333;
    font-weight: 600;
}
.karir-inner h3 a:hover{
    color: #00b33c;
    font-weight: 600;
}

.karir-inner p{
	margin-top: -15px;
	font-size: 15px;
}

.dtn p{
	margin-top:20px;
	color:#00b33c;
	font-size: 12px;
	
}

.karir-detail-title-img {
    width: 500px;
    margin: 0 auto;
    margin-bottom: 20px;
}

p.text-center span {
    margin-left: 22px;
}

/*pendampingan-detail page design*/

#pendampingan-detail {
    padding: 120px 0px 120px;
}

.pendampingan-detail {
    background: #f5f5f5;
    padding: 20px;
}

.pendampingan-detail-body {
    padding: 15px;
}

.pendampingan-detail-body p {
    margin-top: 25px;
}

.pendampingan-detail-body h3 {
    font-weight: 600;
    text-align: center;
}

.pendampingan-detail-img {
    height: 450px;
    overflow: hidden;
}

.pendampingan-detail-body p span {
    color: rgb(177, 174, 174);
    font-size: 12px;
	text-align: left;
}

.pendampingan-sct {
    margin-bottom: 0px;
}

.pendampingan-sct p{
    margin: -3px;
	padding: 0px;
	
}

.pendampingan-inner h3 a{
    color: #333;
    font-weight: 600;
}
.pendampingan-inner h3 a:hover{
    color: #00b33c;
    font-weight: 600;
}
.pendampingan-detail-title-img {
    width: 500px;
    margin: 0 auto;
    margin-bottom: 20px;
}

p.text-center span {
    margin-left: 22px;
}

/*pengelolaan pengetahuan page design*/

#olah-detail {
    padding: 120px 0px 120px;
}

.olah-detail {
    background: #f5f5f5;
    padding: 20px;
}

.olah-detail-body {
    padding: 15px;
}

.olah-detail-body p {
    margin-top: 25px;
}

.olah-detail-body h3 {
    font-weight: 600;
    text-align: center;
}

.olah-detail-img {
    height: 450px;
    overflow: hidden;
}

.olah-detail-body p span {
    color: rgb(177, 174, 174);
    font-size: 12px;
}

.olah-sct {
    margin-bottom: 30px;
}

.olah-inner h3 a{
    color: #333;
    font-weight: 600;
}
.olah-inner h3 a:hover{
    color: #00b33c;
    font-weight: 600;
}
.olah-detail-title-img {
    width: 500px;
    margin: 0 auto;
    margin-bottom: 20px;
}

p.text-center span {
    margin-left: 22px;
}

/*bijak-detail page design*/

#bijak-detail {
    padding: 120px 0px 120px;
}

.bijak-detail {
    background: #f5f5f5;
    padding: 20px;
}

.bijak-detail-body {
    padding: 15px;
}

.bijak-detail-body p {
    margin-top: 25px;
}

.bijak-detail-body h3 {
    font-weight: 600;
    text-align: center;
}

.bijak-detail-img {
    height: 450px;
    overflow: hidden;
}

.bijak-detail-body p span {
    color: rgb(177, 174, 174);
    font-size: 12px;
}

.bijak-sct {
    margin-bottom: 30px;
}

.bijak-inner h3 a{
    color: #333;
    font-weight: 600;
}
.bijak-inner h3 a:hover{
    color: #00b33c;
    font-weight: 600;
}
.bijak-detail-title-img {
    width: 500px;
    margin: 0 auto;
    margin-bottom: 20px;
}

p.text-center span {
    margin-left: 22px;
}

/*dampak-detail page design*/

#dampak-detail {
    padding: 120px 0px 120px;
}

.dampak-detail {
    background: #f5f5f5;
    padding: 20px;
}

.dampak-detail-body {
    padding: 15px;
}

.dampak-detail-body p {
    margin-top: 25px;
}

.dampak-detail-body h3 {
    font-weight: 600;
    text-align: center;
}

.dampak-detail-img {
    height: 450px;
    overflow: hidden;
}

.dampak-detail-body p span {
    color: rgb(177, 174, 174);
    font-size: 12px;
}

.dampak-sct {
    margin-bottom: 30px;
}

.dampak-inner h3 a{
    color: #333;
    font-weight: 600;
}
.dampak-inner h3 a:hover{
    color: #00b33c;
    font-weight: 600;
}
.dampak-detail-title-img {
    width: 500px;
    margin: 0 auto;
    margin-bottom: 20px;
}

p.text-center span {
    margin-left: 22px;
}

/*entry-detail page design*/

#entry-detail {
    padding: 120px 0px 120px;
}

.entry-detail {
    background: #f5f5f5;
    padding: 20px;
}

.entry-detail-body {
    padding: 15px;
}

.entry-detail-body p {
    margin-top: 25px;
}

.entry-detail-body h3 {
    font-weight: 600;
    text-align: center;
}

.entry-detail-img {
    height: 450px;
    overflow: hidden;
}

.entry-detail-body p span {
    color: rgb(177, 174, 174);
    font-size: 12px;
}

.entry-sct {
    margin-bottom: 30px;
}

.entry-inner h3 a{
    color: #333;
    font-weight: 600;
}
.entry-inner h3 a:hover{
    color: #00b33c;
    font-weight: 600;
}
.entry-detail-title-img {
    width: 500px;
    margin: 0 auto;
    margin-bottom: 20px;
}

p.text-center span {
    margin-left: 22px;
}
/*contact page design*/

#contact{
 padding: 80px 0px 80px;
}

#contact .form-group {
    margin-bottom: 30px;
}

#contact .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 25px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d0d0d0;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#address {
    
}

#contact .section-title {
    padding-bottom: 30px;
}

ul.address li {
    font-size: 18px;
    padding-bottom: 20px;
}

.address i.fa {
padding: 0px 10px 0px 5px;
font-size: 20px;
font-weight: 600;
color: #00b33c;
line-height: 30px;
} 


/*events page design*/

.location {
    margin-top: 30px;
    float: left;
}

.events-inner h3 {
    margin-bottom: 30px;
    margin-top: 0px;
    font-weight: 600;
}

.events-img {
    height: 230px;
    overflow: hidden;
}

.events-list {
    background: #f5f5f5;
    padding: 15px 0px 15px 0px;
    margin-bottom: 30px;
}

.pagination {
    display: inline-block;
}

.pagination li a{
    color: #000 !important;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    background-color: #fff !important;
    border: 1px solid #00b33c !important;
}

.pagination li a.active {
    background-color: #00b33c !important;
    color: white !important;
}

.pagination li:hover:not(.active) {
    background-color: #ddd;
}

.title-img {                /*title hijau breadcumb*/
    width: 500px;
    margin: 0 auto;
    margin-bottom: 40px;
	align: center;
}


/*.btn.btn-custom:hover {
    background-color: #00b33c;
    color: #fff !important;
}*/


/* Kajian page design*/

.location {
    margin-top: 30px;
    float: left;
}

.kajian-inner h3 {
    margin-bottom: 30px;
    margin-top: 0px;
    font-weight: 600;
}

.kajian-img {
    height: 230px;
    overflow: hidden;
}

.kajian-list {
    background: #f5f5f5;
    padding: 15px 0px 15px 0px;
    margin-bottom: 30px;
}

.pagination {
    display: inline-block;
}

.pagination li a{
    color: #000 !important;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    background-color: #fff !important;
    border: 1px solid #00b33c !important;
}

.pagination li a.active {
    background-color: #00b33c !important;
    color: white !important;
}

.pagination li:hover:not(.active) {
    background-color: #ddd;
}

.title-img {
    width: 500px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.side-title p{
	font-size: 12px;
}

.side-kajian a{
	color:#000;
}

.side-kajian a:hover, a:focus{
	text-decoration:underline;
	color: #00b33c;
}
.side-date p{
	font-size: 12px;
	font-weight:300;
	color: #00b33c;
	margin-top: -10px;
	padding-top:0px;
}

.kajian-side{
	border-style:none;
	background-color: #f2f2f2;
}

.kajian-side h3{
      background-color: #00b33c;
	  padding:10px;
	  color: #fff;
	  border-left: 6px solid #006622;
}

/*karir page design*/

.location {
    margin-top: 30px;
    float: left;
}

.karir-inner h3 {
    margin-bottom: 30px;
    margin-top: 0px;
    font-weight: 600;
}

.karir-img {
    height: 230px;
    overflow: hidden;
}

.karir-list {
    background: #f5f5f5;
    padding: 15px 0px 15px 0px;
    margin-bottom: 30px;
}

.pagination {
    display: inline-block;
}

.pagination li a{
    color: #000 !important;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    background-color: #fff !important;
    border: 1px solid #00b33c !important;
}

.pagination li a.active {
    background-color: #00b33c !important;
    color: white !important;
}

.pagination li:hover:not(.active) {
    background-color: #ddd;
}

.title-img {
    width: 500px;
    margin: 0 auto;
    margin-bottom: 40px;
}

/*pendampingan page design*/

.location {
    margin-top: 30px;
    float: left;
}

.pendampingan-inner h3 {
    margin-bottom: 30px;
    margin-top: 0px;
    font-weight: 600;
}

.pendampingan-img {
    height: 100%;
    overflow: hidden;
}

.pendampingan-list {
    background: #f5f5f5;
    padding: 15px 0px 15px 0px;
    margin-bottom: 30px;
}

.pagination {
    display: inline-block;
}

.pagination li a{
    color: #000 !important;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    background-color: #fff !important;
    border: 1px solid #00b33c !important;
}

.pagination li a.active {
    background-color: #00b33c !important;
    color: white !important;
}

.pagination li:hover:not(.active) {
    background-color: #ddd;
}

.title-img {
    width: 500px;
    margin: 0 auto;
    margin-bottom: 40px;
}

/*Pengeloalaan pengetahuan page design*/

.location {
    margin-top: 30px;
    float: left;
}

.olah-inner h3 {
    margin-bottom: 30px;
    margin-top: 0px;
    font-weight: 600;
}

.olah-img {
    height: 230px;
    overflow: hidden;
}

.olah-list {
    background: #f5f5f5;
    padding: 15px 0px 15px 0px;
    margin-bottom: 30px;
}

.pagination {
    display: inline-block;
}

.pagination li a{
    color: #000 !important;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    background-color: #fff !important;
    border: 1px solid #00b33c !important;
}

.pagination li a.active {
    background-color: #00b33c !important;
    color: white !important;
}

.pagination li:hover:not(.active) {
    background-color: #ddd;
}

.title-img {
    width: 500px;
    margin: 0 auto;
    margin-bottom: 40px;
}

/*bijak page design*/

.location {
    margin-top: 30px;
    float: left;
}

.bijak-inner h3 {
    margin-bottom: 30px;
    margin-top: 0px;
    font-weight: 600;
}

.bijak-img {
    height: 230px;
    overflow: hidden;
}

.bijak-list {
    background: #f5f5f5;
    padding: 15px 0px 15px 0px;
    margin-bottom: 30px;
}

.pagination {
    display: inline-block;
}

.pagination li a{
    color: #000 !important;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    background-color: #fff !important;
    border: 1px solid #00b33c !important;
}

.pagination li a.active {
    background-color: #00b33c !important;
    color: white !important;
}

.pagination li:hover:not(.active) {
    background-color: #ddd;
}

.title-img {
    width: 500px;
    margin: 0 auto;
    margin-bottom: 40px;
}

/*dampak page design*/

.location {
    margin-top: 30px;
    float: left;
}

.dampak-inner h3 {
    margin-bottom: 30px;
    margin-top: 0px;
    font-weight: 600;
}

.dampak-img {
    height: 230px;
    overflow: hidden;
}

.dampak-list {
    background: #f5f5f5;
    padding: 15px 0px 15px 0px;
    margin-bottom: 30px;
}

.pagination {
    display: inline-block;
}

.pagination li a{
    color: #000 !important;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    background-color: #fff !important;
    border: 1px solid #00b33c !important;
}

.pagination li a.active {
    background-color: #00b33c !important;
    color: white !important;
}

.pagination li:hover:not(.active) {
    background-color: #ddd;
}

.title-img {
    width: 500px;
    margin: 0 auto;
    margin-bottom: 40px;
}

/*Entry page design*/

.location {
    margin-top: 30px;
    float: left;
}

.entry-inner h3 {
    margin-bottom: 30px;
    margin-top: 0px;
    font-weight: 600;
}

.entry-img {
    height: 230px;
    overflow: hidden;
}

.entry-list {
    background: #f5f5f5;
    padding: 15px 0px 15px 0px;
    margin-bottom: 30px;
}

.pagination {
    display: inline-block;
}

.pagination li a{
    color: #000 !important;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    background-color: #fff !important;
    border: 1px solid #00b33c !important;
}

.pagination li a.active {
    background-color: #00b33c !important;
    color: white !important;
}

.pagination li:hover:not(.active) {
    background-color: #ddd;
}

.title-img {
    width: 500px;
    margin: 0 auto;
    margin-bottom: 40px;
}

/*Donate page*/

#donate-now {
    padding: 80px 0px 80px;
}

.form-layouts {
   width: 70%;
   margin: auto;
   background: #f5f5f5;
   padding: 10px 0px 10px;
}

.form-layouts .form-control {
    padding: 30px 30px;
    border: none;
    background: transparent;
    box-shadow: none;
    margin-bottom: 30px;
}

.form-layouts .form-control label.header , .form-layouts .form-control label.enquiry {
    width: 40%;
}


.form-layouts .form-control input,.form-layouts .form-control textarea {
    width: 59%;
    padding: 10px 15px 10px;
    border-radius: 5px;
    border: 1px solid rgb(177, 174, 174);
}

section#not-found-section {
    padding: 100px 0px 100px;
}

.not-found-body {
    max-width: 70%;
    margin: auto;
}

.not-found-body h2 {
    font-size: 25px;
    font-weight: 600;
}

.not-title {
    border: 2px solid #00b33c;
    padding: 10px 50px 30px 50px;
    width: 40%;
    margin: auto;
    margin-bottom: 40px;
    border-radius: 10px;
}

.not-title h1 {
    font-size: 125px;
    margin: 0px;
    color: #00b33c;
}

.not-title h2 {
    font-size: 25px;
    margin: 0px;
    color: #00b33c;
}
@media only screen and (max-width: 550px) {
.title-img {
    width: 280px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.charity-events {
    margin-top: 30px;
}
.charity-kajian {
    margin-top: 30px;
}
.charity-karir {
    margin-top: 30px;
}
.charity-pendampingan {
    margin-top: 30px;
}
.charity-olah {
    margin-top: 30px;
}
.charity-bijak {
    margin-top: 30px;
}
.charity-dampak {
    margin-top: 30px;
}
.charity-entry {
    margin-top: 30px;
}
.events-date {
    float: left;
    padding: 0px 20px 0px 20px; /*padding: 0px 20px 0px 20px;*/
    background: #00b33c;
    margin-bottom: 10px; /*awal 10px */
    text-align: center;
    color: #fff;
    margin-top: 0px;
	font-size: 10px;
}
.kajian-date {
    float: left;
    padding: 0px 20px 0px 20px;
    background: #00b33c;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
    margin-top: 30px;
}
.karir-date {
    float: left;
    padding: 0px 20px 0px 20px;
    background: #00b33c;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
    margin-top: 30px;
}
.pendampingan-date {
    float: left;
    padding: 0px 20px 0px 20px;
    background: #00b33c;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
    margin-top: 30px;
}
.pendampingan-olah {
    float: left;
    padding: 0px 20px 0px 20px;
    background: #00b33c;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
    margin-top: 30px;
}
.bijak-date {
    float: left;
    padding: 0px 20px 0px 20px;
    background: #00b33c;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
    margin-top: 30px;
}
.bijak-olah {
    float: left;
    padding: 0px 20px 0px 20px;
    background: #00b33c;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
    margin-top: 30px;
}
.dampak-date {
    float: left;
    padding: 0px 20px 0px 20px;
    background: #00b33c;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
    margin-top: 30px;
}
.dampak-olah {
    float: left;
    padding: 0px 20px 0px 20px;
    background: #00b33c;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
    margin-top: 30px;
}
.entry-date {
    float: left;
    padding: 0px 20px 0px 20px;
    background: #00b33c;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
    margin-top: 30px;
}
.entry-olah {
    float: left;
    padding: 0px 20px 0px 20px;
    background: #00b33c;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
    margin-top: 30px;
}

#charity-slider h3 {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    background: #00b33c;
    padding: 15px;
   width: 100%;
    text-align: center;
    margin: 0px;
}
}
@media only screen and (max-width: 610px) {
#parallex-section {
    padding: 18px 0px 50px;
    color: #fff;
}
.form-layouts .form-control input, .form-layouts .form-control textarea {
    width: 100%;
    padding: 10px 15px 10px;
    border-radius: 5px;
    border: 1px solid rgb(177, 174, 174);
}
.form-layouts.donate  .form-control label{
    width:100%;
}
#user-login {
    max-width: 95% !important;
    margin: auto;
    padding: 20px 0px 40px;
    border: 2px solid #f5f5f5;
    margin-bottom: 40px;
    margin-top: 20px;
    overflow: hidden;
}

#user-register-form , #user-pass{
    max-width: 95% !important;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    border: 2px solid #f5f5f5;
    padding: 20px 20px 40px;
    overflow: hidden;
}

}
@media (min-width: 768px) and (max-width: 992px) {
.footer-menu {
    padding: 0px 0px 20px;
	font-size: 10px;
}

#user-login {
    max-width: 95% !important;
    margin: auto;
    padding: 20px 0px 40px;
    border: 2px solid #f5f5f5;
    margin-bottom: 40px;
    margin-top: 20px;
    overflow: hidden;
}

#user-register-form , #user-pass{
    max-width: 95% !important;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    border: 2px solid #f5f5f5;
    padding: 20px 20px 40px;
    overflow: hidden;
}

}

@media (min-width: 550px) and (max-width: 768px) {
.testimonial-img{
    width: 15%;
}
}

#block-yg-charity-local-tasks ul li {
    display: inline-block !important;
    padding-left: 20px;
    padding-top: 20px;
    font-size: 18px;
}

#block-yg-charity-local-tasks ul li .is-active {
    background-color: #00b33c;
    color: #fff;
    padding:10px;
    border-radius: 5px;
    font-size: 16px;
}

#block-charity-page-title h1 {
    font-size: 31px;
    font-weight: 600;
}

li.pager__item.is-active a {
    background: #ffb60f;
    color: #fff;
}

.causes-img img {
    height: 200px;
}

.navbar-right li a.btn.btn-custom {
    padding: 7px 12px !important;
    margin-top: 19px !important;
    border-radius: 20px !important;
}

.navbar-right li a.btn.btn-custom:hover {
    padding: 7px 12px !important;
    margin-top: 19px !important;
    border-radius: 20px !important;
    background-color:#ffb60f;
    color: #fff;
}

.form-layouts.donate  .form-control label{
    width:40%;
}


.webform-element--title-inline  label{
    display: inline-block !important;
}

.nav.navbar-nav li a ul li a.is-active {
    color: red !important;
}

.toolbar-fixed.toolbar-horizontal .navbar-fixed-top {
    position: absolute !important;
}

.navbar-right .dropdown-menu {
    right: 0;
    left: 0!important;
}

.open:hover{
   background-color: #fff;
}

#block-yg-charity-branding {
    margin: 10px 0px 5px 0px;
}

#user-login {
    max-width: 40%;
    margin: auto;
    padding: 20px 0px 40px;
    border: 2px solid #f5f5f5;
    margin-bottom: 40px;
    margin-top: 20px;
    overflow: hidden;
}

.login-text .form-group input {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
}

.login-button input {
    padding: 10px 25px 10px 25px;
    background: #00b33c;
    border: 1px solid #fff;
    color: #fff;
    font-size: 20px;
    border-radius: 10px;
    font-weight: 600;
}

.login-button , #user-register-form .form-actions ,#user-pass .form-actions{
    text-align: center;
}

#user-register-form , #user-pass{
    max-width: 50%;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    border: 2px solid #f5f5f5;
    padding: 20px 20px 40px;
    overflow: hidden;
}

#user-register-form .js-form-item {
    margin-bottom: 20px !important;
}

#user-register-form .js-form-item input, #user-pass .js-form-item input {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
}

#user-register-form .form-actions input , #user-pass .form-actions input {
    padding: 10px 25px 10px 25px;
    background: #00b33c;
    border: 1px solid #fff;
    color: #fff;
    font-size: 20px;
    border-radius: 10px;
    font-weight: 600;
}
