/*------------------------------------------------------------------
[Table of contents]

1. Body, elments default
2. Header / #header
3. Navigation / #navbar
4. static_donate / #donate area
5. Footer / #footer
6. Style Home
7. Reponsive
-------------------------------------------------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
capxion,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcapxion,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  /* vertical-align: baseline; */
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcapxion,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  font-family: "Lato-Medium";
  outline: none;
}

/*-----___-----*/

/*------------------------------------------------------------------
Project:  Rumah Yatim
Version:  1.0
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[FONT] */

/*[ROBOTO] */
@font-face {
  font-family: Roboto-Regular;
  src: url("../fonts/Roboto/Roboto-Regular.ttf");
}

@font-face {
  font-family: Roboto-Medium;
  src: url("../fonts/Roboto/Roboto-Medium.ttf");
}

@font-face {
  font-family: Roboto-Bold;
  src: url("../fonts/Roboto/Roboto-Bold.ttf");
}

@font-face {
  font-family: Roboto-Black;
  src: url("../fonts/Roboto/Roboto-Black.ttf");
}

/*------------------------------------------------------------------ */

/*[LATO] */
@font-face {
  font-family: Lato-Regular;
  src: url("../fonts/Lato/Lato-Regular.ttf");
}

@font-face {
  font-family: Lato-Medium;
  src: url("../fonts/Lato/Lato-Medium.ttf");
}

@font-face {
  font-family: Lato-Light;
  src: url("../fonts/Lato/Lato-Light.ttf");
}

@font-face {
  font-family: Lato-Black;
  src: url("../fonts/Lato/Lato-Black.ttf");
}

@font-face {
  font-family: Lato-Bold;
  src: url("../fonts/Lato/Lato-Bold.ttf");
}

@font-face {
  font-family: Lato-Semi-Bold;
  src: url("../fonts/Lato/Lato-Semibold.ttf");
}

@font-face {
  font-family: Lato-Bold-Italic;
  src: url("../fonts/Lato/Lato-BoldItalic.ttf");
}

@font-face {
  font-family: Lato-Italic;
  src: url("../fonts/Lato/Lato-Italic.ttf");
}

/*------------------------------------------------------------------ */

/*[ OpenSans ]*/
@font-face {
  font-family: OpenSans-Regular;
  src: url("../fonts/Open_Sans/OpenSans-Regular.ttf");
}

@font-face {
  font-family: OpenSans-Bold;
  src: url("../fonts/Open_Sans/OpenSans-Bold.ttf");
}

@font-face {
  font-family: OpenSans-Light;
  src: url("../fonts/Open_Sans/OpenSans-Light.ttf");
}

/*------------------------------------------------------------------ */

/*[GOTHAM] */
@font-face {
  font-family: GothamNarrowBook;
  src: url("../fonts/Gotham/Gotham-Narrow-Book.otf");
}

@font-face {
  font-family: GothamNarrowMedium;
  src: url("../fonts/Gotham/Gotham-Narrow-Medium.otf");
}

/* --- Header --- */
a:hover {
  text-decoration: none !important;
}

a:focus {
  text-decoration: none !important;
}

.button_donate a {
  font-size: 16px;
  text-transform: none;
  /* background: #fbb122; */
  /* background: #036bb5; */
  background: #e3342f;
  color: #fff !important;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 400;
  padding: 0 20px 0 25px;
  line-height: 40px;
  position: relative;
  display: inline-block;
  border-radius: 4px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

.button_donate a:after {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  height: 100%;
  width: 15px;
  z-index: 1;
  background: url(../img/arrow_left.png) no-repeat left center transparent;
}

.button_donate a:hover {
  background: #aacc05;
  color: #fff;
}

/* Header style */
.header {
  background-color: #ffffff;
}

.header .button_donate {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -20px;
}

.header .logo {
  padding: 0;
  width: 240px;
  float: left;
}

.header .logo a {
  line-height: 103px;
}

.header .logo img {
  vertical-align: middle;
  display: inline-table;
}

.main_menu {
  padding: 0;
  padding-left: 255px;
}

/* Header Setting RY */
/* .main_menu .menu > li > a {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 33px;
  text-transform: capitalize;
  padding: 30px 15px;
} */

.main_menu .menu > li > a > span {
  font-size: 12px;
  margin-left: 2px;
}

.main_menu .menu .sub_menu > li > a {
  padding-left: 20px;
  line-height: 26px;
  text-decoration: none;
  color: #242729;
  /* color: #00540e; */
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
  /* font-family: "Roboto", sans-serif; */
  font-family: "Lato-Bold";
}

.main_menu .menu a {
  display: block;
  /* color: #1f2122; */
  color: #00540e;
  /* font-family: "Roboto Slab", sans-serif; */
  font-family: "Lato-Bold";
}

.main_menu .menu a:focus {
  text-decoration: none;
}

.main_menu .menu a:hover {
  text-decoration: none;
  /* color: #fbb122; */
  color: #aacc05;
}

.main_menu .menu > li {
  float: left;
}

.main_menu .menu > li:hover .sub_menu {
  display: block;
  z-index: 100;
}

.main_menu .menu .sub_menu {
  display: none;
  position: absolute;
  min-width: 280px;
  background-color: #fff;
  /* border-top: 3px solid #fbb122; */
  border-top: 3px solid #aacc05;
  z-index: 999;
  padding: 10px 20px 0;
  box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
}

.main_menu .menu.green .sub_menu {
  border-top: 3px solid #50af4d;
}

.main_menu .menu .sub_menu li {
  padding: 0 0 9px 0;
  margin-bottom: 9px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.main_menu .menu .sub_menu > li > a:hover {
  /* color: #fbb122; */
  color: #aacc05;
}

.main_menu .menu.green .sub_menu > li > a:hover {
  color: #50af4d;
}

.header .donate a:hover {
  text-decoration: none;
}

.header .donate a:focus {
  text-decoration: none;
}

.main_menu #setting {
  display: none;
}

.main_menu #setting i {
  color: #000;
}

.home5 .main_menu #setting i {
  color: #fff;
}

.sub_menu.sub5 {
  width: 100%;
  position: absolute;
  left: 0;
  padding: 20px;
}

.sub_menu.sub11,
.sub_menu.sub10,
.sub_menu.sub7,
.sub_menu.sub12,
.sub_menu.sub13,
.sub_menu.sub14 {
  position: absolute;
  left: 100%;
}

.sub_menu.sub7 {
  top: 86%;
}

.sub_menu.sub10 {
  top: 22%;
}

.sub_menu.sub11 {
  top: 69%;
}

.sub_menu.sub12 {
  top: 70%;
}

.sub_menu.sub13 {
  top: 87%;
}

.sub_menu.sub14 {
  top: 48%;
}

/* .sub_menu.sub7 {
  position: absolute;
  left: 100%;
} */

.sub4_menu {
  padding: 0;
}

.sub4_menu > li {
  border-bottom: none !important;
  padding: 10px 0 !important;
  margin-bottom: 0 !important;
}

.sub4_menu > li > a {
  padding-left: 20px;
}

.sub_menu.sub5 .menu-item {
  width: 33.333%;
  float: left;
  padding: 0 15px !important;
  border-bottom: none !important;
}

.list_posts {
  padding-bottom: 30px;
}

.main_menu .menu .sub_menu .menu-item > a:before {
  content: "";
  width: 50px;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
}

.main_menu .menu .sub_menu .menu-item > a {
  display: block;
  font-size: 20px;
  color: #000;
  font-weight: 500;
  text-transform: none;
  padding: 0 0 5px;
  margin-bottom: 5px;
  letter-spacing: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  position: relative;
  font-family: "Roboto Slab", sans-serif;
}

.main_menu .menu .sub_menu .menu-item > a:after {
  content: none;
}

.modal-title {
  word-break: break-word;
}

#close {
  display: none;
}

.dropdown-menu {
  padding: 0 15px 0 15px;
  border-top: 3px solid #006cb7;
}

.dropdown-menu > li > a {
  padding-left: 20px;
  line-height: 26px;
  text-decoration: none;
  color: #00540e;
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
  font-family: "Lato-Regular" !important;
}

.dropdown-menu > li > a:hover {
  background-color: transparent;
  color: #aacc05;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 109%;
  margin-top: -1px;
}

/* --- Slideshow --- */
/*@media all and (max-width: 1024px) {
   .slideshow {
      display: none;
   }
}*/
#main #myCarousel .left .glyphicon {
}

.carousel-control {
  top: 45% !important;
  bottom: 43% !important;
  width: 5% !important;
  /* background: rgba(20, 16, 16, 0.8) !important; */
  background: rgba(255, 255, 255, 0.8) !important;
}

.carousel-control:hover {
  /* background: #fbb122 !important; */
  background: #6bb326 !important;
}

.slideshow {
  margin-bottom: 0;
}

#main #sync10 .left .glyphicon {
  background: url(../images/icon_prev.png) no-repeat center;
  width: 50% !important;
  height: 50% !important;
  top: 25% !important;
}

#main #sync10 .right .glyphicon {
  background: url(../images/icon_next.png) no-repeat center;
  width: 50% !important;
  height: 50% !important;
  top: 25% !important;
}

#main #sync10 .dot {
  width: 60px;
  /* top: 10%; */
  margin: auto;
}

#main #sync10 .dot img {
  padding: 80px 0;
}

/* #main #sync10 .item {
    padding-top: 700px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
} */
#main #sync10 .item .text_zz {
  position: absolute;
  top: 10%;
  left: 53%;
  padding: 15px;
  /* background: rgba(0, 0, 0, 0.6); */
}

#main #sync10 .item .text_zz h2 {
  font-family: Lato-Black;
  font-size: 40px;
  color: #000;
  line-height: 50px;
  padding-bottom: 30px;
  position: relative;
  font-weight: 300;
}

#main #sync10 .item .text_zz h3 {
  font-family: Lato-Black;
  font-size: 38px;
  color: #00540e;
  /* line-height: 50px; */
  /* padding-bottom: 30px; */
  position: relative;
  font-weight: 300;
  text-align: end;
}

#main #sync10 .item .text_zz h3:after {
  content: "";
  /* width: 100px; */
  height: 1px;
  position: absolute;
  border-bottom: 2px solid;
  left: 0;
}

#main #sync10 .item .text_zz p {
  display: block;
  text-align: end;
  font-family: "Lato-Bold-Italic";
  font-style: italic;
  font-size: 14px;
  line-height: 1.6;
  color: #00540e;
}

#main #sync10 .item .text_zz .donate {
  margin-top: 50px;
  margin-bottom: 30px;
}

#main #sync10 .item .text_zz .button_donate a:hover {
  background: #aacc05 !important;
  color: #fff !important;
}

#main #sync10 .item .text_zz .button_donate a {
  /* border: 1px solid #fbb122; */
  border-radius: 4px;
}

#main #sync10 .item .text_zz .donate img {
  width: 100%;
  margin: 0 auto;
  display: inline-block;
}

#sync10.owl-theme .owl-next {
  position: absolute;
  top: 40%;
  right: 0;
}

#sync10.owl-theme .owl-prev {
  position: absolute;
  top: 40%;
  left: 0;
}

.home1 #sync10.owl-theme .owl-prev:hover,
.home1 #sync10.owl-theme .owl-next:hover {
  background: #6bb326;
}

#sync10.owl-theme .owl-prev,
#sync10.owl-theme .owl-next {
  width: 50px;
  height: 50px;
  margin: 0;
  /* background: rgba(0, 0, 0, 0.8); */
  background: #aacc05;
  color: #fff;
  border-radius: 50%;
  opacity: 0.6;
}

.owl-theme .owl-nav {
  margin-top: 0;
}

#main #sync10 .item .text_zz .donate a {
  display: inline-block;
}

#sync10.owl-theme .owl-prev svg,
#sync10.owl-theme .owl-next svg {
  padding: 10px 0;
}

#sync10.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #69b223;
  border: none;
}

#sync10.owl-theme .owl-dots .owl-dot span {
  position: relative;
  bottom: 120px;
  /* top: 50%; */
  width: 15px;
  height: 15px;
  margin: 5px 7px;
  /* background: #d6d6d6; */
  background: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 2px solid #fff;
}

/* --- static_donate --- */

.static_donate {
  background-color: #1db3e7;
  padding: 30px 0;
}

.static_donate .title h3 {
  color: #fff;
  font-family: Roboto slab;
  font-size: 35px;
  margin: 0;
}

.static_donate .title p {
  margin: 0;
  color: #fff;
  font-family: Roboto;
  font-size: 18px;
  font-weight: lighter;
}

.static_donate .donate {
  margin: 6px 0;
}

.static_donate .donate a {
  float: right;
}

/*-----___-----*/

/* --- help --- */

.help {
  padding-top: 107px;
  background-color: #fff;
}

.help .right {
  text-align: center;
}

.help .right img {
  max-width: 100%;
  margin-top: 50px;
}

.help .title {
  margin: 0 15px;
}

.help .title h3 {
  margin-top: 5px;
  color: #18191a;
  font-family: Roboto slab;
  font-size: 48px;
  font-weight: 300;
}

.help .title span {
  color: #fbb122;
  font-family: Roboto slab;
  font-size: 25px;
}

.help .title b {
  font-weight: 400;
}

.help .left .list-item .item {
  margin-top: 45px;
}

.help .left .list-item .item {
  padding: 0;
  padding-right: 15px;
}

.help .left .list-item .item .icon {
  padding: 0;
  margin-top: 5px;
  padding-bottom: 15px;
}

.help .left .list-item .item .text_show h3 {
  margin: 0;
  font-family: Roboto slab;
  font-size: 20px;
}

.help .left .list-item .item .text_show p {
  font-size: 15px;
  font-family: Roboto;
  margin-top: 15px;
  line-height: 27px;
  color: #3b3c3d;
}

.help .left .list-item .item .text_show {
  padding-left: 0;
}

/* --- metode --- */

.metode {
  background-color: #fff;
  padding-bottom: 40px;
  padding-top: 30px;
  /* margin-left: 12%; */
}

.metode .item .content_block {
  margin-top: -80px;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 40px 0px;
}

.metode .item .content_block p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  color: #232526;
  margin: 0;
  padding: 0;
}

.metode .item .content_block span {
  font-size: 60px;
  line-height: 1;
}

.metode .item .content_block h3 {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  margin: 0;
  padding: 0;
}

/*-----___-----*/

/* --- campaigns --- */

.campaigns {
  /* background-color: #eff1f2; f5f9f8 */
  background-color: #f5f9f8;
  padding-bottom: 45px;
  padding-top: 20px;
}

.campaigns #sync1 .item {
  margin: 15px;
}

.campaigns .owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#sync1.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #69b223;
  border: none;
}

#sync1.owl-theme .owl-dots .owl-dot span {
  position: relative;
  top: 30px;
  width: 15px;
  height: 15px;
  margin: 5px 7px;
  /* background: #d6d6d6; */
  background: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 2px solid #69b223;
}

.campaigns .title h3 {
  font-size: 35px;
  font-family: "Lato-Bold";
  text-align: left;
  font-weight: 300;
  padding: 0 15px 0 15px;
  color: #00540e;
}

.campaigns .view-more a {
  font-family: Lato-Bold;
  float: right;
  font-size: 16px;
  padding: 20px 15px 0px 15px;
  color: #69b223;
}

.campaigns .view-more a:hover {
  color: #f7b52d;
}

.campaigns .title b {
  font-weight: bold;
}

.campaigns .title #news-view-more:hover {
  color: #69b223;
}

.campaigns #sync1 .item .z {
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0 15px 15px 0 rgba(239, 239, 239, 1);
}

.campaigns #sync1 .item .z:hover {
  /* box-shadow: 1px 1px 5px 1px #ccc; */
  cursor: pointer;
}

.campaigns #sync1 .item .img .img-1 img {
  width: 100%;
}

.campaigns #sync1 .item .img {
  position: relative;
}

.campaigns #sync1 .item .img .img-2 img {
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -40px;
}

.campaigns #sync1 .item .z .ct {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
  margin-top: 15px;
  padding-right: 20px;
  height: 225px;
}

.campaigns #sync1 .item .z .ct .text_show h3 {
  width: 87%;
  word-wrap: break-word;
  /* padding-bottom: 10px; */
  font-family: "Lato-Bold";
  font-size: 18px;
  color: #00540e;
}

.campaigns #sync1 .item .z .ct .text_show h3 > a {
  color: #00540e;
}

.campaigns #sync1 .item .z .ct .text_show h3 > a:hover {
  color: #69b223;
  cursor: pointer;
}

.campaigns #syncz .item .z .ct .text_show h3 > a {
  color: #000;
}

.campaigns #syncz .item .z .ct .text_show h3 > a:hover {
  color: #50af4d;
  cursor: pointer;
}

.campaigns #sync1 .item .z .ct .text_show p {
  font-family: Roboto;
  font-size: 15px;
  line-height: 25px;
  color: #3b3c3d;
}

.campaigns #sync1 .item .z .ct .donate {
  margin: 25px 0;
  overflow: hidden;
}

.campaigns #sync1 .item .z .ct .donate a {
  float: left;
  font-size: 16px;
}

.campaigns #sync1 .item .z .ct .donate p {
  float: left;
  margin-left: 20px;
  margin-top: 10px;
  font-family: Roboto slab;
  font-size: 14px;
  line-height: 25px;
  color: #3b3c3d;
}

.campaigns #sync1 .item .z .ct .raised {
  margin-top: auto;
  margin-bottom: 20px;
}

.campaigns #sync1 .item .z .ct .raised p {
  font-family: "Lato-Bold";
  font-size: 15px;
  line-height: 25px;
  /* color: #3b3c3d; */
  color: #00540e;
}

.campaigns #sync1 .item .z .ct .raised p:hover {
  /* color: #3b3c3d; */
  color: #69b223;
}

.campaigns #sync1 .item .z .ct .raised span {
  font-size: 20px;
  color: #2fb6e8;
  font-weight: 500;
}

.campaigns #sync1 .item .z .ct .raised b {
  font-size: 20px;
  color: #fbb433;
  font-weight: 500;
}

.campaigns #sync1 .item .z .ct .raised a {
  color: #00540e;
}

.campaigns #sync1 .item .z .ct .raised a:hover {
  color: #aacc05;
}

.campaigns .dot {
  width: 60px;
  margin: auto;
}

.campaigns .dot img {
  padding: 80px 0;
}

#sync1.owl-theme .owl-next {
  position: absolute;
  top: 44%;
  right: 25px;
}

#sync1.owl-theme .owl-prev {
  position: absolute;
  top: 44%;
  left: 25px;
}

.home1 .campaigns #sync1.owl-theme .owl-prev:hover,
.home1 .campaigns #sync1.owl-theme .owl-next:hover {
  background: #6bb326;
}

#sync1.owl-theme .owl-prev,
#sync1.owl-theme .owl-next {
  width: 50px;
  height: 40px;
  margin: 0;
  /* background: rgba(0, 0, 0, 0.8); */
  background: #aacc05;
  border-radius: 1;
}

.owl-theme .owl-nav {
  margin-top: 0;
}

.campaigns #sync1 .item .text_zz .donate a {
  display: inline-block;
}

#sync1.owl-theme .owl-prev svg,
#sync1.owl-theme .owl-next svg {
  padding: 10px 0;
}

/* --- rubrik --- */

.rubrik {
  /* background-color: #eff1f2; f5f9f8 */
  background-color: #fff;
  padding-bottom: 0px;
  padding-top: 20px;
  padding-left: 10px;
}

.rubrik #syncrubrik .item {
  margin: 15px;
}

/* .rubrik .owl-carousel .owl-item img {
  display: inline-block;
  width: 100%;
  height: 390px;
  object-fit: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
} */

/* .campaigns .owl-carousel .owl-dots .owl-dot active span {
    background-color: #69b223;
    border: 2px solid #69b223;
} */
/* .campaigns .owl-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #69b223 !important;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
} */

.rubrik .owl-carousel .active span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #69b223 !important;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.rubrik .title h3 {
  font-size: 35px;
  font-family: "Lato-Bold";
  text-align: center;
  font-weight: 300;
  padding-bottom: 60px;
  color: #00540e;
}

.rubrik .title b {
  font-weight: bold;
}

.rubrik .title #news-view-more:hover {
  color: #69b223;
}

/* .rubrik #syncsrubrik .item .z {
    border: 1px solid rgb(215, 215, 215);
    background-color: #fff;
} */
/* .rubrik #syncrubrik .item .z:hover {
    box-shadow: 1px 1px 5px 1px #ccc;
    cursor: pointer;
} */
.rubrik #syncrubrik .item .img .img-1 img {
  width: 100%;
  height: 100%;
}

.rubrik #syncrubrik .item .img {
  position: relative;
}

.rubrik #syncrubrik .item .img .img-2 img {
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -40px;
}

.rubrik #syncrubrik .item .z .ct {
  margin-left: 20px;
  margin-top: 15px;
  padding-right: 20px;
}

.rubrik #syncrubrik .item .z .ct .text_show h3 {
  font-family: "Lato-Bold";
  font-size: 20px;
  color: #00540e;
}

.rubrik #syncrubrik .item .z .ct .text_show h3 > a {
  color: #00540e;
}

.rubrik #syncrubrik .item .z .ct .text_show h3 > a:hover {
  color: #69b223;
  cursor: pointer;
}

.rubrik #syncz .item .z .ct .text_show h3 > a {
  color: #000;
}

.rubrik #syncz .item .z .ct .text_show h3 > a:hover {
  color: #50af4d;
  cursor: pointer;
}

.rubrik #syncrubrik .item .z .ct .text_show p {
  font-family: Roboto;
  font-size: 15px;
  line-height: 25px;
  color: #3b3c3d;
}

.rubrik #syncrubrik .item .z .ct .donate {
  margin: 25px 0;
  overflow: hidden;
}

.rubrik #syncrubrik .item .z .ct .donate a {
  float: left;
  font-size: 16px;
}

.rubrik #syncrubrik .item .z .ct .donate p {
  float: left;
  margin-left: 20px;
  margin-top: 10px;
  font-family: Roboto slab;
  font-size: 14px;
  line-height: 25px;
  color: #3b3c3d;
}

.rubrik #syncrubrik .item .z .ct .raised {
  margin-bottom: 20px;
  display: inline-block;
}

.rubrik #syncrubrik1 .item .z .ct .raised p {
  font-family: "Lato-Bold";
  font-size: 15px;
  line-height: 25px;
  /* color: #3b3c3d; */
  color: #00540e;
}

.rubrik #syncrubrik .item .z .ct .raised p:hover {
  /* color: #3b3c3d; */
  color: #69b223;
}

.rubrik #syncrubrik .item .z .ct .raised span {
  font-size: 20px;
  color: #2fb6e8;
  font-weight: 500;
}

.rubrik #syncrubrik .item .z .ct .raised b {
  font-size: 20px;
  color: #fbb433;
  font-weight: 500;
}

.rubrik .dot {
  width: 60px;
  margin: auto;
}

.rubrik .dot img {
  padding: 80px 0;
}

.rubrik #syncrubrik .left .glyphicon {
  background: url(../images/icon_prev.png) no-repeat center;
  width: 50% !important;
  height: 50% !important;
  top: 25% !important;
}

.rubrik #syncrubrik .right .glyphicon {
  background: url(../images/icon_next.png) no-repeat center;
  width: 50% !important;
  height: 50% !important;
  top: 25% !important;
}

.rubrik #syncrubrik .dot {
  width: 60px;
  /* top: 10%; */
  margin: auto;
}

.rubrik #syncrubrik .dot img {
  padding: 80px 0;
}

.rubrik #syncrubrik .item .text_zz {
  position: absolute;
  top: 10%;
  left: 54%;
  padding: 15px;
  /* background: rgba(0, 0, 0, 0.6); */
}

.rubrik #syncrubrik .item .text_zz h2 {
  font-family: Lato-Black;
  font-size: 40px;
  color: #000;
  line-height: 50px;
  padding-bottom: 30px;
  position: relative;
  font-weight: 300;
}

.rubrik #syncrubrik .item .text_zz h3 {
  font-family: Lato-Black;
  font-size: 38px;
  color: #00540e;
  /* line-height: 50px; */
  /* padding-bottom: 30px; */
  position: relative;
  font-weight: 300;
  text-align: end;
}

.rubrik #syncrubrik .item .text_zz h3:after {
  content: "";
  /* width: 100px; */
  height: 1px;
  position: absolute;
  border-bottom: 2px solid;
  left: 0;
}

.rubrik #syncrubrik .item .text_zz .donate {
  margin-top: 50px;
  margin-bottom: 30px;
}

.rubrik #syncrubrik .item .text_zz .button_donate a:hover {
  background: #aacc05 !important;
  color: #fff !important;
}

.rubrik #syncrubrik .item .text_zz .button_donate a {
  /* border: 1px solid #fbb122; */
  border-radius: 4px;
}

.rubrik #syncrubrik .item .text_zz .donate img {
  width: auto;
  margin: 0 auto;
  display: inline-block;
}

#syncrubrik.owl-theme .owl-next {
  position: absolute;
  top: 45%;
  right: 15px;
}

#syncrubrik.owl-theme .owl-prev {
  position: absolute;
  top: 45%;
  left: 15px;
}

.home1 .rubrik #syncrubrik.owl-theme .owl-prev:hover,
.home1 .rubrik #syncrubrik.owl-theme .owl-next:hover {
  background: #6bb326;
}

#syncrubrik.owl-theme .owl-prev,
#syncrubrik.owl-theme .owl-next {
  width: 50px;
  height: 40px;
  margin: 0;
  /* background: rgba(0, 0, 0, 0.8); */
  background: #aacc05;
  border-radius: 1;
}

.owl-theme .owl-nav {
  margin-top: 0;
}

.rubrik #syncrubrik .item .text_zz .donate a {
  display: inline-block;
}

#syncrubrik.owl-theme .owl-prev svg,
#syncrubrik.owl-theme .owl-next svg {
  padding: 10px 0;
}

/*-----___-----*/

/* --- our program --- */

.program {
  padding-top: 40px;
  background-color: #fff;
  /* background-color: #fff;
    padding-bottom: 70px;
    padding-top: 70px; */
}

.program .right {
  text-align: center;
}

.program .right img {
  max-width: 100%;
  margin-top: 50px;
}

.program .title {
  margin: auto;
}

.program .title h3 {
  font-size: 35px;
  font-family: "Lato-Bold";
  float: left;
  font-weight: 300;
  padding-bottom: 40px;
  color: #00540e;
}

.program .title span {
  color: #fbb122;
  font-family: Roboto slab;
  font-size: 25px;
}

.program .title b {
  font-weight: 400;
}

.program .left .list-item .item {
  max-height: 175px;
  margin-top: 20px;
  margin-bottom: 4rem;
}

.program .left .list-item .item {
  padding: 0;
  /* padding-left: 30px; */
  /* padding-right: 5px; */
}

.program .left .list-item .item .icon {
  padding: 0;
  margin-top: 5px;
  padding-bottom: 15px;
  padding-right: 30px;
}

.program .left .list-item .item .image {
  width: 28%;
  padding: 0;
  margin-top: 5px;
  padding-bottom: 15px;
  padding-right: 30px;
}

.program .left .list-item .item .text_show h3 {
  margin: 0;
  font-family: "Lato-Bold";
  font-size: 20px;
  color: #00540e;
}

.program .left .list-item .item .text_show p {
  width: 195px;
  font-size: 15px;
  font-family: "Lato-Medium";
  margin-top: 15px;
  margin-bottom: 30px;
  line-height: 27px;
  word-break: break-word;
  /* color: #3b3c3d; */
  color: #595959;
}

.program .left .list-item .item .text_show a {
  font-size: 15px;
  font-family: "Lato-Bold";
  color: #a7a7a7;
}

.program .left .list-item .item .text_show a:hover {
  color: #62ae18;
}

.program .left .list-item .item .text_show {
  padding-left: 0;
}

/*-----___-----*/

/* --- pencapaian --- */
.pencapaian {
  padding-top: 20px;
  position: relative;
  text-align: center;
  color: white;
}

.pencapaian .top-left {
  position: absolute;
  top: 8px;
  /* left: 30px; */
}

/*-----___-----*/

/* --- mitra --- */
.mitra {
  /* background-color: #eff1f2; */
  background-color: #fff;
  padding-bottom: 50px;
  padding-top: 35px;
}

.mitra .title h3 {
  font-size: 35px;
  font-family: "Lato-Bold";
  text-align: center;
  padding-bottom: 10px;
  font-weight: 300;
  color: #00540e;
}

.mitra .title b {
  font-weight: 400;
}

.mitra .content .item .bl_image {
  background-color: #fff;
  padding: 35px;
  /* border: 1px solid rgba(0, 0, 0, 0.1); */
  min-height: 190px;
  border-left: none;
}

.mitra .content .item {
  text-align: center;
  height: 180px;
}

.mitra .content .item img {
  width: auto;
  margin: auto;
}

.mitra .content ul {
  padding-left: 0;
}

.mitra .owl-carousel .active span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #69b223 !important;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.mitra #syncmitra .left .glyphicon {
  background: url(../images/icon_prev.png) no-repeat center;
  width: 50% !important;
  height: 50% !important;
  top: 25% !important;
}

.mitra #syncmitra .right .glyphicon {
  background: url(../images/icon_next.png) no-repeat center;
  width: 50% !important;
  height: 50% !important;
  top: 25% !important;
}

.mitra #syncmitra .dot {
  width: 60px;
  /* top: 10%; */
  margin: auto;
}

.mitra #syncmitra .dot img {
  padding: 80px 0;
}

#syncmitra.owl-theme .owl-next {
  position: absolute;
  top: 40%;
  right: 0px;
}

#syncmitra.owl-theme .owl-prev {
  position: absolute;
  top: 40%;
  left: 0px;
}

.home1 .mitra #syncmitra.owl-theme .owl-prev:hover,
.home1 .mitra #syncmitra.owl-theme .owl-next:hover {
  background: #6bb326;
}

