:root {--white: #ffffff; --black: #000000; --grayblack:#1e1d1c; --peachorgan:#f75e61;--lightgray:#ddd; }
/* --------------------------Top Bar---------------------------- */
.top_bar {
  background: var(--peachorgan);
  width: 100%;
  padding: 4px;
}
.contact_details ul li {
  list-style: none;
  display: inline;
  color: var(--white);
}
.contact_details {
  padding: 12px 0;
}
.contact_details ul li span i {
     padding: 5px 5px;
  color: var(--white);
}
.contact_details ul li a {
  color: var(--white);
}
.contact_details ul li span {
  padding-right: 10px;
  font-size: 12px;
}
.contact_details i{
  color: var(--white);
  font-size: 14px;
  cursor: pointer;
}
.contact_details p {
  color: #033333;
  font-size: 15px;
  margin: 0 0 0 !important;
}
p.hi_normal {
  color: #757575;
}
ul.left-side-content {
  padding: 0;
  margin: 0;
}
ul.right-side-content {
  margin: 0;
  text-align: right;
  position: relative;
}
/* --------------------------Header---------------------------- */
#header .logo img{
  max-height: 123px;
  width: auto;
}
#header {
  background-color: #121212;
  width: 100%;
  z-index: 99;
  top: 55px;
  padding: 1px 0;
}
.page-template-default #header {
    position: relative;
    top: 0;
    z-index: 999;
    width: 100%;
}
.home.page-template #header {
    position: absolute;
    background-color: rgba(40,40,38, 0.8);
}
.menubar {
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
}
.neseted-inner {
  top: 0;
  position: absolute;
}
.continnerbox {
  background-size: 100% 100%;
  color: var(--white);
  border-top: 40px solid #435061;
  border-left: 60px solid transparent;
}
#header .logo, #footer .logo{
  margin:0; 
    text-align: center;
}
#header .logo h1, #footer .logo h1{ 
  font-weight:700; 
  padding:0; 
  margin-bottom:8px; 
  font-size:24px; 
  font-weight:bold; 
  margin-top: 0; 
}
.logo a.custom-logo-link{ 
  color:var(--black);
}
.logo h1 a,.logo h1 a{
  color: var(--white);
  text-transform: uppercase;
}
.logo p{ 
  color: var(--white);
  margin-bottom: 0;
  font-size: 14px;
}
#header .top-contact{
  padding:12px 0; 
  font-size:15px;
}
.menubar .social-media{
  padding:12px 0; 
  text-align:center;
}
/*----------------Menu bar-----------*/
.side-navigation {
  padding: 0;
  margin: 0;
  text-align: center;
}
.side-navigation>li {
  list-style: none;
}
.close-sidebar {
  font-size: 35px;
  padding-right: 9px;
  color: var(--white);
  text-align: right;
  padding-top: 8px;
}
.headerbar {
  display: none;
  font-size: 30px;
  text-align: right;
  font-weight:900;
  color:var(--white);
}
amp-sidebar#sidebar1 {
  display: none
}
.i-amphtml-sidebar-mask {
  position: static!important
}
.side-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.side-navigation li {
  position: relative;
  top: 20px;
  padding: 0px 12px;
  display: inline-block;
  border-right: 2px solid #454342;
}
.side-navigation li:last-child{
border-right:0;
}
.side-navigation a {
  display: block;
  text-decoration: none;
  text-transform: none;
  color:#c8c6c4;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}
.side-navigation ul li a:not([href]):not([tabindex]) {
    color: #c8c6c4;
}
.side-navigation ul ul li a:hover:after {
  content: none;
}
.side-navigationul a:hover:after,.side-navigation .current_page_item a:after{
  position: absolute;
  bottom:-30px;
  content: '';
  width: 100%;
  height: 2px;
  display: block;
  background: #f75e61;
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.side-navigation ul.sub-menu a:hover:after, .side-navigation .current_page_item ul.sub-menu a:after{
  content: none;
}
.side-navigation ul ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100% ;
  background: #F6F6F6;
  min-width: 215px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  z-index: 9999;
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-duration: 0.5s;
  animation-duration: 1.3s;
    -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.side-navigation ul ul ul {
  left: 100%;
  top: 0;
}
.side-navigation .current_page_item > a{
  color: #004881;
  font-weight: 600;
}
.side-navigation ul ul a {
  text-transform: none;
  font-weight: 400;
  color: var(--grayblack);
  padding: 8px 0px;
  font-size: 14px;
  line-height: 1.5;
}
.side-navigation ul ul li {
  float: none;
  display: block;
  text-align: left;
  border-bottom: 1px solid #cccccc;
  top:0;
  border-right: 0;
}
.stickynavbar .side-navigation  ul ul li {
   top:0;
}
.stickynavbar .side-navigation a:hover:after, .stickynavbar .side-navigation .current_page_item a:after {
  bottom: -21px;
}
.side-navigation ul ul li:last-child{
  border-bottom: 0;
}
.side-navigation ul :hover > ul{
  display: block;
}
.side-navigation ul ul li a:hover{
   border-bottom: 0;
}
#sticky-onoff ,#vw-goal-loop,#vw-donator-loop,#testi-loop,#blog-loop,#vw_donator_speed,#vw_testi_speed,#vw_goal_speed,#vw_blog_speed{
  display: none;
}
.stickynavbar {
  background-color:var(--black);
  height: 79px;
}
.stickynavbar .side-navigation li{
  top:33px;
}
.sticky {
  position: fixed;
  top: 0px;
  width: 100%;
  left: 0;
  z-index: 99;
}
/*---------------- Footer Section ----------------------*/
#footer{
 position: relative; 
 background:#1f1d1b;
}
span.credit-link a {
  color: var(--peachorgan);
}
#footer h3{
  color:var(--white);
  font-size: 16px;
  font-weight: bold;
}
.copyright {
  background:var(--grayblack);
}
#footer .logo img {
  max-height: 123px;
  width: auto;
}
.footer-menu.mb-3.pt-4.pb-4.mt-5 {
  text-align: center;
}
.socialbox{
  text-align: right;
}
.social_widget a i{
  color: #000;
}
.socialbox a{
  color:var(--white);
  padding: 5px 5px;
  margin-right: 7px;
  background: #302f2e;
  margin-bottom: 8px;
}
.social_widget a{
  color: var(--white);
  padding: 9px 9px;
  margin-right: 7px;
  background: #302f2e;
  margin-bottom: 8px;
  border-radius: 50%;
}
.socialbox a i, .social_widget a i {
  font-size: 12px;
  letter-spacing: 3px;
  width: 20px;
  text-align: center;
  
}
.social_widget a:hover{
  background: var(--peachorgan);
}
#footer form.search-form{
  border: none;
  background: transparent;
  padding: 0;
}
#footer form.search-form input{
  float: none;
  margin: 0 2px;
  border: 1px solid #f75e61;
  padding: 5px;
}
#footer input, #footer textarea{
  background-color: transparent;
  color:#5c5a59;
      border: 1px solid #5c5a59;
}
::-webkit-input-placeholder,::-moz-placeholder ,:-ms-input-placeholder,:-moz-placeholder{ /* Chrome/Opera/Safari */
  color: #5c5a59;
}
#footer textarea{
  height: 100px;
      margin-top: 3px;
}
#footer p.post-date {
    color: var(--white);
    font-size: 11px !important;
}
.copyright p {
  font-size: 14px;
  color: var(--white);
  margin-bottom: 0;
}
.main_sociobox,.custom-social-icons {
  padding: 20px 0;
}
.copyright-top{
   border-top: 1px solid #373030;
}
#footer{ 
  text-align:center;
  color:var(--white);
  padding:0 0 0 0px;
  text-align:left;
}
.footer_hide{
  display:none;
}
#footer .copyright p{
  font-size:14px;
  text-align:center;
  color:var(--white);
}
#footer .copyright a {
  color: var(--white);
  cursor: pointer;
}
#footer input{
  padding:8px; 
  float:left;
  margin:5px 0;
  border-radius:0px;
}
#footer input[type="submit"] {
  padding: 8px 5px;
  color:var(--white);
  position: static;
  text-indent: unset;
  background: var(--peachorgan);
}
#footer .copyright{
  text-align:center; 
  margin:30px 0 0 0;
  padding-top:40px;
}
#footer ul,#footer form p {
  margin: 0;
}
#footer ul li{
  list-style:none;
  margin:0 0 5px 0;
  text-align:left;
}
.col-footer ul li a,.footer-menu ul li a{
  color:#908f8d;
}
#footer p{
  font-size:12px;
  color: #908f8d;
}
#footer .widget_recent_entries img {
  width: 100px;
  height: 70px;
  border-radius: 50%;
  padding: 1px 5px;
}
/*-----------------WordPress Gallery ------------------------- */
.gallery {
  margin-left: -0.5em;
  margin-right: -0.5em;
}
.gallery:after {
  display: table;
  content: "";
  clear: both;
}
.gallery-item {
  margin: 0;
  float: left;
  padding: 0.5em;
}
.gallery-item img {
  width: 100%;
}
.gallery-columns-1 .gallery-item {
    width: 100%;
    float: none;
}
.gallery-columns-2 .gallery-item {
    width: 50%
}
.gallery-columns-3 .gallery-item {
    width: 33.3333%
}
.gallery-columns-4 .gallery-item {
    width: 25%
}
.gallery-columns-5 .gallery-item {
    width: 20%
}
.gallery-columns-6 .gallery-item {
    width: 16.6667%
}
.gallery-columns-7 .gallery-item {
    width: 14.2857%
}
.gallery-columns-8 .gallery-item {
    width: 12.5%
}
.gallery-columns-9 .gallery-item {
    width: 11.1111%
}
/*------------------------- Recent Causes -----------------------------*/
.causes_content h6, #events h6, #blog_post h6 {
  text-transform: uppercase;
  font-weight: 800;
  margin-top: 10px;
}
.blog_post_content .post_meta {
  border-bottom: 1px solid var(--grayblack);
  padding-bottom: 10px;
}
.blog_post_content p{
  color: #908f8d;
  font-weight: 600;
}
 span.auther span, span.entry-date span{
  color: #000;
}
.auther-text:before{
  content: '|';
  font-weight: 900;
  color: #000;
  padding-left: 5px;
padding-right: 5px;}
#causes h2 {
  font-weight: 800;
}
#blog_post span.auther,#blog_post span.datebox{
  color: var(--peachorgan);
}
.causes_content span span{
  color: var(--grayblack);
}
.causes_content h6:after, .events_content h6:after, .news_box_outer h6:after, #blog_post h6:after, #footer h3:after{
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: var(--peachorgan);
  margin: 8px auto;
  margin-left: 0;
}
.progress-bar{
  background-color: var(--peachorgan);
  position: relative;
}
.progress{
  background-color: var(--grayblack);
  position: relative;
  overflow: visible;
}
span.progress_percentage {
  position: absolute;
  top: -35px;
  background-color: var(--peachorgan);
  color: #ffffff!important;
  border: 2px solid var(--peachorgan);
  padding: 4px;
  right:-24px;
  border-radius: 7px;
  font-weight: bold;
}
span.progress_percentage:after {
  content: '';
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid var(--peachorgan);
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}
.media {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.media__image { display: block; }
.media__body {
  background: rgba(30, 29, 28, 0.7);
  bottom: 0;
  color: white;
  font-size: 1em;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 3.75em 3em;
  position: absolute;
  text-align: center;
  top: 0;
  right: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.causes_content:hover .media__body { opacity: 1; }
.media__body:after,.media__body:before {
  border: 1px solid rgba(255, 255, 255, 0.7);
  bottom: 1em;
  content: '';
  left: 1em;
  opacity: 0;
  position: absolute;
  right: 1em;
  top: 1em;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: 0.6s 0.2s;
  transition: 0.6s 0.2s;
}
.media__body:before {
  border-bottom: none;
  border-top: none;
  left: 2em;
  right: 2em;
}
.media__body:after {
  border-left: none;
  border-right: none;
  bottom: 2em;
  top: 2em;
}
.causes_content:hover .media__body:after,.causes_content:hover .media__body:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.media__body a { margin-top: 0; }
.media__body a.theme_button{
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
.causes_content p{
      font-size: 12px;
    color: #908f8d;
}
.causes_content a.read-more.font-weight-bold.btn.btn-primary.theme_button {
    padding: 12px 4px;
}
/*------------------ Donators -----------------*/
.donator_thumb img {
  border-radius: 50%;
  height: 170px;
  width: 170px !important;
  border: 1px solid #ccc;
  margin: 7px !important;
}
.donator_thumb {
  border-radius: 50%;
  border: 1px solid var(--lightgray);
  margin-top: -6em;
  background: var(--white);
}
.donators_content {
  border: 1px solid var(--lightgray);
  margin-top: 7em;
      background: #fff;
}
#donators .owl-nav {
  visibility: hidden;
}
#donators .owl-dots {
  visibility: visible;
  text-align: center;
}
p.designation{
   font-size: 14px;
}
p.donated {
  display: block;
  margin-top: 20px;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 15px;
}
p.donated:after{
  position: absolute;
  bottom: 0px;
  content: '';
  width: 40%;
  height:  2px;
  display: block;
  background:var(--peachorgan);
  margin: 2px auto;
  left: 0;
  right: 0;
}
.donators_content:hover .donator_thumb{
  border-color: var(--peachorgan);
}
.donators_content:hover{
  border-color: var(--peachorgan);
}
#donators .owl-dots {
  text-align: center;
  display: block;
}
#donators .owl-carousel button.owl-dot{
  padding: 4px;
  border-radius: 20px;
  background: #ccc;
  border: 2px solid #ccc;
  margin: 0 1px;
}
#donators button.owl-dot.active {
  background: var(--peachorgan);
  height: 5px;
  border-radius: 10px;
  border: 2px solid #f70e79;
}
section#newsletter input {
  width: 100%;
  display: inline-block;
}
section#newsletter .new{
  margin: 12px 0;
}
section#newsletter label{
  color: white;
}
#footer_box .social_widget a {
  background: #bababa;
}