#syncmitra.owl-theme .owl-prev,
#syncmitra.owl-theme .owl-next {
  width: 50px;
  height: 40px;
  margin: 0;
  /* background: rgba(0, 0, 0, 0.8); */
  background: #d6d6d6;
  opacity: 0.6;
  border-radius: 1;
}

.owl-theme .owl-nav {
  display: block;
  margin-top: 0;
}

#syncmitra.owl-theme .owl-prev svg,
#syncmitra.owl-theme .owl-next svg {
  padding: 10px 0;
}

/*-----___-----*/

/* --- event --- */

.events {
  /* background-color: #eff1f2; f5f9f8 */
  background-color: #fff;
  padding-bottom: 70px;
  padding-top: 0px;
  margin-bottom: 70px;
}

.events #syncevent .item {
  margin: 15px;
}

.events .owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#syncevent.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #69b223;
  border: none;
}

#syncevent.owl-theme .owl-dots .owl-dot span {
  position: relative;
  top: 30px;
  width: 15px;
  height: 15px;
  margin: 5px 7px;
  /* background: #d6d6d6; */
  background: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 2px solid #69b223;
}

.events .title h3 {
  font-size: 35px;
  font-family: "Lato-Bold";
  float: right;
  padding-right: 40px;
  font-weight: 300;
  padding-bottom: 50px;
  color: #00540e;
}

.events .view-more a {
  font-family: Lato-Bold;
  float: right;
  font-size: 16px;
  padding: 30px 0 0 0;
  color: #69b223;
}

.events .view-more a:hover {
  color: #f7b52d;
}

.events .title b {
  font-weight: bold;
}

.events .title #view-more:hover {
  color: #69b223;
}

.events #syncevent .item .z {
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0 15px 15px 0 rgba(239, 239, 239, 1);
}

.events #syncevent .item .z:hover {
  /* box-shadow: 1px 1px 5px 1px #ccc; */
  cursor: pointer;
}

.events #syncevent .item .img .img-1 img {
  width: 100%;
}

.events #syncevent .item .img {
  position: relative;
}

.events #sync1 .item .img .img-2 img {
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -40px;
}

.events #syncevent .item .z .ct {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
  margin-top: 15px;
  padding-right: 20px;
  height: 225px;
}

.events #syncevent .item .z .ct .text_show h3 {
  font-family: "Lato-Bold";
  width: 90%;
  word-wrap: break-word;
  font-size: 20px;
  padding-bottom: 10px;
  color: #00540e;
}

.events #syncevent .item .z .ct .text_show h3 > a {
  color: #00540e;
}

.events #syncevent .item .z .ct .text_show h3 > a:hover {
  color: #69b223;
  cursor: pointer;
}

.events #syncz .item .z .ct .text_show h3 > a {
  color: #000;
}

.events #syncz .item .z .ct .text_show h3 > a:hover {
  color: #50af4d;
  cursor: pointer;
}

.events #syncevent .item .z .ct .text_show p {
  font-family: "Lato-Medium";
  font-size: 15px;
  line-height: 25px;
  color: #3b3c3d;
}

.events #syncevent .item .z .ct .donate {
  margin: 25px 0;
  overflow: hidden;
}

.events #syncevent .item .z .ct .donate a {
  float: left;
  font-size: 16px;
}

.events #syncevent .item .z .ct .donate p {
  float: left;
  margin-left: 20px;
  margin-top: 10px;
  font-family: Roboto slab;
  font-size: 14px;
  line-height: 25px;
  color: #3b3c3d;
}

.events #syncevent .item .z .ct .raised {
  margin-top: auto;
  margin-bottom: 20px;
}

.events #syncevent .item .z .ct .raised p {
  font-family: "Lato-Bold";
  font-size: 15px;
  line-height: 25px;
  /* color: #3b3c3d; */
  color: #00540e;
}

.events #syncevent .item .z .ct .raised p:hover {
  /* color: #3b3c3d; */
  color: #69b223;
}

.events #syncevent .item .z .ct .raised span {
  font-size: 20px;
  color: #2fb6e8;
  font-weight: 500;
}

.events #syncevent .item .z .ct .raised b {
  font-size: 20px;
  color: #fbb433;
  font-weight: 500;
}

.events #syncevent .item .z .ct .raised a {
  color: #00540e;
}

.events #syncevent .item .z .ct .raised a:hover {
  color: #aacc05;
}

.events .dot {
  width: 60px;
  margin: auto;
}

.events .dot img {
  padding: 80px 0;
}

/* -- Zakat -- */
.zakat {
  display: block;
  padding-bottom: 40px;
}

.zakat-header {
  /* background-color: #eff1f2; f5f9f8 */
  background-color: #f2f7f6;
  padding-bottom: 30px;
  padding-top: 40px;
  padding-left: 0;
}

.zakat-header .title h3 {
  font-size: 35px;
  font-family: "Lato-Bold";
  float: left;
  font-weight: 300;
  color: #00540e;
}

.zakat-header .mybreadcrumb {
  font-size: 16px;
  font-family: "Lato-Medium";
  font-weight: 300;
  color: #00540e;
}

.zakat-body {
  padding-top: 40px;
  padding-bottom: 40px;
}

.zakat-body .title > h4 {
  font-family: "Lato-Bold";
  font-size: 25px;
  padding: 0 0 30px 0;
  color: #00540e;
}

.zakat-body .image-header > img {
  width: 100%;
  height: auto;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 20px;
}

.zakat-body .content > p {
  font-family: "Lato-Medium";
  font-size: 14px;
  line-height: 1.6;
  padding-bottom: 10px;
}

.zakat-body .content > p > i {
  font-style: italic !important;
}

.zakat-body .content ul {
  display: block;
  list-style-type: disc;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 1 em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 15px;
}

.zakat-body .content ol {
  /* list-style: circle;
    list-style-position: inside;
    color: #000; */
  /* list-style: decimal;
    list-style-position: inside; */
  display: block;
  list-style-type: decimal;
  line-height: 1.6;
  margin-left: 0;
  margin-right: 0;
  padding-left: 15px;
}

/* .zakat-body .content li {
    color: #666666;
} */

/* .zakat-body .content ul li::before {
    content: "\2022";
    color: black;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-top: 0;
    margin-left: 1em;
    list-style-position: inside;
} */

.zakat-body .content b {
  font-weight: bold;
  color: #000;
}

.zakat-body .company-profile > h3 {
  font-family: "Lato-Bold";
  font-size: 25px;
  color: #aacc05;
}

.zakat-body .company-profile > p {
  font-family: "Lato-Medium";
  font-size: 14px;
  line-height: 1.6;
  padding-bottom: 20px;
}

/* --- testimoni --- */

.testimoni {
  /* background-color: #eff1f2; f5f9f8 */
  background-color: #f7f7f7;
  padding-bottom: 35px;
  padding-top: 35px;
}

.testimoni #syncevent .item {
  margin: 15px;
}

.testimoni .owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#synctestimoni.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #69b223;
  border: none;
}

#synctestimoni.owl-theme .owl-dots .owl-dot span {
  position: relative;
  top: 30px;
  width: 15px;
  height: 15px;
  margin: 5px 7px;
  /* background: #d6d6d6; */
  background: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 2px solid #69b223;
}

.testimoni .title h3 {
  font-size: 35px;
  font-family: "Lato-Bold";
  font-weight: 300;
  padding-bottom: 10px;
  color: #00540e;
}

.testimoni .view-more a {
  font-family: Lato-Bold;
  float: right;
  font-size: 16px;
  padding: 30px 0 0 0;
  color: #69b223;
}

.testimoni .view-more a:hover {
  color: #f7b52d;
}

.testimoni .title b {
  font-weight: bold;
}

.testimoni .title #view-more:hover {
  color: #69b223;
}

.testimoni #synctestimoni .item .z {
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0 15px 15px 0 rgba(239, 239, 239, 1);
}

.testimoni #synctestimoni .item .z:hover {
  /* box-shadow: 1px 1px 5px 1px #ccc; */
  cursor: pointer;
}

.testimoni #synctestimoni .item .img .img-1 img {
  width: 100%;
}

.testimoni #synctestimoni .item .img {
  position: relative;
}

.testimoni #sync1 .item .img .img-2 img {
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -40px;
}

.testimoni #synctestimoni .item .z .ct {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
  margin-top: 15px;
  padding-right: 20px;
  height: 225px;
}

.testimoni #synctestimoni .item .z .ct .text_show h3 {
  font-family: "Lato-Bold";
  width: 90%;
  word-wrap: break-word;
  font-size: 20px;
  padding-bottom: 10px;
  color: #00540e;
}

.testimoni #synctestimoni .item .z .ct .text_show h3 > a {
  color: #00540e;
}

.testimoni #synctestimoni .item .z .ct .text_show h3 > a:hover {
  color: #69b223;
  cursor: pointer;
}

.testimoni #syncz .item .z .ct .text_show h3 > a {
  color: #000;
}

.testimoni #syncz .item .z .ct .text_show h3 > a:hover {
  color: #50af4d;
  cursor: pointer;
}

.testimoni #synctestimoni .item .z .ct .text_show p {
  font-family: "Lato-Medium";
  font-size: 15px;
  line-height: 25px;
  color: #3b3c3d;
}

.testimoni #synctestimoni .item .z .ct .donate {
  margin: 25px 0;
  overflow: hidden;
}

.testimoni #synctestimoni .item .z .ct .donate a {
  float: left;
  font-size: 16px;
}

.testimoni #synctestimoni .item .z .ct .donate p {
  float: left;
  margin-left: 20px;
  margin-top: 10px;
  font-family: Roboto slab;
  font-size: 14px;
  line-height: 25px;
  color: #3b3c3d;
}

.testimoni #synctestimoni .item .z .ct .raised {
  margin-top: auto;
  margin-bottom: 20px;
}

.testimoni #synctestimoni .item .z .ct .raised p {
  font-family: "Lato-Bold";
  font-size: 15px;
  line-height: 25px;
  /* color: #3b3c3d; */
  color: #00540e;
}

.testimoni #synctestimoni .item .z .ct .raised p:hover {
  /* color: #3b3c3d; */
  color: #69b223;
}

.testimoni #synctestimoni .item .z .ct .raised span {
  font-size: 20px;
  color: #2fb6e8;
  font-weight: 500;
}

.testimoni #synctestimoni .item .z .ct .raised b {
  font-size: 20px;
  color: #fbb433;
  font-weight: 500;
}

.testimoni #synctestimoni .item .z .ct .raised a {
  color: #00540e;
}

.testimoni #synctestimoni .item .z .ct .raised a:hover {
  color: #aacc05;
}

.testimoni .dot {
  width: 60px;
  margin: auto;
}

.events .dot img {
  padding: 80px 0;
}

.fs-it-btn {
  font-family: "Lato-Light";
  margin-top: 10px;
  border: 1px solid;
  border-radius: 4px;
  color: #fff;
  font-weight: normal;
}

.fs-it-btn:focus {
  outline: none !important;
}

.fs-it-btn2 {
  font-family: "Lato-Bold";
  font-size: 18px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s;
}

.fs-it-btn2:focus {
  outline: none !important;
}

/* .fs-it-btn2:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24),
        0 17px 50px 0 rgba(0, 0, 0, 0.19);
} */
.fs-it-btn-vertical-line {
  text-align: center;
  padding: 4px 0 5px 10px;
  margin-left: 10px;
  border-left: 1px solid #fff;
}

.bg-orange {
  background-color: #f7b52d;
}

.bg-ry {
  background-color: #aacc05;
}

.bg-ry2 {
  background-color: #036bb5;
}

.program-news {
  padding-bottom: 40px;
}

.ry-btn {
  font-family: "Lato-Black";
  font-size: 12px;
  margin-top: 10px;
  padding: 10px 15px 10px 15px;
  border: 1px solid #aacc05;
  border-radius: 4px;
  color: #aacc05;
  background-color: #fff;
  font-weight: normal;
}

.ry-btn:hover {
  border: 1px solid #f7b52d;
  color: #f7b52d;
  background-color: #fff;
}

.nav-stacked > li {
  font-family: "Lato-Black";
  background-color: #f7f7f7;
  padding: 0;
}

.nav-stacked > li + li {
  font-family: "Lato-Black";
  font-size: 14px;
  margin-top: 5px;
  margin-left: 0;
  background-color: #f7f7f7;
}

.nav > li > a {
  font-size: 14px;
  position: relative;
  display: block;
  padding: 15px;
  color: #0a0f2b;
}

.nav-stacked > li.active > a {
  font-family: "Lato-Black";
  padding: 15px;
  color: #fff;
  background-color: #aacc05 !important;
}

.ry-header {
  /* background-color: #eff1f2; f5f9f8 */
  background-color: #f2f7f6;
  padding-bottom: 30px;
  padding-top: 30px;
}

.ry-footer {
  /* background-color: #eff1f2; f5f9f8 */
  background-color: #f7f7f7;
  padding-bottom: 40px;
  padding-top: 40px;
  margin-bottom: 0px;
}

.ry-footer .content > h4 {
  font-family: "Lato-Bold";
  font-size: 25px;
  padding: 0 0 30px 0;
  color: #00540e;
}

.ry-footer .content > p {
  font-family: "Lato-Medium";
  font-size: 14px;
  line-height: 1.6;
  padding-bottom: 20px;
}

/* -- Yatim -- */
.yatim {
  display: block;
}

.yatim-body {
  padding-top: 40px;
  padding-bottom: 20px;
}

.yatim-body .title > h4 {
  font-family: "Lato-Bold";
  font-size: 25px;
  padding: 0 0 30px 0;
  color: #00540e;
}

.yatim-body .image-header > img {
  width: 100%;
  height: auto;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 20px;
}

.yatim-body .content {
  background-color: #f7f7f7;
}

.yatim-body .content > h4 {
  font-family: "Lato-Bold";
  font-size: 25px;
}

.yatim-body .content > p {
  font-family: "Lato-Medium";
  font-size: 14px;
  line-height: 1.6;
  padding-bottom: 20px;
}

.yatim-body #syncyatim .item {
  margin: 0;
  padding-bottom: 20px;
}

.yatim-body .owl-carousel .owl-item img {
  display: inline-block;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.yatim-body .owl-carousel .active span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #69b223 !important;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.yatim-body .title b {
  font-weight: bold;
}

/* .rubrik #syncsrubrik .item .z {
    border: 1px solid rgb(215, 215, 215);
    background-color: #fff;
} */
/* .rubrik #syncrubrik .item .z:hover {
    box-shadow: 1px 1px 5px 1px #ccc;
    cursor: pointer;
} */
.yatim-body #syncyatim .item .img .img-1 img {
  width: 100%;
  height: 100%;
}

.yatim-body #syncyatim .item .img {
  position: relative;
}

.yatim-body #syncyatim .item .img .img-2 img {
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -40px;
}

.yatim-body #syncyatim .item .z .ct {
  margin-left: 20px;
  margin-top: 15px;
  padding-right: 20px;
}

.yatim-body #syncyatim .item .z .ct .text_show h3 {
  font-family: "Lato-Bold";
  font-size: 20px;
  color: #00540e;
}

.yatim-body #syncyatim .item .z .ct .text_show h3 > a {
  color: #00540e;
}

.yatim-body #syncyatim .item .z .ct .text_show h3 > a:hover {
  color: #69b223;
  cursor: pointer;
}

.yatim-body #syncz .item .z .ct .text_show h3 > a {
  color: #000;
}

.yatim-body #syncz .item .z .ct .text_show h3 > a:hover {
  color: #50af4d;
  cursor: pointer;
}

.yatim-body #syncyatim .item .z .ct .text_show p {
  font-family: Roboto;
  font-size: 15px;
  line-height: 25px;
  color: #3b3c3d;
}

.yatim-body #syncyatim .item .z .ct .donate {
  margin: 25px 0;
  overflow: hidden;
}

.yatim-body #syncyatim .item .z .ct .donate a {
  float: left;
  font-size: 16px;
}

.yatim-body #syncyatim .item .z .ct .donate p {
  float: left;
  margin-left: 20px;
  margin-top: 10px;
  font-family: Roboto slab;
  font-size: 14px;
  line-height: 25px;
  color: #3b3c3d;
}

.yatim-body #syncyatim .item .z .ct .raised {
  margin-bottom: 20px;
  display: inline-block;
}

.yatim-body #syncyatim1 .item .z .ct .raised p {
  font-family: "Lato-Bold";
  font-size: 15px;
  line-height: 25px;
  /* color: #3b3c3d; */
  color: #00540e;
}

.yatim-body #syncyatim .item .z .ct .raised p:hover {
  /* color: #3b3c3d; */
  color: #69b223;
}

.yatim-body #syncyatim .item .z .ct .raised span {
  font-size: 20px;
  color: #2fb6e8;
  font-weight: 500;
}

.yatim-body #syncyatim .item .z .ct .raised b {
  font-size: 20px;
  color: #fbb433;
  font-weight: 500;
}

.yatim-body .dot {
  width: 60px;
  margin: auto;
}

.yatim-body .dot img {
  padding: 80px 0;
}

.yatim-body #syncyatim .left .glyphicon {
  background: url(../images/icon_prev.png) no-repeat center;
  width: 50% !important;
  height: 50% !important;
  top: 25% !important;
}

.yatim-body #syncyatim .right .glyphicon {
  background: url(../images/icon_next.png) no-repeat center;
  width: 50% !important;
  height: 50% !important;
  top: 25% !important;
}

.yatim-body #syncyatim .dot {
  width: 60px;
  /* top: 10%; */
  margin: auto;
}

.yatim-body #syncyatim .dot img {
  padding: 80px 0;
}

.yatim-body #syncyatim .item .text_zz {
  position: absolute;
  top: 10%;
  left: 54%;
  padding: 15px;
  /* background: rgba(0, 0, 0, 0.6); */
}

.yatim-body #syncyatim .item .text_zz h2 {
  font-family: Lato-Black;
  font-size: 40px;
  color: #000;
  line-height: 50px;
  padding-bottom: 30px;
  position: relative;
  font-weight: 300;
}

.yatim-body #syncyatim .item .text_zz h3 {
  font-family: Lato-Black;
  font-size: 38px;
  color: #00540e;
  /* line-height: 50px; */
  /* padding-bottom: 30px; */
  position: relative;
  font-weight: 300;
  text-align: end;
}

.yatim-body #syncyatim .item .text_zz h3:after {
  content: "";
  /* width: 100px; */
  height: 1px;
  position: absolute;
  border-bottom: 2px solid;
  left: 0;
}

.yatim-body #syncyatim .item .text_zz .donate {
  margin-top: 50px;
  margin-bottom: 30px;
}

.yatim-body #syncyatim .item .text_zz .button_donate a:hover {
  background: #aacc05 !important;
  color: #fff !important;
}

.yatim-body #syncyatim .item .text_zz .button_donate a {
  /* border: 1px solid #fbb122; */
  border-radius: 4px;
}

.yatim-body #syncyatim .item .text_zz .donate img {
  width: auto;
  margin: 0 auto;
  display: inline-block;
}

#syncyatim.owl-theme .owl-next {
  position: absolute;
  top: 50%;
  right: 15px;
}

#syncyatim.owl-theme .owl-prev {
  position: absolute;
  top: 50%;
  left: 15px;
}

.yatim .yatim-body #syncyatim.owl-theme .owl-prev:hover,
.yatim .yatim-body #syncyatim.owl-theme .owl-next:hover {
  background: #6bb326;
}

#syncyatim.owl-theme .owl-prev,
#syncyatim.owl-theme .owl-next {
  width: 50px;
  height: 40px;
  margin: 0;
  /* background: rgba(0, 0, 0, 0.8); */
  background: #aacc05;
  border-radius: 1;
}

.owl-theme .owl-nav {
  margin-top: 0;
}

.yatim-body #syncyatim .item .text_zz .donate a {
  display: inline-block;
}

#syncyatim.owl-theme .owl-prev svg,
#syncyatim.owl-theme .owl-next svg {
  padding: 10px 0;
}

.tentang-kami {
  display: block;
  padding-bottom: 30px;
}

.tentang-kami-body {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 50px;
}

.tentang-kami-body .content > h4 {
  font-family: "Lato-Bold";
  font-size: 25px;
  color: #00540e;
}

.tentang-kami-body .content > p {
  font-family: "Lato-Medium";
  font-size: 14px;
  line-height: 1.6;
  padding-bottom: 20px;
  /* color: #919191; */
  color: #000;
}

.tentang-kami-body > img {
  width: 100%;
  height: auto;
  background-size: contain;
  background-position: left left;
  background-repeat: no-repeat;
  padding-bottom: 20px;
}

/* --- recent --- */

.recent {
  background-color: #fff;
  padding-bottom: 72px;
}

.recent .title h3 {
  font-size: 35px;
  font-family: Roboto slab;
  text-align: center;
  padding: 60px 0;
  font-weight: 300;
  color: #00540e;
}

.recent .title b {
  font-weight: 400;
}

.recent .left img {
  width: 100%;
}

.recent .left a {
  font-size: 12px;
  font-family: Roboto slab;
  padding: 5px 10px;
  background-color: #1db3e7;
  color: #fff;
  border-radius: 3px;
  margin-top: 30px;
  display: inline-block;
}

.recent .left a:hover {
  background-color: #fbb122;
}

.recent .left p {
  font-size: 30px;
  font-family: Roboto;
  color: #3b3c3d;
  margin-top: 15px;
  line-height: 39px;
}

.recent .right .item .img img {
  width: 100%;
}

.recent .right .item {
  margin-bottom: 30px;
}

.recent .right .item .txt a {
  font-size: 12px;
  font-family: Roboto slab;
  padding: 5px 10px;
  background-color: #1db3e7;
  color: #fff;
  border-radius: 3px;
  margin-top: 10px;
  display: inline-block;
}

.recent .right .item .txt a:hover {
  background-color: #fbb122;
}

.recent .right .item .txt p {
  font-size: 20px;
  font-family: Roboto;
  color: #3b3c3d;
  margin-top: 15px;
}

/*-----___-----*/

/* --- join --- */

.join {
  background: url(../images/img_parallax.jpg);
  background-size: cover;
  padding: 70px 0;
}

.join .text_show .btn-j a {
  font-family: Roboto slab;
  font-size: 18px;
  padding-right: 15px;
  display: block;
  line-height: 25px;
  color: #fff;
  background-color: #fbb122;
  min-width: 145px;
  max-width: 160px;
}

.join .text_show .btn-j img {
  padding-right: 15px;
}

.join .text_show h3:after {
  content: "";
  width: 100px;
  height: 1px;
  border-bottom: 2px solid;
  position: absolute;
  left: 0;
  bottom: 0;
}

.join .text_show h3 {
  font-family: Roboto slab;
  font-size: 39px;
  color: #fff;
  padding-bottom: 30px;
  position: relative;
}

.join .text_show p {
  font-family: Roboto;
  font-size: 17px;
  color: #fff;
  line-height: 30px;
  font-weight: 300;
  padding: 20px 0;
}

/*-----___-----*/

/* --- meet --- */

.meet {
  background-color: #fff;
  padding-bottom: 70px;
  padding-top: 70px;
}

.meet .title h3 {
  font-size: 35px;
  font-family: Roboto slab;
  text-align: center;
  padding-bottom: 60px;
  font-weight: 300;
}

.meet .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.meet .title b {
  font-weight: 400;
}

.meet #sync2 .item {
  margin: 0 15px;
  margin-bottom: 30px;
}

.meet .owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}

.meet #sync2 .item .img img {
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity;
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 500ms;
}

.meet #sync2 .item .img {
  position: relative;
  background: #000;
}

.meet #sync2 .item .img .social {
  position: absolute;
  top: 20px;
  right: 15px;
}

.meet .owl-theme .owl-nav.disabled + .owl-dots {
  margin-bottom: 30px;
}

.meet #sync2 .item .img:hover img {
  opacity: 0.4;
  -webkit-transition: opacity;
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 500ms;
}

.meet #sync2 .item .img .social {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

.meet #sync2 .item .img .social span {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

.meet #sync2 .item .img:hover .social span {
  display: inline;
}

.meet #sync2 .item .img .social span a {
  color: #fff;
}

.meet #sync2 .item .img .social span a:hover {
  color: #fbb122;
}

.meet #sync2 .item .img .social span i:hover {
  cursor: pointer;
}

.meet #sync2 .item .img .social span i {
  margin-top: 10px;
  font-size: 18px;
}

.meet #sync2 .item .img .social span {
  display: none;
  color: #ccc;
}

.meet #sync2 .item .text_show {
  text-align: center;
  padding-top: 10px;
}

.meet #sync2 .item .text_show h3 a {
  font-family: Roboto slab;
  font-size: 18px;
  color: #242527;
}

.meet #sync2 .item .text_show h3 a:hover {
  color: #fbb122;
}

.meet #sync2 .item .text_show p {
  font-family: Roboto;
  font-size: 16px;
  color: #777878;
}

.meet .dot {
  width: 60px;
  margin: auto;
}

.meet .dot img {
  padding-top: 20px;
  padding-bottom: 80px;
}

/*-----___-----*/

.berita {
  /* background-color: #eff1f2; f5f9f8 */
  background-color: #fff;
  padding-bottom: 40px;
  padding-top: 30px;
}

.berita .item {
  margin: 15px;
  padding-bottom: 20px;
}

.berita img {
  display: inline-block;
  width: auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.berita .title h3 {
  font-size: 35px;
  font-family: "Lato-Bold";
  text-align: left;
  font-weight: 300;
  padding-bottom: 40px;
  color: #00540e;
}

.berita .view-more a {
  font-family: Lato-Bold;
  float: right;
  font-size: 16px;
  padding: 40px 0 0 0;
  color: #69b223;
}

.berita .view-more a:hover {
  color: #f7b52d;
}

.berita .title b {
  font-weight: bold;
}

.berita .title #news-view-more:hover {
  color: #69b223;
}

.berita .item .z {
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0 15px 15px 0 rgba(239, 239, 239, 1);
}

.berita .item .z:hover {
  /* box-shadow: 1px 1px 5px 1px #ccc; */
  cursor: pointer;
}

.berita .item .img .img-1 img {
  width: 100%;
}

.berita .item .img {
  position: relative;
}

.berita .item .img .img-2 img {
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -40px;
}

.berita .item .z .ct {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
  margin-top: 15px;
  padding-right: 20px;
  height: 225px;
}

.berita .item .z .ct .text_show h3 {
  width: 87%;
  word-wrap: break-word;
  /* padding-bottom: 10px; */
  font-family: "Lato-Bold";
  font-size: 18px;
  color: #00540e;
}

.berita .item .z .ct .text_show h3 > a {
  color: #00540e;
}

.berita .item .z .ct .text_show h3 > a:hover {
  color: #69b223;
  cursor: pointer;
}

.berita .item .z .ct .text_show h3 > a {
  color: #00540e;
}

.berita .item .z .ct .text_show h3 > a:hover {
  color: #50af4d;
  cursor: pointer;
}

.berita .item .z .ct .text_show p {
  font-family: "Lato-Bold";
  font-size: 15px;
  line-height: 25px;
  color: #3b3c3d;
}

.berita .item .z .ct .donate {
  margin: 25px 0;
  overflow: hidden;
}

.berita .item .z .ct .donate a {
  float: left;
  font-size: 16px;
}

.berita .item .z .ct .donate p {
  float: left;
  margin-left: 20px;
  margin-top: 10px;
  font-family: "Lato-Medium";
  font-size: 14px;
  line-height: 25px;
  color: #3b3c3d;
}

.berita .item .z .ct .raised {
  margin-top: auto;
  margin-bottom: 20px;
}

.berita .item .z .ct .raised p {
  font-family: "Lato-Bold";
  font-size: 15px;
  line-height: 25px;
  /* color: #3b3c3d; */
  color: #00540e;
}

.berita .item .z .ct .raised a {
  font-family: "Lato-Bold";
  font-size: 15px;
  line-height: 25px;
  /* color: #3b3c3d; */
  color: #00540e;
}

.berita .item .z .ct .raised a:hover {
  color: #69b223;
}

.berita .item .z .ct .raised p:hover {
  /* color: #3b3c3d; */
  color: #69b223;
}

.berita .item .z .ct .raised span {
  font-size: 20px;
  color: #2fb6e8;
  font-weight: 500;
}

.berita .item .z .ct .raised b {
  font-size: 20px;
  color: #fbb433;
  font-weight: 500;
}

/* --- meet --- */

.people_say {
  background: url(../images/bg_people.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 80px;
}

.wrap {
  padding-bottom: 70px;
  padding-top: 70px;
}

.people_say .item-1 .item {
  background-color: #fff;
  text-align: center;
  padding-top: 47px;
  padding-bottom: 50px;
  max-height: 228px;
  margin: 0 15px;
  border-radius: 5px;
}

.people_say .owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}

.people_say .item-1 .item p {
  font-family: Roboto;
  font-size: 18px;
}

.people_say .item-1 .item .i1 {
  font-family: Roboto;
  font-size: 30px;
  color: #ff9800;
}

.people_say .item-1 .item .i2 {
  font-family: Roboto;
  font-size: 30px;
  color: #8cca4e;
}

.people_say .item-1 .item .i3 {
  font-family: Roboto;
  font-size: 30px;
  color: #fec601;
}

.people_say .item-1 .item .i4 {
  font-family: Roboto;
  font-size: 30px;
  color: #d7007f;
}

.people_say .item-1 .item .i5 {
  font-family: Roboto;
  font-size: 30px;
  color: #5486e8;
}

.people_say .title h3:after {
  content: "";
  width: 100px;
  height: 1px;
  border-bottom: 2px solid;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.people_say .title h3 {
  font-family: Roboto slab;
  font-size: 35px;
  color: #fff;
  padding-bottom: 30px;
  text-align: center;
  position: relative;
  font-weight: 300;
}

.people_say .title b {
  font-weight: 400;
}

.people_say .item-1 ul {
  padding-left: 0;
}

.people_say #sync4 .item {
  margin: 0 15px;
}

.people_say #sync4 {
  text-align: center;
  color: #fff;
}

.people_say #sync4 p {
  font-family: roboto;
  font-size: 30px;
  margin-top: 40px;
  line-height: 45px;
}

.people_say #sync4 span {
  color: #fbb122;
  font-size: 20px;
}

.people_say #sync4 h4 {
  font-family: roboto;
  font-size: 20px;
  font-weight: 100;
  margin-top: 30px;
}

.people_say #sync4 .l {
  margin-top: -15px;
  font-size: 15px;
  font-weight: 100;
}

.people_say #sync4 a {
  color: #fbb122;
}

.people_say #sync4 img {
  padding: 15px 0 50px;
}

.home3 .recent .title h3 {
  font-weight: 400;
}

/*-----___-----*/

/* --- meet --- */
.global {
  background-color: #eff1f2;
  padding-bottom: 70px;
  padding-top: 70px;
}

.global .title h3 {
  font-size: 35px;
  font-family: Roboto slab;
  text-align: center;
  padding-bottom: 60px;
  font-weight: 300;
}

.global .title b {
  font-weight: 400;
}

.global .content .item .bl_image {
  background-color: #fff;
  padding: 70px 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  min-height: 190px;
  border-left: none;
}

.global .content .item {
  text-align: center;
  height: 180px;
}

.global .content .item img {
  width: auto;
  margin: auto;
}

.global .content ul {
  padding-left: 0;
}

/*-----___-----*/

/* --- meet --- */

.instagram {
  background-color: #fff;
  padding-bottom: 70px;
  padding-top: 70px;
}

.instagram .title h3 {
  font-size: 35px;
  font-family: Roboto slab;
  text-align: center;
  padding-bottom: 60px;
  font-weight: 300;
}

.instagram .title a {
  color: #fbb122;
  border-bottom: 1px solid #fbb122;
}

.instagram .content .item {
  padding: 0 15px;
}

.instagram .content .item img {
  width: 100%;
  height: auto;
}

.instagram .content ul {
  padding-left: 0;
}

.footer-1 .item1 .donate a:hover {
  color: #000 !important;
}

.footer-1 .us1 li:hover {
  color: #fbb122 !important;
}

.footer-1 .us1 a:hover {
  color: #fbb122 !important;
}

.green .footer-1 .us1 li:hover {
  color: #50af4d !important;
}

.green .footer-1 .us1 a:hover {
  color: #50af4d !important;
}

/*-----___-----*/

/* --- ready --- */

.ready {
  background-color: #1db3e7;
  padding-bottom: 30px;
  padding-top: 30px;
}

.ready .left h3 {
  font-size: 40px;
  font-family: Roboto;
  color: #fff;
  font-weight: 300;
}

.ready .left {
  padding: 0;
}

.ready .right {
  padding: 0;
}

.ready .right .b {
  float: right;
}

.ready .right .b .btn-1 {
  color: #fff;
  background-color: #fbb122;
  float: left;
}

.ready .right .b .btn-2 {
  color: #fff;
  float: left;
  padding-left: 30px;
}

.ready .right .b .btn-2 a {
  background-color: #262729;
}

.ready .right .b .btn-2 a:hover {
  background-color: #fbb122;
}

.ready .right .b .btn-2 img {
  padding-right: 15px;
}

/*-----___-----*/

/* --- ready --- */

.footer {
  /* background-color: #262729; */
  background-color: #f2f7f6;
  padding-top: 50px;
  padding-bottom: 20px;
}

.footer-1 {
  overflow: hidden;
}

.footer-1 .title h3 {
  font-size: 20px;
  padding-bottom: 10px;
  font-family: "Lato-Bold";
  /* color: #cdcfcf; */
  color: #00540e;
  margin: 0;
}

.footer-1 .us1 {
  padding-left: 0;
  padding-top: 10px;
}

.footer-1 .us1 li {
  /* color: #cdcfcf;0a0f2b */
  color: #0a0f2b;
}

.footer-1 .us1 a {
  font-size: 14.5px;
  font-family: "Lato-Medium";
  color: #0a0f2b;
  line-height: 35px;
  position: relative;
  padding-left: 20px;
}

.footer-1 .us1 a:after {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 1px;
  margin-top: -2px !important;
  z-index: 1;
  background: #54585d;
}

.footer-1 .us1 li:hover {
  /* color: #fbb122; */
  color: #69b223;
}

.footer-1 .us1 a:hover {
  /* color: #fbb122; */
  color: #69b223;
}

.footer-1 .item1 .donate a:hover {
  background: #fff;
  color: #000;
}

.footer-1 .item1 .donate a {
  border: 1px solid #fbb122;
}

.footer-1 .item1 p {
  font-family: "Lato-Bold";
  font-size: 15px;
  color: #0a0f2b;
  margin: 20px 0px 20px -20px;
  line-height: 25px;
}

.footer-1 .item1 input {
  width: 100%;
  padding: 10px;
  /* border: 1px solid #464749; */
  border: 1px solid #cccccc;
  background: #fff;
  color: #0a0f2b;
  margin-bottom: 20px;
  /* max-width: 320px; */
}

.footer-1 .item2 p {
  font-family: "Lato-Medium";
  font-size: 14px;
  color: #0a0f2b;
  line-height: 25px;
}

.footer-1 .item2 .p1 {
  margin-top: 10px;
}

.footer-1 .item2 .p2 {
  margin-top: 20px;
}

.footer-1 .item2 a {
  color: #0a0f2b;
}

.footer-1 .item2 a:hover {
  color: #69b223;
}

.footer-1 .item2 b {
  color: #fbb122;
}

.footer-1 .item3 .pz p {
  width: 75%;
  word-wrap: break-word;
  font-family: "Lato-Medium";
  font-size: 15px;
  /* color: #cdcfcf;0a0f2b */
  color: #0a0f2b;
  line-height: 25px;
  margin-top: 20px;
}

.footer-1 .item3 .email img {
  float: left;
  margin-right: 10px;
  font-size: 14px;
  margin-top: 2px;
}

.footer-1 .item3 .email p {
  font-family: Roboto slab;
  font-size: 15px;
  color: #fbb122;
  line-height: 28px;
}

.footer-1 .item3 .email1 {
  margin-top: 20px;
}

.footer-1 .item3 .email i {
  color: #ccc;
  margin-right: 10px;
}

.footer .copyright .social .social1:before {
  content: "";
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 50%;
  right: 100%;
  width: 1000px;
}

.footer .copyright .social .social1:after {
  content: "";
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 50%;
  left: 100%;
  width: 1000px;
}

.footer .copyright .social .social1 {
  display: inline-block;
  position: relative;
  text-align: center;
  width: auto;
}

.footer .copyright .social .social1 a {
  margin: 0 10px;
  display: inline-block;
  color: #fff;
  background: none;
}

.footer .copyright .social .social1 i:hover {
  color: #fbb122;
}

.footer .copyright .social .social1 i {
  font-size: 20px;
  line-height: 30px;
}

.footer .copyright .social .social1 .icon span {
  display: inline-flex;
  margin: 0 30px;
}

.footer .copyright .social {
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
  overflow: hidden;
}

.footer .copyright .oxy {
  margin-top: 25px;
  overflow: hidden;
  text-align: center;
}

.footer .copyright .oxy a {
  font-size: 15px;
  font-family: "Roboto Slab", sans-serif;
  position: relative;
  margin-right: 10px;
  padding-right: 12px;
  color: #fff;
  line-height: 28px;
}

.footer .copyright .oxy a:after {
  content: "";
  width: 2px;
  height: 15px;
  top: 5px;
  right: 0;
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  z-index: 1;
}

.footer .copyright .oxy a:hover {
  color: #fbb122;
}

.footer .copyright .oxy a:last-child:after {
  background: none;
}

.footer .copyright .cpr {
  text-align: center;
  margin-top: 20px;
}

.footer .copyright .cpr p {
  font-family: Roboto slab;
  font-size: 15px;
  color: #cdcfcf;
}

.footer .copyright .cpr span {
  color: #fbb122;
}

/*-----Green-----*/
.header .main_menu .menu {
  margin: 0;
  padding: 0;
}

#angle-down {
  font-size: 12px;
}

.header .main_menu .button_donate.green a {
  background: #50af4d !important;
}

.header .main_menu .button_donate.green a:hover {
  background: #000 !important;
  color: #fff;
}

.header_top {
  background: #222222;
  color: #bbbbbb;
  font-size: 12px;
  padding: 18px 0;
}

.header_top .pull_left {
  float: left;
}

.header_top .pull_left a {
  margin-right: 15px;
}

.header_top i {
  color: #50af4d;
  font-size: 14px;
}

.header_top .pull_right {
  float: right;
}

.header_top .pull_right li {
  float: left;
  margin-left: 5px;
}

.header_top .pull_right i {
  margin-right: 5px;
}

.main_menu .menu.green a:hover {
  color: #50af4d;
}

.slideshow {
  background: #fff;
}

.slideshow .text_zz .button_donate.green a {
  background: #50af4d;
}

.green .slideshow #sync10.owl-theme .owl-prev:hover,
.green .slideshow #sync10.owl-theme .owl-next:hover {
  background: #50af4d;
}

#main #sync10 .item .text_zz .button_donate.green a {
  border: 1px solid #50af4d;
}

.footer-1 .item1 .button_donate.green a {
  border: 1px solid #50af4d;
}

.green .slideshow .text_zz {
  left: 50px;
}

.green #sync10.owl-theme .owl-prev,
.green #sync10.owl-theme .owl-next {
  width: 50px;
  height: 50px;
}

.canyouhelp {
  padding: 70px 0;
  background: #fff;
}

.canyouhelp .title {
  padding-bottom: 60px;
  text-align: center;
}

.canyouhelp .title h3 {
  font-size: 35px;
  text-transform: none;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

.canyouhelp .gsc-column {
  text-align: center;
  margin-bottom: 30px;
}

.canyouhelp .gsc-column span {
  line-height: 210px;
}

.canyouhelp .gsc-column .icon {
  width: 150px;
  height: 150px;
  margin: auto;
  background: #50af4d;
  border-radius: 50%;
}

.canyouhelp .gsc-column .content h4 {
  font-family: "Roboto Slab", sans-serif;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 15px;
  position: relative;
  font-weight: 400;
  font-size: 20px;
  color: #191b1c;
}

.canyouhelp .gsc-column .content .desc {
  font-size: 16px;
}

.canyouhelp .gsc-column .content p {
  font-family: "Roboto", sans-serif;
  margin-bottom: 10px;
  line-height: 26px;
}

.content_box .donate .button_donate a {
  background: #000;
  border-radius: 5px;
}

.content_box .donate .button_donate a:hover {
  background: #fff;
  color: #000 !important;
}

.content_box .donate .button_donate a:after {
  left: 0;
}

.content_box .donate {
  margin-top: 30px;
}

.new .bg_full {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  opacity: 0.1;
  filter: alpha(opacity=10);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  opacity: 1;
  background-size: cover;
}

.new .bg_full img {
  height: 100%;
}

.new .content_box {
  width: 50%;
  float: right;
  background: #50af4d;
  min-height: 600px;
}

#sync11 .owl-nav {
  position: absolute;
  left: 50%;
  bottom: 50px;
  margin-left: 60px;
}

#sync11.owl-theme .owl-prev,
#sync11.owl-theme .owl-next {
  width: 38px;
  height: 38px;
  background: #000;
  opacity: 0.5;
}

#sync11.owl-theme .owl-prev svg,
#sync11.owl-theme .owl-next svg {
  padding: 7px 0;
}

#sync11.owl-theme .owl-prev:hover,
#sync11.owl-theme .owl-next:hover {
  background: #000;
  opacity: 1;
}

.new .content_box .content-inner {
  max-width: 700px;
  padding: 60px;
}

.new .content_box .content-inner .title {
  font-size: 50px;
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-weight: 400;
  line-height: 60px;
  margin-bottom: 30px;
}

.new .content_box .content-inner .title a {
  color: #fff;
}

.new .content_box .content-inner .desc {
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  color: #fff;
  line-height: 32px;
}

.campaigns {
  background-color: #eff1f2;
}

.green .campaigns {
  padding: 70px 0;
}

.campaigns #syncz .item {
  margin-bottom: 30px;
}

.campaigns .owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}

.green .campaigns .title h3 {
  font-size: 35px;
  font-family: "Lato-Bold";
  text-align: center;
  padding-bottom: 60px;
  font-weight: 400;
  padding-top: 0;
}

.campaigns .title b {
  font-weight: 400;
}

.campaigns #syncz .item .z {
  background-color: #fff;
  position: relative;
}

.campaigns #syncz .item .img .img-1 img {
  width: 100%;
}

.campaigns #syncz .item .img {
  position: relative;
}

.campaigns #syncz .item .img .img-2 img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
}

.canyouhelp .gsc-column .icon i {
  color: #fff;
  font-size: 70px;
}

.campaigns #syncz .item .z .ct {
  margin-left: 20px;
  margin-top: 20px;
  padding-right: 20px;
}

.campaigns #syncz .item .z .ct .text_show h3 {
  font-family: "Lato-Bold";
  font-size: 20px;
}

.campaigns #syncz .item .z .ct .text_show p {
  font-family: Roboto;
  font-size: 15px;
  line-height: 25px;
  color: #3b3c3d;
}

.campaigns #syncz .item .z .ct .donate {
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  background: #50af4d;
  z-index: 9;
  margin: 0;
  opacity: 0;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  visibility: hidden;
}

.main_menu ul.sub_menu.sub5 .list-img .img-block a:after {
  content: none;
}

.main_menu ul.sub_menu.sub5 .sub4_menu .video-inner .video-body > a:after {
  content: none;
}

.campaigns #syncz .item .z:hover .ct .donate {
  display: inline;
  top: 100%;
  opacity: 1;
  z-index: 100000;
  visibility: visible;
}

.campaigns #syncz .item .z .ct .donate a {
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  padding: 5px 0;
  background: #50af4d;
}

.campaigns #syncz .item .z .ct .donate a:after {
  display: none;
}

.campaigns #syncz .item .z .ct .donate p {
  float: left;
  margin-left: 20px;
  margin-top: 10px;
  font-family: "Lato-Bold";
  font-size: 14px;
  line-height: 25px;
  color: #3b3c3d;
}

.campaigns #syncz .item .z .ct .raised {
  margin-bottom: 20px;
  display: inline-block;
}

.campaigns #syncz .item .z .ct .raised p {
  font-family: "Lato-Bold";
  font-size: 15px;
  line-height: 25px;
  color: #3b3c3d;
}

.campaigns #syncz .item .z .ct .raised span {
  font-size: 20px;
  color: #2fb6e8;
  font-weight: 500;
}

.campaigns #syncz .item .z .ct .raised b {
  font-size: 20px;
  color: #fbb433;
  font-weight: 500;
}

.campaigns .dot {
  width: 60px;
  margin: auto;
}

.campaigns .dot img {
  padding: 80px 0;
}

.green .campaigns #syncz .item .z .ct .raised b {
  color: #50af4d;
}

.recent.stories .left a {
  background: #50af4d;
  font-size: 12px;
  line-height: 18px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}

.recent.stories .right .item .txt a {
  background: #50af4d;
  font-size: 12px;
  line-height: 18px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}

.weneed {
  padding: 70px 0;
  background-image: url(../images/bg_weneed.jpg);
  background-size: cover;
}

.weneed .content-inner {
  max-width: 600px;
  padding: 30px 15px;
}

.weneed .content .title {
  font-size: 60px;
  padding-bottom: 0;
  font-family: "Roboto", sans-serif;
  margin-bottom: 20px;
  line-height: 66px;
  color: #fff;
  text-transform: capitalize;
  font-weight: normal;
}

.weneed .content .desc p {
  margin-bottom: 10px;
}

.weneed .content .desc {
  color: #fff;
  font-size: 17px;
  line-height: 32px;
  font-family: "Roboto", sans-serif;
}

.weneed .donate {
  margin-top: 40px;
}

.weneed .donate .button_donate a {
  background: #50af4d;
}

.weneed .donate .button_donate a:hover {
  background: #000;
}

.green .footer-1 .item2 b {
  color: #50af4d;
}

.green .footer .button_donate a {
  background: #50af4d;
}

.green .footer-1 .item2 a {
  color: #50af4d;
}

.green .footer-1 .item3 .email p {
  color: #50af4d;
}

.green .footer .copyright .social .social1 i:hover {
  color: #50af4d;
}

.green .footer .copyright .oxy a:hover {
  color: #50af4d;
}

.green .footer .copyright .cpr span {
  color: #50af4d;
}

.green #sync10 .item {
  height: 800px;
  background-size: cover;
}

.green .recent .title h3 {
  font-weight: 400;
}

#sync10 .item {
  /* height: 500px; */
  /* display: block; */
  height: 100vh;
  width: 100vw;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.green .campaigns #syncz .item .z .ct {
  margin-top: 10px;
}

.footer-1 .us1 li:hover {
  color: #50af4d;
}

.footer-1 .us1 li a:hover {
  color: #50af4d;
}

/*-=-=-=-=-*/
/*----Home 3----*/

.home3 .header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background: transparent;
  padding: 0;
  margin-top: 2px;
}

.home3 .meet .title h3 {
  font-weight: 400;
}

.home3 .text_zz .button_donate a:hover {
  color: #000 !important;
}

.home3 .wrap {
  margin-top: 20px;
  padding: 0;
}

.home3 .wrap .logo {
  background: #fbb122;
  text-align: center;
  min-height: 110px;
}

.home3 .wrap .logo a {
  padding: 20px 0;
  display: inline-block;
  max-height: 80px;
}

.home3 .wrap .logo img {
  max-height: 80px;
  width: auto;
}

.home3 .header_top {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  overflow: hidden;
}

.home3 .header_top i {
  color: #fbb122;
  font-size: 14px;
}

.home3 .header_top .pull_left {
  margin-left: 10px;
}

.home3 .header .button_donate a {
  height: 100%;
  line-height: 60px;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  color: #000 !important;
}

.home3 .header .main_menu {
  position: relative;
}

.home3 .header .main_menu .menu a {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.home3 .main_menu .menu > li > a {
  line-height: 1;
  padding: 22px 10px;
}

.home3 .header .main_menu .menu .sub_menu a {
  font-weight: 400;
}

.home3 .header .main_menu .menu i {
  font-size: 12px;
}

.home3 .header .main_menu {
  background-color: #fff;
  height: 60px;
  padding-left: 0;
}

.home3 .header .button_donate {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
}

.home3 .footer {
  background: #f1f3f4;
  color: #1a1c1d;
}

.home3 .footer-1 .us1 a {
  color: #767879;
}

.home3 .footer-1 .us1 a:hover {
  color: #767879 !important;
}

.home3 .footer-1 h3 {
  color: #161718;
  margin: 0;
}

.home3 .footer-1 .us1 li {
  color: #1a1c1d;
}

.home3 .footer-1 .us1 li:hover {
  color: #1a1c1d !important;
}

.home3 .footer-1 .item1 .donate a {
  border: none;
}

.home3 .footer .copyright .social .social1 a {
  color: #000;
}

.home3 .footer .copyright .social .social1:before {
  border-bottom-color: rgba(0, 0, 0, 0.1) !important;
}

.home3 .footer .copyright .social .social1:after {
  border-bottom-color: rgba(0, 0, 0, 0.1) !important;
}

.home3 .footer-1 .item1 input {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.home3 .header .logo a {
  line-height: 1;
}

.home3 .upcoming .image img {
  width: 100%;
}

.home3 .header .logo {
  width: 16.66666667%;
}

.home3 .footer-1 .item1 p {
  color: #767879;
}

.home3 .footer-1 .item3 .pz p {
  color: #767879;
}

.home3 .footer-1 .item3 .email p {
  color: #767879;
}

.home3 .footer-1 .item3 .email i {
  color: #000;
}

.home3 .header .main_menu .menu .sub_menu a {
  text-transform: none;
}

.home3 .footer .copyright .oxy a {
  color: #767879 !important;
}

.home3 .footer .copyright .oxy a:hover {
  color: #767879 !important;
}

.home3 .footer .copyright .oxy a:after {
  background: #767879;
}

.home3 .campaigns .title h3 {
  padding-bottom: 10px;
  font-weight: 400;
}

.home3 .campaigns .title p {
  text-align: center;
  font-size: 20px;
}

.home3 .campaigns .title {
  padding-bottom: 50px;
}

.home3 .recent.stories .left a {
  background-color: #fbb122;
}

.home3 .recent.stories .right .item .txt a {
  background-color: #fbb122;
}

.home3 .recent.stories .right .item .txt a:hover {
  background-color: #000;
}

.home3 .new.yellow .content_box {
  background-color: #fbb122;
}

.contact-info {
  margin: 0;
  padding: 0;
}

.contact-info i {
  font-size: 14px;
  line-height: 28px;
  font-weight: 300;
  margin-right: 15px;
}

.contact-info span {
  color: #767879;
}

.contact-info a {
  color: #767879;
}

.gsc-zz .box-content {
  text-align: center;
  padding: 30px 30px 50px;
}

.gsc-zz .box-content .icon {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #fff;
  display: inline-block;
  -webkit-box-shadow: 3px 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 0 6px rgba(0, 0, 0, 0.2);
}

.gsc-zz {
  padding-bottom: 70px;
  padding-top: 70px;
  background-color: #fff;
}

.gsc-zz .box-content .icon.thumb_up {
  color: #60af5e;
}

.gsc-zz .box-content .icon i {
  font-size: 66px;
  line-height: 150px;
}

.gsc-zz .box-content .icon.local_cafe {
  color: #f4af0a;
}

.gsc-zz .box-content .icon.favorite_border {
  color: #cf6a6a;
}

.gsc-zz .box-content.thumb_up {
  background-color: #60af5e;
}

.gsc-zz .box-content.local_cafe {
  background-color: #f4af0a;
}

.gsc-zz .box-content.favorite_border {
  background-color: #cf6a6a;
}

.gsc-zz .box-content .box-title {
  margin: 25px 0;
  position: relative;
  padding-bottom: 20px;
}

.gsc-zz .box-content .box-title h3 {
  font-size: 32px;
  text-transform: none;
  font-weight: 700;
  color: #fff;
}

.gsc-zz .box-content .box-title h3:after {
  content: "";
  bottom: 0;
  left: 50%;
  margin-left: -22.5px;
  width: 45px;
  border-bottom: 1px dashed #fff;
  position: absolute;
  z-index: 1;
}

.gsc-zz .box-content .content p {
  font-size: 16px;
  line-height: 25px;
  color: #fff;
}

.gsc-zz .box-content .content .link {
  color: #fff;
  font-weight: 400;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  font-size: 20px;
  position: absolute;
  bottom: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 9;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 0 25px;
  line-height: 50px;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.2);
}

.gsc-zz .box-content .content .link .text {
  position: relative;
  z-index: 9;
}

.gsc-zz .box-content .content .link .background {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

.gsc-zz .box-content .content .link .background:hover {
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.gsc-zz .box-content .content .link:hover {
  cursor: pointer;
}

.gsc-zz .box-content .content .link:hover .background {
  background: rgba(0, 0, 0, 0.5);
}

.gsc-zz .gsc-column {
  margin-bottom: 30px;
}

.home3 .footer-1 .item1 .donate a:hover {
  color: #fbb122 !important;
  border: none;
}

.home3 .email3 a {
  color: #767879;
}

.home3 .footer .copyright .cpr span {
  color: #767879;
}

.home3 .footer .copyright .cpr p {
  color: #767879;
}

.home3 .footer-1 .us1 a:hover {
  color: #767879;
}

.home3 .footer .copyright .social .social1 i:hover {
  color: #767879;
}

.home3 .footer-1 .item1 .button_donate a:after {
  content: none;
}

.page_detail
  .list_posts
  .main-content
  .main-content-inner
  .cmp_detail
  .comment {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.video-body .gsc-video-link {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -45px;
  text-align: center;
  width: 100%;
  z-index: 1;
}

.video-body .gsc-video-link .icon-play:hover {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.video-body .gsc-video-link .icon-play {
  background: url(../images/icon-play.png) no-repeat center center transparent;
  width: 85px;
  height: 85px;
  display: inline-block;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

.upcoming {
  padding-bottom: 70px;
  padding-top: 70px;
  background-color: #fff;
}

.upcoming .heading {
  text-align: center;
  padding-bottom: 60px;
}

.upcoming .heading .title {
  font-size: 35px;
  text-transform: none;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

.upcoming .i-gsc-column ul {
  padding: 0;
}

.upcoming .i-gsc-column .event-date {
  display: inline-block;
  background: #28292b;
  color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  padding: 0 15px;
  font-size: 13px;
  line-height: 24px;
}

.upcoming .i-gsc-column .event-title a {
  font-size: 20px;
  color: #fbb122;
  font-weight: 400;
  line-height: 38px;
}

.upcoming .i-gsc-column .event-title {
  margin-top: 5px;
}

.upcoming .i-gsc-column .event-body p {
  line-height: 28px;
  font-size: 15px;
}

.i-gsc-column > ul > li {
  margin: 0 0 30px;
  overflow: hidden;
  list-style-type: none;
}

.footer .copyright .oxy a:last-child:after {
  background: none;
}

.home3 .header .button_donate a:hover {
  color: #fff !important;
}

/*-=-=-home 4-=-=-*/
.home4 .header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  z-index: 99;
  background: rgba(0, 0, 0, 0.4);
  margin-top: 2px;
}

.home4 .main_menu .menu > li > a {
  color: #fff;
}

.home4 .text_zz .button_donate a:hover {
  color: #000 !important;
}

.home4 #sync10.owl-theme .owl-prev:hover,
#sync10.owl-theme .owl-next:hover {
  background-color: #50af4d;
}

.home4 .button_donate.green a {
  background: #8cca4f;
}

.home4 .button_donate.green a:hover {
  background: #000;
}

.home4 .campaigns #sync1 .item .z .ct .raised b {
  color: #8cca4f;
}

.home4 .campaigns .title h3 {
  color: #fff;
}

.home4 .help .left .list-item .item .icon i {
  font-size: 40px;
  color: #8cca4f;
}

.help .left .list-item .item .icon i {
  font-size: 40px;
  color: #fbb122;
}

.home4 .help .title span {
  color: #8cca4f;
}

.home4 .new.grey .content_box {
  background-color: #eff1f2;
}

.home4 .content_box .donate .button_donate a {
  background-color: #8cca4f;
}

.home4 .content_box .donate .button_donate a:hover {
  background-color: #000 !important;
  color: #fff !important;
}

.home4 .new .content_box .content-inner .title {
  color: #000;
}

.home4 .new .content_box .content-inner .title a {
  color: #000;
}

.home4 .new .content_box .content-inner .desc {
  color: #000;
}

.main_menu .menu .sub_menu li a {
  position: relative;
}

.main_menu .menu .sub_menu li a:after {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 1px;
  margin-top: -2px !important;
  z-index: 1;
  background: #54585d;
}

.main_menu .menu .sub_menu li:last-child {
  border: none;
}

.home4_help {
  padding-top: 70px;
  padding-bottom: 70px;
}

.home4_help .gsc-image-content .image img {
  width: 100%;
}

.home4_help .gsc-heading {
  text-align: center;
  padding-bottom: 60px;
}

.home4_help .gsc-heading .title {
  font-weight: 300;
  margin: 0;
  position: relative;
  color: #212325;
  font-size: 35px;
  font-family: "Roboto Slab", sans-serif;
}

.home4_help .gsc-heading .title strong {
  font-weight: 400;
}

.home4_help .gsc-image-content {
  position: relative;
  margin-bottom: 30px;
}

.home4_help .gsc-image-content .content {
  position: absolute;
  padding: 20px 30px 20px;
  background: rgba(0, 0, 0, 0.66);
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}

.home4_help .gsc-image-content .content .title {
  padding: 0;
  margin: 0;
}

.home4_help .gsc-image-content .content .title a {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  font-family: "Roboto Slab", sans-serif;
}

.home4_help .gsc-image-content .content .title a i {
  margin-right: 5px;
  font-size: 30px;
  position: relative;
  top: 7px;
}

.home4_help .gsc-image-content .desc {
  display: none;
}

.home4_help .gsc-image-content .readmore {
  display: none;
}

.home4_help .gsc-image-content:hover .desc {
  display: block;
}

.home4_help .gsc-image-content:hover .readmore {
  display: block;
}

.home4_help .gsc-image-content:hover .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home4_help .gsc-image-content .desc p {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  line-height: 28px;
  color: #fff;
}

.home4_help .gsc-image-content .desc {
  margin-bottom: 10px;
  margin-top: 15px;
}

.home4 .help-haiti {
  padding-bottom: 70px;
  padding-top: 70px;
}

.home4 .help-haiti .gsc-call-to-action .content .title {
  font-weight: 100;
  font-size: 80px;
  position: relative;
  padding-bottom: 45px;
  font-family: "Roboto Slab", sans-serif;
  margin-bottom: 45px;
  color: #fff;
}

.home4 .help-haiti .gsc-call-to-action {
  padding: 150px 0;
  text-align: center;
}

.home4 .help-haiti .gsc-call-to-action .content .title strong {
  color: #8cca4f;
  font-weight: 100;
}

.home4 .help-haiti .gsc-call-to-action .content .title:after {
  content: "";
  width: 100px;
  height: 2px;
  background: #8cca4f !important;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
  z-index: 1;
}

.home4 .help-haiti .gsc-call-to-action .content .desc {
  font-size: 17px;
  line-height: 32px;
  max-width: 730px;
  margin: 0 auto;
}

.home4 .help-haiti .gsc-call-to-action .content .desc p {
  font-size: 17px;
  font-weight: 300;
  line-height: 32px;
  color: #fff;
}

.home4 .help-haiti .gsc-call-to-action .button-action {
  margin-top: 50px;
}

.home4 .global .content .item div {
  background: #eff1f2;
  text-align: center;
  height: 180px;
  position: relative;
}

.home4 .global .content .item {
  padding: 0;
  height: auto;
}

.home4 .global .content .item .bl_image {
  top: 50%;
  left: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}

.home4 .global {
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 30px;
}

.global .content .item .bl_image img {
  display: inline-block;
  max-width: 100%;
}

.global .content .item .bl_image {
  top: 50%;
  left: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}

.home4 .milestone .wrap {
  padding: 0;
}

.home4 .meet .item .text_show h3 a:hover {
  color: #8cca4f !important;
}

.home4 .milestone {
  background: #fff;
  padding-bottom: 70px;
  padding-top: 70px;
}

.home4 .milestone .milestone-number {
  font-size: 35px;
  line-height: 36px;
  font-weight: 600;
  color: #232526;
  margin: 0 0 2px;
}

.home4 .milestone .stone {
  display: block;
  text-align: center;
  float: none;
  width: 100%;
  margin-top: 10px;
}

.home4 .milestone .milestone-text {
  font-size: 16px;
  font-weight: 400;
  color: #232526;
  text-transform: none;
  margin: 0 0 2px;
}

.home4 .instagram .content .item {
  padding: 0;
  margin-bottom: 0;
}

.home4 .instagram .content .item img {
  height: 168px;
}

.home4 .instagram {
  background-color: #eff1f2;
  padding-bottom: 0;
}

.home4 .instagram .content ul {
  padding: 0 !important;
  margin: 0 !important;
}

.home4 .ready {
  background-color: #8cca4f;
  padding-bottom: 30px;
  padding-top: 30px;
}

.home4 .ready .button_donate.green {
  float: right;
}

.home4 .ready .button_donate.green a {
  background-color: #fff;
  color: #8cca4f !important;
}

.home4 .ready .left h3 {
  padding: 0;
  margin: 0;
}

.home5 .main_menu {
  padding-left: 0;
}

.home5 .main_menu .menu > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  line-height: 28px;
}

.home5 .main_menu .menu > li > a:hover {
  background-color: #fff;
  color: #000;
}

.home5 .header {
  background: #1c1d1e;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.home5 .main_menu .menu > li {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.home5 .main_menu .menu > li:first-child {
  border-left: none;
}

.home5 .main_menu .menu > li .seleted {
  background-color: #fff;
  color: #000;
}

.home5 .header .button_donate {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  margin: 0;
}

.home5 .header .button_donate a {
  height: 100%;
  line-height: 48px;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  color: #000 !important;
  background-color: #e43844 !important;
}

.home5 .header .button_donate a:hover {
  background-color: #1c1d1e !important;
  color: #fff !important;
}

.home5 .header_top {
  padding: 30px 0;
}

.home5 .header_top .branding .logo {
  padding-bottom: 20px;
  display: inline-block;
  max-height: 80px;
}

.home5 .header_top .content .text {
  margin-top: 12px;
}

.home5 .header_top .content .text i {
  margin-right: 10px;
  color: #e43844;
}

.home5 .header_top .content .text span {
  font-size: 15px;
  font-weight: 300px;
  line-height: 28px;
}

.home5 .sl-top .text p {
  font-size: "Roboto", sans-serif;
  font-size: 17px;
  line-height: 32px;
  font-weight: 300;
  margin: 0;
}

.home5 .sl-top {
  background-color: #fff;
}

.home5 .sl-top .text .text-theme {
  color: #e43844;
}

.home5 .main_menu .menu.pink .sub_menu {
  border-top: 3px solid #e43844;
}

.home5 .sl-top .social {
  text-align: right;
  line-height: 28px;
}

.home5 .sl-top .social a:last-child {
  margin-right: 0;
}

.home5 .sl-top .social a {
  width: auto;
  color: #191b1c;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  display: inline-block;
  margin: 0 10px 0;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

.home5 .main_menu .menu .sub_menu > li > a:hover {
  color: #e43844;
}

.home5 .campaigns .title h3 {
  padding-bottom: 10px;
  font-weight: 400;
}

.home5 .sub4_menu > li > a:hover {
  color: #e43844;
}

.home5 .campaigns .title p {
  text-align: center;
  font-size: 20px;
}

.home5 .campaigns .title {
  padding-bottom: 50px;
}

.home5 .campaigns #sync1 .item .z .ct .donate a {
  background-color: #e43844;
}

.home5 .campaigns #sync1 .item .z .ct .donate a:hover {
  background-color: #000;
}

.home5 .campaigns #sync1 .item .z .ct .raised b {
  color: #e43844;
}

.home5 .weneed .donate .button_donate a {
  background-color: #e43844;
}

.home5 .weneed .donate .button_donate a:hover {
  background-color: #000;
}

.home5 .upcoming .i-gsc-column .event-title a {
  color: #e43844;
}

.home5 .upcoming .image img {
  width: 100%;
}

.home5 .cmt_text .content_text .text {
  max-width: 1000px;
  margin: 0px auto;
}

.home5 .cmt_text .content_text .text p {
  font-size: 30px;
  line-height: 50px;
  font-weight: 300;
  font-family: Roboto, sans-serif;
}

.home5 .cmt_text {
  padding-top: 70px;
  background-color: #fff;
}

.home5 .step {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fff;
}

.home5 .step .bg-color {
  opacity: 0.9;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 6;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: rgb(228, 56, 68);
}

.home5 .step .bg-color.item1 {
  background: #61ab18;
}

.home5 .step .bg-color.item2 {
  background-color: #b33b87;
}

.home5 .step .bg-color.item3 {
  background: #1a82d9;
}

.home5 .step .bg-color.item4 {
  background: #ea8a00;
}

.home5 .step .bg-color.item5 {
  background: #0b95a5;
}

.home5 .step .bg-color.item6 {
  background: #ecb200;
}

.home5 .step .image-content {
  position: relative;
  margin-bottom: 30px;
  border-radius: 5px;
  overflow: hidden;
}

.home5 .step .image-content .content {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9;
  text-align: center;
  color: rgb(255, 255, 255);
  padding: 40px 30px 30px;
}

.home5 .step .image-content .content .icon i {
  font-size: 55px;
  line-height: 1;
  margin: 0px 0px 20px;
}

.home5 .step .image-content .content .title {
  font-size: 25px;
  font-weight: 500;
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.home5 .step .image-content .content .title a {
  color: #fff;
}

.home5 .step .image-content .content .desc p {
  font-size: 15px;
  font-weight: 300;
  line-height: 28px;
  font-family: Roboto, sans-serif;
}

.home5 .new.pink {
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 70px;
}

.home5 .new.pink .owl-dots {
  margin-top: 45px;
}

.home5 .bg_full-z {
  max-width: 78%;
}

.home5 .campaigns #sync1 .item .z .ct .text_show h3 > a:hover {
  color: #e43844;
}

.home5 .bg_full-z img {
  width: auto;
  display: inline-block;
}

.home5 .new.pink .content_box {
  position: absolute;
  top: 25%;
  right: 0;
  max-width: 500px;
  min-height: auto !important;
  padding: 40px;
  background-color: #e43844;
}

.home5 .new .content_box .content-inner .title {
  font-size: 35px;
  font-weight: 400;
  line-height: 45px;
}

.home5 .new .content_box .content-inner {
  padding: 0;
}

.home5 .footer {
  background-color: #fff;
}

.home5 .footer .footer-1 {
  background-color: #f1f3f4;
}

.home5 .footer-1 .item1 .donate a {
  background-color: #e43844;
  border: none;
}

.home5 .footer-1 .item1 .donate a:hover {
  background-color: #fff;
  color: #e43844 !important;
}

.home5 .footer .copyright .oxy a {
  color: #e43844 !important;
}

.home5 .footer .copyright .oxy a:after {
  background-color: rgba(0, 0, 0, 0.2);
}

.home5 .footer-1 .item1 input {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
}

.home5 .footer-1 .us1 a {
  color: #1a1c1d !important;
  font-weight: 300;
}

.home5 .footer-1 .title h3 {
  color: #161718 !important;
}

.home5 .footer-1 .item1 p {
  color: #1a1c1d;
  font-weight: 300;
}

.home5 .footer-1 .us1 li:hover {
  color: #e43844 !important;
}

.home5 .footer-1 .item3 .social {
  margin-top: 20px;
}

.home5 .footer-1 .item3 .social a {
  width: auto;
  color: #e43844;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  display: inline-block;
  margin: 0 10px 0;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

.home5 .footer-1 .item3 .social a:first-child {
  margin-left: 0;
}

.home5 .footer-1 .item3 .pz p {
  color: #1a1c1d;
  font-weight: 300;
}

.home5 .footer-1 {
  margin-bottom: 10px;
}

.home5 .copyright {
  padding: 10px 0;
}

.home5 .footer .copyright .cpr span {
  color: #e43844;
}

.home5 .footer .copyright .cpr p {
  color: #1a1c1d;
}

.home5 .image-footer img {
  width: 100%;
}

.button_camp {
  margin-bottom: 30px;
  margin-top: 10px;
  text-align: center;
}

.button_camp ul {
  display: inline-block;
}

.button_camp ul > li {
  margin-bottom: 10px;
  float: left;
  line-height: 34px;
}

.button_camp ul > li.selected > a {
  background: #fbb122;
  /* background: #6bb326; */
  color: #fff;
}

.button_camp ul > li > a:hover {
  background: #fbb122;
  color: #fff;
}

.button_camp ul > li > a {
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  background: none;
  font-weight: 700;
  background: #fff;
  color: #000;
  padding: 10px 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  margin-right: 15px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  text-transform: uppercase;
}

.button_camp a {
  font-weight: 700;
  color: #000;
  padding: 8px 18px !important;
  border: none;
  font-size: 13px;
  text-transform: uppercase;
  background: none;
  font-family: "Lato-Bold", sans-serif;
  letter-spacing: 1px;
}

.page_campaigns .campaigns #syncz .item .z .ct .donate a {
  background-color: #fbb433;
}

.page_campaigns .campaigns #syncz .item .z .ct .text_show h3 > a:hover {
  color: #fbb433;
}

.page_campaigns.campaigns_list .campaigns .item .z .ct .text_show h3 > a {
  color: #000;
}

.page_campaigns.campaigns_list .campaigns .item .z .ct .text_show h3 > a:hover {
  color: #fbb433;
  cursor: pointer;
}

.bg_full_cp .bg_full .content {
  padding-top: 70px;
  padding-bottom: 70px;
}

.bg_full_cp .bg_full .content .ct {
  padding: 70px 0 100px;
  max-width: 920px;
  text-align: center;
  margin: auto;
}

.bg_full_cp .bg_full .content .title {
  font-size: 60px;
  text-transform: none;
  font-weight: 100;
  font-family: "Roboto Slab", sans-serif;
  line-height: 79px;
  padding-bottom: 10px;
  color: #fff;
  position: relative;
}

.bg_full_cp .bg_full .content .title:after {
  content: "";
  width: 100px;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
  z-index: 1;
}

.page_campaigns .header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  z-index: 99;
  background: rgba(0, 0, 0, 0.4);
  margin-top: 2px;
}

.page_campaigns .main_menu .menu > li > a {
  color: #fff;
}

.page_campaigns .main_menu .menu > li > a:hover {
  color: #fbb122;
}

.page_campaigns .main_menu .menu > li.selected > a {
  color: #fbb122;
}

.page_campaigns.campaigns_list .campaigns .z {
  margin-bottom: 30px;
  padding: 20px;
  background: #fff;
  overflow: hidden;
}

.page_campaigns.campaigns_list .campaigns .z .img {
  width: 35%;
  float: left;
  position: relative;
}

.page_campaigns.campaigns_list .campaigns .z .img .img-2 img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
}

.home3 .weneed .donate .button_donate a {
  background-color: #fbb122;
}

.home3 .weneed .donate .button_donate a:hover {
  background-color: #000;
}

.home4 .instagram .title a {
  color: #8cca4f;
  border-bottom-color: #8cca4f;
}

.home4 .footer-1 .item2 b {
  color: #8cca4f;
}

.home4 .footer-1 .item2 a {
  color: #8cca4f;
}

.home4 .footer-1 .item3 .email p {
  color: #8cca4f;
}

.home4 .footer .copyright .social .social1 i:hover {
  color: #8cca4f;
}

.home4 .footer .copyright .oxy a:hover {
  color: #8cca4f;
}

.home4 .footer .copyright .cpr span {
  color: #8cca4f;
}

.home4 .button_donate.green a {
  border: none;
}

.home4 .button_donate.green a:hover {
  background-color: #fff;
  color: #000;
}

.page_campaigns.campaigns_list .campaigns .z .ct {
  width: 65%;
  float: left;
  padding: 0 0 0 45px;
}

.page_campaigns.campaigns_list .campaigns .item .z .ct .text_show h3 {
  font-family: "Roboto Slab", sans-serif;
  font-size: 20px;
}

.page_campaigns.campaigns_list .campaigns .item .z .ct .text_show p {
  font-family: "Roboto Slab", sans-serif;
  font-size: 15px;
  line-height: 25px;
  color: #3b3c3d;
}

.page_campaigns.campaigns_list .campaigns .item .z .ct .donate p {
  float: left;
  margin-left: 20px;
  margin-top: 10px;
  font-family: "Roboto Slab", sans-serif;
  font-size: 14px;
  line-height: 25px;
  color: #3b3c3d;
}

.page_campaigns.campaigns_list .campaigns .item .z .ct .donate {
  overflow: hidden;
  margin: 20px 0;
}

.page_campaigns.campaigns_list .campaigns .item .z .ct .donate a {
  float: left;
}

.page_campaigns.campaigns_list .campaigns .item .z .ct .raised p {
  font-family: "Roboto Slab", sans-serif;
  font-size: 15px;
  line-height: 25px;
  color: #3b3c3d;
}

.page_campaigns.campaigns_list .campaigns .item .z .ct .raised span {
  font-size: 20px;
  color: #2fb6e8;
  font-weight: 500;
}

.page_campaigns.campaigns_list .campaigns .item .z .ct .raised b {
  font-size: 20px;
  color: #fbb433;
  font-weight: 500;
}

.page_campaigns.campaigns_list .campaigns .item .img .img-1 img {
  width: 100%;
}

.bg_full_cp .bg_full {
  padding: 40px 0 30px;
  margin-bottom: 45px;
  position: relative;
  min-height: 550px;
  background-size: cover;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
}

.page_title {
  font-size: 48px;
  position: absolute;
  font-weight: 100;
  top: 40%;
  padding-bottom: 15px;
  font-family: "Roboto Slab", sans-serif;
  color: #fff;
}

.page_title:after {
  content: "";
  width: 100px;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.breadcrumb-links {
  position: absolute;
  bottom: 40px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 26px;
}

.breadcrumb-links a {
  color: #fff;
}

.breadcrumb-links a:hover {
  color: #bbbbbb;
}

.blogs_grid {
  background-color: #fff;
}

.blogs_grid .post-block .post-image img {
  width: 100%;
}

.blogs_grid .post-block .post-content {
  background: #fff;
  position: relative;
  border-top: 0;
  padding: 20px;
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-top: none;
}

.blogs_grid .post-block {
  margin: 0 0 30px;
  background: #fff;
  text-align: left;
}

.page_blog .header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  z-index: 99;
  background: rgba(0, 0, 0, 0.4);
  margin-top: 2px;
}

.page_blog .main_menu .menu > li > a {
  color: #fff;
}

.page_blog .bg_full_cp .bg_full {
  background-color: #fff;
}

.page_blog .main_menu .menu > li.selected > a {
  color: #fbb122;
}

.blogs_grid .post-block .post-content .post-title {
  padding: 5px 0;
  margin-bottom: 5px;
}

.blogs_grid .post-block .post-content .post-title a {
  font-family: "Lato-Bold", sans-serif;
  font-size: 20px;
  display: block;
  line-height: 24px;
  font-weight: 500;
  color: #000;
  text-transform: none;
  word-wrap: break-word;
}

.blogs_grid .post-block .post-content .post-meta a {
  font-weight: 400;
  color: #fbb122;
  display: inline-block;
  padding: 0;
  margin-right: 5px;
  text-transform: none;
  font-size: 12px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  letter-spacing: 1px;
  line-height: 1.5;
}

.blogs_grid .post-block .post-content .post-meta {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  margin-top: 5px;
  letter-spacing: 1px;
}

.blogs_grid .post-block .post-content .post-body {
  margin-top: 20px;
}

.blogs_grid .post-block .post-content .post-body p {
  margin-top: 10px;
  line-height: 30px;
  font-family: "Lato-Medium", sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.blogs_grid .post-block .post-content .post-body ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px;
}

.blogs_grid .post-block .post-content .post-body ol {
  display: block;
  list-style-type: decimal;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px;
}

.blogs_grid .post-block .post-content .post-title a:hover {
  color: #fbb122;
}

.pager li > a {
  border-radius: 0 !important;
  color: #000;
  font-size: 15px;
  font-weight: 300;
  line-height: 28px;
  font-family: "Roboto", sans-serif;
}

.pager li > a:hover {
  background-color: #ddd;
  color: #fbb122;
}

.pager li.selected > a {
  background-color: #ddd;
  color: #fbb122;
}

.pages_item .header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  z-index: 99;
  background: rgba(0, 0, 0, 0.4);
  margin-top: 2px;
}

.pages_item .main_menu .menu > li > a {
  color: #fff;
}

.pages_item .main_menu .menu > li > a:hover {
  color: #fbb122;
}

.page_event .event .item {
  padding-bottom: 35px;
}

.page_event .event .event-block .event-image img {
  width: 100%;
}

.page_event .bg_full_cp .bg_full {
  margin-bottom: 0;
}

.page_event .event {
  padding-top: 45px;
  background-color: #eff1f2;
  padding-bottom: 50px;
}

.page_event .event .event-block .event-content {
  background: #fff;
  position: relative;
  top: -30px;
  margin-left: 30px;
  right: 0;
  z-index: 9;
  padding: 20px 30px 30px;
}

.page_event .event .event-block .event-content .event-title a {
  font-size: 20px;
  font-family: "Roboto Slab", sans-serif;
  line-height: 38px;
  color: #000;
  font-weight: 300;
}

.page_event .event .event-block .event-content .event-body {
  margin-top: 10px;
}

.page_event .event .event-block .event-content .event-body p {
  font-size: 15px;
  font-weight: 300;
  line-height: 28px;
  font-family: "Roboto", sans-serif;
}

.page_event .event .event-block .event-content .readmore {
  margin: 10px 0;
  display: inline-block;
}

.page_event .event .event-block .event-content .readmore a {
  font-size: 18px;
  font-weight: 600;
  color: #fbb122;
  font-family: "Roboto Slab", sans-serif;
}

.page_event .event .event-block .event-content .event-footer {
  margin-top: 15px;
  display: inline-block;
  width: 100%;
}

.page_event .event .event-block .event-content .event-footer .event-address {
  width: 50%;
  float: left;
  font-size: 15px;
}

.page_event .event .event-block .event-content .event-footer .event-date {
  width: 50%;
  float: left;
  font-size: 15px;
}

.page_event .event .event-block .event-content .event-footer i {
  color: #fbb122;
  width: 15px;
}

.page_event
  .event
  .event-block
  .event-content
  .event-footer
  .event-address
  span,
.page_event .event .event-block .event-content .event-footer .event-date span {
  font-size: 15px;
  font-weight: 300;
  line-height: 28px;
  font-family: "Lato-Bold", sans-serif;
}

.page_event .event .event-block .event-content .event-title a:hover {
  color: #fbb122;
}

.main_menu .menu > li.selected > a {
  /* color: #fbb122;6bb326 */
  color: #6bb326;
}

.page_list_posts .list_posts .item {
  overflow: hidden;
  margin-bottom: 30px;
  padding-bottom: 40px;
}

.page_list_posts .list_posts .post-block .post-image img {
  width: 100%;
}

.page_list_posts .list_posts .post-block .post-image {
  width: 100%;
  float: left;
}

.page_list_posts .list_posts .post-block .post-content {
  width: 100%;
  float: left;
  padding-left: 0px;
  padding-top: 30px;
}

.page_list_posts
  .list_posts
  .post-block
  .post-content
  .post-title
  .post-view-count {
  font-family: "Lato-Medium";
  font-size: 12px;
  float: right;
  color: #fbb122;
  padding-top: 10px;
}

.page_list_posts .post-block .post-content .post-title a {
  font-family: "Lato-Bold", sans-serif;
  font-size: 20px;
  display: block;
  line-height: 24px;
  font-weight: 500;
  color: #000;
  text-transform: none;
  word-wrap: break-word;
}

.page_list_posts .post-block .post-content .post-meta a {
  font-weight: 400;
  color: #fbb122;
  display: inline-block;
  padding: 0;
  margin-right: 5px;
  text-transform: none;
  font-size: 12px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  letter-spacing: 1px;
  line-height: 1.5;
}

.page_list_posts .post-block .post-content .post-meta {
  font-family: "Lato-Bold", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  margin-top: 5px;
  letter-spacing: 1px;
}

.page_list_posts .post-block .post-content .post-body {
  margin-top: 15px;
  padding-bottom: 35px;
}

.page_list_posts .post-block .post-content .post-body p {
  margin-top: 10px;
  line-height: 30px;
  font-family: "Lato-Medium", sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.page_list_posts .post-block .post-content .post-body p > strong {
  font-weight: bold;
}

.page_list_posts .post-block .post-content .post-body ul,
li {
  font-family: "Lato-Medium", sans-serif;
  font-size: 15px;
  font-weight: 300;
  padding-top: 10px;
}

.page_list_posts .post-block .post-content .post-title a:hover {
  /* color: #fbb122; */
  color: #aacc05;
}

.page_list_posts .recent_posts .content.block-content ul {
  margin: 0;
  padding: 0;
}

.page_list_posts .recent_posts .content.block-content ul > li {
  overflow: hidden;
  margin-bottom: 30px;
  list-style: none;
}

.page_list_posts .recent_posts .content.block-content .post-image {
  width: 80px;
  height: auto;
}

.sidebar-right.sidebar .sidebar-inner {
  padding-top: 60px;
}

.page_list_posts
  .recent_posts
  .content.block-content
  .post-content
  .post-title
  a {
  font-size: 15px;
  margin-top: -5px;
  font-family: "Roboto", sans-serif;
  text-transform: none;
  line-height: 22px;
}

.page_list_posts
  .list_posts
  .sidebar-right.sidebar
  .recent_posts
  .post-block
  .post-content {
  padding-left: 95px;
  float: none;
  width: 100%;
}

.page_list_posts
  .list_posts
  .sidebar-right.sidebar
  .sidebar-inner
  .block-title
  span {
  display: inline-block;
  font-size: 20px;
  text-transform: none;
  position: relative;
  color: #000;
  padding: 0 0 15px;
  font-family: "Lato-Bold", sans-serif;
  z-index: 9;
}

.page_list_posts
  .list_posts
  .sidebar-right.sidebar
  .sidebar-inner
  .recent_posts {
  margin-bottom: 40px;
}

.page_list_posts .list_posts .sidebar-right.sidebar .sidebar-inner .categories {
  margin-bottom: 40px;
}

.page_list_posts
  .list_posts
  .sidebar-right.sidebar
  .sidebar-inner
  .categories
  .content.block-content
  ul {
  padding: 0;
  margin: 0;
}

.page_list_posts
  .list_posts
  .sidebar-right.sidebar
  .sidebar-inner
  .categories
  .content.block-content
  ul
  li
  a {
  padding: 10px 10px 10px 20px;
  display: block;
  border: 1px solid #eeeeee;
  background: #f6f6f6;
  text-transform: none;
  font-size: 14px;
  overflow: hidden;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  position: relative;
  font-family: "Lato-Bold", sans-serif;
  font-weight: 400;
  color: #000;
}

.page_list_posts
  .list_posts
  .sidebar-right.sidebar
  .sidebar-inner
  .categories
  .content.block-content
  ul
  li {
  border: none;
  margin: 0 0 10px !important;
  padding: 0 !important;
  border: none !important;
}

.page_list_posts
  .list_posts
  .sidebar-right.sidebar
  .sidebar-inner
  .categories
  .content.block-content
  ul
  li
  a:after {
  content: "\f178";
  position: absolute;
  top: 10px;
  left: -20px;
  font-family: "FontAwesome";
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  /* color: #fbb122; */
  color: #aacc05;
}

.page_list_posts
  .list_posts
  .sidebar-right.sidebar
  .sidebar-inner
  .categories
  .content.block-content
  ul
  li
  a:hover:after {
  visibility: visible;
  opacity: 1;
  z-index: 10;
  left: 20px;
}

.page_list_posts
  .list_posts
  .sidebar-right.sidebar
  .sidebar-inner
  .categories
  .content.block-content
  ul
  li
  a:hover {
  /* color: #fbb122; */
  color: #aacc05;
  padding-left: 40px;
}

.page_list_posts .list_posts .sidebar-right.sidebar .tags a {
  /* background: #fbb122; */
  background: #aacc05;
  font-weight: 400;
  color: #fff;
  padding: 5px 6px;
  overflow: hidden;
  font-family: "Lato-Bold", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  display: inline-block;
}

.page_list_posts .list_posts .sidebar-right.sidebar .tags a:hover {
  /* color: #fbb122; */
  color: #aacc05;
  background: #f5f5f5;
}

.page_list_posts .list_posts .sidebar-right.sidebar .tags ul {
  padding: 0;
  margin: 0;
}

.page_list_posts .list_posts .sidebar-right.sidebar .tags ul li {
  margin-bottom: 5px;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.page_about .item-1 img {
  display: inline-block !important;
  width: auto !important;
}

.page_about .item-1 .item {
  text-align: center;
}

.tt_images {
  background-color: #eff1f2;
}

.tt_images .item .content_block {
  margin-top: -80px;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 40px 20px;
}

.tt_images .item .content_block p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  color: #232526;
  margin: 0;
  padding: 0;
}

.tt_images .item .content_block span {
  font-size: 60px;
  line-height: 1;
}

.tt_images .item .content_block h3 {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  margin: 0;
  padding: 0;
}

.page_event .event .event-block .event-content .readmore a:hover {
  color: #000;
}

body.page_list_posts.page_detail.pages_item {
  background-color: #eff1f2;
}

.page_detail .list_posts .main-content .main-content-inner {
  background: #fff;
  padding: 30px;
}

.page_detail .list_posts .main-content .main-content-inner .cmp_detail {
  padding-bottom: 0px;
}

.page_detail .list_posts .main-content .main-content-inner .cmp_detail img {
  width: 100%;
}

.page_detail
  .list_posts
  .main-content
  .main-content-inner
  .cmp_detail
  .type-camp {
  padding-top: 20px;
  padding-bottom: 20px;
}

.page_detail
  .list_posts
  .main-content
  .main-content-inner
  .cmp_detail
  .type-camp
  .camp_79 {
  margin-bottom: 28px;
}

.page_detail
  .list_posts
  .main-content
  .main-content-inner
  .cmp_detail
  .type-camp
  .raised
  p {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 28px;
}

.page_detail
  .list_posts
  .main-content
  .main-content-inner
  .cmp_detail
  .type-camp
  .raised
  span {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 38px;
  color: #1db3e7;
}

.page_detail
  .list_posts
  .main-content
  .main-content-inner
  .cmp_detail
  .type-camp
  .raised
  b {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 38px;
  color: #fbb122;
}

.page_detail
  .list_posts
  .main-content
  .main-content-inner
  .cmp_detail
  .type-camp
  .day_left
  p {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 28px;
  margin-top: 6px;
}

.page_detail
  .list_posts
  .main-content
  .main-content-inner
  .cmp_detail
  .content
  .post_title {
  font-size: 30px;
  font-family: "Roboto", sans-serif;
  line-height: 33px;
  font-weight: 300;
  margin-top: 5px;
  text-transform: capitalize;
}

.page_detail
  .list_posts
  .main-content
  .main-content-inner
  .cmp_detail
  .content
  .post_content
  p {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 28px;
}

.page_detail
  .list_posts
  .main-content
  .main-content-inner
  .cmp_detail
  .content
  .post-categories {
  display: inline-block;
  margin-top: 20px;
}

.page_detail
  .list_posts
  .main-content
  .main-content-inner
  .cmp_detail
  .content
  .post-categories
  .fild_button {
  padding: 2px 20px;
  background: #f5f5f5;
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  float: left;
  margin-right: 15px;
}

.page_detail
  .list_posts
  .main-content
  .main-content-inner
  .cmp_detail
  .content
  .post-categories
  .fild_button
  a {
  line-height: 28px;
  font-weight: 400;
  font-family: "Roboto Slab", sans-serif;
  color: #000;
}

.page_detail
  .list_posts
  .main-content
  .main-content-inner
  .cmp_detail
  .content
  .post-categories
  .fild_button
  a:hover {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  color: #fbb122;
}

.page_detail
  .list_posts
  .main-content
  .main-content-inner
  .cmp_detail
  .comment {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.page_detail
  .list_posts
  .main-content
  .main-content-inner
  .cmp_detail
  .comment
  .list-comment
  h2 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: "Roboto Slab", sans-serif;
}

.page_detail
  .list_posts
  .main-content
  .main-content-inner
  .cmp_detail
  .comment
  .comment_item.sub_item {
  padding-left: 100px;
}

.page_detail
  .list_posts
  .main-content
  .main-content-inner
  .cmp_detail
  .comment
  .comment_item
  .cmt_profile
  .bl_icon
  i.fa.fa-user {
  position: absolute;
  font-size: 20px;
  top: 50%;
  margin-top: -10px;
  left: 50%;
  margin-left: -7px;
  color: #fff;
}

.page_detail
  .list_posts
  .main-content
  .main-content-inner
  .cmp_detail
  .comment
  .comment_item
  .cmt_profile
  .bl_icon {
  width: 60px;
  height: 60px;
  background: #c5c5c7;
  border-radius: 50%;
}

.page_detail
  .list_posts
  .main-content
  .main-content-inner
  .cmp_detail
  .comment
  .comment_item
  .cmt_profile {
  width: 70px;
  height: 70px;
  float: left;
  padding: 4px;
  border: 1px solid #c5c5c7;
  border-radius: 50%;
  position: relative;
}

.page_detail
  .list_posts
  .main-content
  .main-content-inner
  .cmp_detail
  .comment
  .comment_item
  .content_cmt {
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
  padding-bottom: 20px;
}

.page_detail
  .list_posts
  .main-content
  .main-content-inner
  .cmp_detail
  .comment
  .comment_item
  .content_cmt
  .cmt-content {
  padding-left: 100px;
}

.page_detail
  .list_posts
  .main-content
  .main-content-inner
  .cmp_detail
  .comment
  .comment_item
  .content_cmt
  h3.cmt_title {
  font-family: "Roboto", sans-serif;
  color: #fbb122;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.page_detail
  .list_posts
  .main-content
  .main-content-inner
  .cmp_detail
  .comment
  .comment_item
  .content_cmt
  .cmt_time {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #d2d2d2;
}

.page_detail
  .list_posts
  .main-content
  .main-content-inner
  .cmp_detail
  .comment
  .comment_item
  .content_cmt
  .text {
  margin-top: 10px;
}

.page_detail
  .list_posts
  .main-content
  .main-content-inner
  .cmp_detail
  .comment
  .comment_item
  .content_cmt
  .text
  p {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 26px;
}

.page_detail
  .list_posts
  .main-content
  .main-content-inner
  .cmp_detail
  .comment
  .single_comment {
  padding-top: 20px;
}

.page_detail
  .list_posts
  .main-content
  .main-content-inner
  .cmp_detail
  .comment
  .comment_item
  .content_cmt
  a.btn_rep {
  color: #fff;
  padding: 5px 10px;
  background: #fbb122;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 10px;
  display: inline-block;
}

.page_detail
  .list_posts
  .main-content
  .main-content-inner
  .cmp_detail
  .form_comment {
  padding-top: 30px;
}

.page_detail
  .list_posts
  .main-content
  .main-content-inner
  .cmp_detail
  .form_comment
  .title_cmt {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: "Roboto Slab", sans-serif;
}

.page_detail
  .list_posts
  .main-content
  .main-content-inner
  .cmp_detail
  .form_comment
  .f_cmt {
  padding-top: 10px;
  padding-bottom: 10px;
}

.page_detail
  .list_posts
  .main-content
  .main-content-inner
  .cmp_detail
  .form_comment
  .f_cmt
  input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}

.page_detail
  .list_posts
  .main-content
  .main-content-inner
  .cmp_detail
  .form_comment
  .f_cmt
  input:focus {
  outline: none;
}

.page_detail
  .list_posts
  .main-content
  .main-content-inner
  .cmp_detail
  .form_comment
  .f_cmt
  input::placeholder {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.page_detail
  .list_posts
  .main-content
  .main-content-inner
  .cmp_detail
  .form_comment
  .f_cmt
  textarea::placeholder {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.page_detail
  .list_posts
  .main-content
  .main-content-inner
  .cmp_detail
  .form_comment
  .cmt_text {
  padding-top: 20px;
}

.page_detail
  .list_posts
  .main-content
  .main-content-inner
  .cmp_detail
  .form_comment
  .cmt_text
  textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  height: 200px;
}

.page_detail
  .list_posts
  .main-content
  .main-content-inner
  .cmp_detail
  .form_comment
  .cmt_text
  textarea:focus {
  outline: none;
}

.page_detail
  .list_posts
  .main-content
  .main-content-inner
  .cmp_detail
  .form_comment
  .btn_post {
  margin-top: 20px;
}

.page_detail
  .list_posts
  .main-content
  .main-content-inner
  .cmp_detail
  .form_comment
  .btn_post
  a {
  color: #fff;
  padding: 10px 20px;
  background: #fbb122;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  position: relative;
  padding-right: 40px;
}

.page_detail
  .list_posts
  .main-content
  .main-content-inner
  .cmp_detail
  .form_comment
  .btn_post
  a:after {
  content: "\f178";
  position: absolute;
  top: 50%;
  right: 0;
  font-family: "FontAwesome";
  font-size: 14px;
  margin-top: -7px;
  padding-right: 20px;
}

.page_detail
  .list_posts
  .main-content
  .main-content-inner
  .cmp_detail
  .form_comment
  .btn_post
  a:hover {
  color: #fbb122;
  background: #f5f5f5;
}

body.page_list_posts.page_detail.pages_item .list_posts {
  padding-bottom: 70px;
}

body.page_list_posts.page_detail.pages_item .sidebar-inner .related_camp {
  padding: 30px;
  background-color: #fff;
}

body.page_list_posts.page_detail.pages_item
  .sidebar-inner
  .related_camp
  .z
  .img {
  position: relative;
}

body.page_list_posts.page_detail.pages_item
  .sidebar-inner
  .related_camp
  .z
  .img
  img {
  width: 100%;
}

body.page_list_posts.page_detail.pages_item
  .sidebar-inner
  .related_camp
  .z
  .img
  .img-2
  img {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: -10px;
}

body.page_list_posts.page_detail.pages_item
  .sidebar-inner
  .related_camp
  .title {
  display: inline-block;
  font-size: 20px;
  text-transform: none;
  position: relative;
  color: #000;
  padding: 0 0 15px;
  font-family: "Roboto Slab", sans-serif;
  z-index: 9;
  margin: 0;
}

body.page_list_posts.page_detail.pages_item
  .sidebar-inner
  .related_camp
  .z
  .ct
  .text_show
  a {
  font-size: 20px;
  font-family: "Roboto Slab", sans-serif;
  color: #000;
}

body.page_list_posts.page_detail.pages_item
  .sidebar-inner
  .related_camp
  .z
  .ct
  .text_show
  a:hover {
  color: #fbb122;
}

body.page_list_posts.page_detail.pages_item
  .sidebar-inner
  .related_camp
  .z
  .ct
  .text_show
  p {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 28px;
}

.home5 .campaigns #sync1 .item .img .img-2 img {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: -9px;
  margin-left: 0;
}

.home5 .campaigns #sync1 .item .img img {
  width: 100%;
}

.home3 .campaigns #sync1 .item .img .img-2 img {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: -9px;
  margin-left: 0;
}

.home3 .campaigns #sync1 .item .img img {
  width: 100%;
}

body.page_blog_detail.page_list_posts.pages_item
  .list_posts
  .cmp_detail
  .post-block
  .post-image {
  width: 100%;
  float: none;
  margin-bottom: 10px;
}

body.page_blog_detail.page_list_posts.pages_item
  .list_posts
  .cmp_detail
  .post-block
  .post-content {
  width: 100%;
  float: none;
  padding-left: 0;
}

.page_list_posts
  .list_posts
  .sidebar-right.sidebar
  .sidebar-inner
  .cmp_detail
  .block-title {
  margin: 0;
}

body.page_blog_detail.page_list_posts.pages_item
  .cmp_detail
  .post-block
  .post-content
  .post-title
  a {
  font-size: 24px;
  font-weight: normal;
  line-height: 26px;
}

body.page_blog_detail.page_list_posts.pages_item
  .cmp_detail
  .post-block
  .post-content
  .post-title {
  padding: 5px 0;
}

body.page_blog_detail.page_list_posts.pages_item
  .cmp_detail
  .post-block
  .post-content
  .post-body
  li {
  font-family: "Lato-Medium", sans-serif;
  font-size: 15px;
  font-weight: 300;
}

body.page_campaigns.campaigns_list.pages_item .bg_full_cp .bg_full {
  margin-bottom: 0;
}

body.page_campaigns.pages_item .bg_full_cp .bg_full {
  margin-bottom: 0;
}

body.page_blog_detail.page_list_posts.pages_item.page_detail {
  background-color: #fff;
}

body.page_shop.pages_item .bg_full_cp .bg_full {
  margin-bottom: 0;
}

.page_shop.pages_item .shop {
  padding-top: 70px;
  padding-bottom: 70px;
}

.page_shop.pages_item .shop .item_product {
  margin-bottom: 30px;
}

.page_shop.pages_item .shop .item_product .image_cart {
  position: relative;
}

.page_shop.pages_item .shop .item_product .image_cart img {
  width: 100%;
}

.page_shop.pages_item .shop .item_product .image_cart .image_hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  display: none;
  height: 100%;
}

.page_shop.pages_item .shop .item_product .image_cart .icon_hover {
  line-height: 1;
  margin-top: 40%;
}

.page_shop.pages_item .shop .item_product .image_cart .icon_hover a {
  font-size: 15px;
  padding: 10px;
  margin: 0 2px;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #000;
  border-radius: 3px;
}

.page_shop.pages_item .shop .item_product .image_cart .icon_hover a:hover {
  background-color: #fbb122;
  color: #fff;
  cursor: pointer;
  border: 1px solid #fbb122;
}

.page_shop.pages_item .shop .item_product .image_cart .star_shop {
  margin-top: 30px;
}

.page_shop.pages_item .shop .item_product .image_cart .star_shop img {
  width: inherit;
}

.page_shop.pages_item .shop .item_product .image_cart:hover .image_hover {
  display: inline-block;
  cursor: pointer;
}

.page_shop.pages_item .shop .item_product .content_cart {
  text-align: center;
}

.page_shop.pages_item .shop .item_product .content_cart .title a {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 28px;
  color: #000;
  position: relative;
  padding-bottom: 10px;
}

.page_shop.pages_item .shop .item_product .content_cart .title a:hover {
  color: #fbb122;
}

.page_shop.pages_item .shop .item_product .content_cart .title a:after {
  position: absolute;
  width: 100px;
  height: 1px;
  content: "";
  border-bottom: 1px solid #ccc;
  left: 50%;
  margin-left: -50px;
  bottom: 0;
}

.page_shop.pages_item .shop .item_product .price span {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  color: #fbb122;
}

.page_shop.pages_item .shop .pager {
  margin-top: 30px;
}

.pager .pager-item {
  padding: 0;
}

body.page_shop.pages_item .shop .sitebar .title {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

body.page_shop.pages_item .shop .sitebar .categories ul {
  padding: 0;
  margin: 0;
}

body.page_shop.pages_item .shop .sitebar .categories ul li a {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 28px;
  color: #000;
}

body.page_shop.pages_item .shop .sitebar .categories ul li a:hover {
  color: #fbb122;
  text-decoration: underline !important;
}

body.page_shop.pages_item .shop .sitebar .by_price img {
  width: 100%;
}

body.page_shop.pages_item .shop .sitebar .by_price .price .cc {
  margin-top: 10px;
}

body.page_shop.pages_item .shop .sitebar .by_price .price .cc p {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
  color: #000;
}

body.page_shop.pages_item .shop .sitebar .by_price .price .cc span {
  font-weight: 500;
}

.page_shop.pages_item .shop .sitebar .image_cart .image_i {
  width: 80px;
  float: left;
}

.page_shop.pages_item .shop .sitebar .custom_blogs p {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 28px;
  color: #000;
}

.page_shop.pages_item
  .shop
  .sitebar
  .item_product
  .content_cart
  .title
  a:after {
  content: none;
}

.page_shop.pages_item .shop .sitebar .item_product .content_cart .title a {
  padding-bottom: 0;
}

.page_shop.pages_item .shop .sitebar .item_product .content_cart .title {
  margin: 0;
  padding: 0;
}

.page_shop.pages_item .shop .sitebar .item_product .price span {
  color: red;
}

.page_shop.pages_item .shop .description #tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3 {
  display: block;
}

.page_shop.pages_item .shop .description section {
  display: none;
  border: 1px solid #ccc;
  padding: 20px;
}

.page_shop.pages_item .shop .description input:checked + label {
  border-bottom: 1px solid #fff;
  color: #fbb122;
  border-top: 2px solid #fbb122;
}

.page_shop.pages_item .shop .description label {
  padding: 10px 20px;
  border: 1px solid #ccc;
  margin-bottom: -1px;
  font-family: "Roboto slab", sans-serif;
  font-weight: 600;
  font-size: 16px;
}

.page_shop.pages_item .shop .description input {
  display: none;
}

.product_detail_page .shop .product_detail .product_media {
  width: 50%;
  float: left;
  margin-bottom: 50px;
}

.product_detail_page .shop .product_detail .product_content {
  width: 50%;
  float: left;
  padding-left: 30px;
  margin-bottom: 50px;
}

.product_detail_page .shop .product_detail .img_detail img {
  width: 100%;
  border: 2px solid #ccc;
}

.product_detail_page .shop .product_detail .small_thumb {
  margin-top: 10px;
}

.product_detail_page .shop .product_detail .small_thumb img {
  border: 2px solid #ccc;
  width: 100%;
}

.product_detail_page .shop .product_detail .small_thumb .item {
  width: 25%;
  float: left;
  padding: 0 5px;
}

.product_detail_page .shop .product_detail .small_thumb .item.selected img {
  border: 2px solid #fbb122;
}

.product_detail_page .shop .product_detail .small_thumb .item:last-child {
  padding-right: 0;
}

.product_detail_page .shop .product_detail .small_thumb .item:first-child {
  padding-left: 0;
}

.product_detail_page .shop .product_detail .product_content .product_title {
  margin: 0;
  font-family: "Roboto slab", sans-serif;
  font-size: 35px;
  font-weight: 300;
  line-height: 28px;
}

.product_detail_page .shop .product_detail .product_content .product_meta {
  margin: 20px 0;
}

.product_detail_page .shop .product_detail .product_content .product_price {
  padding-bottom: 20px;
}

.product_detail_page
  .shop
  .product_detail
  .product_content
  .product_price
  span {
  font-size: 25px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}

.product_detail_page .shop .product_detail .product_content .text_detail p {
  font-size: 15px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  line-height: 28px;
}

.product_detail_page .shop .product_detail .product_content .color {
  padding-bottom: 20px;
  padding-top: 10px;
}

.product_detail_page .shop .product_detail .product_content .color label {
  font-size: 15px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  line-height: 28px;
  padding-right: 15px;
}

.product_detail_page .shop .product_detail .product_content .color select {
  padding: 3px 20px 3px 5px;
  border-radius: 3px;
}

.product_detail_page
  .shop
  .product_detail
  .product_content
  .add_to_cart
  select {
  padding: 5px 20px 5px 5px;
  border-radius: 3px;
}

.product_detail_page
  .shop
  .product_detail
  .product_content
  .add_to_cart
  a.icon.add-cart {
  padding: 5px 10px;
  background-color: #fbb122;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  line-height: 28px;
  padding-right: 15px;
  border-radius: 3px;
  border-color: #fbb122;
  margin-left: 5px;
}

.product_detail_page
  .shop
  .product_detail
  .product_content
  .add_to_cart
  a.icon.add-cart
  i {
  padding-right: 10px;
}

.product_detail_page .shop .product_detail .product_content .add_to_cart .icon {
  padding: 6px 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #000;
}

.product_detail_page
  .shop
  .product_detail
  .product_content
  .add_to_cart
  .icon:hover {
  background-color: #fbb122;
  color: #fff;
  cursor: pointer;
}

.product_detail_page .shop .product_detail .product_content .asdasd {
  margin-top: 20px;
}

.product_detail_page .shop .product_detail .product_content .asdasd p {
  font-size: 15px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  line-height: 26px;
  color: #000;
  padding: 0;
  margin: 0;
}

.product_detail_page .shop .product_detail .product_content .social {
  margin-top: 20px;
}

.product_detail_page .shop .product_detail .product_content .social a {
  margin-right: 10px;
  text-align: center;
  display: inline-block;
}

.product_detail_page .shop .product_detail .product_content .social i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 20px;
  line-height: 30px;
}

.product_detail_page
  .shop
  .product_detail
  .product_content
  .social
  i.fa.fa-facebook {
  background: #3a589c;
  color: #fff;
}

.product_detail_page
  .shop
  .product_detail
  .product_content
  .social
  i.fa.fa-twitter {
  background: #40a0ff;
  color: #fff;
}

.product_detail_page
  .shop
  .product_detail
  .product_content
  .social
  i.fa.fa-dribbble {
  background: #f000c0;
  color: #fff;
}

.product_detail_page
  .shop
  .product_detail
  .product_content
  .social
  i.fa.fa-google-plus {
  background: #db4f33;
  color: #fff;
}

.product_detail_page
  .shop
  .product_detail
  .product_content
  .social
  i.fa.fa-instagram {
  background: #009fd3;
  color: #fff;
}

.product_detail_page .shop .description {
  margin-bottom: 30px;
}

.page_shop.pages_item .shop .description section p {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  line-height: 28px;
  padding-top: 10px;
}

.page_shop.pages_item .shop .description section h3 {
  font-size: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.page_shop.pages_item .shop .description label:hover {
  cursor: pointer;
}

.page_shop.pages_item .shop .title {
  font-size: 20px;
  font-family: "Roboto slab", sans-serif;
}

.product_detail_page .shop .product_detail .product_content .product_meta span {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
}

.product_detail_page
  .shop
  .product_detail
  .product_content
  .product_meta
  span
  a {
  color: #fbb122;
}

.product_detail_page
  .shop
  .product_detail
  .product_content
  .product_meta
  span
  a:hover {
  color: #000;
  cursor: pointer;
}

.product_detail_page
  .shop
  .product_detail
  .product_content
  .product_meta
  span
  img {
  margin-bottom: 1px;
}

body.page_about.pages_item .home4_help {
  padding-bottom: 0;
}

body.page_about.pages_item .who-about .about_right .content img {
  width: 100%;
}

body.page_about.pages_item .who-about .about_left .title {
  font-family: "Roboto Slab", sans-serif;
  font-weight: normal;
  line-height: 31px;
  color: #000;
  text-transform: capitalize;
  font-size: 34px;
}

body.page_about.pages_item .who-about .about_left .desc p {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  line-height: 28px;
  margin-bottom: 10px;
  margin-top: 15px;
  font-weight: 300;
}

body.page_about.pages_item .who-about {
  padding-top: 70px;
  padding-bottom: 15px;
}

body.page_contact.pages_item .in_touch .item1 {
  padding: 30px 30px 30px;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.03);
  position: relative;
  margin-bottom: 30px;
  margin-top: 50px;
  text-align: center;
}

body.page_contact.pages_item .in_touch .heightlight_icon {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #fff;
  position: absolute;
  width: 100px;
  height: 100px;
  top: -50px;
  left: 50%;
  margin-left: -50px;
  z-index: 1;
  border: 5px solid;
  line-height: 105px;
  padding: 10px;
}

body.page_contact.pages_item .in_touch .heightlight_content {
  margin-top: 30px;
}

body.page_contact.pages_item .in_touch .heightlight_content .desc {
  display: inline-block;
  margin-top: 20px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  color: #fff;
}

body.page_contact.pages_item .in_touch .heightlight_icon i {
  font-size: 50px;
  line-height: 50px;
}

body.page_contact.pages_item .in_touch .title {
  text-align: center;
  text-transform: capitalize;
  font-size: 35px;
  line-height: 38px;
  font-family: "Roboto slab", sans-serif;
  font-weight: 300;
}

body.page_contact.pages_item .in_touch .title strong {
  font-weight: 400;
}

body.page_contact.pages_item .in_touch {
  padding-top: 70px;
  padding-bottom: 70px;
}

body.page_contact.pages_item .in_touch .title {
  padding-bottom: 60px;
}

body.page_contact.pages_item .message_contact .contact-message-feedback-form {
  max-width: 700px;
  margin: 0 auto;
}

body.page_contact.pages_item
  .message_contact
  .contact-message-feedback-form
  .name
  input {
  width: 100%;
  border: none;
  border-bottom: 2px solid #ccc;
  padding: 10px 0;
  outline: none;
}

body.page_contact.pages_item
  .message_contact
  .contact-message-feedback-form
  .subject
  input {
  width: 100%;
  border: none;
  border-bottom: 2px solid #ccc;
  padding: 10px 0;
  outline: none;
}

body.page_contact.pages_item
  .message_contact
  .contact-message-feedback-form
  .mail
  input {
  width: 100%;
  border: none;
  border-bottom: 2px solid #ccc;
  padding: 10px 0;
  outline: none;
}

body.page_contact.pages_item
  .message_contact
  .contact-message-feedback-form
  div {
  margin: 20px 0;
}

body.page_contact.pages_item .message_contact .message_c .title {
  padding-bottom: 60px;
  text-align: center;
  text-transform: capitalize;
  font-size: 35px;
  line-height: 38px;
  font-family: "Roboto slab", sans-serif;
  font-weight: 300;
}

body.page_contact.pages_item .message_contact .message_c .title strong {
  font-weight: 400;
}

body.page_contact.pages_item .message_contact {
  padding-bottom: 60px;
}

body.page_contact.pages_item
  .message_contact
  .contact-message-feedback-form
  textarea {
  width: 100%;
  border: none;
  border-bottom: 2px solid #ccc;
  padding: 10px 0;
  outline: none;
  padding-top: 15px;
  height: 200px;
}

body.page_contact.pages_item
  .message_contact
  .contact-message-feedback-form
  .subm {
  text-align: center;
  width: 100%;
}

body.page_contact.pages_item
  .message_contact
  .contact-message-feedback-form
  .subm
  input {
  font-size: 16px;
  text-transform: none;
  background: #fbb122;
  color: #fff;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 400;
  padding: 0 20px 0 25px;
  line-height: 40px;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  border: none;
}

.page-notfound {
  text-align: center;
  padding: 150px 0;
  background-color: #f6f6f6;
}

.page-notfound .action {
  margin-top: 30px;
}

.page-notfound .action a {
  font-size: 16px;
  color: #fbb122;
  font-weight: 700;
  font-family: "Roboto Slab", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.page-notfound .big_title {
  font-size: 200px;
  font-weight: 700;
  font-family: "Roboto Slab", sans-serif;
  text-transform: uppercase;
  color: #000;
  line-height: 1;
}

.page-notfound .sub_title {
  color: #999999;
  padding: 30px 0;
}

.page-notfound .content {
  color: #666666;
  font-size: 16px;
  max-width: 450px;
  margin: 0 auto;
  line-height: 30px;
}

.home4 .home4_help .button_donate.green a:hover {
  background-color: #000;
}

.home4 .campaigns .button_donate.green a:hover {
  background-color: #000;
}

.home4 .help-haiti .button_donate.green a:hover {
  background-color: #000;
}

.home4 .campaigns #sync1 .item .z .ct .text_show h3 > a:hover {
  color: #8cca4f;
}

.home5 .footer .footer-1 {
  padding: 30px;
}

.home5 .footer .footer-1 .title h3 {
  margin: 0;
}

.main_menu ul.sub_menu.sub5 .list-img {
  overflow: hidden;
}

.main_menu ul.sub_menu.sub5 .list-img .content-block .title a:after {
  content: none !important;
}

.main_menu ul.sub_menu.sub5 .list-img .img-block .title a:after {
  content: none !important;
}

.main_menu ul.sub_menu.sub5 .list-img .img-block {
  float: left;
  width: 30%;
}

.main_menu ul.sub_menu.sub5 .list-img .content-block {
  width: 70%;
  float: left;
  padding-left: 15px;
}

.main_menu ul.sub_menu.sub5 .list-img .img-block img {
  width: 100%;
}

.main_menu ul.sub_menu.sub5 .list-img .content-block .title a {
  font-size: 20px;
  color: #000;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 1px;
  font-family: "Roboto", sans-serif;
}

.main_menu ul.sub_menu.sub5 .list-img .content-block .title a:hover {
  color: #fbb122;
}

.main_menu ul.sub_menu.sub5 .list-img .content-block .title {
  margin-top: 10px;
}

.main_menu ul.sub_menu.sub5 .list-img .content-block span {
  font-size: 14px;
  letter-spacing: 1px;
  font-family: "Roboto", sans-serif;
  color: #8c9093;
}

.main_menu ul.sub_menu.sub5 .sub4_menu .video-inner .image img {
  width: 100%;
}

.main_menu ul.sub_menu.sub5 .sub4_menu .video-inner {
  position: relative;
}

.main_menu ul.sub_menu.sub5 .sub4_menu .video-inner .video-body > a {
  position: absolute !important;
  top: 50%;
  left: 0;
  margin-top: -45px;
}

body.page_blog_detail.page_list_posts.pages_item.page_detail.event-detail
  .list_posts
  .main-content
  .post-block
  .post-image {
  width: 100%;
  float: none;
}

body.page_blog_detail.page_list_posts.pages_item.page_detail.event-detail
  .list_posts
  .main-content
  .post-block
  .post-content {
  width: 100%;
  float: none;
  padding-top: 20px;
  padding-left: 0;
}

body.page_blog_detail.page_list_posts.pages_item.page_detail.event-detail
  .list_posts
  .main-content
  .main-content-inner {
  padding: 0;
}

body.page_blog_detail.page_list_posts.pages_item.page_detail.event-detail #map {
  margin-top: 30px;
}

body.page_event.pages_item .our_team.meet #sync2 .item {
  margin-left: 0;
  margin-right: 0;
}

.careers {
  padding-top: 70px;
  padding-bottom: 70px;
}

.careers .cosl .image-block img {
  max-width: 100%;
}

.careers .cosl .image-block {
  text-align: center;
}

.careers .cosl {
  padding-top: 20px;
}

.careers .cosl .content-block p {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  text-align: justify;
  font-weight: 300;
  line-height: 26px;
  padding-top: 15px;
}

.custom_blogs {
  padding-bottom: 20px;
}

.careers .cosl .content-block h4 {
  font-family: "Roboto Slab", sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 30px;
  text-transform: capitalize;
}

.careers .title h3 {
  padding: 0;
  margin: 0;
  font-size: 34px;
  font-weight: normal;
  line-height: 37px;
  font-family: "Roboto Slab", sans-serif;
}

.home5 .main_menu ul.sub_menu.sub5 .list-img .content-block .title a:hover {
  color: #e43844;
}

.home5 #main #sync10 .item .text_zz .button_donate a {
  background-color: #e43844;
  border: 1px solid #e43844;
}

.home4 .main_menu ul.sub_menu.sub5 .list-img .content-block .title a:hover {
  color: #50af4d;
}

.green .main_menu ul.sub_menu.sub5 .list-img .content-block .title a:hover {
  color: #50af4d;
}

.main_menu .menu #quick-menu:hover {
  cursor: pointer;
}

.main_menu .menu li:hover ul.sub_menu.sub9,
.main_menu .menu li:hover ul.sub_menu.sub9m {
  display: none;
}

ul.sub_menu.sub9,
ul.sub_menu.sub9m {
  padding-top: 30px !important;
  right: 15px;
  z-index: 10 !important;
}

ul.sub_menu.sub9 li.inputt,
ul.sub_menu.sub9m li.inputt {
  position: relative;
  padding: 0;
}

input.box_search {
  height: 45px;
  width: 100%;
  padding: 0 65px 0 5px;
}

input.btn_submit {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  background: #fbb122;
  border: none;
  color: #fff;
  font-family: "Lato-Regular";
  height: 45px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

input.btn_submit:hover {
  background-color: #aacc05;
}

.green .main_menu ul.sub_menu.sub9 input.btn_submit,
.green .main_menu ul.sub_menu.sub9m input.btn_submit {
  background-color: #50af4d;
}

.green .main_menu ul.sub_menu.sub9 input.btn_submit:hover,
.green .main_menu ul.sub_menu.sub9m input.btn_submit:hover {
  background-color: #000;
}

.home5 .main_menu ul.sub_menu.sub9 input.btn_submit,
.home5 .main_menu ul.sub_menu.sub9m input.btn_submit {
  background-color: #e43844;
}

.home5 .main_menu ul.sub_menu.sub9 input.btn_submit:hover,
.home5 .main_menu ul.sub_menu.sub9m input.btn_submit:hover {
  background-color: #000;
}

.home4 .main_menu ul.sub_menu.sub9 input.btn_submit,
.home4 .main_menu ul.sub_menu.sub9m input.btn_submit {
  background-color: #50af4d;
}

.home4 .main_menu ul.sub_menu.sub9 input.btn_submit:hover,
.home4 .main_menu ul.sub_menu.sub9m input.btn_submit:hover {
  background-color: #000;
}

.home5 ul.sub_menu.sub9,
.home5 ul.sub_menu.sub9m {
  right: unset;
}

.content-login {
  max-width: 800px;
  margin: 0 auto;
}

.page_login {
  padding-top: 70px;
  padding-bottom: 70px;
}

.content-main {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  padding: 30px;
  margin-bottom: 50px;
  margin-top: 30px;
}

.content-header {
  padding-bottom: 30px;
}

.content-header ul {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.content-header ul:before {
  content: "";
  display: table;
}

.content-header ul:after {
  content: "";
  display: table;
  clear: both;
}

.content-header li {
  float: left;
}

.content-header li > a {
  font-weight: 700;
  color: #000;
  padding: 8px 18px !important;
  border: none;
  font-size: 13px;
  text-transform: uppercase;
  background: none;
  font-family: "Roboto Slab", sans-serif;
  letter-spacing: 1px;
  line-height: 1.9;
}

.content-header li.active a {
  color: #fbb122;
}

.content-header li > a:hover {
  color: #fbb122;
}

.content-main label {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  line-height: 28px;
}

.content-main input {
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.02) inset;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.02) inset;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px 10px;
}

.form-item-name input {
  width: 100%;
  line-height: 28px;
}

.form-item-pass input {
  width: 100%;
  line-height: 28px;
}

.description span {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 1.9;
  color: #191b1c;
  font-weight: 300;
}

.form-item-submit input {
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Roboto Slab", sans-serif;
  background: #fbb122;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 7px 15px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  border: 1px solid transparent;
  line-height: 28px;
}

.form-item-submit input:hover {
  background: #fff;
  color: #000;
  border-color: #fbb122;
}

.form-register-name .first_name {
  width: 50%;
  float: left;
  padding-right: 10px;
}

.form-register-name .last_name {
  width: 50%;
  float: left;
  padding-left: 10px;
}

.form-register-name input {
  width: 100%;
  line-height: 28px;
}

.form-register-name div {
  margin: 10px 0;
}

.form-register-mail input {
  width: 100%;
  line-height: 28px;
}

.form-register-mail {
  margin: 10px 0;
}

.form-register-pass input {
  width: 100%;
  line-height: 28px;
}

.form-register-pass div {
  margin: 10px 0;
}

.gallery_page {
  padding-bottom: 70px;
  padding-top: 70px;
}

.img-gallery img {
  width: 100%;
}

.img-gallery img:hover {
  width: 100%;
  cursor: pointer;
}

.gallery_page .img-gallery {
  margin-top: 30px;
}

.char-modal img {
  width: 100%;
}

.home5 #sync10.owl-theme .owl-prev:hover,
.home5 #sync10.owl-theme .owl-next:hover {
  background-color: #e43844;
}

/* Reponsive */
@media only screen and (max-width: 1200px) {
  .ry-header .title h3 {
    font-size: 35px;
    font-family: "Lato-Bold";
    float: left;
    font-weight: 300;
    color: #00540e;
  }

  .scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1;
  }

  .ry-header .mybreadcrumb {
    font-size: 16px;
    font-family: "Lato-Medium";
    font-weight: 300;
    color: #00540e;
  }

  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.22);
  }

  .sosial-media-email {
    padding-top: 20px;
    padding: 0px;
  }

  .pencapaian .count-anak-asuh-binaan {
    font-family: "Lato-Black";
    font-size: 35px;
    position: absolute;
    bottom: 60px;
    left: 10.5%;
  }

  .pencapaian .anak-asuh-binaan {
    font-family: "Lato-Black";
    font-size: 13px;
    position: absolute;
    bottom: 40px;
    left: 10.5%;
  }

  .pencapaian .count-penerima-manfaat {
    font-family: "Lato-Black";
    font-size: 35px;
    position: absolute;
    bottom: 60px;
    left: 24%;
  }

  .pencapaian .penerima-manfaat {
    font-family: "Lato-Black";
    font-size: 13px;
    position: absolute;
    bottom: 40px;
    left: 24%;
  }

  .pencapaian .count-provinsi-jangkauan-program {
    font-family: "Lato-Black";
    font-size: 35px;
    position: absolute;
    bottom: 60px;
    left: 45%;
  }

  .pencapaian .provinsi-jangkauan-program {
    font-family: "Lato-Black";
    font-size: 13px;
    position: absolute;
    bottom: 40px;
    left: 39%;
  }

  #main #sync10 {
    padding-bottom: 40px;
  }

  #main #sync10 .item {
    padding-top: 700px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }

  #sync10.owl-theme .owl-next {
    position: absolute;
    top: 40%;
    right: 0;
  }

  #sync10.owl-theme .owl-prev {
    position: absolute;
    top: 40%;
    left: 0;
  }

  #sync10.owl-theme .owl-prev svg,
  #sync10.owl-theme .owl-next svg {
    padding: 3px;
    width: 100%;
    height: 100%;
  }

  .main_menu #setting {
    display: block;
    margin-left: 15px;
    float: right;
  }

  .new .content_box .content-inner .title {
    font-size: 40px !important;
  }

  #close {
    display: block !important;
    position: absolute;
    left: 50%;
    top: 10px;
    cursor: pointer;
  }

  .bg_full_cp .bg_full .content .title {
    font-size: 35px;
    line-height: 45px;
  }

  .header .button_donate {
    /* right: 55px; */
    top: 35px;
    right: 220px;
  }

  .header .logo {
    width: 190px;
  }

  .main_menu .menu .sub_menu > li > a:after {
    display: none;
  }

  .main_menu .menu .sub_menu > li > a {
    padding: 10px 0;
    font-size: 12px !important;
    line-height: 24px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    color: #999999 !important;
    text-transform: uppercase !important;
  }

  .main_menu .menu .sub_menu li a:after {
    background-color: #999999 !important;
  }

  .main_menu .menu > li > a > span:before {
    content: "\f067";
  }

  .main_menu .menu > li > a > span:before:active,
  .main_menu .menu > li > a > span:before:focus {
    content: "\f068";
  }

  .main_menu .menu > li > a > span {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 10px;
  }

  .main_menu {
    padding-left: 200px;
  }

  .main_menu #setting {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 15px;
  }

  .main_menu .menu .sub_menu {
    position: static;
    box-shadow: unset;
    margin-bottom: 15px;
  }

  .main_menu .menu .sub_menu li {
    border: none !important;
    margin: 0;
    padding: 5px 0;
  }

  .main_menu .menu > li:hover .sub_menu {
    display: none;
  }

  .main_menu .menu {
    display: none;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    max-width: 350px;
    height: 100%;
    z-index: 1000000;
    /* z-index: 2; */
    background-color: #fff;
    box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
    padding: 30px 20px 0 !important;
  }

  .sub_menu.sub5 .menu-item {
    width: 100% !important;
  }

  .main_menu .menu > li > a {
    padding: 10px 0;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    color: #1f2122 !important;
  }

  .main_menu .menu li {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .home3 #setting {
    left: 0 !important;
    text-align: center;
    right: auto;
  }

  /* #main #sync10 .item .text_zz {
        display: none;
    } */

  #main #sync10 .item .text_zz {
    position: absolute;
    top: 10%;
    left: 45%;
    padding: 15px;
    display: block;
    /* background: rgba(0, 0, 0, 0.6); */
  }

  #main #sync10 .item .text_zz h2 {
    font-family: "Lato-Black";
    font-size: 35px;
    color: #000;
    line-height: 50px;
    padding-bottom: 10px;
    position: relative;
    font-weight: 300;
  }

  #main #sync10 .item .text_zz h3 {
    font-family: "Lato-Black";
    font-size: 30px;
    color: #00540e;
    /* line-height: 50px; */
    margin-top: -5px;
    padding-bottom: 10px;
    position: relative;
    font-weight: 300;
    text-align: end;
  }

  #main #sync10 .item .text_zz h3:after {
    content: "";
    /* width: 100px; */
    height: 1px;
    position: absolute;
    border-bottom: 2px solid;
    left: 0;
  }

  #main #sync10 .item .text_zz p {
    display: block;
    text-align: end;
    font-family: "Lato-Bold-Italic";
    font-style: italic;
    font-size: 18px;
    line-height: 1.6;
    color: #00540e;
  }

  #main #sync10 .item .text_zz .donate {
    margin-top: 20px;
    margin-bottom: 0px;
  }

  #main #sync10 .item .text_zz .button_donate a:hover {
    background: #aacc05 !important;
    color: #fff !important;
  }

  #main #sync10 .item .text_zz .button_donate a {
    /* border: 1px solid #fbb122; */
    border-radius: 4px;
  }

  #sync10.owl-theme .owl-next {
    position: absolute;
    top: 44%;
    right: 0;
  }

  #sync10.owl-theme .owl-prev {
    position: absolute;
    top: 44%;
    left: 0;
  }

  #sync10.owl-theme .owl-dots .owl-dot.active span,
  .owl-theme .owl-dots .owl-dot:hover span {
    background: #69b223;
    border: none;
  }

  #sync10.owl-theme .owl-dots .owl-dot span {
    position: relative;
    bottom: 70px;
    /* top: 50%; */
    width: 15px;
    height: 15px;
    margin: 5px 7px;
    /* background: #d6d6d6; */
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 2px solid #fff;
  }

  .lib-panel .lib-row {
    padding: 20px 20px 0 0;
  }

  .lib-panel .lib-row.lib-header {
    font-family: "Lato-Bold";
    background-color: #ffffff;
    color: #69b223;
    font-size: 25px;
    line-height: 1.2;
    padding: 70px 0 0 70px;
  }

  .lib-panel .lib-row.lib-desc {
    font-family: "Lato-Medium";
    line-height: 1.6;
    position: relative;
    height: 100%;
    display: block;
    font-size: 18px;
    padding: 40px 50px 20px 70px;
  }

  .lib-panel .lib-row.lib-desc a {
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 20px;
  }

  .lib-panel .lib-row.lib-footer a {
    font-family: "Lato-Bold";
    /* position: relative; */
    display: block;
    font-size: 14px;
    padding: 0 20px 0 70px;
    color: #69b223;
  }

  .footer {
    /* background-color: #262729; */
    background-color: #f2f7f6;
    padding-top: 35px;
    padding-bottom: 20px;
  }

  .footer-1 {
    overflow: hidden;
  }

  .footer-1 .title h3 {
    font-size: 20px;
    padding-bottom: 10px;
    font-family: "Lato-Bold";
    /* color: #cdcfcf; */
    color: #00540e;
    margin: 0;
  }

  .footer-1 .us1 {
    padding-left: 0;
    padding-top: 10px;
  }

  .footer-1 .us1 li {
    /* color: #cdcfcf;0a0f2b */
    color: #0a0f2b;
  }

  .footer-1 .us1 a {
    font-size: 14.5px;
    font-family: "Lato-Medium";
    color: #0a0f2b;
    line-height: 35px;
    position: relative;
    padding-left: 20px;
  }

  .footer-1 .us1 a:after {
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    top: 50%;
    left: 1px;
    margin-top: -2px !important;
    z-index: 1;
    background: #54585d;
  }

  .footer-1 .us1 li:hover {
    /* color: #fbb122; */
    color: #69b223;
  }

  .footer-1 .us1 a:hover {
    /* color: #fbb122; */
    color: #69b223;
  }

  .footer-1 .item1 .donate a:hover {
    background: #fff;
    color: #000;
  }

  .footer-1 .item1 .donate a {
    border: 1px solid #fbb122;
  }

  .footer-1 .item1 p {
    font-family: "Lato-Bold";
    font-size: 15px;
    color: #0a0f2b;
    margin: 20px 0;
    line-height: 25px;
  }

  .footer-1 .item1 input {
    width: 100%;
    padding: 10px;
    /* border: 1px solid #464749; */
    border: 1px solid #cccccc;
    background: #fff;
    color: #0a0f2b;
    margin-bottom: 20px;
    /* max-width: 320px; */
  }

  .footer-1 .item2 p {
    font-family: "Lato-Medium";
    font-size: 14px;
    color: #0a0f2b;
    line-height: 25px;
  }

  .footer-1 .item2 .p1 {
    margin-top: 10px;
  }

  .footer-1 .item2 .p2 {
    margin-top: 20px;
  }

  .footer-1 .item2 a {
    color: #0a0f2b;
  }

  .footer-1 .item2 a:hover {
    color: #69b223;
  }

  .footer-1 .item2 b {
    color: #fbb122;
  }

  .footer-1 .item3 .pz p {
    width: 90%;
    word-wrap: break-word;
    font-family: "Lato-Medium";
    font-size: 14px;
    /* color: #cdcfcf;0a0f2b */
    color: #0a0f2b;
    line-height: 25px;
    margin-top: 20px;
  }

  .footer-1 .item3 .email img {
    float: left;
    margin-right: 10px;
    font-size: 14px;
    margin-top: 2px;
  }

  .footer-1 .item3 .email p {
    font-family: Roboto slab;
    font-size: 15px;
    color: #fbb122;
    line-height: 28px;
  }

  .footer-1 .item3 .email1 {
    margin-top: 20px;
  }

  .footer-1 .item3 .email i {
    color: #ccc;
    margin-right: 10px;
  }

  .footer .copyright .cpr {
    text-align: center;
    margin-top: 20px;
  }

  .footer .copyright .cpr p {
    font-family: Roboto slab;
    font-size: 15px;
    color: #cdcfcf;
  }

  .footer .copyright .cpr span {
    color: #fbb122;
  }

  .footer-1 .item2 .event-strip {
    padding: 20px;
  }

  .disclaimer {
    padding-bottom: 40px;
    margin-top: 0px;
  }

  .disclaimer .col-md-4 {
    width: 40%;
  }

  .disclaimer .box {
    font-family: Lato-Bold;
    line-height: 1.6;
    background-color: #f7b52d;
    color: #000;
    border-radius: 16px;
    width: auto;
    border: 1px solid #f7b52d;
    padding: 30px;
    margin: 0;
  }

  .disclaimer .box img {
    width: 70%;
    padding: 0;
    margin: 0 10px;
  }

  .disclaimer .box p {
    text-align: justify;
    padding: 0 10px;
    margin: 0 0 0 20px;
  }

  .footer-1 .col-contact-2 {
    margin-bottom: 80px;
  }

  .footer-1 .col-contact-2 .contact-info2-label {
    padding-bottom: 10px;
    margin-left: -15px;
  }

  .footer-1 .info-contact-icon-2 img {
    text-align: center;
    padding: 25px 0 0 0;
    width: auto;
    margin-left: -15px;
  }

  .footer-1 .info-contact-icon-2 p {
    float: left;
  }

  .solutions {
    margin-top: 0px;
    width: 80%;
    text-align: left;
    margin-left: 0;
    border: 0.5px solid #ced2d1;
    background-color: #ced2d1;
  }

  .zakat-body .company-profile {
    background-color: #f7f7f7;
    margin-top: 40px;
    padding: 15px 0 35px 15px;
  }

  /* --- metode --- */
  .metode {
    background-color: #fff;
    padding-bottom: 30px;
    padding-top: 15px;
    /* margin-left: 12%; */
  }

  .metode .item .content_block {
    margin-top: -80px;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 40px 0px;
  }

  .metode .item .content_block p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #232526;
    margin: 0;
    padding: 0;
  }

  .metode .item .content_block span {
    font-size: 60px;
    line-height: 1;
  }

  .metode .item .content_block h3 {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    margin: 0;
    padding: 0;
  }

  /*-----___-----*/

  .social-box .box {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 260px;
    background: #f5f5f3;
    border-radius: 10px;
    padding: 40px 0px;
    margin: 20px 0px 20px 0px;
    cursor: pointer;
    transition: all 0.5s ease-out;
    /* background: url(../img/metode/mobile-black.png) no-repeat center; */
  }

  .social-box .box-img {
    height: 90px;
    width: 90px;
    /* background: url(../img/metode/mobile-black.png) no-repeat center; */
    background-size: 60%;
    background-color: #aacc05;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    text-align: center;
    padding-bottom: 20px;
    display: inline-block;
  }

  .social-box .box .box-img:hover {
    /* background: url(../img/metode/mobile-black.png) no-repeat center; */
    background-color: #ccef23;
  }

  .social-box .box:hover {
    /* box-shadow: 0 0 6px #4183d7; */
    box-shadow: 0 0 6px #f5f5f3;
    background-color: #aacc05;
    color: #fff;
  }

  .social-box .box .box-text {
    margin: 15px 0px;
    font-size: 15px;
    line-height: 30px;
  }

  .social-box .box .box-btn a {
    text-decoration: none;
    color: #4183d7;
    font-size: 16px;
  }

  .social-box .box .box-btn span {
    text-decoration: none;
    color: #00540e;
    font-size: 16px;
  }

  .social-box .box .box-btn a:hover {
    color: #fff;
  }

  .social-box .box .box-btn span:hover {
    color: #fff;
  }

  .social-box .item .box span a {
    color: #000;
  }

  .social-box .item .box span a:hover {
    color: #fff;
  }

  .header .logo img {
    margin-left: 0px;
    width: 40%;
  }

  /* --- floating whats app --- */
  .float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 30px;
    left: 20px;
    border-radius: 50px;
    font-size: 30px;
    background-color: #25d366;
    color: #fff;
    cursor: pointer;
    text-align: center;
    /* box-shadow: 2px 2px 3px #999; */
    z-index: 99999999;
  }

  .wa-float {
    margin-top: 16px;
  }

  /* --- floating scroll to top --- */
  .scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #0062b1;
    color: #eeeeee;
    width: 60px;
    height: 60px;
    /* font-size: 30px; */
    line-height: 48px;
    right: 20px;
    bottom: 30px;
    padding-top: 10px;
    border-radius: 50px;
    /* box-shadow: 2px 2px 3px #999; */
    /* border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px; */
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }

  /* --- button donasi mobile only --- */
  .donasi-wrapper {
    display: none;
  }

  .countdown-ramadhan {
    margin-bottom: 1rem;
    padding-top: 2rem;
    padding-bottom: 1rem;
    margin-top: -5rem;
  }

  #cdn-ramadhan {
    font-size: 1.5em;
  }

  #cdn-ramadhan > span {
    font-size: 4.5rem;
  }
}

@media only screen and (max-width: 992px) {
  .footer-1 .us1 a:after {
    content: none;
  }

  .home4 .help-haiti .gsc-call-to-action .content .title {
    font-size: 46px !important;
    padding-bottom: 30px !important;
    margin-bottom: 30px !important;
    line-height: 50px !important;
  }

  .home3 .header {
    position: static !important;
    background-color: #fff !important;
  }

  .people_say {
    padding-bottom: 25px;
  }

  .people_say .wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer .footer-1 .item {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .footer .footer-1 .item1 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .footer .footer-1 .item2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .footer .footer-1 .item3 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .page_event .event .event-block .event-content .event-footer span {
    width: 100% !important;
  }

  .ready .right .b {
    padding-top: 20px;
  }

  .new .content_box {
    width: 100%;
    min-height: auto;
  }

  .new .bg_full {
    width: 100%;
    position: relative;
    min-height: 300px;
  }

  .new .content_box .content-inner .title {
    font-size: 24px;
    max-width: 100%;
  }

  .new .content_box .content-inner {
    padding: 45px 30px;
  }

  #sync11 .owl-nav {
    display: none;
  }

  .weneed .content .title {
    font-size: 36px !important;
  }

  .weneed {
    padding: 30px 0 !important;
  }

  .recent .left p {
    padding-bottom: 30px;
  }

  .home4 .instagram .content .item img {
    height: 230px;
  }

  .home5 .main_menu .menu > li > a {
    color: #000 !important;
  }

  .about_right {
    padding-top: 30px;
  }

  .tt_images .item .content_block {
    margin-top: 30px;
  }

  .page_detail
    .list_posts
    .main-content
    .main-content-inner
    .cmp_detail
    .comment
    .comment_item {
    padding-top: 20px;
  }

  .page_detail
    .list_posts
    .main-content
    .main-content-inner
    .cmp_detail
    .content
    .post-categories
    .fild_button {
    margin-top: 10px;
  }

  .page_detail
    .list_posts
    .main-content
    .main-content-inner
    .cmp_detail
    .comment
    .comment_item
    .content_cmt
    .cmt-content {
    clear: both;
    padding-left: 0;
  }

  .page_detail
    .list_posts
    .main-content
    .main-content-inner
    .cmp_detail
    .comment
    .comment_item.sub_item {
    padding-left: 30px;
  }

  .page-notfound .big_title {
    font-size: 90px;
  }

  .page-notfound .content {
    padding: 0 20px;
  }

  .footer {
    text-align: center;
  }

  .header .main_menu .menu {
    display: none;
  }

  .footer {
    text-align: center;
  }

  .header .main_menu .menu {
    display: none;
  }

  .home5 .header .button_donate {
    position: static !important;
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .main_menu .menu li {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0;
  }

  .main_menu #setting {
    display: inline-block;
    margin-left: 15px;
  }

  #sync10 .item {
    height: 300px !important;
  }

  #sync10.owl-theme .owl-prev,
  #sync10.owl-theme .owl-next {
    width: 40px;
    height: 30px;
  }

  #sync10.owl-theme .owl-prev svg,
  #sync10.owl-theme .owl-next svg {
    padding: 0;
  }

  #main #sync10 .item .text_zz {
    display: none;
  }

  #sync10.owl-theme .owl-next,
  #sync10.owl-theme .owl-prev {
    top: 40%;
  }

  #main #sync10 .item .text_zz .donate a {
    max-width: 195px;
  }

  .static_donate .donate {
    padding-top: 20px;
    float: left;
  }

  .rubrik .owl-carousel .owl-item img {
    display: inline-block;
    width: 100%;
    height: 390px;
    object-fit: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .campaigns .content .item .z .ct .raised {
    margin-top: -30px;
    margin-bottom: -5px;
  }

  .campaigns .item {
    margin-top: 20px;
  }

  .campaigns .content .item .z .ct .donate {
    margin-top: -5px;
  }

  .recent .right .item {
    margin-top: 20px;
  }

  .join {
    padding: 30px 0;
  }

  .people_say .title h3 {
    padding-top: 0;
  }

  .people_say #sync4 p {
    margin-top: 10px;
  }

  .people_say #sync4 img {
    padding-top: 5px;
  }

  .global .content .item {
    padding: 70px 0;
    min-height: 190px;
  }

  .global .title h3 {
    padding-top: 80px;
  }

  .ready .right .b {
    float: left;
  }

  .home4 .ready .button_donate.green {
    padding-top: 20px;
  }

  .campaigns .content .item .z .ct .raised {
    margin-top: -30px;
    margin-bottom: -5px;
  }

  .campaigns .item {
    margin-top: 20px;
  }

  .campaigns .content .item .z .ct .donate {
    margin-top: -5px;
  }

  .home5 .header_top .branding .logo {
    padding-bottom: 0 !important;
  }

  .home5 .header_top .content .text {
    margin-top: 5px !important;
    text-align: center;
  }

  .weneed .content-inner {
    padding: 30px 15px;
  }

  .green #sync10 .item {
    height: 200px;
    background-size: cover;
  }

  .home3 .wrap .logo {
    width: 100%;
    border-bottom: 1px solid #fff;
    padding: 0 15px;
  }

  .green .header_top {
    display: none;
  }

  .home3 .header_top {
    display: none;
  }

  .home3 .header .wrap {
    margin-top: 0;
  }

  .product_detail_page .shop .product_detail .product_content .product_title {
    font-size: 30px !important;
  }

  .home4 .instagram .content .item img {
    height: auto;
  }

  .home5 .bg_full-z {
    width: 100%;
    float: none;
    max-width: inherit;
  }

  .home5 .new.pink .content_box {
    position: static !important;
    max-width: 100% !important;
  }

  .page_campaigns.campaigns_list .campaigns .z .ct {
    padding-left: 0 !important;
  }

  .page_campaigns.campaigns_list .campaigns .z .img {
    width: 100%;
  }

  .page_campaigns.campaigns_list .campaigns .z .ct {
    width: 100%;
  }

  .bg_full_cp .bg_full .content .title {
    font-size: 24px !important;
    line-height: 45px;
  }

  .page_list_posts .list_posts .post-block .post-content {
    width: 100%;
    padding-left: 0;
  }

  .page_list_posts .list_posts .post-block .post-image {
    width: 100%;
  }

  .product_detail_page .shop .product_detail .product_media {
    width: 100%;
  }

  .product_detail_page .shop .product_detail .product_content {
    width: 100%;
    padding-left: 0;
  }

  .footer .copyright .oxy .xoy li {
    border: none;
    width: 100%;
  }

  .footer .copyright .social .social1 img {
    display: none;
  }

  .footer .copyright .social .social3 img {
    display: none;
  }

  .footer-1 .us1 a {
    padding: 0;
  }

  .solutions {
    margin-top: 0px;
    width: 80%;
    text-align: center;
    margin-left: 40px;
    /* border: 0.25px solid #ced2d1; */
    background-color: #ced2d1;
  }

  .sosial-media-ry .sosial-media-icon {
    padding-bottom: 10px;
  }

  .zakat-body .company-profile {
    background-color: #f7f7f7;
    margin-top: 40px;
    padding: 15px 0 35px 15px;
  }

  #headline-countdown {
    font-weight: bold;
    font-size: calc(1.5rem * var(--smaller));
  }

  #cdn-ramadhan {
    font-size: calc(1.125rem * var(--smaller));
  }

  #cdn-ramadhan > span {
    font-weight: bold;
    font-size: calc(3.375rem * var(--smaller));
  }
}

/* PHONE */
@media only screen and (max-width: 480px) {
  body {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    overflow-x: hidden;
  }

  .main_menu .menu > li > a > span {
    top: 5px;
  }

  .content-inner {
    height: 85px;
  }

  .berita-terbaru {
    display: flex;
    justify-content: space-between;
    padding-bottom: 5px;
  }

  .event-terbaru {
    display: flex;
    justify-content: space-between;
    padding-bottom: 5px;
  }

  .rubrik .title h3 {
    font-size: 30px;
    font-family: "Lato-Bold";
    text-align: center;
    font-weight: 300;
    padding-bottom: 45px;
    color: #00540e;
  }

  .mitra .title h3 {
    font-size: 30px;
    font-family: "Lato-Bold";
    text-align: center;
    padding-bottom: 10px;
    font-weight: 300;
    color: #00540e;
  }

  .mitra {
    /* background-color: #eff1f2; */
    background-color: #fff;
    padding-bottom: 50px;
    padding-top: 35px !important;
  }

  .testimoni {
    /* background-color: #eff1f2; f5f9f8 */
    background-color: #f7f7f7;
    padding-bottom: 0px !important;
    padding-top: 15px;
  }

  .testimoni .title h3 {
    font-size: 30px;
    font-family: "Lato-Bold";
    font-weight: 300;
    padding-bottom: 0px;
    color: #00540e;
  }

  .campaigns {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sub_menu.sub11,
  .sub_menu.sub10,
  .sub_menu.sub7 {
    position: inherit !important;
    left: 0 !important;
  }

  /* .sub_menu.sub7 {
    position: inherit !important;
    left: 0 !important;
  } */

  .sub7 {
    display: none;
  }

  .scroll-top-wrapper.show {
    visibility: hidden;
    cursor: pointer;
    opacity: 1;
  }

  .ry-header .title h3 {
    font-size: 25px;
    font-family: "Lato-Bold";
    float: left;
    font-weight: 300;
    color: #00540e;
  }

  .ry-header .mybreadcrumb {
    font-size: 14px;
    font-family: "Lato-Medium";
    font-weight: 300;
    color: #00540e;
  }

  .footer-1 .item2 .p1 {
    margin-top: 10px;
  }

  .page_detail .list_posts .main-content .main-content-inner {
    padding: 5px;
  }

  .rubrik .owl-carousel .owl-item img {
    display: inline-block;
    width: 100%;
    height: 310px;
    object-fit: contain;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .pencapaian .count-anak-asuh-binaan {
    font-family: "Lato-Black";
    font-size: 15px;
    position: absolute;
    bottom: 20px;
    left: 10%;
  }

  .pencapaian .anak-asuh-binaan {
    font-family: "Lato-Black";
    font-size: 6px;
    position: absolute;
    bottom: 10px;
    left: 10%;
  }

  .pencapaian .count-penerima-manfaat {
    font-family: "Lato-Black";
    font-size: 15px;
    position: absolute;
    bottom: 20px;
    left: 25%;
  }

  .pencapaian .penerima-manfaat {
    font-family: "Lato-Black";
    font-size: 6px;
    position: absolute;
    bottom: 10px;
    left: 25%;
  }

  .pencapaian .count-provinsi-jangkauan-program {
    font-family: "Lato-Black";
    font-size: 15px;
    position: absolute;
    bottom: 20px;
    left: 47%;
  }

  .pencapaian .provinsi-jangkauan-program {
    font-family: "Lato-Black";
    font-size: 6px;
    position: absolute;
    bottom: 10px;
    left: 40%;
  }

  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.22);
  }

  .button_donate.btn-2 {
    padding-left: 0 !important;
  }

  .button_donate.btn-1,
  .button_donate.btn-2 {
    margin-top: 20px;
  }

  .header .button_donate {
    display: none;
  }

  .home3 #setting {
    right: 0;
  }

  .rubrik #syncrubrik .item {
    margin: 15px;
    padding-right: 10px;
  }

  #main #sync10 {
    padding-bottom: 00px;
  }

  #main #sync10 .item {
    margin: 0 0 -504px;
    /* width: 100%; */
    height: 320px !important;
    background-repeat: no-repeat;
    background-position: top center;
    webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100% 25%;
  }

  #main #sync10 .item .text_zz {
    position: absolute;
    top: 0%;
    left: 27%;
    padding: 15px;
    display: block;
    /* background: rgba(0, 0, 0, 0.6); */
  }

  #main #sync10 .item .text_zz h2 {
    font-family: "Lato-Black";
    font-size: 20px;
    color: #000;
    line-height: 50px;
    padding-bottom: 0px;
    position: relative;
    font-weight: 300;
  }

  #main #sync10 .item .text_zz h3 {
    font-family: "Lato-Black";
    font-size: 14px;
    color: #00540e;
    /* line-height: 50px; */
    margin-top: -5px;
    padding-bottom: 0px;
    position: relative;
    font-weight: 300;
    text-align: end;
  }

  #main #sync10 .item .text_zz h3:after {
    content: "";
    /* width: 100px; */
    height: 1px;
    position: absolute;
    border-bottom: 2px solid;
    left: 0;
  }

  #main #sync10 .item .text_zz p {
    display: block;
    text-align: end;
    font-family: "Lato-Bold-Italic";
    font-style: italic;
    font-size: 7px;
    line-height: 1.6;
    color: #00540e;
  }

  #main #sync10 .item .text_zz .donate {
    margin-top: -15px;
    margin-bottom: 0px;
    display: none;
  }

  #main #sync10 .item .text_zz .button_donate a:hover {
    background: #aacc05 !important;
    color: #fff !important;
  }

  #main #sync10 .item .text_zz .button_donate a {
    /* border: 1px solid #fbb122; */
    border-radius: 4px;
  }

  #sync10.owl-theme .owl-prev,
  #sync10.owl-theme .owl-next {
    width: 20px;
    height: 20px;
  }

  #sync10.owl-theme .owl-prev svg,
  #sync10.owl-theme .owl-next svg {
    padding: 0;
    margin-bottom: 3.5px;
    width: 85%;
    height: 100%;
  }

  #sync10.owl-theme .owl-next {
    position: absolute;
    top: 34%;
    right: 0.5rem;
  }

  #sync10.owl-theme .owl-prev {
    position: absolute;
    top: 34%;
    left: 0.5rem;
  }

  #sync10.owl-theme .owl-dots .owl-dot.active span,
  .owl-theme .owl-dots .owl-dot:hover span {
    background: #69b223;
    border: none;
  }

  #sync10.owl-theme .owl-dots .owl-dot span {
    position: relative;
    bottom: 45px;
    /* top: 50%; */
    width: 7px;
    height: 7px;
    margin: 5px 3px;
    /* background: #d6d6d6; */
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid #fff;
  }

  .owl-theme .owl-dots {
    margin-bottom: -2.5rem;
  }

  #sync1.owl-theme .owl-dots .owl-dot span {
    display: none;
  }

  #syncrubrik.owl-theme .owl-next {
    position: absolute;
    top: 30%;
    right: 15px;
  }

  #syncrubrik.owl-theme .owl-prev {
    position: absolute;
    top: 30%;
    left: 15px;
  }

  .events .title h3 {
    font-size: 30px;
    font-family: "Lato-Bold";
    text-align: center;
    font-weight: 300;
    padding: 0 40% 10px 0;
    color: #00540e;
  }

  .events .view-more a {
    font-family: Lato-Bold;
    float: right;
    font-size: 14px;
    padding: 40px 0 0 0;
    color: #69b223;
  }

  .footer-1 .item3 .pz p {
    width: 100%;
    word-wrap: break-word;
    font-family: "Lato-Medium";
    font-size: 15px;
    /* color: #cdcfcf;0a0f2b */
    color: #0a0f2b;
    line-height: 25px;
    margin-top: 20px;
  }

  .footer .footer-1 .item1 {
    padding-top: 10px;
    padding-bottom: 0px;
    padding-left: 30px;
    text-align: left;
  }

  .footer .footer-1 .item2 {
    padding-bottom: 40px;
    padding-left: 30px;
    text-align: left;
  }

  .footer-1 .item2 .event-strip {
    padding: 23px;
  }

  .footer-1 .item2 .event-title {
    text-align: justify;
    max-width: 100%;
  }

  /* .footer-1 .item2 .event-title .p1 a {
        padding-left: 10px;
    } */
  .disclaimer {
    padding-bottom: 5px;
    margin-top: 0px;
  }

  .disclaimer .box {
    font-family: Lato-Bold;
    line-height: 1.6;
    background-color: #f7b52d;
    color: #000;
    border-radius: 16px;
    width: auto;
    border: 1px solid #f7b52d;
    padding: 50px;
    margin: 20px;
  }

  .disclaimer .col-contact {
    padding-bottom: 20px;
  }

  .disclaimer .img-disclaimer img {
    width: auto;
  }

  .disclaimer .info-contact-icon img {
    text-align: center;
    padding: 0;
    width: 20%;
  }

  .disclaimer .info-disclaimer {
    padding-bottom: 20px;
  }

  .disclaimer .info-contact-info {
    font-family: "Lato-Bold";
    color: #00540e;
    margin-right: 0px;
    float: right;
    padding-bottom: 10px;
  }

  .disclaimer .info-contact-info h4 {
    float: left;
  }

  .disclaimer .info-contact-info p {
    float: left;
  }

  .lib-panel {
    margin-bottom: 20px;
    width: auto;
    height: auto;
  }

  .lib-panel .lib-row {
    padding: 0 20px 20px 10px;
  }

  .lib-panel img {
    width: 100%;
    height: 350px;
    object-fit: fill;
    /* background-color: transparent; */
  }

  .lib-panel .lib-row.lib-header {
    font-family: "Lato-Bold";
    background-color: #ffffff;
    color: #69b223;
    font-size: 20px;
    line-height: 1.2;
    padding: 25px 0px 0 10px;
  }

  .lib-panel .lib-row.lib-desc {
    font-family: "Lato-Medium";
    line-height: 1.6;
    position: relative;
    height: 100%;
    display: block;
    font-size: 14px;
    padding: 20px 0px 25px 10px;
  }

  .lib-panel .lib-row.lib-desc a {
    position: relative;
    width: 100%;
    bottom: 10px;
    /* left: 20px; */
  }

  .lib-panel .lib-row.lib-footer > a {
    font-family: "Lato-Bold";
    /* position: relative; */
    display: block;
    font-size: 14px;
    padding: 20px 0px 20px 0px;
    color: #69b223;
  }

  .box-shadow {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  }

  .box-shadow:hover {
    box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
  }

  /* --- our program --- */
  .program {
    padding-top: 0px;
    background-color: #fff;
    /* background-color: #fff;
    padding-bottom: 70px;
    padding-top: 70px; */
  }

  .program .right {
    text-align: center;
  }

  .program .right img {
    max-width: 100%;
    margin-top: 50px;
  }

  .program .title {
    margin: auto;
  }

  .program .title h3 {
    font-size: 30px;
    font-family: "Lato-Bold";
    float: left;
    font-weight: 300;
    padding-bottom: 20px;
    padding-left: 10px;
    color: #00540e;
  }

  .program h4 {
    padding-left: 10px;
  }

  .program .title span {
    color: #fbb122;
    font-family: "Lato-Bold";
    font-size: 25px;
  }

  .program .title b {
    font-weight: 400;
  }

  .program .left .list-item .item {
    margin-top: 20px;
    margin-bottom: 2rem;
  }

  .program .left .list-item .item {
    padding: 0 0 0 30px;
    /* padding-left: 30px; */
    /* padding-right: 5px; */
  }

  .program .left .list-item .item .icon {
    padding: 0;
    margin-top: 5px;
    padding-bottom: 15px;
    padding-right: 30px;
  }

  .program .left .list-item .item .image {
    width: 28%;
    padding: 0;
    margin-top: 5px;
    padding-bottom: 15px;
    padding-right: 30px;
  }

  .program .left .list-item .item .text_show h3 {
    margin: 0;
    font-family: "Lato-Bold";
    font-size: 20px;
    color: #00540e;
  }

  .program .left .list-item .item .text_show p {
    width: 195px;
    font-size: 15px;
    font-family: "Lato-Medium";
    margin-top: 15px;
    margin-bottom: 20px;
    line-height: 27px;
    word-break: break-word;
    /* color: #3b3c3d; */
    color: #595959;
  }

  .program .left .list-item .item .text_show a {
    font-size: 15px;
    font-family: "Lato-Bold";
    color: #a7a7a7;
  }

  .program .left .list-item .item .text_show a:hover {
    color: #62ae18;
  }

  .program .left .list-item .item .text_show {
    padding-left: 0;
  }

  .campaigns .title h3 {
    font-size: 30px;
    font-family: "Lato-Bold";
    text-align: left;
    font-weight: 300;
    padding-bottom: 0px;
    color: #00540e;
  }

  .campaigns .view-more a {
    font-family: Lato-Bold;
    float: right;
    font-size: 14px;
    padding: 20px 15px 0 0;
    color: #69b223;
  }

  .campaigns .view-more a:hover {
    color: #f7b52d;
  }

  .zakat-header .mybreadcrumb {
    font-family: "Lato-Medium";
    font-size: 14px;
  }

  .zakat-header .title h3 {
    font-size: 25px;
    font-family: "Lato-Bold";
    float: left;
    font-weight: 300;
    color: #00540e;
  }

  .zakat-body .image-header,
  .zakat-body .content {
    padding-top: 10px;
  }

  .zakat-body .nav {
    padding-bottom: 0px;
  }

  .zakat-body .company-profile {
    background-color: #f7f7f7;
    margin-top: 10px;
    margin-bottom: 15px;
    padding: 10px 0px 30px 15px;
  }

  #syncyatim.owl-theme .owl-next {
    position: absolute;
    top: 40%;
    right: 8px;
  }

  #syncyatim.owl-theme .owl-prev {
    position: absolute;
    top: 40%;
    left: 8px;
  }

  .yatim .yatim-body #syncyatim.owl-theme .owl-prev:hover,
  .yatim .yatim-body #syncyatim.owl-theme .owl-next:hover {
    background: #6bb326;
  }

  #syncyatim.owl-theme .owl-prev,
  #syncyatim.owl-theme .owl-next {
    width: 50px;
    height: 40px;
    margin: 0;
    /* background: rgba(0, 0, 0, 0.8); */
    background: #aacc05;
    opacity: 0.6;
    border-radius: 1;
  }

  .tentang-kami-body .content > p {
    font-family: "Lato-Medium";
    font-size: 14px;
    line-height: 1.6;
    margin-top: 20px;
    padding-bottom: 20px;
    /* color: #919191; */
    color: #000;
  }

  .zakat-body .nav {
    padding-bottom: 25px;
  }

  .berita {
    /* background-color: #eff1f2; f5f9f8 */
    background-color: #fff;
    padding-bottom: 40px;
    padding-top: 20px;
  }

  .berita .title h3 {
    font-size: 35px;
    font-family: "Lato-Bold";
    text-align: center;
    font-weight: 300;
    padding-bottom: 10px;
    color: #00540e;
  }

  .berita .view-more a {
    font-family: Lato-Bold;
    float: right;
    font-size: 16px;
    padding: 40px 0 0 0;
    color: #69b223;
  }

  .disclaimer .col-md-4 {
    width: 100%;
  }

  .disclaimer .box {
    display: flex;
    flex-direction: row;
    font-family: Lato-Bold;
    line-height: 1.6;
    background-color: #f7b52d;
    color: #000;
    border-radius: 0px;
    width: auto;
    border: 1px solid #f7b52d;
    padding: 15px;
    margin: 0;
  }

  .disclaimer .box img {
    width: 100%;
    padding: 0;
    /* margin: 0 10px 10px; */
  }

  .disclaimer .box p {
    text-align: justify;
    padding: 0 10px;
    margin: 0 0 0 20px;
    font-size: 10px;
  }

  .footer-1 .col-contact-2 {
    margin-bottom: 80px;
  }

  .footer-1 .col-contact-2 .info-contact-info-2 {
    padding: 0;
    text-align: left;
  }

  .footer-1 .col-contact-2 .contact-info2-label {
    padding-bottom: 10px;
    margin-left: -15px;
  }

  .footer-1 .info-contact-icon-2 img {
    text-align: left;
    padding: 18px 0 0 0;
    width: 50%;
    margin-left: -15px;
  }

  .footer-1 .info-contact-icon-2 p {
    float: left;
  }

  .solutions {
    margin-top: 0px;
    width: 100%;
    text-align: center;
    margin-left: 0;
    /* border: 0.25px solid #ced2d1; */
    background-color: #ced2d1;
  }

  .sosial-media-ry .sosial-media-icon {
    padding-bottom: 10px;
  }

  .sosial-media-ry .sosial-media-icon .sosial-media-text {
    margin-left: -85px;
  }

  .sosial-media-email {
    padding-top: 200px;
  }

  /* .sosial-media-ry .sosial-media-icon img {
        float: left;
        margin-left: 50px;
    } */

  .sosial-media-ry .sosial-media-icon p {
    text-align: left;
  }

  /* --- metode --- */
  .metode {
    background-color: #fff;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-right: 10px;
    /* margin-top: -3rem; */
    /* margin-left: 12%; */
  }

  .metode .item .content_block {
    margin-top: -80px;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 40px 0px;
  }

  .metode .item .content_block p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #232526;
    margin: 0;
    padding: 0;
  }

  .metode .item .content_block span {
    font-size: 60px;
    line-height: 1;
  }

  .metode .item .content_block h3 {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    margin: 0;
    padding: 0;
  }

  /*-----___-----*/

  .social-box .box {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 115px;
    background: #f5f5f3;
    border-radius: 10px;
    padding: 0px 0px 10px;
    margin: 20px 0px 20px 0px;
    cursor: pointer;
    transition: all 0.5s ease-out;
    /* background: url(../img/metode/mobile-black.png) no-repeat center; */
  }

  .social-box .item {
    padding: 0;
    padding-left: 10px;
  }

  .social-box .box-img {
    height: 36px;
    width: 36px;
    /* background: url(../img/metode/mobile-black.png) no-repeat center; */
    background-size: 60%;
    background-color: #aacc05;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    text-align: center;
    padding-bottom: 10px;
    display: inline-block;
  }

  .social-box .box .box-img:hover {
    /* background: url(../img/metode/mobile-black.png) no-repeat center; */
    background-color: #ccef23;
  }

  .social-box .box:hover {
    /* box-shadow: 0 0 6px #4183d7; */
    box-shadow: 0 0 6px #f5f5f3;
    background-color: #aacc05;
    color: #fff;
  }

  .social-box .box .box-text {
    margin: 0px 0px;
    padding-top: 25px;
    font-size: 7px;
    line-height: 0px;
  }

  .social-box .box span {
    padding: 0 10px 0 10px;
    font-size: 9px;
  }

  .social-box .box .box-btn a {
    text-decoration: none;
    color: #4183d7;
    font-size: 10px;
  }

  .social-box .box .box-btn span {
    text-decoration: none;
    color: #00540e;
    font-size: 10px;
  }

  .social-box .box .box-btn a:hover {
    color: #fff;
  }

  .social-box .box .box-btn span:hover {
    color: #fff;
  }

  .social-box .item .box span a {
    color: #000;
  }

  .social-box .item .box span a:hover {
    color: #fff;
  }

  .rubrik {
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .header .logo img {
    margin-left: 0px;
    margin-top: -1.5em;
    width: 40%;
  }

  .btn-donasi-mobile {
    position: fixed;
    bottom: 0px;
    font-family: "Lato-Bold";
    font-size: 25px;
    width: 100%;
    padding: 15px;
    /* border: 1px solid; */
    /* border-radius: 4px; */
    color: #fff;
    background-color: #036bb5;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.4s;
    z-index: 99999999;
  }

  .btn-donasi-mobile:focus {
    outline: none !important;
  }

  .panel-group-donasi-mobile {
    position: fixed;
    width: 100%;
    bottom: -20px;
    z-index: 99999999;
  }

  .panel-body-donasi-mobile {
    font-family: "Lato-Medium";
    border-bottom: 1px solid #eee;
  }

  .panel-body-donasi-mobile:hover {
    color: #aacc05;
    background-color: #f7f7f7;
  }

  .panel-title-donasi-mobile {
    font-family: "Lato-Bold";
    font-size: 25px;
    text-align: center;
  }

  /* --- floating whats app --- */
  .float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 80px;
    left: 20px;
    border-radius: 50px;
    font-size: 30px;
    background-color: #25d366;
    color: #fff;
    cursor: pointer;
    text-align: center;
    /* box-shadow: 2px 2px 3px #999; */
    z-index: 99999999;
  }

  .wa-float {
    margin-top: 16px;
  }

  /* --- floating scroll to top --- */
  .scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #0062b1;
    color: #eeeeee;
    width: 60px;
    height: 60px;
    /* font-size: 30px; */
    line-height: 48px;
    right: 20px;
    bottom: 80px;
    padding-top: 10px;
    border-radius: 50px;
    /* box-shadow: 2px 2px 3px #999; */
    /* border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px; */
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }

  /* --- button donasi mobile only --- */
  .donasi-wrapper {
    display: block;
  }

  .countdown-ramadhan {
    padding-top: 0.5rem;
    padding-bottom: 0;
    margin-top: -3rem;
    margin-bottom: 0;
  }
}

/* DESKTOP for RUBRIK */
@media only screen and (min-width: 1025px) {
  .main_menu .menu .sub_menu > li > a {
    font-size: 11.5px;
  }

  .content-inner {
    height: 70px;
  }

  .testimoni.title h3 {
    font-size: 35px;
    font-family: "Lato-Bold";
    text-align: center;
    font-weight: 300;
    padding: 0 40% 10px 0;
    color: #00540e;
  }

  .main_menu .menu > li > a {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 33px;
    text-transform: capitalize;
    padding: 10px 15px;
  }

  .main_menu .menu .sub_menu {
    margin-top: 0;
  }

  .ry-header .title h3 {
    font-size: 35px;
    font-family: "Lato-Bold";
    float: left;
    font-weight: 300;
    color: #00540e;
  }

  .social-box .box span {
    padding-top: 5px;
  }

  .scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1;
  }

  .ry-header .mybreadcrumb {
    font-size: 16px;
    font-family: "Lato-Medium";
    font-weight: 300;
    color: #00540e;
  }

  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2000;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.22);
  }

  /* .sticky.header .logo img {
    margin-left: 50px;
    margin-bottom: 27px;
    width: 25%;
  } */

  .berita-terbaru {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
  }

  .event-terbaru {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
  }

  .rubrik .owl-carousel .owl-item img {
    display: inline-block;
    width: 100%;
    height: 390px;
    object-fit: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .sosial-media-email {
    padding-top: 20px;
    padding: 0px;
  }

  .pencapaian .count-anak-asuh-binaan {
    font-family: "Lato-Black";
    font-size: 45px;
    position: absolute;
    bottom: 85px;
    left: 10.5%;
  }

  .pencapaian .anak-asuh-binaan {
    font-family: "Lato-Black";
    font-size: 18px;
    position: absolute;
    bottom: 55px;
    left: 10.5%;
  }

  .pencapaian .count-penerima-manfaat {
    font-family: "Lato-Black";
    font-size: 45px;
    position: absolute;
    bottom: 85px;
    left: 25%;
  }

  .pencapaian .penerima-manfaat {
    font-family: "Lato-Black";
    font-size: 18px;
    position: absolute;
    bottom: 55px;
    left: 25%;
  }

  .pencapaian .count-provinsi-jangkauan-program {
    font-family: "Lato-Black";
    font-size: 45px;
    position: absolute;
    bottom: 85px;
    left: 45%;
  }

  .pencapaian .provinsi-jangkauan-program {
    font-family: "Lato-Black";
    font-size: 18px;
    position: absolute;
    bottom: 55px;
    left: 39%;
  }

  #main #sync10 {
    padding-bottom: 0px;
  }

  #main #sync10 .item {
    /* padding-top: 700px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; */
    padding-top: 50%;
    width: 100%;
    height: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
  }

  #main #sync10 .item .text_zz {
    position: absolute;
    top: 15%;
    left: 54%;
    padding: 15px;
    display: block;
    /* background: rgba(0, 0, 0, 0.6); */
  }

  #main #sync10 .item .text_zz h2 {
    font-family: "Lato-Black";
    font-size: 35px;
    color: #000;
    line-height: 50px;
    padding-bottom: 10px;
    position: relative;
    font-weight: 300;
  }

  #main #sync10 .item .text_zz h3 {
    font-family: "Lato-Black";
    font-size: 30px;
    color: #00540e;
    /* line-height: 50px; */
    margin-top: -5px;
    padding-bottom: 10px;
    position: relative;
    font-weight: 300;
    text-align: end;
  }

  #main #sync10 .item .text_zz h3:after {
    content: "";
    /* width: 100px; */
    height: 1px;
    position: absolute;
    border-bottom: 2px solid;
    left: 0;
  }

  #main #sync10 .item .text_zz p {
    display: block;
    text-align: end;
    font-family: "Lato-Bold-Italic";
    font-style: italic;
    font-size: 18px;
    line-height: 1.6;
    color: #00540e;
  }

  #main #sync10 .item .text_zz .donate {
    margin-top: 20px;
    margin-bottom: 0px;
  }

  #main #sync10 .item .text_zz .button_donate a:hover {
    background: #aacc05 !important;
    color: #fff !important;
  }

  #main #sync10 .item .text_zz .button_donate a {
    /* border: 1px solid #fbb122; */
    border-radius: 4px;
  }

  #sync10.owl-theme .owl-next {
    position: absolute;
    top: 37%;
    right: 2rem;
  }

  #sync10.owl-theme .owl-prev {
    position: absolute;
    top: 37%;
    left: 2rem;
  }

  #sync10.owl-theme .owl-prev svg,
  #sync10.owl-theme .owl-next svg {
    padding: 10px;
    width: 100%;
    height: 100%;
  }

  #sync10.owl-theme .owl-dots .owl-dot.active span,
  .owl-theme .owl-dots .owl-dot:hover span {
    background: #69b223;
    border: none;
  }

  #sync10.owl-theme .owl-dots .owl-dot span {
    position: relative;
    bottom: 12.5rem;
    /* top: 50%; */
    width: 15px;
    height: 15px;
    margin: 5px 5px;
    /* background: #d6d6d6; */
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 2px solid #fff;
  }

  .lib-panel .lib-row {
    padding: 0 20px 0 20px;
  }

  .lib-panel .lib-row.lib-header {
    font-family: "Lato-Bold";
    background-color: #ffffff;
    color: #69b223;
    font-size: 28px;
    line-height: 1.2;
    padding: 35px 100px 0 100px;
  }

  .lib-panel .lib-row.lib-desc {
    font-family: "Lato-Medium";
    line-height: 1.6;
    position: relative;
    height: 100%;
    display: block;
    font-size: 18px;
    padding: 20px 100px 0 100px;
  }

  .lib-panel .lib-row.lib-desc a {
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 20px;
  }

  .lib-panel .lib-row.lib-footer > a {
    font-family: "Lato-Bold";
    /* position: relative; */
    display: block;
    font-size: 14px;
    padding: 20px 200px 20px 80px;
    color: #69b223;
  }

  .disclaimer {
    padding-bottom: 40px;
    margin-top: -40px;
  }

  .disclaimer .col-md-4 {
    width: 23%;
  }

  .disclaimer .box {
    font-family: Lato-Bold;
    line-height: 1.6;
    background-color: #f7b52d;
    color: #000;
    border-radius: 16px;
    width: auto;
    border: 1px solid #f7b52d;
    padding: 30px;
    margin: 0;
  }

  .disclaimer .box img {
    width: 70%;
    padding: 0;
    margin: 0 10px;
  }

  .disclaimer .box p {
    text-align: justify;
    padding: 0 10px;
    margin: 0 0 0 20px;
  }

  .footer-1 .col-contact-2 {
    padding-bottom: 45px;
  }

  .footer-1 .col-contact-2 .contact-info2-label {
    padding-bottom: 10px;
    margin-left: -15px;
  }

  .footer-1 .info-contact-icon-2 img {
    text-align: center;
    padding: 23px 0 0 0;
    width: auto;
    margin-left: -15px;
  }

  .footer-1 .info-contact-icon-2 p {
    float: left;
  }

  .solutions {
    margin-top: 0px;
    width: 80%;
    text-align: left;
    margin-left: 0;
    border: 0.5px solid #ced2d1;
    background-color: #ced2d1;
  }

  .footer-1 .item2 .event-strip {
    padding-top: 23px;
  }

  .zakat-body .company-profile {
    background-color: #f7f7f7;
    margin-top: 40px;
    padding: 15px 0 35px 15px;
  }

  /* --- metode --- */
  .metode {
    background-color: #fff;
    padding-bottom: 30px;
    padding-top: 0px;
    /* margin-left: 12%; */
  }

  .metode .item .content_block {
    margin-top: -80px;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 40px 0px;
  }

  .metode .item .content_block p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #232526;
    margin: 0;
    padding: 0;
  }

  .metode .item .content_block span {
    font-size: 60px;
    line-height: 1;
  }

  .metode .item .content_block h3 {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    margin: 0;
    padding: 0;
  }

  /*-----___-----*/

  .social-box .box {
    display: flex;
    flex-direction: column;
    width: 90%;
    height: 310px;
    background: #f5f5f3;
    border-radius: 10px;
    padding: 40px 0px;
    margin: 20px 10px 20px 10px;
    cursor: pointer;
    transition: all 0.5s ease-out;
    /* background: url(../img/metode/mobile-black.png) no-repeat center; */
  }

  .social-box .box-img {
    height: 125px;
    width: 125px;
    /* background: url(../img/metode/mobile-black.png) no-repeat center; */
    background-size: 60%;
    background-color: #aacc05;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    text-align: center;
    padding-bottom: 20px;
    display: inline-block;
  }

  .social-box .box .box-img:hover {
    /* background: url(../img/metode/mobile-black.png) no-repeat center; */
    background-color: #ccef23;
  }

  .social-box .box:hover {
    /* box-shadow: 0 0 6px #4183d7; */
    box-shadow: 0 0 6px #f5f5f3;
    background-color: #aacc05;
    color: #fff;
  }

  .social-box .box .box-text {
    margin: 20px 0px;
    font-size: 15px;
    line-height: 30px;
  }

  .social-box .box .box-btn a {
    text-decoration: none;
    color: #4183d7;
    font-size: 16px;
  }

  .social-box .box .box-btn span {
    text-decoration: none;
    color: #00540e;
    font-size: 16px;
  }

  .social-box .box .box-btn a:hover {
    color: #fff;
  }

  .social-box .box .box-btn span:hover {
    color: #fff;
  }

  .social-box .item .box span a {
    color: #000;
  }

  .social-box .item .box span a:hover {
    color: #fff;
  }

  .header .logo img {
    margin-left: 50px;
    margin-bottom: 40px;
    width: 35%;
  }

  /* --- floating whats app --- */
  .float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 30px;
    left: 20px;
    border-radius: 50px;
    font-size: 30px;
    background-color: #25d366;
    color: #fff;
    cursor: pointer;
    text-align: center;
    /* box-shadow: 2px 2px 3px #999; */
    z-index: 99999999;
  }

  .wa-float {
    margin-top: 16px;
  }

  /* --- floating scroll to top --- */
  .scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #0062b1;
    color: #eeeeee;
    width: 60px;
    height: 60px;
    /* font-size: 30px; */
    line-height: 48px;
    right: 20px;
    bottom: 30px;
    padding-top: 10px;
    border-radius: 50px;
    /* box-shadow: 2px 2px 3px #999; */
    /* border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px; */
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }

  /* --- button donasi mobile only --- */
  .donasi-wrapper {
    display: none;
  }

  .countdown-ramadhan {
    margin-bottom: 2rem;
    padding-top: 2rem;
    padding-bottom: 1rem;
    margin-top: -11rem;
  }

  #cdn-ramadhan {
    font-size: 1.5em;
  }

  #cdn-ramadhan > span {
    font-size: 4.5rem;
  }
}

/* TABLET */
@media only screen and (min-width: 481px) and (max-width: 821px) {
  .ry-header .title h3 {
    font-size: 33px;
    font-family: "Lato-Bold";
    float: left;
    font-weight: 300;
    color: #00540e;
  }

  .scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1;
  }

  .ry-header .mybreadcrumb {
    font-size: 15px;
    font-family: "Lato-Medium";
    font-weight: 300;
    color: #00540e;
  }

  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.22);
  }

  .pencapaian .count-anak-asuh-binaan {
    font-family: "Lato-Black";
    font-size: 27px;
    position: absolute;
    bottom: 40px;
    left: 10.5%;
  }

  .pencapaian .anak-asuh-binaan {
    font-family: "Lato-Black";
    font-size: 10px;
    position: absolute;
    bottom: 25px;
    left: 10.5%;
  }

  .pencapaian .count-penerima-manfaat {
    font-family: "Lato-Black";
    font-size: 27px;
    position: absolute;
    bottom: 40px;
    left: 24%;
  }

  .pencapaian .penerima-manfaat {
    font-family: "Lato-Black";
    font-size: 10px;
    position: absolute;
    bottom: 25px;
    left: 24%;
  }

  .pencapaian .count-provinsi-jangkauan-program {
    font-family: "Lato-Black";
    font-size: 27px;
    position: absolute;
    bottom: 40px;
    left: 45%;
  }

  .pencapaian .provinsi-jangkauan-program {
    font-family: "Lato-Black";
    font-size: 10px;
    position: absolute;
    bottom: 25px;
    left: 39%;
  }

  .slideshow {
    margin-bottom: auto;
  }

  #main #sync10 {
    padding-bottom: 0px;
  }

  #main #sync10 .item {
    padding-top: 370px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }

  #main #sync10 .item .text_zz {
    position: absolute;
    top: 0%;
    left: 53%;
    padding: 15px;
    display: block;
    /* background: rgba(0, 0, 0, 0.6); */
  }

  #main #sync10 .item .text_zz h2 {
    font-family: "Lato-Black";
    font-size: 24px;
    color: #000;
    line-height: 50px;
    padding-bottom: 0px;
    position: relative;
    font-weight: 300;
  }

  #main #sync10 .item .text_zz h3 {
    font-family: "Lato-Black";
    font-size: 20px;
    color: #00540e;
    /* line-height: 50px; */
    margin-top: -5px;
    padding-bottom: 0px;
    position: relative;
    font-weight: 300;
    text-align: end;
  }

  #main #sync10 .item .text_zz h3:after {
    content: "";
    /* width: 100px; */
    height: 1px;
    position: absolute;
    border-bottom: 2px solid;
    left: 0;
  }

  #main #sync10 .item .text_zz p {
    display: block;
    text-align: end;
    font-family: "Lato-Bold-Italic";
    font-style: italic;
    font-size: 10px;
    line-height: 1.6;
    color: #00540e;
  }

  #main #sync10 .item .text_zz .donate {
    margin-top: 20px;
    margin-bottom: 0px;
  }

  #main #sync10 .item .text_zz .button_donate a:hover {
    background: #aacc05 !important;
    color: #fff !important;
  }

  #main #sync10 .item .text_zz .button_donate a {
    /* border: 1px solid #fbb122; */
    border-radius: 4px;
  }

  #sync10.owl-theme .owl-next {
    position: absolute;
    top: 37%;
    right: 0;
  }

  #sync10.owl-theme .owl-prev {
    position: absolute;
    top: 37%;
    left: 0;
  }

  #sync10.owl-theme .owl-prev svg,
  #sync10.owl-theme .owl-next svg {
    padding: 3px;
    width: 100%;
    height: 100%;
  }

  #sync10.owl-theme .owl-dots .owl-dot.active span,
  .owl-theme .owl-dots .owl-dot:hover span {
    background: #69b223;
    border: none;
  }

  #sync10.owl-theme .owl-dots .owl-dot span {
    position: relative;
    bottom: 60px;
    /* top: 50%; */
    width: 15px;
    height: 15px;
    margin: 5px 7px;
    /* background: #d6d6d6; */
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 2px solid #fff;
  }

  .lib-panel .lib-row {
    padding: 0 20px 0 20px;
  }

  .lib-panel .lib-row.lib-header {
    font-family: "Lato-Bold";
    background-color: #ffffff;
    color: #69b223;
    font-size: 32px;
    line-height: 1.2;
    padding: 50px 200px 0 100px;
  }

  .lib-panel .lib-row.lib-desc {
    font-family: "Lato-Medium";
    line-height: 1.6;
    position: relative;
    height: 100%;
    display: block;
    font-size: 18px;
    padding: 20px 200px 10px 100px;
  }

  .lib-panel .lib-row.lib-desc a {
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 20px;
  }

  .lib-panel .lib-row.lib-footer > a {
    font-family: "Lato-Bold";
    /* position: relative; */
    display: block;
    font-size: 14px;
    padding: 20px 200px 70px 80px;
    color: #69b223;
  }

  .events .title h3 {
    width: 100%;
    font-size: 35px;
    font-family: "Lato-Bold";
    text-align: center;
    /* float: left; */
    font-weight: 300;
    padding: 0 0 10px 0;
    color: #00540e;
  }

  .events .view-more a {
    font-family: Lato-Bold;
    float: right;
    font-size: 16px;
    padding: 10px 0 10px 0;
    color: #69b223;
  }

  .footer-1 .item3 .pz p {
    width: 100%;
    word-wrap: break-word;
    font-family: "Lato-Medium";
    font-size: 15px;
    /* color: #cdcfcf;0a0f2b */
    color: #0a0f2b;
    line-height: 25px;
    margin-top: 20px;
  }

  .footer .footer-1 .item1 {
    padding-top: 10px;
    padding-bottom: 0px;
  }

  .footer .footer-1 .item2 {
    padding-bottom: 40px;
  }

  .footer-1 .item2 .event-strip {
    padding: 20px;
  }

  .footer-1 .item2 .event-title {
    text-align: justify;
    max-width: 100%;
  }

  .disclaimer {
    padding-bottom: 40px;
    margin-top: 0px;
  }

  .disclaimer .col-contact {
    padding-bottom: 20px;
  }

  .disclaimer .img-disclaimer .col-xs-6 {
    width: 15%;
  }

  .disclaimer .img-disclaimer img {
    width: 30%;
  }

  .disclaimer .info-contact-icon img {
    text-align: center;
    padding: 0;
    width: 10%;
  }

  .disclaimer .info-disclaimer {
    padding-bottom: 20px;
  }

  .disclaimer .info-contact-info {
    font-family: "Lato-Bold";
    color: #00540e;
    margin-right: 0px;
    float: right;
    padding-bottom: 10px;
  }

  .disclaimer .info-contact-info h4 {
    float: left;
  }

  .disclaimer .info-contact-info p {
    float: left;
  }

  .campaigns .title h3 {
    font-size: 35px;
    font-family: "Lato-Bold";
    text-align: left;
    font-weight: 300;
    padding-bottom: 0px;
    color: #00540e;
  }

  .campaigns .view-more a {
    font-family: Lato-Bold;
    float: right;
    font-size: 16px;
    padding: 10px 0 10px 0;
    color: #69b223;
  }

  .campaigns .view-more a:hover {
    color: #f7b52d;
  }

  .program .left .list-item {
    padding: 0 0 0 40px;
  }

  .program .left .list-item .item .text_show p {
    width: auto;
    font-size: 15px;
    font-family: "Lato-Medium";
    margin-top: 15px;
    margin-bottom: 30px;
    line-height: 27px;
    word-break: break-all;
    /* color: #3b3c3d; */
    color: #595959;
  }

  .fs-it-btn {
    width: 90%;
    font-family: "Lato-Light";
    font-size: 10px;
    margin-top: 10px;
    border: 1px solid;
    border-radius: 4px;
    color: #fff;
    font-weight: normal;
  }

  .fs-it-btn-vertical-line {
    text-align: center;
    padding: 4px 0 5px 10px;
    margin-left: 10px;
    border-left: 1px solid #fff;
  }

  .bg-orange {
    background-color: #f7b52d;
  }

  .zakat-body .company-profile {
    background-color: #f7f7f7;
    margin-top: 30px;
    margin-bottom: 15px;
    padding: 10px 0px 30px 15px;
  }

  .zakat-body .company-profile > h3 {
    font-family: "Lato-Bold";
    font-size: 20px;
    color: #aacc05;
  }

  .zakat-body .company-profile > p {
    font-family: "Lato-Medium";
    font-size: 11px;
    line-height: 1.6;
    padding-bottom: 20px;
  }

  #syncyatim.owl-theme .owl-next {
    position: absolute;
    top: 45%;
    right: 7px;
  }

  #syncyatim.owl-theme .owl-prev {
    position: absolute;
    top: 45%;
    left: 7px;
  }

  .yatim .yatim-body #syncyatim.owl-theme .owl-prev:hover,
  .yatim .yatim-body #syncyatim.owl-theme .owl-next:hover {
    background: #6bb326;
  }

  #syncyatim.owl-theme .owl-prev,
  #syncyatim.owl-theme .owl-next {
    width: 50px;
    height: 40px;
    margin: 0;
    /* background: rgba(0, 0, 0, 0.8); */
    background: #aacc05;
    opacity: 0.6;
    border-radius: 1;
  }

  .zakat-body .content > input[type="text"] {
    font-family: "Lato-Medium";
    font-size: 14px;
    color: #a9a9a9;
  }

  .berita {
    padding-top: 30px;
  }

  .berita .item {
    max-height: 450px;
    padding-bottom: 30px;
  }

  .berita .title h3 {
    font-size: 35px;
    font-family: "Lato-Bold";
    text-align: center;
    font-weight: 300;
    padding-bottom: 10px;
    color: #00540e;
  }

  .disclaimer .col-md-4 {
    width: 20%;
  }

  .disclaimer .box {
    font-family: Lato-Bold;
    line-height: 1.6;
    background-color: #f7b52d;
    color: #000;
    border-radius: 16px;
    width: auto;
    border: 1px solid #f7b52d;
    padding: 30px;
    margin: 0;
  }

  .disclaimer .box img {
    width: 70%;
    padding: 0;
    margin: 0 10px;
  }

  .disclaimer .box p {
    text-align: justify;
    padding: 0 10px;
    margin: 0 0 0 20px;
  }

  .footer-1 .col-contact-2 {
    padding-bottom: 0px;
  }

  .footer-1 .col-contact-2 .info-contact-info-2 {
    padding: 0;
    text-align: left;
  }

  .footer-1 .col-contact-2 .contact-info2-label {
    padding-bottom: 10px;
    margin-left: -15px;
  }

  .footer-1 .info-contact-icon-2 img {
    text-align: left;
    padding: 5px 0 0 0;
    width: 50%;
    margin-left: -15px;
  }

  .footer-1 .info-contact-icon-2 p {
    float: left;
  }

  .solutions {
    margin-top: 0px;
    width: 80%;
    text-align: left;
    margin-left: 40px;
    border: 0.5px solid #ced2d1;
    background-color: #ced2d1;
  }

  /* --- metode --- */
  .metode {
    background-color: #fff;
    padding-bottom: 60px;
    padding-top: 30px;
    /* margin-left: 12%; */
  }

  .metode .item .content_block {
    margin-top: -80px;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 40px 0px;
  }

  .metode .item .content_block p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #232526;
    margin: 0;
    padding: 0;
  }

  .metode .item .content_block span {
    font-size: 60px;
    line-height: 1;
  }

  .metode .item .content_block h3 {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    margin: 0;
    padding: 0;
  }

  /*-----___-----*/

  .social-box .box {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 265px;
    background: #f5f5f3;
    border-radius: 10px;
    padding: 40px 20px 0px 20px;
    margin: 20px 0px 20px 0px;
    cursor: pointer;
    transition: all 0.5s ease-out;
    /* background: url(../img/metode/mobile-black.png) no-repeat center; */
  }

  .social-box .box-img {
    height: 90px;
    width: 90px;
    /* background: url(../img/metode/mobile-black.png) no-repeat center; */
    background-size: 60%;
    background-color: #aacc05;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    text-align: center;
    padding-bottom: 20px;
    display: inline-block;
  }

  .social-box .box .box-img:hover {
    /* background: url(../img/metode/mobile-black.png) no-repeat center; */
    background-color: #ccef23;
  }

  .social-box .box:hover {
    /* box-shadow: 0 0 6px #4183d7; */
    box-shadow: 0 0 6px #f5f5f3;
    background-color: #aacc05;
    color: #fff;
  }

  .social-box .box .box-text {
    margin: 20px 0px;
    font-size: 15px;
    line-height: 30px;
  }

  .social-box .box .box-btn a {
    text-decoration: none;
    color: #4183d7;
    font-size: 16px;
  }

  .social-box .box .box-btn span {
    text-decoration: none;
    color: #00540e;
    font-size: 16px;
  }

  .social-box .box .box-btn a:hover {
    color: #fff;
  }

  .social-box .box .box-btn span:hover {
    color: #fff;
  }

  .social-box .item .box span a {
    color: #000;
  }

  .social-box .item .box span a:hover {
    color: #fff;
  }

  .header .logo img {
    margin-left: 50px;
    width: 40%;
  }

  /* --- floating whats app --- */
  .float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 30px;
    left: 20px;
    border-radius: 50px;
    font-size: 30px;
    background-color: #25d366;
    color: #fff;
    cursor: pointer;
    text-align: center;
    /* box-shadow: 2px 2px 3px #999; */
    z-index: 99999999;
  }

  .wa-float {
    margin-top: 16px;
  }

  /* --- floating scroll to top --- */
  .scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #0062b1;
    color: #eeeeee;
    width: 60px;
    height: 60px;
    /* font-size: 30px; */
    line-height: 48px;
    right: 20px;
    bottom: 30px;
    padding-top: 10px;
    border-radius: 50px;
    /* box-shadow: 2px 2px 3px #999; */
    /* border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px; */
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
}

/* ======================================================================================================== */

/*Custom by Agil */
.animate-info {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.info-card {
  width: 100%;
  border: 1px solid rgb(215, 215, 215);
  position: relative;
  font-family: "Lato-Regular";
  margin-bottom: 20px;
  overflow: hidden;
}

.info-card:hover {
  background-color: #aacc05;
  color: #fff;
}

.info-card-img-background {
  height: 125px;
  width: 125px;
  background: url(../img/metode/mobile-black.png) no-repeat center;
  background-size: 60%;
  background-color: #aacc05;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}

.info-card-img-background:hover {
  background-color: #ccef23;
  color: #fff;
}

.info-card > img {
  width: 100px;
  margin-bottom: 60px;
}

.info-card .info-card-details,
.info-card .info-card-details .info-card-header {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -100%;
  left: 0;
  padding: 0 15px;
  background: rgb(255, 255, 255);
  text-align: center;
}

.info-card .info-card-details::-webkit-scrollbar {
  width: 8px;
}

.info-card .info-card-details::-webkit-scrollbar-button {
  width: 8px;
  height: 0px;
}

.info-card .info-card-details::-webkit-scrollbar-track {
  background: transparent;
}

.info-card .info-card-details::-webkit-scrollbar-thumb {
  background: rgb(160, 160, 160);
}

.info-card .info-card-details::-webkit-scrollbar-thumb:hover {
  background: rgb(130, 130, 130);
}

.info-card .info-card-details .info-card-header {
  height: auto;
  bottom: 100%;
  padding: 10px 5px;
}

.info-card:hover .info-card-details {
  bottom: 0px;
  overflow: auto;
  padding-bottom: 25px;
}

.info-card:hover .info-card-details .info-card-header {
  position: relative;
  bottom: 0px;
  padding-top: 45px;
  padding-bottom: 25px;
}

.info-card .info-card-details .info-card-header h1,
.info-card .info-card-details .info-card-header h3 {
  color: rgb(62, 62, 62);
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 !important;
  padding: 0 !important;
}

.info-card .info-card-details .info-card-header h3 {
  color: rgb(142, 182, 52);
  font-size: 15px;
  font-weight: 400;
  margin-top: 5px;
}

.info-card .info-card-details .info-card-detail .social-info {
  list-style: none;
  padding: 0px;
  margin-top: 25px;
  text-align: center;
}

.info-card .info-card-details .info-card-detail .social-info a {
  /* position: relative;
    display: inline-block;
    min-width: 100px;
    padding: 10px 0px;
    margin: 0px 5px;
    overflow: hidden;
    text-align: center;
    background-color: rgb(215, 215, 215);
    border-radius: 50%; */

  height: 200px;
  width: 200px;
  background-color: #aacc05;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}

/* ==================================================================== */
.lib-panel {
  margin-bottom: 20px;
  width: auto;
  height: auto;
}

.lib-panel img {
  width: 100%;
  height: 350px;
  object-fit: fill;
  /* background-color: transparent; */
}

.lib-panel .row,
.lib-panel .col-md-6 {
  padding: 0;
  background-color: #ffffff;
}

/* .lib-panel .lib-row {
    padding: 0 20px 0 20px;
} */

/* .lib-panel .lib-row.lib-header {
    font-family: "Lato-Bold";
    background-color: #ffffff;
    color: #69b223;
    font-size: 32px;
    line-height: 1.2;
    padding: 50px 200px 0 100px;
} */

.lib-panel .lib-row.lib-header .lib-header-seperator {
  height: 2px;
  width: 26px;
  background-color: #d9d9d9;
  margin: 7px 0 7px 0;
}

/* .lib-panel .lib-row.lib-desc {
    font-family: "Lato-Medium";
    line-height: 1.6;
    position: relative;
    height: 100%;
    display: block;
    font-size: 18px;
    padding: 20px 200px 0 100px;
}
.lib-panel .lib-row.lib-desc a {
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 20px;
}
.lib-panel .lib-row.lib-footer > a {
    font-family: "Lato-Bold";
    /* position: relative;
    display: block;
    font-size: 14px;
    padding: 20px 200px 20px 80px;
    color: #69b223;
} */
.lib-panel .lib-row.lib-footer > a:hover {
  color: #fbb122;
}

.row-margin-bottom {
  margin-bottom: 20px;
}

.box-shadow {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.box-shadow:hover {
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
}

/*-=-=-=-=-=-*/

/*=========================
  Icons
 ================= */

/* footer social icons */
ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
}

ul.social-network li {
  display: inline;
  margin: 0 5px;
}

/* footer social icons */
.social-network a.icoRss:hover {
  background-color: #f56505;
}

.social-network a.icoFacebook:hover {
  background-color: #3b5998;
}

.social-network a.icoTwitter:hover {
  background-color: #33ccff;
}

.social-network a.icoGoogle:hover {
  background-color: #bd3518;
}

.social-network a.icoVimeo:hover {
  background-color: #0590b8;
}

.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}

.social-network a.icoInstagram:hover {
  background-color: #e1306c;
}

.social-network a.icoYoutube:hover {
  background-color: #ff0000;
}

.social-network a.icoTiktok:hover {
  background-color: #010101;
}

.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i,
.social-network a.icoInstagram:hover i,
.social-network a.icoYoutube:hover i,
.social-network a.icoTiktok:hover i {
  color: #fff;
}

a.socialIcon:hover,
.socialHoverClass {
  color: #44bcdd;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 50px;
  height: 50px;
  font-size: 20px;
}

.social-circle li i {
  margin: 0 0 0 10px;
  line-height: 50px;
  text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle i {
  color: #fff;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

#toTop {
  position: fixed;
  float: right;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  display: none;
}

/* .scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #0062b1;
    color: #eeeeee;
    width: 60px;
    height: 60px;
    font-size: 30px;
    line-height: 48px;
    right: 30px;
    bottom: 30px;
    padding-top: 10px;
    border-radius: 50px;
    box-shadow: 2px 2px 3px #999;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
} */
.scroll-top-wrapper:hover {
  background-color: #f7b52d;
}

.scroll-top-wrapper i.fa {
  line-height: inherit;
}

.btntag {
  display: inline-flex;
}

.themeBtn {
  font-family: "Lato-Bold";
  background: #ff5c00;
  color: #ffffff !important;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  height: 50px;
  line-height: 0.8;
  padding: 18px 30px;
  text-transform: capitalize;
  border-radius: 1px;
  letter-spacing: 0.5px;
  border: 0px !important;
  cursor: pointer;
  border-radius: 100px;
}

a:hover {
  color: #ffffff;
  text-decoration: none;
}

.themeBtn:hover {
  background: rgb(255, 92, 0);
  color: #ffffff;
  box-shadow: 0 10px 25px -2px rgba(255, 92, 0, 0.6);
}

.themeBtn2 {
  background: #7600ff;
  color: #ffffff !important;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  height: 50px;
  line-height: 0.8;
  padding: 18px 30px;
  text-transform: capitalize;
  border-radius: 1px;
  letter-spacing: 0.5px;
  border: 0px !important;
  cursor: pointer;
  border-radius: 100px;
}

.themeBtn2:hover {
  background: rgb(118, 0, 255);
  color: #ffffff;
  box-shadow: 0 10px 25px -2px rgba(118, 0, 255, 0.6);
}

.themeBtn3 {
  background: #ff2e4d;
  color: #ffffff !important;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  height: 50px;
  line-height: 0.8;
  padding: 18px 30px;
  text-transform: capitalize;
  border-radius: 1px;
  letter-spacing: 0.5px;
  border: 0px !important;
  cursor: pointer;
  border-radius: 100px;
}

.themeBtn3:hover {
  background: rgb(255, 46, 77);
  color: #ffffff;
  box-shadow: 0 10px 25px -2px rgba(255, 46, 77, 0.6);
}

.themeBtn4 {
  background: #006eff;
  color: #ffffff !important;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  height: 50px;
  line-height: 0.8;
  padding: 18px 30px;
  text-transform: capitalize;
  border-radius: 1px;
  letter-spacing: 0.5px;
  border: 0px !important;
  cursor: pointer;
  border-radius: 100px;
}

.themeBtn4:hover {
  background: rgb(0, 110, 255);
  color: #ffffff;
  box-shadow: 0 10px 25px -2px rgba(0, 110, 255, 0.6);
}

.themeBtnRy {
  font-family: "Lato-Bold";
  background: #aacc05;
  color: #ffffff !important;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  height: 50px;
  line-height: 0.8;
  padding: 18px 30px;
  text-transform: capitalize;
  border-radius: 1px;
  letter-spacing: 0.5px;
  border: 0px !important;
  cursor: pointer;
  border-radius: 100px;
}

.themeBtnRy:hover {
  background: #aacc05;
  color: #ffffff;
  box-shadow: 0 10px 25px -2px rgba(0, 110, 255, 0.6);
}

.social-share-btns-container {
  overflow: hidden;
  position: relative;
  left: 0;
  font-size: 0;
  top: 50%;
  margin: 0;
  text-align: float;
  width: 100%;
  /* z-index: 111; */
}

.social-share-btns {
  display: inline-block;
  overflow: hidden;
}

.social-share-btns .share-btn {
  font-family: "Lato-Bold";
  float: left;
  margin: 3px 5px;
  padding: 8px 16px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  vertical-align: middle;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.social-share-btns .share-btn i {
  margin-right: 5px;
  display: inline-block;
  font-size: 18px;
  vertical-align: middle;
}

.share-btn {
  background-color: #95a5a6;
}

.share-btn:hover {
  background-color: #798d8f;
}

.share-btn-twitter {
  background-color: #00aced;
}

.share-btn-twitter:hover {
  background-color: #0087ba;
}

.share-btn-facebook {
  background-color: #3b5998;
}

.share-btn-facebook:hover {
  background-color: #2d4373;
}

.share-btn-linkedin {
  background-color: #007bb6;
}

.share-btn-linkedin:hover {
  background-color: #005983;
}

.share-btn-reddit {
  background-color: #ed001c;
}

.share-btn-reddit:hover {
  background-color: #ba0016;
}

.share-btn-whatsapp {
  background-color: #25d366;
}

.share-btn-whatsapp:hover {
  background-color: #075e54;
}

.share-btn-mail {
  background-color: #f1c40f;
}

.share-btn-mail:hover {
  background-color: #dab10d;
}

.credits {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  z-index: 1111;
  letter-spacing: 0.04em;
  font-size: 10px;
  text-transform: uppercase;
}

.credits a {
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  padding: 4px 4px;
  text-decoration: none;
}

.credits a:hover {
  color: #fff;
}

.zakat-body .page-header h1 {
  font-family: "Lato-Bold";
  font-size: 25px;
}

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}

.timeline > li {
  margin-bottom: 20px;
  position: relative;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
  width: 46%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}

.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 28px;
  left: 50%;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline .timeline-body ul {
  display: block;
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}

.timeline-badge.primary {
  background-color: #2e6da4 !important;
}

.timeline-badge.success {
  background-color: #3f903f !important;
}

.timeline-badge.warning {
  background-color: #f0ad4e !important;
}

.timeline-badge.danger {
  background-color: #d9534f !important;
}

.timeline-badge.info {
  background-color: #5bc0de !important;
}

.timeline-title {
  font-family: "Lato-Bold";
  font-size: 16px;
  margin-top: 0;
  color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
  font-family: "Lato-Medium";
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 0;
}

.timeline-body > p + p {
  margin-top: 5px;
}

@media (max-width: 767px) {
  ul.timeline:before {
    left: 40px;
  }

  ul.timeline > li > .timeline-panel {
    width: calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
  }

  ul.timeline > li > .timeline-badge {
    left: 15px;
    margin-left: 0;
    top: 16px;
  }

  ul.timeline > li > .timeline-panel {
    float: right;
  }

  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }

  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
}

.btn-loadmore {
  font-family: "Lato-Bold";
  font-size: 16px;
  background-color: #aacc05;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition-duration: 0.4s;
  border-radius: 25px;
}

.btn-loadmore:hover {
  background-color: #fbb122;
}

.btn-loadmore span:after {
  content: "\00bb";
  position: relative;
  font-size: 16px;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.btn-loadmore:hover span {
  padding-right: 25px;
}

.btn-loadmore:hover span:after {
  opacity: 1;
  right: -5px;
}

.padding-top:hover spa .lib2-panel {
  margin-bottom: -30px;
  padding: 30px;
}

.lib2-panel img {
  width: 100%;
  background-color: transparent;
}

.lib2-panel .row,
.lib2-panel .col-md-6 {
  padding: 0;
  background-color: #ffffff;
}

.lib2-panel .lib2-row {
  padding: 20px 20px 20px 20px;
}

.lib2-panel .lib2-row.lib2-header {
  font-family: "Lato-Bold";
  background-color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 0 20px;
}

.lib2-panel .lib2-row.lib2-header .lib2-header-seperator {
  height: 2px;
  width: 26px;
  background-color: #d9d9d9;
  margin: 7px 0 7px 0;
}

.lib2-panel .lib2-row.lib2-desc {
  font-family: "Lato-Regular";
  line-height: 1.6;
  position: relative;
  height: 100%;
  display: block;
  font-size: 13px;
}

.lib2-panel .lib2-row.lib2-desc a {
  font-family: "Lato-Bold";
  position: absolute;
  width: 100%;
  bottom: 10px;
  left: 20px;
  padding: 0px 20px 0px 0px;
}

.lib2-panel .lib2-row.lib2-desc a:hover {
  color: #fbb122;
}

.lib2-panel .lib2-row.lib2-footer a {
  font-family: "Lato-Bold";
  margin-top: -10px;
  position: absolute;
  display: block;
  font-size: 13px;
  color: #69b223;
}

.lib2-panel .lib2-row.lib2-footer > a:hover {
  color: #fbb122;
}

.row-margin-bottom {
  margin-top: 40px;
  margin-bottom: 20px;
}

.no-padding {
  padding: 0;
}

.a-breadcrumb:hover {
  color: #aacc05;
}

/* --- floating whats app --- */
/* .float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 30px;
    left: 40px;
    border-radius: 50px;
    font-size: 30px;
    background-color: #25d366;
    color: #fff;
    cursor: pointer;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 99999999;
}

.wa-float {
    margin-top: 16px;
} */

/* carousel */
#quote-carousel {
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}

/* Control buttons  */
#quote-carousel .carousel-control {
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left {
  left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right {
  right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li {
  background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active {
  background: #333333;
}
#quote-carousel img {
  width: 250px;
  height: 100px;
}
/* End carousel */

.item blockquote {
  border-left: none;
  margin: 0;
}

.item blockquote img {
  margin-bottom: 10px;
}

.item blockquote p:before {
  content: "\f10d";
  font-family: "Fontawesome";
  float: left;
  margin-right: 10px;
}

/**
  MEDIA QUERIES
*/
.carousel-indicators li {
  width: 12px;
  height: 12px;
}

.carousel-indicators .active {
  margin: 1px;
}

.item blockquote p:before {
  /* margin-right: 4px; */
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #quote-carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
  }
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) {
  #quote-carousel {
    padding: 0 10px 0px 10px;
    margin-top: 15px;
  }
  /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
  #quote-carousel .carousel-indicators {
    display: none;
    bottom: -20px !important;
  }
  #quote-carousel .carousel-indicators li {
    display: inline-block;
    margin: 0px 5px;
    width: 15px;
    height: 15px;
  }
  #quote-carousel .carousel-indicators li.active {
    margin: 0px 5px;
    width: 20px;
    height: 20px;
  }
}

/**
  SEARCH FLOATING BUTTON
*/
.event__search__floater {
  position: fixed;
  top: 50px;
  /*   left:0; */
  right: 50px;
  transition: all ease-in-out 0.2s;
  transform: translate(-50%, -50%);
}

.search__anchor {
  position: relative;
  width: auto;
  height: auto;
  /*   TODO: Center anchor */
}
.search__submit {
  opacity: 0;
  width: 0px;
}
.search__bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  outline: none;
  border: none;
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  opacity: 0;
  z-index: 5;
  transition: all 0.2;
  font-size: 1em;
}
.search__bar:hover {
  cursor: pointer;
}
.search__bar:focus {
  width: 200px;
  left: auto;
  opacity: 1;
  cursor: text;
  transition: all 0.2;
  padding-left: 25px;
  padding-right: 70px;
}
.search__toggler {
  position: absolute;
  width: 60px;
  height: 60px;
  background: #0062ff;
  opacity: 1;
  top: -4px;
  left: -4px;
  border-radius: 50%;
  transition: all 0.2s;
}
.search__toggler:hover {
  cursor: pointer;
}
.search__toggler::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 22px;
  right: 0;
  bottom: 0;
  left: 22px;
  width: 12px;
  height: 2px;
  background: #fff;
  transform: rotate(45deg);
  transition: all 0.2s;
}
.search__toggler::after {
  content: "";
  position: absolute;
  margin: auto;
  top: -5px;
  right: 0;
  bottom: 0;
  left: -5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 2px solid #fff;
  transition: all 0.2s;
}
.search__bar:focus ~ .search__toggler {
  right: 400px;
  background: #151515;
  z-index: 6;
  transition: all 0.2;
}
.search__bar:focus ~ .search__toggler::before {
  top: 0;
  left: 0;
  width: 25px;
}
.search__bar:focus ~ .search__toggler::after {
  top: 0;
  left: 0;
  width: 25px;
  height: 2px;
  border: none;
  background: white;
  border-radius: 0%;
  transform: rotate(-45deg);
}

.countdown-ramadhan {
  align-items: center;
  /* background-color: #ffd54f; */
  background-color: #aacc05;
  display: flex;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.container-countdown {
  color: #333;
  margin: 0 auto;
  text-align: center;
}

#headline-countdown {
  font-weight: normal;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
}

#cdn-ramadhan {
  display: inline-block;
  list-style-type: none;
  padding: 1em;
  text-transform: uppercase;
}

#cdn-ramadhan > span {
  display: block;
}

.emoji {
  display: none;
  padding: 1rem;
}

.emoji span {
  font-size: 4rem;
  padding: 0 0.5rem;
}

.post-skeleton {
  width: 220px;
  height: 80px;
}
.post-skeleton2 {
  width: 1200px;
  height: 400px;
}
.post-skeleton .avatar-skeleton {
  float: left;
  width: 52px;
  height: 52px;
  background-color: #ccc;
  border-radius: 25%;
  margin: 8px;
  background-image: linear-gradient(90deg, #ddd 0px, #e8e8e8 40px, #ddd 80px);
  background-size: 600px;
  animation: shine-avatar 1.6s infinite linear;
}
.post-skeleton .line-skeleton {
  float: left;
  width: 140px;
  height: 16px;
  margin-top: 12px;
  border-radius: 7px;
  background-image: linear-gradient(90deg, #ddd 0px, #e8e8e8 40px, #ddd 80px);
  background-size: 600px;
  animation: shine-lines 1.6s infinite linear;
}
.post-skeleton .avatar-skeleton + .line-skeleton {
  margin-top: 11px;
  width: 100px;
}
.post-skeleton .line-skeleton ~ .line-skeleton {
  background-color: #ddd;
}
.post-skeleton2 .banner-skeleton {
  width: 100%;
  height: 100%;
  background-color: #ccc;
  border-radius: 1px;
  margin: 8px;
  background-image: linear-gradient(90deg, #ddd 0px, #e8e8e8 40px, #ddd 80px);
  background-size: 600px;
  animation: shine-avatar 1.6s infinite linear;
}

@keyframes shine-lines {
  0% {
    background-position: -100px;
  }
  40%,
  100% {
    background-position: 140px;
  }
}
@keyframes shine-avatar {
  0% {
    background-position: -32px;
  }
  40%,
  100% {
    background-position: 208px;
  }
}

.loading-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 1;
  /* Initial opacity */
  transform: scale(1);
  /* Initial scale */
  animation: scaleOpacity 1s ease-in-out forwards;
  /* Apply animation */
}

@keyframes scaleOpacity {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(0.8);
    opacity: 0;
    display: none;
    /* Hide overlay after animation */
  }
}

.loading-spinner {
  border: 9px solid #036bb5;
  border-top: 9px solid #a4cd35;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(88, 120, 243, 1);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(88, 120, 243, 0);
  }
  100% {
    box-shadow: 0 0 0 50px rgba(88, 120, 243, 0);
  }
}

.pulse {
  background-color: #aacc05;
  box-shadow: 0 0 0 0 rgba(88, 120, 243, 0.4);
  -moz-animation: pulse 2s infinite;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 1s infinite;
}

.pulse-alt {
  background-color: transparent !important;
  box-shadow: 0 0 0 0 rgba(88, 120, 243, 0.4);
  -moz-animation: pulse 2s infinite;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 1s infinite;
}
