/*
Theme Name: Benevolent Pro
Theme URI: https://rarathemes.com/wordpress-themes/benevolent-pro/
Author: Rara Theme
Author URI: https://rarathemes.com/
Description: Benevolent Pro is an easy to use, clean modern and  flexible multipurpose theme.   Although the theme was designed with nonprofit organizations in mind , the theme is very versatile and can be used by any business websites, digital agency, consultancy, corporate business, freelancers, and bloggers. The theme is SEO friendly with optimized codes, which  make it easy for your site to rank on Google and other search engines. Benevolent Pro comes with several features to make user-friendly, interactive and visually stunning website. Such features include custom menu with Call to Action Button, advance full width slider,  community section, Stats counter,  Client Section, Banner with Call to Action Button  (CTA),  and social media. It has four footer area and a right sidebar and includes  four custom widgets for the recent posts, popular posts, social media and the featured post. The theme is rigorously tested and optimized for speed and faster page load time and has a secure and clean code. The theme is also translation ready. Designed with visitor engagement in mind, Benevolent Pro helps you to easily and intuitively create professional and appealing websites. You can get free support in https://rarathemes.com/support-forum/, Documentation: https://docs.rarathemes.com/docs/benevolent-pro/ and check the demo at https://rarathemes.com/previews/?theme=benevolent-pro.
Requires PHP: 7.3
Tested up to: 6.6
Version: 1.5.0
Requires at least: 6.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: benevolent-pro
Tags: Blog, two-columns, right-sidebar, footer-widgets, education, custom-background, custom-menu, featured-image-header, featured-images, post-formats, threaded-comments, translation-ready, full-width-template, theme-options

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Benevolent Pro is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
#header
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
#banner
# Content
    ## Home Page
    ## Posts and pages
    ## Asides
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
#Inner pages
# Footer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
:root {
  --primary-color: #45c267;
  --primary-color-rgb: rgb(69, 194, 103);
  --secondary-color: #f8b016;
  --secondary-color-rgb: rgb(248, 176, 22);
}

html {
  font-family: "PT Serif", serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  text-decoration: none;
  color: var(--primary-color);
  outline: none;
}

a:hover {
  text-decoration: underline;
  color: var(--primary-color);
}

a:focus {
  outline: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
  color: #777;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  line-height: 28px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin-top: 0;
}

p {
  margin-bottom: 1.5em;
  margin-top: 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #f3f3f3;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 1.5em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
  color: #414042;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  color: #777;
  font: 18px/28px "Raleway", sans-serif;
  background: #fff;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: """";
}

hr {
  background-color: #e8e8e8;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
  margin-top: 0;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li>ul,
li>ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.container {
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}

.container:after {
  content: "";
  display: block;
  clear: both;
}

.row {
  margin-right: -10px;
  margin-left: -10px;
}

.row:after {
  content: "";
  display: block;
  clear: both;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  background: var(--primary-color);
  padding: 10px 30px;
  font-weight: 600;
  border: 0;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  opacity: 0.8;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  opacity: 0.8;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
textarea {
  color: #666;
  background: #f4f4f4;
  border-radius: 0;
  border: 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
textarea:focus {
  color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"] {
  padding: 10px;
}

textarea {
  padding: 10px;
  width: 100%;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/*.site-header{padding: 25px 0 10px;}*/

.home.blog .site-header {
  position: relative !important;
  background: #202020 !important;
  border-bottom: 1px solid #e4e4e4;
}

.home .site-header,
.home.blog.has-slider .site-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  border-bottom: 0 !important;
  /*background: rgba(0, 0, 0, 0.5);*/
}

.home.has-slider .site-header .header-bottom,
.site-header .header-bottom {
  background: rgba(0, 0, 0, 0.5);
  padding: 25px 0;
}

.site-header.header-one .header-bottom .container,
.site-header.header-two .header-bottom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-header.header-one .header-bottom .container::after,
.site-header.header-two .header-bottom .container::after {
  content: none;
}

.site-header .site-branding {
  float: left;
  max-width: 300px;
}

.logo-text .site-logo {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  line-height: 0;
}

.logo-text .site-title-wrap {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}

.logo-text .site-title-wrap .site-title {
  font-size: 1.5em;
}

.site-header .site-branding .site-title {
  margin: 0;
}

.site-header .site-branding p.site-title {
  font-size: 2em;
  font-weight: bold;
}

.site-header .site-branding .site-title a {
  color: var(--secondary-color);
}

.site-header .site-branding .site-title a:hover {
  text-decoration: none;
}

.site-header .site-branding .site-description {
  font: 12px/20px Arial, Helvetica, sans-serif;
  color: #fff;
  margin-bottom: 0;
  /*margin-left: 44px; */
}

.site-header .header-top {
  background: #000;
  color: #fff;
  padding: 15px 0 0;
  position: relative;
  z-index: 1;
}

.site-header .header-top .secondary-navigation {
  float: left;
}

.site-header .header-top .secondary-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  line-height: 17px;
  font-weight: 600;
}

.site-header .header-top .secondary-navigation ul:after {
  content: "";
  display: block;
  clear: both;
}

.site-header .header-top .secondary-navigation ul li {
  float: left;
  margin-right: 25px;
  position: relative;
}

.site-header .header-top .secondary-navigation ul li a {
  color: #acacac;
  display: block;
  padding: 0 0 20px;
}

.site-header .header-top .secondary-navigation ul li a:hover,
.site-header .header-top .secondary-navigation ul li a:focus,
.site-header .header-top .secondary-navigation ul li:hover>a,
.site-header .header-top .secondary-navigation ul .current-menu-item>a {
  color: #fff;
  text-decoration: none;
}

.site-header .header-top .secondary-navigation ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 250px;
  background: #000;
  display: none;
}

.site-header .header-top .secondary-navigation ul li:hover ul,
.site-header .header-top .secondary-navigation ul li:focus ul {
  display: block;
}

.site-header .header-top .secondary-navigation ul li:hover ul ul {
  display: none;
}

.site-header .header-top .secondary-navigation ul ul li:hover ul {
  display: block;
}

.site-header .header-top .secondary-navigation ul ul li {
  float: none;
  display: block;
  margin: 0;
}

.site-header .header-top .secondary-navigation ul ul li a {
  padding: 10px;
  border-top: 1px solid #282828;
}

.site-header .header-top .secondary-navigation ul ul ul {
  left: 100%;
  top: 0;
}

.site-header .header-top .social-networks {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
}

.site-header .header-top .social-networks li {
  float: left;
  margin-right: 20px;
}

.site-header .header-top .social-networks li:last-child{
  margin-right: 0;
}

.site-header .header-top .social-networks li a {
  color: #acacac;
}

.site-header .header-top .social-networks li a:hover,
.site-header .header-top .social-networks li a:focus {
  text-decoration: none;
  color: #fff;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
  color: var(--primary-color);
}

a:hover,
a:focus {
  color: var(--primary-color);
  text-decoration: underline;
}

a:focus {
  outline: none;
}

a:hover,
a:active {
  outline: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
  float: right;
}

.main-navigation ul {
  list-style: none;
  margin: 12px 0 0;
  padding-left: 0;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}

.main-navigation ul:after {
  content: "";
  display: block;
  clear: both;
}

.main-navigation li {
  float: left;
  position: relative;
  margin-left: 30px;
}

.main-navigation li:first-child {
  margin-left: 0;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 0 0 17px;
}

.main-navigation a:hover,
.main-navigation ul li:hover>a {
  color: var(--secondary-color);
}

.main-navigation ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99999;
  background: #fff;
  width: 230px;
  margin: 0;
  margin-left: -99999px;
}

.main-navigation ul li:focus>ul,
.main-navigation ul li.focus>ul,
.main-navigation ul li:hover>ul {
  display: block;
  margin-left: 0;
}

.main-navigation ul ul:before {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  content: "";
  position: absolute;
  top: -10px;
  left: 15px;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul ul:before {
  display: none;
}

.main-navigation ul ul a {
  color: #666;
  display: block;
  padding: 13px 27px;
  border-bottom: 1px solid #e3e3e3;
}

.main-navigation ul ul li {
  margin: 0;
  display: block;
  float: none;
}

.main-navigation li:hover>a,
.main-navigation li.focus>a {}

.main-navigation ul ul :hover>a,
.main-navigation ul ul .focus>a {}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
  left: auto;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
  left: 100%;
}

.main-navigation a:hover,
.main-navigation ul li:hover>a,
.main-navigation ul .current-menu-item>a,
.main-navigation ul .current-menu-ancestor>a,
.main-navigation ul .current_page_ancestor>a {
  color: var(--secondary-color);
}

/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

/*btn-donate*/

.site-header .btn-donate {
  float: right;
  font-size: 14px;
  line-height: 1.25em;
  font-weight: 600;
  color: #fff;
  border: 1px solid var(--secondary-color);
  background: var(--secondary-color);
  padding: 14px 25px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  margin-top: -12px;
  letter-spacing: 1px;
}

.site-header .btn-donate:hover,
.site-header .btn-donate:focus {
  text-decoration: none;
  background: none;
  color: #fff;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-top: 17px;
  margin-bottom: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-top: 17px;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */

.widget select {
  max-width: 100%;
}

.site {
  background: #fff;
  position: relative;
}

.custom-background-color .site,
.custom-background-image .site {
  margin: 20px;
}

/*--------------------------------------------------------------
# banner
--------------------------------------------------------------*/

.banner {
  position: relative;
}

.banner .flexslider .slides>li {
  position: relative;
}

.banner img {
  width: 100%;
  vertical-align: top;
  height: 967px;
  object-fit: cover;
}

.banner {
  position: relative;
}

.banner ul li {
  position: relative;
}

.banner ul li a {
  display: block;
}

.banner .banner-text {
  left: 0;
  /*top: 35%;*/
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner .text {
  max-width: 840px;
  margin: 0 auto;
  text-align: center;
  font-size: 30px;
  line-height: 36px;
  color: #fff;
}

.banner .text .main-title {
  font-size: 60px;
  line-height: 72px;
  font-weight: 600;
  display: block;
  margin: 0 0 20px;
}

.banner .text .btn-more {
  font-size: 14px;
  line-height: 1.25em;
  font-weight: 600;
  color: #fff;
  padding: 17px 35px;
  letter-spacing: 1px;
  text-align: center;
  background: var(--secondary-color);
  display: inline-block;
  border: 1px solid var(--secondary-color);
  text-transform: uppercase;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.banner .text .btn-more:hover,
.banner .text .btn-more:focus {
  text-decoration: none;
  background: none;
}

.banner .owl-dots {
  position: absolute;
  bottom: 10px;
  text-align: center;
  width: 100%;
}

.banner .owl-dots>div {
  display: inline-block;
  height: 12px;
  width: 12px;
  border: 1px solid #fff;
  margin: 0 3px;
}

.banner .owl-dots>div.active {
  background: #fff;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Home Page
--------------------------------------------------------------*/

/*intro*/

.intro {
  padding: 88px 0 87px;
  background-position: 50% 10px;
}

.intro .header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 48px;
  line-height: 30px;
}

.intro .header .main-title {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  color: #000;
  margin: 0 0 19px;
}

.intro .columns-3 {
  width: 33.333%;
  float: left;
  padding-left: 115px;
  padding-right: 10px;
}

.intro .columns-3 .img-holder {
  margin-left: 20px;
}

.intro .columns-3 .img-holder img {
  width: 199px;
  height: 199px;
  -webkit-border-radius: 500px;
  border-radius: 50%;
  vertical-align: top;
}

.intro .columns-3 .icon-holder {
  position: relative;
  top: -89px;
  width: 85px;
  margin: 0 0 -62px;
}

.intro .columns-3 .icon-holder img {
  vertical-align: top;
}

.intro .columns-3 .text-holder .title {
  font-size: 22px;
  line-height: 30px;
  color: #000;
  display: block;
  font-weight: normal;
  margin: 0 0 5px;
}

.intro .columns-3 .text-holder .btn {
  font-size: 18px;
  line-height: 30px;
  display: inline-block;
  font-weight: 700;
  color: var(--primary-color);
  text-transform: uppercase;
}

.intro .columns-3 .text-holder .btn:hover {
  text-decoration: none;
}

.intro .columns-3 .text-holder .btn svg {
  margin-left: 5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  display: inline-block;
}

.intro .columns-3 .text-holder .btn:hover svg {
  margin-left: 10px;
}

/*our community*/

.our-community .header {
  background: #0f907f;
  padding: 68px 10px;
  text-align: center;
  position: relative;
}

.our-community .header:after {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #0f907f;
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.our-community .header .main-title {
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}

/*.our-community .community-holder:after{
    content: '';
    display: block;
    clear: both;
    }*/

.our-community .community-holder {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.our-community .community-holder .columns-2 {
  width: 50%;
  position: relative;
}

.our-community .community-holder img {
  vertical-align: top;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.our-community .community-holder .text-holder {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 36px;
  color: #d2d2d2;
  background: rgba(0, 0, 0, 0.25);
  padding: 0 4.5vw;
}

.our-community .community-holder .text-holder .title {
  display: block;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  color: #fff;
}

.our-community .community-holder .text-holder .table {
  display: table;
  width: 100%;
  height: 100%;
}

.our-community .community-holder .text-holder .table-row {
  display: table-row;
}

.our-community .community-holder .text-holder .table-cell {
  display: table-cell;
  vertical-align: middle;
}

.our-community .community-holder .hover-state {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  padding: 0 2.5vw;
  font-size: 24px;
  line-height: 36px;
  color: #777;
  opacity: 0;
  -webkit-transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  transition: ease 0.5s;
}

.our-community .community-holder .columns-2:hover .hover-state {
  opacity: 1;
}

.our-community .community-holder .columns-2:hover .text-holder {
  display: none;
}

.our-community .community-holder .hover-state p {
  margin: 0 0 20px;
}

.our-community .community-holder .hover-state .btn-holder a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 1px solid #777;
  color: #777;
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  -webkit-border-radius: 100px;
  border-radius: 50%;
}

.our-community .community-holder .hover-state .title {
  display: block;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  color: var(--secondary-color);
}

.our-community .community-holder .hover-state .table {
  display: table;
  width: 100%;
  height: 100%;
}

.our-community .community-holder .hover-state .table-row {
  display: table-row;
}

.our-community .community-holder .hover-state .table-cell {
  display: table-cell;
  vertical-align: middle;
}

.our-community .community-holder .hover-state .text-content {
  font-size: 16px;
  line-height: 30px;
  border-top: 1px solid var(--secondary-color);
  position: relative;
  top: 4vw;
}

/*stats*/

.stats {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  padding: 119px 0 130px;
}

.stats .widget.widget_benevolent_pro_stat_counter_widget {
  float: left;
  width: 25%;
  padding-right: 10px;
  padding-left: 10px;
}

.stats .number {
  color: var(--primary-color);
  font-size: 60px;
  line-height: 72px;
  display: block;
  font-weight: 500;
  margin: 0 0 30px;
  position: relative;
  padding: 0 0 20px;
}

.stats .number:after {
  width: 29px;
  height: 2px;
  background: #888;
  position: absolute;
  top: 100%;
  left: 45%;
  content: "";
}

.stats .widget.widget_benevolent_pro_stat_counter_widget .widget-title {
  font-size: 18px;
  line-height: 30px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  text-align: center;
}

/*donation*/

.donation {
  background: url(images/img9.jpg) no-repeat;
  background-size: cover;
  padding: 111px 0 159px;
}

.donation .main-title {
  font-size: 40px;
  line-height: 45px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin: 0 0 81px;
}

.donation-box {
  background: #fff;
  padding: 51px 40px 56px;
}

.donation-box:after {
  content: "";
  display: block;
  clear: both;
}

.donation-box .columns-4 {
  float: left;
  padding-left: 10px;
  padding-right: 77px;
  width: 33.3333%;
}

.donation-box .columns-4 .text .title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
  display: block;
  margin: 0 0 22px;
}

.donation-box .columns-4 .text {
  border-bottom: 1px solid #e8e8e8;
  margin: 0 0 30px;
}

.donation-box .columns-4 .title {
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
  line-height: 26px;
  margin: 0 0 30px;
  display: block;
}

.donation-box .columns-4 .social-networks {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  font-size: 24px;
}

.donation-box .columns-4 .social-networks li {
  float: left;
  margin-right: 25px;
}

.donation-box .columns-4 .social-networks li a {
  color: #999;
}

.donation-box .columns-4 .social-networks li a:hover {
  text-decoration: none;
  color: var(--secondary-color);
}

.donation-box .columns-8 {
  float: left;
  width: 66.6667%;
  padding-left: 10px;
  padding-right: 10px;
}

.donation-box .columns-8 .title {
  font-size: 16px;
  line-height: 26px;
  color: #000;
  font-weight: 500;
  display: block;
  text-transform: uppercase;
  margin: 0 0 23px;
}

.donation-box .columns-8 .tabset ul {
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.donation-box .columns-8 .tabset ul li {
  float: left;
  margin-left: 3px;
}

.donation-box .columns-8 .tabset ul li:first-child {
  margin-left: 0;
}

.donation-box .columns-8 .tabset ul li a {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  color: #000;
  background: #f4f4f4;
  width: 359px;
  height: 68px;
  display: block;
  text-align: center;
  padding: 20px 10px;
}

.donation-box .columns-8 .tabset ul .ui-tabs-active a {
  background: #45c368;
  color: #fff;
}

.donation-box .columns-8 .tabset ul li a:hover {
  text-decoration: none;
}

.donation-box .columns-8 .tab-content .btn-holder {
  overflow: hidden;
  margin: 0 0 38px;
}

.donation-box .columns-8 .tab-content .btn-holder button {
  float: left;
  width: 177px;
  height: 115px;
  background: #f4f4f4;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 24px;
  line-height: 26px;
  font-weight: 500;
  color: #000;
  margin-left: 3px;
  padding: 0;
  text-transform: uppercase;
  text-shadow: none;
}

.donation-box .columns-8 .tab-content .btn-holder button:focus,
.donation-box .columns-8 .tab-content .btn-holder button:active {
  background: #c3c3c3;
}

.donation-box .columns-8 .tab-content .btn-holder button:first-child {
  margin-left: 3px;
}

.donation-box .columns-8 .tab-content .btn-holder button strong {
  font-size: 60px;
  display: inline-block;
  font-weight: 500;
  vertical-align: bottom;
  line-height: 46px;
}

.donation-box .columns-8 .tab-content .btn-continue {
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
  color: #fff;
  background: #0f907f;
  display: block;
  text-align: center;
  padding: 25px 0;
}

.donation-box .columns-8 .tab-content .btn-continue:hover {
  text-decoration: none;
  background: #0b695d;
}

/*give section*/

.give-section {
  background: #0f907f;
  padding: 111px 0 60px;
}

.give-section .main-title {
  font-size: 40px;
  line-height: 45px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin: 0 0 30px;
}

.give-section .heading {
  color: #fff;
  text-align: center;
  margin: 0 0 60px;
}

.give-section .give-holder {
  text-align: center;
}

.give-section .give-holder .columns-3 {
  /*float: left;*/
  display: inline-block;
  vertical-align: top;
  width: 33.3333%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

.give-section .give-holder .post {
  text-align: left;
}

.give-section .give-holder .post .post-thumbnail {
  display: block;
  height: 100%;
}

.give-section .give-holder .post .post-thumbnail img {
  vertical-align: top;
}

.give-section .give-holder .post .text-holder {
  background: #fff;
  position: relative;
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
}

.give-section .give-holder .post .text-holder .entry-header {
  padding: 30px 20px 0;
  flex-basis: 0;
  flex-grow: 1;
}

.give-section .give-holder .post .text-holder .entry-title {
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  color: #000;
}

.give-section .give-holder .post .text-holder .entry-title a {
  color: #000;
}

.give-section .give-holder .post .text-holder .entry-title a:hover,
.give-section .give-holder .post .text-holder .entry-title a:focus {
  text-decoration: none;
  color: var(--primary-color);
}

.give-section .give-holder .post .text-holder .entry-content {
  padding: 0 20px;
}

.give-section .give-holder .post .text-holder .btn-donate {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  display: block;
  width: 100%;
  text-transform: uppercase;
  background: var(--secondary-color);
  padding: 15px 10px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.give-section .give-holder .post .text-holder .btn-donate:hover,
.give-section .give-holder .post .text-holder .btn-donate:focus {
  text-decoration: none;
  opacity: 0.8;
}

/*.give-section .lSAction > .lSPrev,
.give-section .lSAction > .lSNext{
    width: 42px;
    height: 42px;
    border: 1px solid #fff;
    -webkit-border-radius: 100px;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    line-height: 42px;
    text-align: center;
    top: auto;
    bottom: 0;
    opacity: 1;
}

.give-section .lSAction > .lSPrev:hover,
.give-section .lSAction > .lSNext:hover{
    background: #fff;
    color: #0f907f;
}

.give-section .lSAction > .lSNext{right: 46%;}

.give-section .lSAction > .lSPrev{left: 46%;}*/

.give-section .owl-nav {
  text-align: center;
  padding-top: 20px;
}

.give-section .owl-nav>div {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  height: 42px;
  width: 42px;
  display: inline-block;
  margin: 0 5px;
  font-size: 20px;
  line-height: 20px;
  padding: 9px 0;
}

.give-section .owl-nav>div:hover {
  background: #fff;
  color: var(--primary-color);
}

.give-section .lSSlideWrapper {
  padding-bottom: 60px;
}

.give-section .give-holder .post .text-holder .entry-content .give-goal-progress {
  position: relative;
  margin-top: 45px;
  margin-bottom: 15px;
}

.give-section .give-holder .post .text-holder .entry-content .give-goal-progress .raised {
  position: absolute;
  top: -30px;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  background: #000;
  border-radius: 5px;
  padding: 4px 10px;
}

.give-section .give-holder .post .text-holder .entry-content .give-goal-progress .raised:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.give-section .give-holder .post .text-holder .entry-content .give-goal-progress .raised span {
  color: #fff;
  font-size: 12px;
  line-height: 15px;
}

.give-section .give-holder .post .text-holder .entry-content .cc-goal-raise {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  color: #777777;
}

.give-section .give-holder .post .text-holder .entry-content .cc-goal-raise .cc-goal {
  width: 50%;
}

.give-section .give-holder .post .text-holder .entry-content .cc-goal-raise .cc-goal span {
  color: var(--primary-color);
}

.give-section .give-holder .post .text-holder .entry-content .cc-goal-raise .cc-raise {
  width: 50%;
  text-align: right;
}

.give-section .give-holder .post .text-holder .entry-content .cc-goal-raise .cc-raise span {
  color: #5890ff;
}

/*=========================
 Blog Section
 =========================*/

.blog-section .header {
  text-align: center;
  padding: 45px 0 16px;
  position: relative;
  font-size: 17px;
  line-height: 30px;
}

.blog-section .header:after {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #fff;
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
}

.blog-section .header .text {
  max-width: 780px;
  margin: 0 auto;
}

.blog-section .header .main-title {
  font-size: 40px;
  line-height: 44px;
  color: #000;
  font-weight: 700;
  margin: 0 0 20px;
}

.blog-section .blog-holder {
  background: #f4f4f4;
  padding: 71px 0;
}

.blog-section .row {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
}

.blog-section .blog-holder .columns-3 {
  float: left;
  width: 33.3333%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.blog-section .blog-holder .post {
  background: #fff;
  padding: 14px;
  border: 1px solid #e8e8e8;
  overflow: hidden;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.blog-section .blog-holder .post .post-thumbnail {
  display: block;
  margin: 0 0 22px;
}

.blog-section .blog-holder .post .post-thumbnail img {
  width: 100%;
  vertical-align: top;
  height: auto;
}

.blog-section .blog-holder .post .entry-header {
  margin: 0 0 6px;
}

.blog-section .blog-holder .post .entry-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #000;
  margin: 0 0 5px;
}

.blog-section .blog-holder .post .entry-title a {
  color: #000;
}

.blog-section .blog-holder .post .entry-title a:hover {
  color: var(--secondary-color);
  text-decoration: none;
}

.blog-section .blog-holder .post .entry-meta {
  font-size: 16px;
}

.blog-section .blog-holder .post .entry-meta a {
  color: var(--primary-color);
}

.blog-section .blog-holder .post .entry-meta svg {
  color: var(--primary-color);
  font-size: 12px;
  vertical-align: top;
  margin: 7px 7px 0 0;
}

.blog-section .blog-holder .post .text-holder {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.blog-section .blog-holder .post .entry-content {
  border-bottom: 1px solid #e8e8e8;
  margin: 0 -14px 16px;
  padding: 0 14px;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.blog-section .blog-holder .post .readmore {
  font-size: 16px;
  font-weight: 700;
  color: #777;
}

.blog-section .blog-holder .post .readmore:hover {
  text-decoration: none;
  color: var(--secondary-color);
}

.sponsors {
  padding: 68px 0;
}

.sponsors .main-title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  color: #777;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 51px;
}

.sponsors .columns-5 {
  /*float: left;*/
  display: inline-block;
  vertical-align: middle;
  margin: 0 -3px;
  width: 20%;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  /*margin: 1.5em 0 0;*/
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,

/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: left;
  padding: 10px 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
  margin-bottom: 1.5em;
  overflow: hidden;
  margin-left: -10px;
  margin-right: -10px;
}

.gallery-item {
  float: left;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.gallery-item img {
  width: 100%;
  vertical-align: top;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
  padding: 10px 0;
}

/*--------------------------------------------------------------
# Inner Pages
--------------------------------------------------------------*/

/*blog page*/

.blog .site-header,
.category .site-header,
.archive .site-header,
.search .site-header,
.page .site-header,
.single-post .site-header,
.error404 .site-header {
  position: relative;
  /*background: #202020;*/
  border-bottom: 1px solid #e4e4e4;
}

.home.has-slider .site-header {
  background: none;
  position: absolute;
}

#crumbs {
  background: #f4f4f4;
  font-size: 14px;
  line-height: 18px;
  padding: 25px 0;
}

#crumbs a,
#crumbs span {
  display: inline-block;
}

#crumbs a {
  color: #777;
}

#crumbs a:hover,
#crumbs a:focus {
  text-decoration: none;
  color: var(--primary-color);
}

#crumbs .current {
  pointer-events: none;
}

#crumbs .separator {
  margin-right: 3px;
  margin-left: 3px;
}

#crumbs span:last-of-type .separator {
  display: none;
}

.site-content {
  padding: 50px 0 80px;
}

#primary {
  margin: 0;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  width: 66.6667%;
}

.leftsidebar #primary {
  float: right;
}

.full-width #primary,
.error404 #primary {
  width: 100%;
}

#primary .post,
.search #primary .page {
  border-bottom: 1px solid #e8e8e8;
  padding: 0 0 30px;
  margin: 0 0 30px;
}

#primary .post:after,
.search #primary .page:after {
  content: "";
  display: block;
  clear: both;
}

#primary .post .entry-header,
#primary .page .entry-header {
  margin: 0 0 15px;
}

#primary .post .entry-header .entry-title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  color: #121212;
  margin: 0 0 10px;
}

#primary .page .entry-header .entry-title {
  color: #000;
  font-size: 38px;
  font-weight: 400;
  line-height: 48px;
  margin: 0 0 20px;
}

#primary .post .entry-header .entry-title a,
#primary .page .entry-header .entry-title a {
  color: #121212;
}

#primary .post .entry-header .entry-title a:hover,
#primary .page .entry-header .entry-title a:hover {
  color: var(--secondary-color);
  text-decoration: none;
}

#primary .post .entry-meta {
  font-size: 16px;
  line-height: 20px;
  color: var(--primary-color);
}

#primary .post .entry-meta span {
  margin-right: 21px;
}

#primary .post .entry-meta .byline {
  display: inline-block;
}

#primary .post .entry-meta .byline .author.vcard {
  margin-right: 0;
}

#primary .post .entry-meta a {
  color: var(--primary-color);
}

#primary .post .entry-meta a:hover {
  color: var(--secondary-color);
  text-decoration: none;
}

#primary .post .entry-meta .posted-on a:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
  width: 11px;
  height: 20px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%232dc08d' viewBox='0 0 448 512'%3E%3Cpath d='M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z'/%3E%3C/svg%3E") center center no-repeat;
}

#primary .post .entry-meta .byline a:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
  width: 11px;
  height: 20px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%232dc08d' viewBox='0 0 512 512'%3E%3Cpath d='M497.9 142.1l-46.1 46.1c-4.7 4.7-12.3 4.7-17 0l-111-111c-4.7-4.7-4.7-12.3 0-17l46.1-46.1c18.7-18.7 49.1-18.7 67.9 0l60.1 60.1c18.8 18.7 18.8 49.1 0 67.9zM284.2 99.8L21.6 362.4.4 483.9c-2.9 16.4 11.4 30.6 27.8 27.8l121.5-21.3 262.6-262.6c4.7-4.7 4.7-12.3 0-17l-111-111c-4.8-4.7-12.4-4.7-17.1 0zM124.1 339.9c-5.5-5.5-5.5-14.3 0-19.8l154-154c5.5-5.5 14.3-5.5 19.8 0s5.5 14.3 0 19.8l-154 154c-5.5 5.5-14.3 5.5-19.8 0zM88 424h48v36.3l-64.5 11.3-31.1-31.1L51.7 376H88v48z'/%3E%3C/svg%3E") center center no-repeat;
}

#primary .post .entry-meta .comments-link a:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
  width: 15px;
  height: 20px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%232dc08d' viewBox='0 0 512 512'%3E%3Cpath d='M256 32C114.6 32 0 125.1 0 240c0 49.6 21.4 95 57 130.7C44.5 421.1 2.7 466 2.2 466.5c-2.2 2.3-2.8 5.7-1.5 8.7S4.8 480 8 480c66.3 0 116-31.8 140.6-51.4 32.7 12.3 69 19.4 107.4 19.4 141.4 0 256-93.1 256-208S397.4 32 256 32z'/%3E%3C/svg%3E") center center no-repeat;
}

#primary .post .post-thumbnail,
#primary .page .post-thumbnail {
  display: block;
  height: 100%;
  margin: 0 0 1.5em;
}

#primary .post .post-thumbnail img,
#primary .page .post-thumbnail img {
  width: 100%;
  vertical-align: top;
}

#primary .post .entry-footer .readmore {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--primary-color);
}

#primary .post .entry-footer .readmore:after {
  content: "";
  margin-left: 8px;
  width: 6px;
  height: 16px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%232dc08d' viewBox='0 0 192 512'%3E%3Cpath d='M187.8 264.5L41 412.5c-4.7 4.7-12.3 4.7-17 0L4.2 392.7c-4.7-4.7-4.7-12.3 0-17L122.7 256 4.2 136.3c-4.7-4.7-4.7-12.3 0-17L24 99.5c4.7-4.7 12.3-4.7 17 0l146.8 148c4.7 4.7 4.7 12.3 0 17z'/%3E%3C/svg%3E") center center no-repeat;
  display: inline-block;
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  transform: translateY(2px);
}

#primary .post .entry-footer .readmore:hover {
  text-decoration: none;
  color: var(--secondary-color);
}

#primary .post .entry-content blockquote,
#primary .page .entry-content blockquote {
  color: #999;
  margin: 0 0 1.5em;
  padding: 0 0 0 45px;
  background: url(images/bg-quote.png) no-repeat;
}

.pagination {
  line-height: 30px;
  margin: 0 0 1.5em;
}

.pagination a,
.pagination .dots {
  color: #999;
  height: 30px;
  border: 1px solid #e8e8e8;
  display: inline-block;
  padding: 0 10px;
  vertical-align: bottom;
}

.pagination a:hover,
.pagination a:focus {
  background: #909090;
  border-color: #909090;
  color: #fff;
  text-decoration: none;
}

.pagination .current {
  height: 30px;
  border: 1px solid #909090;
  display: inline-block;
  padding: 0 10px;
  vertical-align: bottom;
  background: #909090;
  color: #fff;
}

.pagination .next:before {
  content: "";
  width: 6px;
  height: 18px;
  display: inline-block;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23999' viewBox='0 0 192 512'%3E%3Cpath d='M187.8 264.5L41 412.5c-4.7 4.7-12.3 4.7-17 0L4.2 392.7c-4.7-4.7-4.7-12.3 0-17L122.7 256 4.2 136.3c-4.7-4.7-4.7-12.3 0-17L24 99.5c4.7-4.7 12.3-4.7 17 0l146.8 148c4.7 4.7 4.7 12.3 0 17z'/%3E%3C/svg%3E") center center no-repeat;
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  transform: translateY(2px);
}

.pagination .next:hover:before,
.pagination .next:focus:before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 192 512'%3E%3Cpath d='M187.8 264.5L41 412.5c-4.7 4.7-12.3 4.7-17 0L4.2 392.7c-4.7-4.7-4.7-12.3 0-17L122.7 256 4.2 136.3c-4.7-4.7-4.7-12.3 0-17L24 99.5c4.7-4.7 12.3-4.7 17 0l146.8 148c4.7 4.7 4.7 12.3 0 17z'/%3E%3C/svg%3E") center center no-repeat;
}

.pagination .prev:before {
  content: "";
  width: 6px;
  height: 18px;
  display: inline-block;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23999' viewBox='0 0 192 512'%3E%3Cpath d='M4.2 247.5L151 99.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17L69.3 256l118.5 119.7c4.7 4.7 4.7 12.3 0 17L168 412.5c-4.7 4.7-12.3 4.7-17 0L4.2 264.5c-4.7-4.7-4.7-12.3 0-17z'/%3E%3C/svg%3E") center center no-repeat;
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  transform: translateY(2px);
}

.pagination .prev:hover:before,
.pagination .prev:focus:before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 192 512'%3E%3Cpath d='M4.2 247.5L151 99.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17L69.3 256l118.5 119.7c4.7 4.7 4.7 12.3 0 17L168 412.5c-4.7 4.7-12.3 4.7-17 0L4.2 264.5c-4.7-4.7-4.7-12.3 0-17z'/%3E%3C/svg%3E") center center no-repeat;
}

#primary .post .entry-content h1,
#primary .page .entry-content h1 {
  font-size: 48px;
  line-height: 57px;
  margin: 0 0 10px;
  color: #121212;
  font-weight: 400;
}

#primary .post .entry-content h2,
#primary .page .entry-content h2 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
  color: #121212;
  margin: 0 0 13px;
}

#primary .post .entry-content h3,
#primary .page .entry-content h3 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  color: #121212;
  margin: 0 0 17px;
}

#primary .post .entry-content h4,
#primary .page .entry-content h4 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  color: #121212;
  margin: 0 0 20px;
}

#primary .post .entry-content h5,
#primary .page .entry-content h5 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #121212;
  margin: 0 0 18px;
}

#primary .post .entry-content h6,
#primary .page .entry-content h6 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #121212;
  margin: 0 0 18px;
}

#primary .post .entry-content .pull-right,
#primary .page .entry-content .pull-right {
  float: right;
  width: 280px;
  text-align: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

#primary .post .entry-content .pull-left,
#primary .page .entry-content .pull-left {
  float: left;
  width: 280px;
  text-align: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

#primary .page .entry-content .dropcap,
#primary .post .entry-content .dropcap {
  float: left;
  font-size: 125px;
  line-height: 95px;
  margin: 0 20px 20px 0;
}

#primary .page .entry-content .highlight,
#primary .post .entry-content .highlight {
  background: #d1e9e6;
}

#primary .page .entry-content table,
#primary .post .entry-content table {
  width: 100%;
  margin: 0 0 1.5em;
}

#primary .page .entry-content table th,
#primary .post .entry-content table th {
  text-align: left;
  font-weight: 600;
  color: #121212;
  padding: 15px 1.6vw;
}

#primary .page .entry-content table tr:nth-child(2n + 1),
#primary .post .entry-content table tr:nth-child(2n + 1) {
  background: #f3f3f3;
}

#primary .page .entry-content table td,
#primary .post .entry-content table td {
  padding: 15px 1.6vw;
}

#primary .post .entry-content ul,
#primary .post .entry-content ol,
#primary .page .entry-content ul,
#primary .page .entry-content ol {
  margin-left: 0.5em;
  padding-left: 1.5em;
  line-height: 2.3rem;
}

#primary .post .entry-content figure,
#primary .post .entry-content figure {
  margin: 0;
}

.comments-area .comments-title,
.comment-reply-title {
  font-size: 30px;
  line-height: 36px;
  color: #121212;
}

.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comment-list .comment-author .avatar {
  float: left;
  margin-right: 26px;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 200px;
  border-radius: 50%;
}

.comment-list .comment-author .fn {
  overflow: hidden;
  font-size: 20px;
  line-height: 24px;
  color: #121212;
}

.comment-list .comment-author .says {
  display: none;
}

.comment-list .comment-metadata {
  overflow: hidden;
  font-size: 16px;
  line-height: 20px;
}

.comment-list .comment-metadata a {
  color: var(--primary-color);
}

.comment-list .comment-metadata a:hover {
  text-decoration: none;
  color: var(--secondary-color);
}

.comment-list .comment-metadata a:before {
  content: "";
  margin-right: 8px;
  vertical-align: top;
  width: 11px;
  height: 12px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%232dc08d' viewBox='0 0 448 512'%3E%3Cpath d='M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z'/%3E%3C/svg%3E") center center no-repeat;
  display: inline-block;
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  transform: translateY(3px);
}

.comment-list .comment-content {
  margin-top: 10px;
}

.comment-list .comment-content p {
  margin: 0 0 15px;
}

.comment-list .comment-content,
.comment-list .reply {
  margin-left: 106px;
}

.comment-list .reply {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.comment-list .reply a:after {
  margin-left: 8px;
  content: "";
  width: 6px;
  height: 16px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%232dc08d' viewBox='0 0 192 512'%3E%3Cpath d='M187.8 264.5L41 412.5c-4.7 4.7-12.3 4.7-17 0L4.2 392.7c-4.7-4.7-4.7-12.3 0-17L122.7 256 4.2 136.3c-4.7-4.7-4.7-12.3 0-17L24 99.5c4.7-4.7 12.3-4.7 17 0l146.8 148c4.7 4.7 4.7 12.3 0 17z'/%3E%3C/svg%3E") center center no-repeat;
  display: inline-block;
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  transform: translateY(2px);
}

.comment-list .reply a:hover {
  text-decoration: none;
  color: var(--secondary-color);
}

.comment-list .children {
  margin: 0 0 0 106px;
  padding: 0;
  list-style: none;
}

.comment-list .comment-body {
  margin: 0 0 40px;
}

.comment-form label {
  display: none;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  width: 100%;
  background: #f4f4f4;
  border: 0;
  border-radius: 3px;
  padding: 10px 20px;
}

.comment-form textarea {
  width: 100%;
  height: 106px;
  border-radius: 3px;
  padding: 10px 20px;
  background: #f4f4f4;
  border: 0;
  resize: none;
}

.comment-form input[type="submit"] {
  font-size: 18px;
  line-height: 46px;
  height: 46px;
  background: var(--primary-color);
  border: 0;
  padding: 0 25px;
  box-shadow: none;
  text-shadow: none;
  font-weight: 700;
  color: #fff;
  border-radius: 0;
}

.comment-form input[type="submit"]:hover {
  opacity: 0.8;
}

.comments-area .comment-form label[for="wp-comment-cookies-consent"] {
  display: inline-block;
  margin-left: 5px;
}

.page-header .page-title {
  color: #000;
  font-size: 38px;
  font-weight: 400;
  line-height: 48px;
  margin: 0 0 20px;
}

.search .content-area .search-form {
  width: 35%;
  margin-bottom: 1.5em;
}

/*.search .search-form input*/
.search .count {
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  color: #777;
}

/*error page style*/

.error404 .error-holder {
  text-align: center;
  padding: 10px 0;
  max-width: 580px;
  margin: 0 auto;
  font-size: 24px;
}

.error404 .error-holder .icon-holder {
  margin: 0 0 15px;
}

.error404 .error-holder h1 {
  font-size: 72px;
  line-height: 86px;
  font-weight: 700;
  color: var(--secondary-color);
  text-transform: uppercase;
  margin: 0 0 15px;
}

.error404 .error-holder h2 {
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--secondary-color);
}

.error404 .error-holder a {
  font-weight: 600;
}

/*sidebar*/

#secondary {
  float: right;
  width: 33.3333%;
  padding-left: 10px;
  padding-right: 10px;
}

.leftsidebar #secondary {
  float: left;
}

#secondary .widget {
  background: #f4f4f4;
  margin: 0 0 26px;
}

#secondary .widget ul {
  margin: 0;
  padding: 28px 30px 1px 27px;
  list-style: none;
  font-size: 16px;
}

#secondary .widget ul ul {
  padding-top: 5px;
  padding-left: 22px;
  padding-right: 0;
}

#secondary .widget ul li {
  margin: 0 0 15px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 15px;
}

#secondary .widget ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

#secondary .widget ul li a {
  color: #777;
}

#secondary .widget ul li a:hover {
  text-decoration: none;
  color: var(--primary-color);
}

#secondary .widget-title {
  background: #eee;
  font-size: 20px;
  line-height: 35px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 29px;
  margin: 0;
}

#secondary .widget.widget_search {
  background: none;
}

.widget.widget_search .search-form,
.search .search-form {
  background: #f4f4f4;
  overflow: hidden;
  padding: 10px;
}

.widget.widget_search .search-form label,
.search .search-form label {
  float: left;
  width: 85%;
}

.widget.widget_search .search-form input[type="search"],
.search .search-form input[type="search"] {
  background: none;
  border: 0;
  width: 100%;
}

.widget.widget_search .search-form input[type="submit"],
.search .search-form input[type="submit"] {
  float: right;
  border: 0;
  box-shadow: none;
  background: url(images/bg-search.png) no-repeat;
  width: 17px;
  height: 18px;
  text-indent: -9999px;
  padding: 0;
  margin: 15px 10px 0 0;
}

#secondary .widget.widget_text,
#secondary .widget.widget_benevolent_pro_featured_post {
  font-size: 16px;
  line-height: 26px;
}

#secondary .widget.widget_text .img-holder,
.widget.widget_benevolent_pro_featured_post .img-holder {
  text-align: center;
  margin: 1.5em 0 1.5em;
  padding: 0 34px;
}

#secondary .widget.widget_text .img-holder img,
.widget.widget_benevolent_pro_featured_post img {
  -webkit-border-radius: 500px;
  border-radius: 50%;
  vertical-align: top;
  width: 275px;
  height: 275px;
  object-fit: cover;
}

#secondary .widget.widget_text .text-holder,
.widget.widget_benevolent_pro_featured_post .text-holder {
  padding: 0 23px 37px 34px;
}

#secondary .widget.widget_text .text-holder .readmore,
.widget.widget_benevolent_pro_featured_post .readmore {
  font-weight: 700;
  text-transform: uppercase;
}

#secondary .widget.widget_text .text-holder .readmore:after,
.widget.widget_benevolent_pro_featured_post .readmore:after {
  content: "";
  margin-left: 8px;
  display: inline-block;
  width: 6px;
  height: 26px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%232dc08d' viewBox='0 0 192 512'%3E%3Cpath d='M187.8 264.5L41 412.5c-4.7 4.7-12.3 4.7-17 0L4.2 392.7c-4.7-4.7-4.7-12.3 0-17L122.7 256 4.2 136.3c-4.7-4.7-4.7-12.3 0-17L24 99.5c4.7-4.7 12.3-4.7 17 0l146.8 148c4.7 4.7 4.7 12.3 0 17z'/%3E%3C/svg%3E") center center no-repeat;
  -webkit-transform: translateY(6px);
  -moz-transform: translateY(6px);
  transform: translateY(6px);
}

#secondary .widget.widget_text .text-holder .readmore:hover,
.widget.widget_benevolent_pro_featured_post .readmore:hover {
  text-decoration: none;
  color: var(--secondary-color);
}

.widget.widget_benevolent_pro_recent_post ul li,
.widget.widget_benevolent_pro_popular_post ul li,
.widget.widget_benevolent_pro_category_post ul li,
.widget.widget_benevolent_pro_author_post ul li {
  overflow: hidden;
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 19px;
}

.widget.widget_benevolent_pro_recent_post .post-thumbnail,
.widget.widget_benevolent_pro_popular_post .post-thumbnail,
.widget.widget_benevolent_pro_category_post .post-thumbnail,
.widget.widget_benevolent_pro_author_post .post-thumbnail {
  float: left;
  width: 75px;
  margin-right: 22px;
}

.widget.widget_benevolent_pro_recent_post .post-thumbnail img,
.widget.widget_benevolent_pro_popular_post .post-thumbnail img,
.widget.widget_benevolent_pro_category_post .post-thumbnail img,
.widget.widget_benevolent_pro_author_post .post-thumbnail img {
  vertical-align: top;
}

.widget.widget_benevolent_pro_recent_post .entry-header,
.widget.widget_benevolent_pro_popular_post .entry-header,
.widget.widget_benevolent_pro_category_post .entry-header,
.widget.widget_benevolent_pro_author_post .entry-header {
  overflow: hidden;
}

.widget.widget_benevolent_pro_recent_post .entry-header .entry-title,
.widget.widget_benevolent_pro_popular_post .entry-header .entry-title,
.widget.widget_benevolent_pro_category_post .entry-header .entry-title,
.widget.widget_benevolent_pro_author_post .entry-header .entry-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin: 0;
}

.widget.widget_benevolent_pro_recent_post .entry-header .entry-title a,
.widget.widget_benevolent_pro_popular_post .entry-header .entry-title a,
.widget.widget_benevolent_pro_category_post .entry-header .entry-title a,
.widget.widget_benevolent_pro_author_post .entry-header .entry-title a {
  color: #000;
}

.widget.widget_benevolent_pro_recent_post .entry-header .entry-title a:hover,
.widget.widget_benevolent_pro_recent_post .entry-header .entry-title a:focus,
.widget.widget_benevolent_pro_popular_post .entry-header .entry-title a:hover,
.widget.widget_benevolent_pro_popular_post .entry-header .entry-title a:focus,
.widget.widget_benevolent_pro_category_post .entry-header .entry-title a:hover,
.widget.widget_benevolent_pro_category_post .entry-header .entry-title a:focus,
.widget.widget_benevolent_pro_author_post .entry-header .entry-title a:hover,
.widget.widget_benevolent_pro_author_post .entry-header .entry-title a:focus {
  text-decoration: none;
  color: var(--secondary-color);
}

.widget.widget_benevolent_pro_recent_post .entry-header .entry-meta,
.widget.widget_benevolent_pro_popular_post .entry-header .entry-meta,
.widget.widget_benevolent_pro_category_post .entry-header .entry-meta,
.widget.widget_benevolent_pro_author_post .entry-header .entry-meta {
  font-size: 16px;
}

.widget.widget_benevolent_pro_recent_post .entry-header .entry-meta a,
.widget.widget_benevolent_pro_popular_post .entry-header .entry-meta a,
.widget.widget_benevolent_pro_category_post .entry-header .entry-meta a,
.widget.widget_benevolent_pro_author_post .entry-header .entry-meta a {
  color: #a9a9a9 !important;
}

.widget.widget_benevolent_pro_recent_post .entry-header .entry-meta a:hover,
.widget.widget_benevolent_pro_recent_post .entry-header .entry-meta a:focus,
.widget.widget_benevolent_pro_popular_post .entry-header .entry-meta a:hover,
.widget.widget_benevolent_pro_popular_post .entry-header .entry-meta a:focus,
.widget.widget_benevolent_pro_category_post .entry-header .entry-meta a:hover,
.widget.widget_benevolent_pro_category_post .entry-header .entry-meta a:focus,
.widget.widget_benevolent_pro_author_post .entry-header .entry-meta a:hover,
.widget.widget_benevolent_pro_author_post .entry-header .entry-meta a:focus {
  text-decoration: none;
  color: #fff;
}

.widget.widget_benevolent_pro_recent_post .entry-header .entry-meta .posted-on a:before,
.widget.widget_benevolent_pro_popular_post .entry-header .entry-meta .posted-on a:before,
.widget.widget_benevolent_pro_category_post .entry-header .entry-meta .posted-on a:before,
.widget.widget_benevolent_pro_author_post .entry-header .entry-meta .posted-on a:before {
  content: "";
  margin-right: 3px;
  display: inline-block;
  width: 11px;
  height: 28px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%238d8d8d' viewBox='0 0 448 512'%3E%3Cpath d='M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z'/%3E%3C/svg%3E") center center no-repeat;
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}

#secondary .widget.widget_archive ul li,
#secondary .widget.widget_categories ul li {
  text-align: right;
  overflow: hidden;
}

#secondary .widget.widget_archive ul li a,
#secondary .widget.widget_categories ul li a {
  float: left;
}

#secondary .widget.widget_archive ul li a:before,
#secondary .widget.widget_categories ul li a:before {
  content: "";
  margin-right: 8px;
  width: 13px;
  height: 14px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23777' viewBox='0 0 512 512'%3E%3Cpath d='M464 128H272l-64-64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V176c0-26.51-21.49-48-48-48z'/%3E%3C/svg%3E") center center no-repeat;
  display: inline-block;
}

.widget.widget_tag_cloud .tagcloud {
  padding: 28px 30px 26px 27px;
}

.site-footer .widget.widget_tag_cloud .tagcloud {
  padding: 0;
}

.widget.widget_tag_cloud .tagcloud a {
  background: #bfbfbf;
  color: #fff;
  font-size: 16px;
  line-height: 35px;
  height: 35px;
  display: inline-block;
  padding: 0 20px 0 15px;
  border-radius: 5px;
  margin: 0 7px 7px 0;
}

.widget.widget_tag_cloud .tagcloud a:hover {
  text-decoration: none;
  background: var(--primary-color);
}

.widget.widget_tag_cloud .tagcloud a:before {
  content: "";
  vertical-align: middle;
  margin-right: 8px;
  width: 5px;
  height: 6px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 512 512'%3E%3Cpath d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z'/%3E%3C/svg%3E") center center no-repeat;
  display: inline-block;
}

.widget.widget_calendar .calendar_wrap {
  padding: 25px 25px 33px 29px;
}

.site-footer .widget.widget_calendar .calendar_wrap {
  padding: 0;
}

.widget.widget_calendar .calendar_wrap caption {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: var(--primary-color);
  padding: 8px 0;
}

.widget.widget_calendar table {
  border-spacing: 3px;
  margin-bottom: 0;
}

.widget.widget_calendar .wp-calendar-nav {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.widget.widget_calendar .wp-calendar-nav .wp-calendar-nav-prev,
.widget.widget_calendar .wp-calendar-nav .wp-calendar-nav-next {
  width: 42%;
  text-align: center;
  display: inline-block;
}

.widget.widget_calendar .wp-calendar-nav .wp-calendar-nav-prev a,
.widget.widget_calendar .wp-calendar-nav .wp-calendar-nav-next a {
  display: block;
  font-size: 16px;
  padding: 7px;
  background: #e3e3e3;
  border: 3px solid #f4f4f4;
  border-top: none;
  border-bottom: none;
}

footer .widget.widget_calendar .wp-calendar-nav {
  background: #e3e3e3;
  margin-right: -1px;
}

footer .widget.widget_calendar .wp-calendar-nav .wp-calendar-nav-prev a,
footer .widget.widget_calendar .wp-calendar-nav .wp-calendar-nav-next a {
  border-width: 1px;
}

footer .widget.widget_calendar .wp-calendar-nav .wp-calendar-nav-next a {
  border-right: none;
}

.widget.widget_calendar th {
  height: 44px;
  font-size: 16px;
  font-weight: 600;
  color: #777;
}

.widget.widget_calendar td {
  font-size: 16px;
  color: #777;
  height: 44px;
  text-align: center;
  background: #e3e3e3;
  border: 3px solid #f4f4f4;
}

.site-footer .widget.widget_calendar td {
  border-width: 1px;
}

.widget.widget_calendar td.pad {
  background: none;
}

.site-footer .widget.widget_calendar td.pad {
  background: #e2e2e2;
}

.widget.widget_calendar tbody td a {
  display: block;
  height: 100%;
  background: #45c368;
  color: #fff;
  line-height: 44px;
}

.widget.widget_benevolent_pro_social_links .social-networks {
  overflow: hidden;
  font-size: 18px !important;
}

.widget.widget_benevolent_pro_social_links .social-networks li {
  float: left;
  margin-right: 5px !important;
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.widget.widget_benevolent_pro_cta_widget .container {
  padding: 0;
}

/*#secondary .widget.widget_benevolent_pro_cta_widget .text,
.site-footer .widget.widget_benevolent_pro_cta_widget .text {
    background: none !important;
    }*/

#secondary .widget.widget_benevolent_pro_cta_widget .text .widget-content {
  padding: 28px 30px 20px 27px;
  color: #fff;
}

#secondary .widget.widget_benevolent_pro_cta_widget .text .widget-content .btn-donate {
  background: #fff;
  color: #000;
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  transition: all 0.2s;
  padding: 15px 35px;
}

#secondary .widget.widget_benevolent_pro_cta_widget .text .widget-content .btn-donate:hover,
#secondary .widget.widget_benevolent_pro_cta_widget .text .widget-content .btn-donate:focus {
  text-decoration: none;
  color: #fff;
  background: #fdc247;
}

#secondary .widget.widget_benevolent_pro_contact .widget-holder {
  padding: 28px 30px 20px 27px;
}

.widget.widget_benevolent_pro_contact .address {
  font-style: normal;
  margin: 0 0 15px;
  padding-left: 30px;
  position: relative;
}

.widget.widget_benevolent_pro_contact .address:before {
  content: "";
  font-size: 16px;
  left: 0;
  position: absolute;
  top: 8px;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="#777" d="M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z"></path></svg>');
  background-repeat: no-repeat;
  width: 10px;
  height: 15px;
}

.widget.widget_benevolent_pro_contact .tel-link {
  color: #777;
  display: block;
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
}

.widget.widget_benevolent_pro_contact .tel-link:hover,
.widget.widget_benevolent_pro_contact .tel-link:focus {
  text-decoration: none;
  color: var(--primary-color);
  /*theme color*/
}

.widget.widget_benevolent_pro_contact .tel-link:before {
  content: "";
  font-size: 16px;
  left: 0;
  position: absolute;
  top: 8px;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="svg-inline--fa fa-phone fa-w-16 fa-9x"><path fill="#777" d="M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z"></path></svg>');
  background-repeat: no-repeat;
  width: 10px;
  height: 15px;
}

.widget.widget_benevolent_pro_contact .email-link {
  display: block;
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
  color: #777;
}

.widget.widget_benevolent_pro_contact .email-link:before {
  content: "";
  font-size: 16px;
  left: 0;
  position: absolute;
  top: 8px;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="svg-inline--fa fa-envelope-open fa-w-16 fa-9x"><path fill="#777" d="M512 464c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V200.724a48 48 0 0 1 18.387-37.776c24.913-19.529 45.501-35.365 164.2-121.511C199.412 29.17 232.797-.347 256 .003c23.198-.354 56.596 29.172 73.413 41.433 118.687 86.137 139.303 101.995 164.2 121.512A48 48 0 0 1 512 200.724V464zm-65.666-196.605c-2.563-3.728-7.7-4.595-11.339-1.907-22.845 16.873-55.462 40.705-105.582 77.079-16.825 12.266-50.21 41.781-73.413 41.43-23.211.344-56.559-29.143-73.413-41.43-50.114-36.37-82.734-60.204-105.582-77.079-3.639-2.688-8.776-1.821-11.339 1.907l-9.072 13.196a7.998 7.998 0 0 0 1.839 10.967c22.887 16.899 55.454 40.69 105.303 76.868 20.274 14.781 56.524 47.813 92.264 47.573 35.724.242 71.961-32.771 92.263-47.573 49.85-36.179 82.418-59.97 105.303-76.868a7.998 7.998 0 0 0 1.839-10.967l-9.071-13.196z"></path></svg>');
  background-repeat: no-repeat;
  width: 10px;
  height: 15px;
}

.widget.widget_benevolent_pro_contact .social-networks,
#secondary .widget.widget_benevolent_pro_contact .social-networks {
  overflow: hidden;
  padding: 0;
}

.widget.widget_benevolent_pro_contact .social-networks li,
#secondary .widget.widget_benevolent_pro_contact .social-networks li {
  float: left;
  padding: 0;
  margin: 0;
  border-bottom: 0;
  margin-right: 11px;
  margin-bottom: 11px;
}

.widget.widget_benevolent_pro_contact .social-networks li a {
  border: 1px solid #777;
  color: #777;
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  width: 40px;
}

.widget.widget_benevolent_pro_contact .social-networks li a:hover,
.widget.widget_benevolent_pro_contact .social-networks li a:focus,
#secondary .widget.widget_benevolent_pro_contact .social-networks li a:hover,
#secondary .widget.widget_benevolent_pro_contact .social-networks li a:focus {
  text-decoration: none;
  background: var(--primary-color);
  /*theme color*/
  color: #fff;
  border-color: var(--primary-color);
}

.widget.widget_benevolent_pro_instagram_widget ul,
#secondary .widget.widget_benevolent_pro_instagram_widget ul,
.widget.widget_benevolent_pro_flickr_widget ul,
#secondary .widget.widget_benevolent_pro_flickr_widget ul {
  overflow: hidden;
  margin-left: -5px;
  margin-right: -5px;
}

.widget.widget_benevolent_pro_instagram_widget ul li,
.widget.widget_benevolent_pro_flickr_widget ul li {
  float: left;
  width: 33.3333%;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

.widget.widget_benevolent_pro_instagram_widget ul.instagram-size-thumbnail li {
  width: 25%;
}

.widget.widget_benevolent_pro_instagram_widget ul.instagram-size-medium li {
  width: 33%;
}

.widget.widget_benevolent_pro_instagram_widget ul.instagram-size-large li {
  width: 50%;
}

.widget.widget_benevolent_pro_instagram_widget ul.instagram-size-original li {
  width: 100%;
}

.widget.widget_benevolent_pro_flickr_widget ul.col-1 li {
  width: 100%;
}

.widget.widget_benevolent_pro_flickr_widget ul.col-2 li {
  width: 50%;
}

.widget.widget_benevolent_pro_flickr_widget ul.col-4 li {
  width: 25%;
}

.widget.widget_benevolent_pro_flickr_widget ul.col-5 li {
  width: 20%;
}

.widget.widget_benevolent_pro_flickr_widget ul.col-6 li {
  width: 16.6667%;
}

.widget.widget_benevolent_pro_instagram_widget p {
  margin-left: 27px;
  display: inline-block;
}

.widget.widget_benevolent_pro_instagram_widget p a {
  border: 1px solid #777;
  display: block;
  padding: 5px 10px;
  font-size: 16px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.widget.widget_benevolent_pro_instagram_widget p a:hover,
.widget.widget_benevolent_pro_instagram_widget p a:focus {
  text-decoration: none;
  color: #fff;
  background: var(--primary-color);
  border-color: var(--primary-color);
}

#secondary .widget.widget_benevolent_pro_instagram_widget ul li,
#secondary .widget.widget_benevolent_pro_flickr_widget ul li {
  padding-bottom: 0;
  border-bottom: 0;
}

.widget.widget_benevolent_pro_instagram_widget ul li img,
.widget.widget_benevolent_pro_flickr_widget ul li img {
  vertical-align: top;
  width: 100%;
}

#secondary .widget.widget_benevolent_pro_twitter_feeds_widget ul li a,
#secondary .widget.widget_rss ul li a {
  color: var(--primary-color);
}

#secondary .widget.widget_benevolent_pro_twitter_feeds_widget ul li a:hover,
#secondary .widget.widget_benevolent_pro_twitter_feeds_widget ul li a:focus,
#secondary .widget.widget_rss ul li a:hover,
#secondary .widget.widget_rss ul li a:focus {
  text-decoration: underline;
}

.widget.widget_benevolent_pro_stat_counter_widget {
  position: relative;
}

.widget.widget_benevolent_pro_stat_counter_widget .widget-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: left;
}

.widget.widget_benevolent_pro_stat_counter_widget .col {
  text-align: center;
  padding: 0 0 10px;
}

.widget.widget_benevolent_pro_stat_counter_widget .col .icon-holder {
  padding: 75px 30px 1px 27px;
}

.widget.widget_benevolent_pro_stat_counter_widget .col .number {
  display: block;
  padding: 75px 30px 11px 27px;
}

#secondary .widget.widget_text .textwidget {
  padding: 28px 30px 1px 27px;
}

#secondary .widget.widget_benevolent_pro_icon_text_widget {
  width: 100%;
  float: none;
  padding: 0;
}

#secondary .widget.widget_benevolent_pro_icon_text_widget .col {
  position: relative;
}

#secondary .widget.widget_benevolent_pro_icon_text_widget .widget-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 20px;
  line-height: 35px;
  font-weight: 700;
  color: #777;
  /*body color*/
  text-transform: none;
  text-align: left;
}

#secondary .widget.widget_benevolent_pro_icon_text_widget .style1 .icon-holder,
#secondary .widget.widget_benevolent_pro_icon_text_widget .style2 .icon-holder {
  float: none;
  margin: 0 0 15px;
  width: 100%;
  padding: 75px 29px 0 29px;
}

#secondary .widget.widget_benevolent_pro_icon_text_widget .style1 .text-holder,
#secondary .widget.widget_benevolent_pro_icon_text_widget .style2 .text-holder {
  width: 100%;
  padding: 0 29px 1px;
}

.view-count {
  margin-left: 5px;
}

/*--------------------------------------------------------------
#custom page style
---------------------------------------------------------------*/

/*about page*/

.inner-page {
  padding: 50px 0 0;
}

.about-us {
  padding: 0 0 30px;
}

.about-us .main-title {
  font-size: 38px;
  line-height: 48px;
  font-weight: 400;
  color: #000;
  margin: 0 0 20px;
}

.about-us .video-holder {
  max-width: 748px;
  margin: 0 auto;
  text-align: center;
}

.about-us .video-holder img,
.about-us .video-holder iframe {
  vertical-align: top;
}

.about-us .video-holder .video {
  margin: 0 0 30px;
}

.page-template-template-about .our-works {
  background: #f4f4f4;
  padding: 50px 0 0;
}

.page-template-template-about .our-works .heading {
  max-width: 780px;
  margin: 0 auto 50px;
  text-align: center;
}

.page-template-template-about .our-works .heading .main-title {
  color: #000;
  font-size: 38px;
  font-weight: 400;
  line-height: 48px;
  margin: 0 0 20px;
}

.widget.widget_benevolent_pro_icon_text_widget {
  float: left;
  width: 33.3333%;
  padding-left: 10px;
  padding-right: 10px;
}

.widget.widget_benevolent_pro_icon_text_widget .widget-title {
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
  color: #000;
  margin: 0 0 10px;
}

.widget.widget_benevolent_pro_icon_text_widget .text-holder {
  font-size: 16px;
  line-height: 24px;
}

.widget.widget_benevolent_pro_icon_text_widget .style1 .icon-holder {
  float: left;
  width: 65px;
  margin-right: 15px;
}

.widget.widget_benevolent_pro_icon_text_widget .style1 .text-holder {
  overflow: hidden;
}

.widget.widget_benevolent_pro_icon_text_widget .style2 {
  text-align: center;
}

.widget.widget_benevolent_pro_icon_text_widget .style2 .icon-holder {
  margin-bottom: 15px;
}

.page-template-template-service .our-works .widget img {
  width: 85px;
  height: 85px;
  object-fit: cover;
}

.page-template-template-about .stats {
  background: url(images/img32.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  padding: 50px 0 60px;
}

.page-template-template-about .stats .widget.widget_benevolent_pro_stat_counter_widget .widget-title {
  color: #fff;
}

.page-template-template-about .our-believe {
  padding: 50px 0;
}

.page-template-template-about .our-believe .heading {
  max-width: 780px;
  margin: 0 auto 50px;
  text-align: center;
}

.page-template-template-about .our-believe .heading .main-title {
  color: #000;
  font-size: 38px;
  font-weight: 400;
  line-height: 48px;
  margin: 0 0 20px;
}

.page-template-template-about .our-believe ul {
  margin: 0 -10px 30px;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.page-template-template-about .our-believe ul li {
  float: left;
  width: 50%;
  padding: 0 10px;
  margin: 0 0 10px;
}

.page-template-template-about .our-believe ul li:before {
  content: "";
  margin-right: 15px;
  display: inline-block;
  width: 18px;
  height: 28px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%233ec363' viewBox='0 0 512 512'%3E%3Cpath d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E") center center no-repeat;
  -webkit-transform: translateY(7px);
  -moz-transform: translateY(7px);
  transform: translateY(7px);
}

.page-template-template-about .current-project {
  background: #f4f4f4;
  padding: 50px 0;
}

.page-template-template-about .current-project .heading {
  max-width: 780px;
  margin: 0 auto 50px;
  text-align: center;
}

.page-template-template-about .current-project .heading .main-title {
  color: #000;
  font-size: 38px;
  font-weight: 400;
  line-height: 48px;
  margin: 0 0 20px;
}

.page-template-template-about .current-project .col {
  float: left;
  width: 33.3333%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
}

.page-template-template-about .current-project .post {
  background: #fff;
  padding: 14px;
  border: 1px solid #e8e8e8;
}

.page-template-template-about .current-project .post .post-thumbnail {
  margin-bottom: 20px;
  display: block;
  height: 100%;
}

.page-template-template-about .current-project .post .post-thumbnail img {
  vertical-align: top;
}

.page-template-template-about .current-project .post .entry-content {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.page-template-template-about .current-project .post .entry-header .entry-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  color: #000;
  margin: 0 0 15px;
}

.page-template-template-about .current-project .post .entry-header .entry-title a {
  color: #000;
}

.page-template-template-about .current-project .post .entry-header .entry-title a:hover,
.page-template-template-about .current-project .post .entry-header .entry-title a:focus {
  text-decoration: none;
  color: var(--primary-color);
}

.page-template-template-about .current-project .post .entry-footer {
  margin-bottom: 18px;
}

.page-template-template-about .current-project .post .entry-footer .btn-readmore {
  text-align: center;
}

.page-template-template-about .current-project .post .entry-footer .btn-readmore a {
  font-weight: 600;
  color: #fff;
  background: var(--primary-color);
  display: inline-block;
  padding: 10px 25px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.page-template-template-about .current-project .post .entry-footer .btn-readmore a:hover,
.page-template-template-about .current-project .post .entry-footer .btn-readmore a:focus {
  text-decoration: none;
  opacity: 0.8;
}

/*services page*/

.page-template-template-service .services-intro {
  padding: 0 0 60px;
}

.page-template-template-service .services-intro .main-title {
  color: #000;
  font-size: 38px;
  font-weight: 400;
  line-height: 48px;
  margin: 0 0 20px;
}

.page-template-template-service .services-intro .video-holder {
  float: left;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.page-template-template-service .services-intro .text-holder {
  padding-left: 35px;
  padding-right: 10px;
  float: left;
  width: 50%;
}

.page-template-template-service .services-intro .text-holder .title {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
  margin: 0 0 10px;
}

.page-template-template-service .our-works {
  background: #f4f4f4;
  padding: 50px 0 0;
}

.page-template-template-service .our-works .heading {
  max-width: 780px;
  margin: 0 auto 50px;
  text-align: center;
}

.page-template-template-service .our-works .heading .main-title {
  color: #000;
  font-size: 38px;
  font-weight: 400;
  line-height: 48px;
  margin: 0 0 20px;
}

.widget.widget_benevolent_pro_icon_text .style2 {
  text-align: center;
}

.widget.widget_benevolent_pro_icon_text .style2 .icon-holder {
  margin-bottom: 15px;
}

.widget-block {
  background-size: cover !important;
  padding: 70px 0;
  text-align: center;
  position: relative;
}

.widget-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.widget-block .text {
  position: relative;
  color: #bebebe;
}

.wiget.widget_benevolent_pro_cta_widget .widget-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  color: #fff;
  margin: 0 0 5px;
}

.wiget.widget_benevolent_pro_cta_widget .widget-content h1 {
  font-size: 42px;
  line-height: 48px;
  font-weight: 500;
  color: #fff;
  margin: 0 0 10px;
}

.wiget.widget_benevolent_pro_cta_widget .widget-content h2 {
  font-size: 35px;
  line-height: 40px;
  font-weight: 500;
  color: #fff;
  margin: 0 0 10px;
}

.wiget.widget_benevolent_pro_cta_widget .widget-content h3 {
  font-size: 30px;
  line-height: 35px;
  font-weight: 500;
  color: #fff;
  margin: 0 0 10px;
}

.wiget.widget_benevolent_pro_cta_widget .widget-content h4 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  color: #fff;
  margin: 0 0 10px;
}

.wiget.widget_benevolent_pro_cta_widget .widget-content h5 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #fff;
  margin: 0 0 10px;
}

.wiget.widget_benevolent_pro_cta_widget .widget-content h6 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #fff;
  margin: 0 0 10px;
}

.wiget.widget_benevolent_pro_cta_widget .btn-detail {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  padding: 10px 25px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.wiget.widget_benevolent_pro_cta_widget .btn-detail:hover,
.wiget.widget_benevolent_pro_cta_widget .btn-detail:focus {
  text-decoration: none;
  background: #fff;
  color: #000;
}

.donors {
  padding: 50px 0;
}

.donors .heading {
  margin: 0 auto 50px;
  max-width: 780px;
  text-align: center;
}

.donors .heading .main-title {
  color: #000;
  font-size: 38px;
  font-weight: 400;
  line-height: 48px;
  margin: 0 0 20px;
}

#donor-slider {
  text-align: center;
}

#donor-slider .owl-item {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

#donor-slider .donor-item img {
  width: auto;
  margin: 0 auto;
}

#donor-slider .owl-prev {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 30px;
  height: 40px;
  text-align: center;
  color: var(--primary-color);
  padding: 6px 0;
  background: rgba(255, 255, 255, 0.55);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: ease 0.35s;
}

#donor-slider .owl-next {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 30px;
  height: 40px;
  text-align: center;
  color: var(--primary-color);
  padding: 6px 0;
  background: rgba(255, 255, 255, 0.55);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

#donor-slider .owl-nav>div {
  -webkit-transition: ease 0.35s;
  -moz-transition: ease 0.35s;
  transition: ease 0.35s;
  opacity: 0.5;
  font-size: 40px;
  line-height: 1.2;
}

#donor-slider .owl-nav>div:hover {
  opacity: 1;
}

/*contact page*/

.page-template-template-contact .map-holder iframe {
  width: 100%;
}

.page-template-template-contact .contact-holder {
  margin-bottom: 50px;
}

.page-template-template-contact .inner-pages .main-title {
  color: #000;
  font-size: 38px;
  font-weight: 400;
  line-height: 48px;
  margin: 0 0 30px;
}

.page-template-template-contact .contact-holder .col-left {
  width: 66.6667%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.page-template-template-contact .contact-holder .col-right {
  width: 33.3333%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.page-template-template-contact .contact-holder .col .title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  color: #000;
  margin: 0 0 10px;
}

.page-template-template-contact .contact-holder .col address {
  font-style: normal;
  padding-left: 30px;
  position: relative;
  margin: 0 0 15px;
}

.page-template-template-contact .contact-holder .col .tel-link {
  display: block;
  color: #777;
  padding-left: 30px;
  margin-bottom: 15px;
  position: relative;
}

.page-template-template-contact .contact-holder .col .tel-link:hover,
.page-template-template-contact .contact-holder .col .tel-link:focus {
  text-decoration: none;
  color: var(--primary-color);
}

.page-template-template-contact .contact-holder .col .email-link {
  display: block;
  padding-left: 30px;
  margin-bottom: 15px;
  position: relative;
}

.page-template-template-contact .contact-holder .col .social-networks {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.page-template-template-contact .contact-holder .col .social-networks li {
  float: left;
  margin-right: 11px;
  margin-bottom: 11px;
}

.page-template-template-contact .contact-holder .col .social-networks li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #777;
  text-align: center;
  border: 1px solid #777;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.page-template-template-contact .contact-holder .col .social-networks li a:hover,
.page-template-template-contact .contact-holder .col .social-networks li a:focus {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
  text-decoration: none;
}

.page-template-template-contact .map-holder {
  margin-bottom: 50px;
}

/*team page style*/

.page-template-template-team .main-title {
  color: #000;
  font-size: 38px;
  font-weight: 400;
  line-height: 48px;
  margin: 0 0 20px;
}

.page-template-template-team .team-holder {
  margin: 0 0 30px;
}

.page-template-template-team .team-holder .col {
  float: left;
  width: 33.3333%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 22px;
}

.page-template-template-team .team-holder .col .team-member {
  background: #f4f4f4;
  padding: 15px;
}

.page-template-template-team .team-holder .col .team-member .heading {
  text-align: center;
  margin: 0 0 10px;
}

.page-template-template-team .team-holder .col .team-member .heading .team-title {
  font-size: 24px;
  line-height: 30px;
  color: #000;
  font-weight: 400;
  margin: 0;
}

.page-template-template-team .team-holder .col .team-member .heading .designation {
  font-size: 16px;
  line-height: 20px;
}

.page-template-template-team .team-holder .col .team-member .img-holder {
  margin-bottom: 15px;
}

.page-template-template-team .team-holder .col .team-member .img-holder img {
  vertical-align: top;
  width: 350px;
  height: 235px;
  object-fit: cover;
}

.page-template-template-team .team-holder .col .team-member .team-content {
  font-size: 16px;
  line-height: 24px;
}

.page-template-template-team .team-holder .col .team-member .team-content p {
  margin: 0 0 5px;
}

/*testimonial page style*/

.page-template-template-testimonial .main-title {
  color: #000;
  font-size: 38px;
  font-weight: 400;
  line-height: 48px;
  margin: 0 0 35px;
}

.page-template-template-testimonial .testimonial-holder {
  margin-bottom: 50px;
}

.page-template-template-testimonial .testimonial {
  border: 1px solid #e4e4e4;
  overflow: hidden;
  margin-bottom: 33px;
}

.page-template-template-testimonial .testimonial .img-holder {
  width: 228px;
  float: left;
}

.page-template-template-testimonial .testimonial .img-holder img {
  vertical-align: top;
}

.page-template-template-testimonial .testimonial .testimonial-content {
  overflow: hidden;
  padding: 30px 40px;
}

.page-template-template-testimonial .testimonial .testimonial-content .testimonial-title {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  color: #000;
  margin: 0 0 7px;
}

.page-template-template-testimonial .testimonial .testimonial-content .cite {
  position: relative;
  padding-top: 20px;
}

.page-template-template-testimonial .testimonial .testimonial-content .cite:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 82px;
  height: 1px;
  background: #e4e4e4;
}

.page-template-template-testimonial .testimonial .testimonial-content .cite .name {
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #000;
}

.page-template-template-testimonial .testimonial .testimonial-content .cite .designation {
  display: block;
}

/*blog-mediun style*/

.blog-medium #primary .post .post-thumbnail,
.blog-round #primary .post .post-thumbnail {
  float: left;
  width: 275px;
  margin-right: 30px;
}

.blog-medium #primary .post .text-holder,
.blog-round #primary .post .text-holder {
  overflow: hidden;
}

.blog-round #primary .post .post-thumbnail svg,
.blog-round #primary .post .post-thumbnail img {
  -webkit-border-radius: 150px;
  border-radius: 50%;
}

.single-post #primary .post .post-thumbnail {
  float: none;
  display: block;
  width: 100%;
  margin-right: 0;
}

.single-post #primary .post .post-thumbnail img {
  -webkit-border-radius: 0;
  border-radius: 0;
}

/*promotional-block style*/

.promotional-block .widget_benevolent_pro_cta_widget {
  margin: 0;
}

.promotional-block .widget_benevolent_pro_cta_widget .text {
  padding: 171px 0 90px;
  position: relative;
  text-align: center;
  background-size: cover !important;
}

.promotional-block .widget_benevolent_pro_cta_widget .text:after {
  z-index: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#202020+0,202020+100&0+0,0.09+14,0.2+25,0.82+76,0.94+89,1+100 */
  background: -moz-linear-gradient(top,
      rgba(32, 32, 32, 0) 0%,
      rgba(32, 32, 32, 0.09) 14%,
      rgba(32, 32, 32, 0.2) 25%,
      rgba(32, 32, 32, 0.82) 76%,
      rgba(32, 32, 32, 0.94) 89%,
      rgba(32, 32, 32, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top,
      rgba(32, 32, 32, 0) 0%,
      rgba(32, 32, 32, 0.09) 14%,
      rgba(32, 32, 32, 0.2) 25%,
      rgba(32, 32, 32, 0.82) 76%,
      rgba(32, 32, 32, 0.94) 89%,
      rgba(32, 32, 32, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,
      rgba(32, 32, 32, 0) 0%,
      rgba(32, 32, 32, 0.09) 14%,
      rgba(32, 32, 32, 0.2) 25%,
      rgba(32, 32, 32, 0.82) 76%,
      rgba(32, 32, 32, 0.94) 89%,
      rgba(32, 32, 32, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00202020', endColorstr='#202020', GradientType=0);
  /* IE6-9 */
}

.promotional-block .widget_benevolent_pro_cta_widget .widget-title {
  font-size: 40px;
  line-height: 54px;
  color: #fff;
}

.promotional-block .widget_benevolent_pro_cta_widget .text-holder {
  max-width: 820px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  font-size: 24px;
  line-height: 35px;
  color: #fff;
}

.promotional-block .widget_benevolent_pro_cta_widget .btn-donate {
  background: #fff;
  font-size: 24px;
  line-height: 65px;
  font-weight: 600;
  color: #000;
  width: 264px;
  height: 65px;
  display: inline-block;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.promotional-block .widget_benevolent_pro_cta_widget .btn-donate:hover {
  text-decoration: none;
  background: var(--secondary-color);
  color: #fff;
}

/*contact-form7 style*/

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="search"] {
  width: 100%;
  padding: 10px 15px;
  margin-top: 5px;
}

.wpcf7-form textarea {
  padding: 10px 15px;
  resize: none;
  height: 150px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer {
  background: #202020;
}

.site-footer .column {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}

.footer-t {
  background: #202020;
  padding: 98px 0 6px;
  /*border-bottom: 1px solid #343434;*/
  margin: 0 0 35px;
}

.footer-t .textwidget {
  color: #a9a9a9;
}

.site-footer .widget .widget-title {
  font-size: 18px;
  line-height: 36px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.site-footer .widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #a9a9a9;
}

.site-footer .widget ul ul {
  margin-left: 15px;
  margin-top: 5px;
}

.site-footer .widget ul li {
  margin: 0 0 10px;
}

.site-footer .widget ul li a {
  color: #a9a9a9;
}

.site-footer .widget ul li a:hover {
  text-decoration: none;
  color: #fff;
}

.footer-t .subscribe-form {
  overflow: hidden;
}

.footer-t .subscribe-form input[type="email"] {
  float: left;
  width: 224px;
  margin: 0;
  background: #181818;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
  color: #a7a7a7;
  padding: 14px 22px;
}

.footer-t .subscribe-form input[type="submit"] {
  float: left;
  width: 55px;
  height: 55px;
  background: url(images/btn-submit.png) no-repeat;
  text-indent: -9999px;
  box-shadow: none;
  border-radius: 0;
  border: 0;
}

.site-footer .widget.widget_benevolent_pro_contact .social-networks li a:hover,
.site-footer .widget.widget_benevolent_pro_contact .social-networks li a:focus {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
}

.site-footer .widget.widget_benevolent_pro_contact .tel-link:hover,
.site-footer .widget.widget_benevolent_pro_contact .tel-link:focus {
  color: #fff;
}

.site-footer .widget.widget_benevolent_pro_contact .email-link {
  color: #777;
}

.site-footer .widget.widget_benevolent_pro_contact .email-link:hover,
.site-footer .widget.widget_benevolent_pro_contact .email-link:focus {
  color: #fff;
}

.site-footer .widget.widget_benevolent_pro_stat_counter_widget .col {
  padding: 0;
  text-align: left;
}

.site-footer .widget.widget_benevolent_pro_stat_counter_widget .col .icon-holder {
  padding: 50px 0 0;
}

.site-footer .widget.widget_benevolent_pro_stat_counter_widget .col .number {
  padding: 50px 0 0;
}

.site-footer .widget.widget_benevolent_pro_cta_widget .text .widget-content .btn-donate {
  background: #fff;
  color: #000;
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  transition: all 0.2s;
  padding: 15px 35px;
}

.site-footer .widget.widget_benevolent_pro_cta_widget .text .widget-content .btn-donate:hover,
.site-footer .widget.widget_benevolent_pro_cta_widget .text .widget-content .btn-donate:focus {
  text-decoration: none;
  color: #fff;
  background: #fdc247;
}

.site-footer .widget.widget_benevolent_pro_icon_text_widget {
  float: none;
  display: block;
  width: 100%;
}

.footer-b {
  background: #202020;
  padding: 0 0 37px;
}

.footer-b .columns-6 {
  float: left;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  min-height: 1px;
}

.site-footer .footer-b .columns-4 .social-networks {
  font-size: 24px;
  overflow: hidden;
}

.site-footer .footer-b .columns-4 .social-networks li {
  float: left;
  margin-right: 29px;
}

.site-footer .footer-b .columns-4 .social-networks li a {
  color: #fff;
}

.site-footer .footer-b .columns-4 .social-networks li a:hover {
  color: var(--secondary-color);
}

.site-footer .columns-6 ul li {
  float: left;
  width: 50%;
}

.site-info {
  color: #a6a6a6;
  background: #0f0f0f;
  padding: 20px 0;
}

.site-info a {
  color: #a6a6a6;
}

.site-info a:hover {
  color: var(--secondary-color);
  text-decoration: none;
}

.site-footer .site-info a.privacy-policy-link {
  display: inline-block;
  margin-left: 5px;
}

.site-info .copyright {
  float: left;
}

.site-info .by {
  float: right;
}

#mobile-header {
  display: none;
}

.site-footer .widget.widget_benevolent_pro_featured_post .text-holder {
  padding: 0;
}

.site-footer .widget.widget_benevolent_pro_recent_post .entry-header .entry-title a,
.site-footer .widget.widget_benevolent_pro_popular_post .entry-header .entry-title a,
.site-footer .widget.widget_benevolent_pro_category_post .entry-header .entry-title a,
.site-footer .widget.widget_benevolent_pro_author_post .entry-header .entry-title a {
  color: #a9a9a9;
}

.site-footer .widget.widget_benevolent_pro_recent_post .entry-header .entry-title a:hover,
.site-footer .widget.widget_benevolent_pro_recent_post .entry-header .entry-title a:focus,
.site-footer .widget.widget_benevolent_pro_popular_post .entry-header .entry-title a:hover,
.site-footer .widget.widget_benevolent_pro_popular_post .entry-header .entry-title a:focus,
.site-footer .widget.widget_benevolent_pro_category_post .entry-header .entry-title a:hover,
.site-footer .widget.widget_benevolent_pro_category_post .entry-header .entry-title a:focus,
.site-footer .widget.widget_benevolent_pro_author_post .entry-header .entry-title a:hover,
.site-footer .widget.widget_benevolent_pro_author_post .entry-header .entry-title a:focus {
  color: #fff;
}

.site-footer .widget.widget_benevolent_pro_twitter_feeds_widget ul li a {
  color: var(--secondary-color);
}

.site-footer .widget.widget_benevolent_pro_twitter_feeds_widget ul li a:hover,
.site-footer .widget.widget_benevolent_pro_twitter_feeds_widget ul li a:focus {
  text-decoration: underline;
}

.site-footer .widget.widget_benevolent_pro_instagram_widget ul {
  margin-left: -5px;
  margin-right: -5px;
}

.site-footer .widget.widget_benevolent_pro_instagram_widget p {
  margin: 0;
}

#secondary-mobile-header {
  display: none;
}

/* Back to Top */

#rara-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  /*background: rgba(0, 0, 0, 0.5);*/
  background: #000;
  color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  display: none;
  opacity: 0.5;
  z-index: 9;
}

#rara-top:hover,
#rara-top:focus {
  opacity: 1;
}

#rara-top svg {
  font-size: 25px;
}

#rara-top svg:hover {
  color: #fff;
}

/* Back to Top Ends */

/*---------------------------------------------------------------------
 Header Layouts
 --------------------------------------------------------------------*/

/*header-two style*/

.home.has-slider .site-header.header-two .header-bottom,
.site-header.header-two .header-bottom {
  background: #fff;
}

.site-header.header-two .site-branding .site-title a {
  color: #000;
}

.site-header.header-two .site-branding .site-description {
  color: #777;
}

.site-header.header-two .main-navigation a,
.site-header.header-three .main-navigation a {
  color: #2b2b2b;
}

.site-header.header-two .main-navigation a:hover,
.site-header.header-two .main-navigation a:focus,
.site-header.header-two .main-navigation ul li:hover>a,
.site-header.header-three .main-navigation a:hover,
.site-header.header-three .main-navigation a:focus,
.site-header.header-three .main-navigation ul li:hover>a,
.site-header.header-two .main-navigation ul li.current-menu-item>a,
.site-header.header-three .main-navigation ul li.current-menu-item>a,
.site-header.header-two .main-navigation ul li.current_page_item>a,
.site-header.header-three .main-navigation ul li.current_page_item>a,
.site-header.header-two .main-navigation ul li.current-menu-ancestor>a,
.site-header.header-two .main-navigation ul li.current_page_ancestor>a,
.site-header.header-three .main-navigation ul li.current-menu-ancestor>a,
.site-header.header-three .main-navigation ul li.current_page_ancestor>a {
  color: var(--secondary-color);
}

.site-header.header-two #mobile-header a {
  background: url(images/btn-menu-black.png) no-repeat;
}

.site-header.header-two .main-navigation ul li .btn-donate:hover,
.site-header.header-two .main-navigation ul li .btn-donate:focus {
  color: #2b2b2b;
}

/*header-three style*/

.site-header.header-three .header-holder {
  float: right;
  /*width: calc(100% - 198px);*/
}

.site-header.header-three .header-holder:after {
  /*overflow: hidden;*/
  content: "";
  display: block;
  clear: both;
}

.site-header.header-three,
.home.has-slider .site-header.header-three {
  background: #fff;
}

.site-header.header-three .header-top:after {
  content: "";
  display: block;
  clear: both;
}

.site-header.header-three .header-top {
  background: #fff;
  padding-left: 32px;
  padding-right: 11px;
  padding-top: 0;
  border-bottom: 1px solid #ebebeb;
}

.site-header.header-three .header-top .secondary-navigation ul li a {
  color: #646464;
  padding: 13px 0;
}

.site-header.header-three .header-top .secondary-navigation ul ul li a {
  padding: 10px;
}

.site-header.header-three .header-top .secondary-navigation ul li a:hover,
.site-header.header-three .header-top .secondary-navigation ul li a:focus,
.site-header.header-three .header-top .secondary-navigation ul li:hover>a {
  color: #000;
}

.site-header.header-three .header-top .secondary-navigation ul ul li a:hover,
.site-header.header-three .header-top .secondary-navigation ul ul li a:focus,
.site-header.header-three .header-top .secondary-navigation ul ul li:hover>a {
  color: #fff;
}

.site-header.header-three .header-top .social-networks li a {
  color: #525252;
  display: block;
  padding: 15px;
  border-left: 1px solid #f2f2f2;
}

.site-header.header-three .header-top .social-networks li a:hover,
.site-header.header-three .header-top .social-networks li a:focus {
  color: #acacac;
}

.site-header.header-three .header-bottom:after {
  content: "";
  display: block;
  clear: both;
}

.home.has-slider .site-header.header-three .header-bottom,
.site-header.header-three .header-bottom {
  background: #fff;
  padding-left: 32px;
  padding-right: 11px;
}

.site-header.header-three .header-top .social-networks li {
  margin-right: 0;
}

.site-header.header-three .header-top .social-networks {
  line-height: 13px;
  border-right: 1px solid #f2f2f2;
}

.site-header.header-three .header-top .right-panel {
  float: right;
}

.site-header.header-three .header-top .right-panel .btn-holder {
  float: left;
  margin-right: 14px;
  margin-top: 8px;
}

.site-header.header-three .header-top .right-panel .btn-holder .btn-donate {
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  color: #fff;
  width: auto;
  height: auto;
  border: 0;
  background: var(--secondary-color);
  text-transform: uppercase;
  padding: 6px 15px;
  margin-left: 14px;
  margin-top: 0;
}

.site-header.header-three .header-top .right-panel .btn-holder .btn-donate:hover,
.site-header.header-three .header-top .right-panel .btn-holder .btn-donate:focus {
  opacity: 0.8;
}

.site-header.header-three .header-top .right-panel .btn-holder .btn-signin {
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 6px 15px;
  float: right;
  border: 1px solid #111;
  color: #111;
}

.site-header.header-three .header-top .right-panel .btn-holder .btn-signin:hover,
.site-header.header-three .header-top .right-panel .btn-holder .btn-signin:focus {
  text-decoration: none;
  color: #fff;
  background: #111;
}

.site-header.header-three .site-branding {
  margin: 0;
  background: var(--secondary-color);
  color: #fff;
  padding: 38px 20px;
}

.site-header.header-three .site-branding .site-title a {
  color: #fff;
}

.site-header.header-three .main-navigation {
  float: left;
}

.site-header.header-three .header-bottom .search,
.site-header.header-four .header-bottom .search {
  position: relative;
  float: right;
  margin: 10px 10px 0 0;
}

header .search .search-toggle-btn {
  width: auto;
  padding: 0;
  background: none;
  border: none;
}

.site-header.header-three .header-bottom .search .search-toggle-btn,
.site-header.header-four .header-bottom .search .search-toggle-btn {
  cursor: pointer;
  font-size: 15px;
  color: #525252;
}

.site-header.header-three .header-bottom .search .form-holder,
.site-header.header-four .header-bottom .search .form-holder {
  position: absolute;
  top: 50px;
  right: 0;
  width: 350px;
  background: #fff;
  padding: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  display: none;
}

.site-header.header-three .header-bottom .search .form-holder .search-form,
.site-header.header-four .header-bottom .search .form-holder .search-form {
  width: 100%;
  margin: 0;
}

/*header four style*/

.site-header.header-four .header-top {
  background: #fff;
  padding: 0;
}

.site-header.header-four .site-branding .site-title a {
  color: #171717;
}

.site-header.header-four .site-branding .site-description {
  color: #5a5a5a;
}

.site-header.header-four .header-top .right-panel {
  float: right;
}

.site-header.header-four .header-top .social-networks {
  border-left: 1px solid #f2f2f2;
  padding-left: 19px;
  padding-top: 16px;
}

.site-header.header-four .header-top .social-networks li a {
  background: #d0d0d0;
  color: #fff;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 100px;
  border-radius: 50%;
  text-align: center;
  display: block;
  line-height: 24px;
}

.site-header.header-four .header-top .social-networks li {
  margin-right: 7px;
}

.site-header.header-four .header-top .social-networks li a:hover,
.site-header.header-four .header-top .social-networks li a:focus {
  background: #000;
}

.site-header.header-four .header-top .secondary-navigation {
  margin-top: 18px;
}

.site-header.header-four .header-top .secondary-navigation ul li a {
  color: #646464;
}

.site-header.header-four .header-top .secondary-navigation ul li a:hover,
.site-header.header-four .header-top .secondary-navigation ul li a:focus,
.site-header.header-four .header-top .secondary-navigation ul li:hover>a {
  color: #000;
}

.site-header.header-four .header-top .secondary-navigation ul ul li:hover>a {
  color: #fff;
}

.site-header.header-four .header-top .secondary-navigation ul ul li a {
  color: #acacac;
}

.site-header.header-four .header-top .secondary-navigation ul ul ul {
  left: auto;
  right: 100%;
}

.site-header.header-four .site-branding {
  margin-top: 15px;
  margin-bottom: 20px;
}

.home.has-slider .site-header.header-four .header-bottom,
.site-header.header-four .header-bottom {
  background: var(--primary-color);
  padding: 0;
}

.site-header.header-four .main-navigation {
  float: left;
}

.site-header.header-four .main-navigation ul {
  margin-top: 0;
  font-size: 15px;
  line-height: 18px;
}

.site-header.header-four .main-navigation ul li {
  margin-left: 1px;
}

.site-header.header-four .main-navigation ul li:first-child {
  margin-left: 0;
}

.site-header.header-four .main-navigation ul li a {
  padding: 14px 15px 15px;
}

.site-header.header-four .main-navigation ul li a:hover,
.site-header.header-four .main-navigation ul li a:focus,
.site-header.header-four .main-navigation ul li:hover>a,
.site-header.header-four .main-navigation ul .current-menu-item>a,
.site-header.header-four .main-navigation ul .current-menu-ancestor>a,
.site-header.header-four .main-navigation ul .current_page_ancestor>a {
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
}

.site-header.header-four .main-navigation ul ul li a:hover,
.site-header.header-four .main-navigation ul ul li a:focus,
.site-header.header-four .main-navigation ul ul li:hover>a,
.site-header.header-four .main-navigation ul ul .current-menu-item>a,
.site-header.header-four .main-navigation ul ul .current-menu-ancestor>a,
.site-header.header-four .main-navigation ul ul .current_page_ancestor>a {
  background: none;
  color: var(--secondary-color);
}

.site-header.header-four .header-bottom .search {
  float: right;
}

.site-header.header-four .header-bottom .search .search-toggle-btn {
  color: #fff;
}

.site-header.header-four .header-bottom .search .form-holder {
  top: 37px;
}

.site-header.header-four #secondary-mobile-header a {
  background: url(images/btn-menu-black.png) no-repeat;
}

.site-header.header-four .main-navigation ul li a.btn-donate {
  margin: 0;
  border: 0;
  padding: 14px 15px 15px;
  color: #fff;
  font-size: 15px;
  line-height: 18px;
}

/*header-five style*/

.site-header.header-five,
.home.has-slider .site-header.header-five {
  background: #fff;
}

.site-header.header-five .header-top {
  background: var(--primary-color);
  padding-top: 10px;
}

.site-header.header-five .header-top .secondary-navigation ul li a {
  padding-bottom: 17px;
  color: #ebebeb;
}

.site-header.header-five .header-top .social-networks {
  line-height: 24px;
}

.site-header.header-five .header-top .social-networks li {
  margin-bottom: 10px;
  margin-right: 0;
  margin-left: 7px;
}

.site-header.header-five .header-top .social-networks li a {
  display: block;
  width: 24px;
  height: 24px;
  /*background: #0e8575;*/
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 100px;
  border-radius: 50%;
  text-align: center;
  color: #ececec;
  line-height: 24px;
}

.site-header.header-five .header-top .social-networks li a:hover,
.site-header.header-five .header-top .social-networks li a:focus {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.5);
}

.site-header.header-five .site-branding {
  display: block;
  width: 100%;
  text-align: center;
  padding: 20px 0;
  margin: 0;
  max-width: 100%;
}

.site-header.header-five .site-branding .site-title a {
  color: #171717;
}

.site-header.header-five .site-branding .site-description {
  color: #171717;
}

.site-header.header-five .header-bottom,
.home.has-slider .site-header.header-five .header-bottom {
  background: #fff;
  padding: 0;
  border-top: 1px solid #eee;
}

.site-header.header-five .main-navigation {
  float: left;
}

.site-header.header-five .main-navigation ul {
  font-size: 15px;
}

.site-header.header-five .main-navigation ul li a:hover,
.site-header.header-five .main-navigation ul li a:focus,
.site-header.header-five .main-navigation ul li:hover>a,
.site-header.header-five .main-navigation ul li.current-menu-item>a,
.site-header.header-five .main-navigation ul li.current-menu-ancestor>a,
.site-header.header-five .main-navigation ul li.current_page_ancestor>a {
  color: var(--secondary-color);
}

.site-header.header-five .main-navigation a {
  color: #525252;
}

.site-header.header-five .header-bottom .search {
  float: right;
}

.site-header.header-five .header-bottom .search {
  position: relative;
  float: right;
  margin: 10px 10px 0 0;
}

.site-header.header-five .header-bottom .search .search-toggle-btn {
  cursor: pointer;
  font-size: 15px;
  color: #525252;
}

.site-header.header-five .header-bottom .search .form-holder {
  position: absolute;
  top: 40px;
  right: 0;
  width: 350px;
  background: #fff;
  padding: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  display: none;
}

.site-header.header-five .header-bottom .search .form-holder .search-form {
  width: 100%;
  margin: 0;
}

.site-header.header-five .main-navigation ul li a.btn-donate {
  font-size: 15px;
  line-height: 18px;
  padding: 0 0 17px;
  margin: 0;
  border: 0;
  background: none;
}

.site-header.header-five .main-navigation ul li a.btn-donate:hover,
.site-header.header-five .main-navigation ul li a.btn-donate:focus {
  text-decoration: none;
  background: none;
  color: var(--secondary-color);
}

.home.has-slider .header-two,
.home.has-slider .header-three,
.home.has-slider .header-four,
.home.has-slider .header-five {
  position: relative;
}

/*give plugin listing page style*/

/* .give-goal-progress .raised{
    text-align: right;
    overflow: hidden;
   }*/

.give-goal-progress .raised .income {
  color: #000;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  float: left;
}

.give-progress-bar {
  height: 6px;
}

#primary .post .entry-footer:after {
  content: "";
  display: block;
  clear: both;
}

#primary .post .entry-footer .tags-block .cat-links,
#primary .post .entry-footer .tags-block .tags-links {
  display: block;
}

#primary .post .entry-footer .btn-donate {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  background: var(--secondary-color);
  float: left;
  text-transform: uppercase;
  font-weight: 700;
  padding: 15px 30px;
  border: 1px solid var(--secondary-color);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

#primary .post .entry-footer .btn-donate:hover,
#primary .post .entry-footer .btn-donate:focus {
  text-decoration: none;
  background: none;
  color: var(--secondary-color);
}

.single-give_forms #primary .post .entry-title {
  color: #121212;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  margin: 0 0 25px;
}

.single-give_forms #primary .post .give-sidebar {
  float: none;
  display: block;
  width: 100%;
}

.single-give_forms #primary .post .entry-summary {
  float: none;
  display: block;
  width: 100%;
}

.single-give_forms #primary .post .entry-summary .give-btn {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  background: var(--secondary-color);
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  padding: 15px 30px;
  border: 1px solid var(--secondary-color);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.single-give_forms #primary .post .entry-summary .give-btn:hover,
.single-give_forms #primary .post .entry-summary .give-btn:focus {
  text-decoration: none;
  background: none;
  color: var(--secondary-color);
}

#secondary .give-form-wrap {
  padding: 28px 30px 1px 27px;
}

#secondary .give-form-wrap .give-btn {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  background: var(--secondary-color);
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  padding: 15px 30px;
  border: 1px solid var(--secondary-color);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

#secondary .give-form-wrap .give-btn:hover,
#secondary .give-form-wrap .give-btn:focus {
  text-decoration: none;
  background: none;
  color: var(--secondary-color);
}

#secondary .give-form-wrap #give-gateway-radio-list {
  padding: 0;
}

#secondary .give-form-wrap #give-gateway-radio-list li {
  margin-right: 10px;
}

/*shortcode style*/

#primary .post .entry-content .rara_accordian,
#primary .page .entry-content .rara_accordian {
  border: 1px solid var(--secondary-color);
  margin: 0 0 15px;
}

#primary .post .entry-content .rara_accordian .rara_accordian_title,
#primary .page .entry-content .rara_accordian .rara_accordian_title {
  background: var(--secondary-color);
  padding: 7px 15px 7px 35px;
  color: #fff;
  position: relative;
  cursor: pointer;
}

#primary .post .entry-content .rara_accordian .rara_accordian_title:before,
#primary .page .entry-content .rara_accordian .rara_accordian_title:before {
  background: #fff;
  content: "";
  height: 3px;
  left: 12px;
  position: absolute;
  top: 50%;
  width: 15px;
}

#primary .post .entry-content .rara_accordian .rara_accordian_title:after,
#primary .page .entry-content .rara_accordian .rara_accordian_title:after {
  background: #fff;
  content: "";
  height: 3px;
  left: 12px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(90deg) scale(1);
  -moz-transform: rotate(90deg) scale(1);
  transform: rotate(90deg) scale(1);
  width: 15px;
}

#primary .post .entry-content .rara_accordian .rara_accordian_title.active:after,
#primary .page .entry-content .rara_accordian .rara_accordian_title.active:after {
  opacity: 0;
}

#primary .post .entry-content .rara_accordian .rara_accordian_content,
#primary .page .entry-content .rara_accordian .rara_accordian_content {
  padding: 10px 20px;
}

/*CTA button*/

#primary .entry-content .center {
  text-align: center;
}

#primary .entry-content .rara_call_to_action_button {
  background: var(--secondary-color);
  color: #fff;
  display: inline-block;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
  padding: 15px 33px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

#primary .entry-content .rara_call_to_action_button:hover,
#primary .entry-content .rara_call_to_action_button:focus {
  opacity: 0.8;
  text-decoration: none;
}

#primary .entry-content .rara_call_to_action.right:after {
  content: "";
  display: block;
  clear: both;
}

#primary .entry-content .rara_call_to_action.right .rara_call_to_action_button {
  float: right;
}

#primary .entry-content .rara_call_to_action.left .rara_call_to_action_button {
  float: left;
}

/*dropcap*/

.rara-drop-cap2 {
  float: left;
  font-size: 53px;
  padding-right: 10px;
  padding-top: 16px;
}

.rara-drop-cap3 {
  float: left;
  font-size: 80px;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-top: 30px;
}

.rara-drop-cap4 {
  float: left;
  font-size: 115px;
  margin-bottom: 32px;
  padding-right: 10px;
  padding-top: 45px;
}

/*list-style*/

#primary .post .entry-content ul,
#primary .page .entry-content ul,
#primary .post .entry-content ol,
#primary .page .entry-content ol {
  margin: 0 0 30px 15px;
  padding: 0;
  line-height: 32px;
}

/*shortcode*/

#primary .post .entry-content li>ul,
#primary .post .entry-content li>ol {
  margin-bottom: 0;
}

#primary .post .entry-content ul.rara-list,
#primary .page .entry-content ul.rara-list {
  list-style: none;
}

#primary .post .entry-content .rara-list li,
#primary .page .entry-content .rara-list li {
  padding-left: 30px;
  position: relative;
}

#primary .post .entry-content .rara-list.rara-list-style1 li:before,
#primary .page .entry-content .rara-list.rara-list-style1 li:before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%238d8d8d' viewBox='0 0 512 512'%3E%3Cpath d='M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 464c-118.664 0-216-96.055-216-216 0-118.663 96.055-216 216-216 118.664 0 216 96.055 216 216 0 118.663-96.055 216-216 216zm141.63-274.961L217.15 376.071c-4.705 4.667-12.303 4.637-16.97-.068l-85.878-86.572c-4.667-4.705-4.637-12.303.068-16.97l8.52-8.451c4.705-4.667 12.303-4.637 16.97.068l68.976 69.533 163.441-162.13c4.705-4.667 12.303-4.637 16.97.068l8.451 8.52c4.668 4.705 4.637 12.303-.068 16.97z'/%3E%3C/svg%3E") center center no-repeat;
  position: absolute;
  top: 5px;
  left: 0;
  width: 14px;
  height: 14px;
  content: "";
}

#primary .post .entry-content .rara-list.rara-list-style2 li:before,
#primary .page .entry-content .rara-list.rara-list-style2 li:before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%238d8d8d' viewBox='0 0 448 512'%3E%3Cpath d='M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48z'/%3E%3C/svg%3E") center center no-repeat;
  position: absolute;
  top: 7px;
  left: 0;
  width: 10px;
  height: 10px;
  content: "";
}

#primary .post .entry-content .rara-list.rara-list-style3 li:before,
#primary .page .entry-content .rara-list.rara-list-style3 li:before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%238d8d8d' viewBox='0 0 512 512'%3E%3Cpath d='M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z'/%3E%3C/svg%3E") center center no-repeat;
  position: absolute;
  top: 5px;
  left: 0;
  width: 14px;
  height: 14px;
  content: "";
}

#primary .post .entry-content .rara-list.rara-list-style4 li:before,
#primary .page .entry-content .rara-list.rara-list-style4 li:before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%238d8d8d' viewBox='0 0 192 512'%3E%3Cpath d='M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z'/%3E%3C/svg%3E") center center no-repeat;
  position: absolute;
  top: 5px;
  left: 0;
  width: 14px;
  height: 14px;
  content: "";
}

#primary .post .entry-content .rara-list.rara-list-style5 li:before,
#primary .page .entry-content .rara-list.rara-list-style5 li:before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%238d8d8d' viewBox='0 0 512 512'%3E%3Cpath d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm144 276c0 6.6-5.4 12-12 12h-92v92c0 6.6-5.4 12-12 12h-56c-6.6 0-12-5.4-12-12v-92h-92c-6.6 0-12-5.4-12-12v-56c0-6.6 5.4-12 12-12h92v-92c0-6.6 5.4-12 12-12h56c6.6 0 12 5.4 12 12v92h92c6.6 0 12 5.4 12 12v56z'/%3E%3C/svg%3E") center center no-repeat;
  position: absolute;
  top: 5px;
  left: 0;
  width: 14px;
  height: 14px;
  content: "";
}

#primary .post .entry-content .rara-list.rara-list-style6 li:before,
#primary .page .entry-content .rara-list.rara-list-style6 li:before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%238d8d8d' viewBox='0 0 576 512'%3E%3Cpath d='M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z'/%3E%3C/svg%3E") center center no-repeat;
  position: absolute;
  top: 5px;
  left: 0;
  width: 14px;
  height: 14px;
  content: "";
}

#primary .post .entry-content .rara-list.rara-list-style7 li:before,
#primary .page .entry-content .rara-list.rara-list-style7 li:before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%238d8d8d' viewBox='0 0 512 512'%3E%3Cpath d='M512 199.652c0 23.625-20.65 43.826-44.8 43.826h-99.851c16.34 17.048 18.346 49.766-6.299 70.944 14.288 22.829 2.147 53.017-16.45 62.315C353.574 425.878 322.654 448 272 448c-2.746 0-13.276-.203-16-.195-61.971.168-76.894-31.065-123.731-38.315C120.596 407.683 112 397.599 112 385.786V214.261l.002-.001c.011-18.366 10.607-35.889 28.464-43.845 28.886-12.994 95.413-49.038 107.534-77.323 7.797-18.194 21.384-29.084 40-29.092 34.222-.014 57.752 35.098 44.119 66.908-3.583 8.359-8.312 16.67-14.153 24.918H467.2c23.45 0 44.8 20.543 44.8 43.826zM96 200v192c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24V200c0-13.255 10.745-24 24-24h48c13.255 0 24 10.745 24 24zM68 368c0-11.046-8.954-20-20-20s-20 8.954-20 20 8.954 20 20 20 20-8.954 20-20z'/%3E%3C/svg%3E") center center no-repeat;
  position: absolute;
  top: 5px;
  left: 0;
  width: 14px;
  height: 14px;
  content: "";
}

#primary .post .entry-content .rara-list.rara-list-style8 li:before,
#primary .page .entry-content .rara-list.rara-list-style8 li:before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%238d8d8d' viewBox='0 0 512 512'%3E%3Cpath d='M444.788 291.1l42.616 24.599c4.867 2.809 7.126 8.618 5.459 13.985-11.07 35.642-29.97 67.842-54.689 94.586a12.016 12.016 0 0 1-14.832 2.254l-42.584-24.595a191.577 191.577 0 0 1-60.759 35.13v49.182a12.01 12.01 0 0 1-9.377 11.718c-34.956 7.85-72.499 8.256-109.219.007-5.49-1.233-9.403-6.096-9.403-11.723v-49.184a191.555 191.555 0 0 1-60.759-35.13l-42.584 24.595a12.016 12.016 0 0 1-14.832-2.254c-24.718-26.744-43.619-58.944-54.689-94.586-1.667-5.366.592-11.175 5.459-13.985L67.212 291.1a193.48 193.48 0 0 1 0-70.199l-42.616-24.599c-4.867-2.809-7.126-8.618-5.459-13.985 11.07-35.642 29.97-67.842 54.689-94.586a12.016 12.016 0 0 1 14.832-2.254l42.584 24.595a191.577 191.577 0 0 1 60.759-35.13V25.759a12.01 12.01 0 0 1 9.377-11.718c34.956-7.85 72.499-8.256 109.219-.007 5.49 1.233 9.403 6.096 9.403 11.723v49.184a191.555 191.555 0 0 1 60.759 35.13l42.584-24.595a12.016 12.016 0 0 1 14.832 2.254c24.718 26.744 43.619 58.944 54.689 94.586 1.667 5.366-.592 11.175-5.459 13.985L444.788 220.9a193.485 193.485 0 0 1 0 70.2zM336 256c0-44.112-35.888-80-80-80s-80 35.888-80 80 35.888 80 80 80 80-35.888 80-80z'/%3E%3C/svg%3E") center center no-repeat;
  position: absolute;
  top: 5px;
  left: 0;
  width: 14px;
  height: 14px;
  content: "";
}

#primary .post .entry-content .rara-list.rara-list-style9 li:before,
#primary .page .entry-content .rara-list.rara-list-style9 li:before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%238d8d8d' viewBox='0 0 512 512'%3E%3Cpath d='M256 504c136.967 0 248-111.033 248-248S392.967 8 256 8 8 119.033 8 256s111.033 248 248 248zm-103.398-76.72l53.411-53.411c31.806 13.506 68.128 13.522 99.974 0l53.411 53.411c-63.217 38.319-143.579 38.319-206.796 0zM336 256c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80zm91.28 103.398l-53.411-53.411c13.505-31.806 13.522-68.128 0-99.974l53.411-53.411c38.319 63.217 38.319 143.579 0 206.796zM359.397 84.72l-53.411 53.411c-31.806-13.505-68.128-13.522-99.973 0L152.602 84.72c63.217-38.319 143.579-38.319 206.795 0zM84.72 152.602l53.411 53.411c-13.506 31.806-13.522 68.128 0 99.974L84.72 359.398c-38.319-63.217-38.319-143.579 0-206.796z'/%3E%3C/svg%3E") center center no-repeat;
  position: absolute;
  top: 5px;
  left: 0;
  width: 14px;
  height: 14px;
  content: "";
}

#primary .post .entry-content .rara-list.rara-list-style10 li:before,
#primary .page .entry-content .rara-list.rara-list-style10 li:before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%238d8d8d' viewBox='0 0 512 512'%3E%3Cpath d='M476 3.2L12.5 270.6c-18.1 10.4-15.8 35.6 2.2 43.2L121 358.4l287.3-253.2c5.5-4.9 13.3 2.6 8.6 8.3L176 407v80.5c0 23.6 28.5 32.9 42.5 15.8L282 426l124.6 52.2c14.2 6 30.4-2.9 33-18.2l72-432C515 7.8 493.3-6.8 476 3.2z'/%3E%3C/svg%3E") center center no-repeat;
  position: absolute;
  top: 5px;
  left: 0;
  width: 14px;
  height: 14px;
  content: "";
}

/*shortcode social icon*/

#primary .entry-content .social-shortcode:after {
  content: "";
  display: block;
  clear: both;
}

#primary .entry-content .social-shortcode a {
  float: left;
  color: #777;
  margin: 0 15px 15px 0;
  font-size: 16px;
}

#primary .entry-content .social-shortcode a:hover,
#primary .entry-content .social-shortcode a:focus {
  text-decoration: none;
  color: var(--primary-color);
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*shortcode tab*/

#primary .entry-content .rara_tab_wrap {
  margin: 0 0 1.5em;
}

#primary .entry-content .rara_tab_wrap .rara_tab_group .tab-title {
  float: left;
  padding: 5px 9px;
  border: 1px solid var(--secondary-color);
  cursor: pointer;
}

#primary .entry-content .rara_tab_wrap .rara_tab_group .tab-title.active,
#primary .entry-content .rara_tab_wrap .rara_tab_group .tab-title:hover,
#primary .entry-content .rara_tab_wrap .rara_tab_group .tab-title:focus {
  background: var(--secondary-color);
  color: #fff;
}

#primary .entry-content .rara_tab_wrap .rara_tab_content {
  padding: 10px 20px;
  background: #f8f8f8;
}

#primary .entry-content .rara_tab_wrap.vertical .rara_tab_group {
  float: left;
  width: 225px;
}

#primary .entry-content .rara_tab_wrap.vertical .rara_tab_content {
  overflow: hidden;
}

#primary .entry-content .rara_tab_wrap.vertical .rara_tab_group .tab-title {
  float: none;
  display: block;
}

/*shortcode toggle*/

.rara_toggle {
  border: 1px solid var(--secondary-color);
  margin: 0 0 10px;
}

.rara_toggle .rara_toggle_title {
  background: var(--secondary-color);
  color: #fff;
  cursor: pointer;
  padding: 7px 15px 7px 35px;
  position: relative;
}

.rara_toggle .rara_toggle_title:after {
  background: #fff;
  content: "";
  height: 3px;
  left: 12px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(90deg) scale(1);
  -moz-transform: rotate(90deg) scale(1);
  transform: rotate(90deg) scale(1);
  width: 15px;
}

.rara_toggle .rara_toggle_title:before {
  background: #fff;
  content: "";
  height: 3px;
  left: 12px;
  position: absolute;
  top: 50%;
  width: 15px;
}

.rara_toggle .rara_toggle_title.active:after {
  opacity: 0;
}

.rara_toggle .rara_toggle_content {
  padding: 10px 20px;
}

/*shortcode slider*/

/*#primary .entry-content .shortcode-slider ul{margin: 0;}

#primary .entry-content .shortcode-slider .lSAction > a{top: 41%;}

#primary .entry-content .shortcode-slider .lSAction > .lSNext{
    background: url("images/btn-next.png") no-repeat;
    height: 40px;
    width: 30px;
}

#primary .entry-content .shortcode-slider .lSAction > .lSPrev{
    background: url("images/btn-prev.png") no-repeat;
    height: 40px;
    width: 30px;
    }*/

#primary .entry-content .shortcode-slider .owl-prev {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 30px;
  height: 40px;
  text-align: center;
  color: #fff;
  padding: 6px 0;
  background: rgba(255, 255, 255, 0.55);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: ease 0.35s;
  -moz-transition: ease 0.35s;
  transition: ease 0.35s;
}

#primary .entry-content .shortcode-slider .owl-next {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 30px;
  height: 40px;
  text-align: center;
  color: #fff;
  padding: 6px 0;
  background: rgba(255, 255, 255, 0.55);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: ease 0.35s;
  -moz-transition: ease 0.35s;
  transition: ease 0.35s;
}

#primary .entry-content .shortcode-slider .owl-nav div {
  opacity: 0.5;
}

#primary .entry-content .shortcode-slider .owl-nav div:hover {
  opacity: 1;
}

/*shortcode grid layout*/

.rara-row {
  margin: 0 -15px;
}

.rara-row:after {
  content: "";
  display: block;
  clear: both;
}

.rara_column {
  float: left;
  padding: 0 15px;
  margin-bottom: 30px;
}

.rara-span1 {
  width: 16.66%;
}

.rara-span2 {
  width: 33.33%;
}

.rara-span3 {
  width: 50%;
}

.rara-span4 {
  width: 66.66%;
}

.rara-span5 {
  width: 83%;
}

.rara-span6 {
  width: 100%;
}

.divider {
  margin: auto;
}

/*sticky-menu style*/

.sticky-menu {
  position: fixed !important;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  -webkit-transition: linear 0.2s;
  -moz-transition: linear 0.2s;
  transition: linear 0.2s;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: animatedown 0.3s;
  /* Chrome, Safari, Opera */
  animation: animatedown 0.3s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

@-webkit-keyframes animatedown {
  from {
    top: -100px;
  }

  to {
    top: 0;
  }
}

@keyframes animatedown {
  from {
    top: -100px;
  }

  to {
    top: 0;
  }
}

.site-header.header-one .header-bottom.sticky-menu {
  background: #000 !important;
}

#secondary .widget.widget_give_forms_widget ul {
  padding: 0;
}

#secondary .widget.widget_give_forms_widget ul li {
  margin-right: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

#secondary .widget.jetpack_subscription_widget {
  padding: 28px 30px 1px 27px;
}

#secondary .widget.jetpack_subscription_widget form input[type="email"] {
  background: #fff;
}

/*load more button style*/

#load-posts a {
  display: block;
  background: var(--primary-color);
  color: #fff;
  text-align: center;
  padding: 10px;
}

#load-posts a svg {
  margin-right: 5px;
}

#load-posts a:hover {
  text-decoration: none;
  opacity: 0.8;
}

#load-posts a:focus {
  text-decoration: none;
}

#load-posts .disabled {
  display: none;
}

.mobile-header {
  display: none;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease 0.35s;
  -moz-transition: ease 0.35s;
  transition: ease 0.35s;
}

body.menu-open .overlay {
  opacity: 1;
  visibility: visible;
}

/*responsive style*/

@media only screen and (max-width: 1199px) {
  .container {
    max-width: 970px;
  }

  .main-navigation li {
    margin-left: 19px;
  }

  .site-header .btn-donate {
    width: auto;
    margin-top: -5px;
    margin-right: 0;
  }

  .main-navigation ul {
    margin-right: 13px;
  }

  .banner img {
    height: 800px;
  }

  .intro .columns-3 {
    padding-left: 10px;
  }

  .our-community .community-holder .hover-state p {
    margin: 0 0 5px;
  }

  .our-community .community-holder .hover-state .text-content {
    line-height: 24px;
    top: 1vw;
  }

  .donation-box .columns-8 .tabset ul li a {
    width: 283px;
  }

  .donation-box .columns-8 .tab-content .btn-holder button {
    width: 139px;
  }

  .blog-section .header {
    padding: 40px 0;
  }

  .give-section .lSAction>.lSPrev {
    left: 45%;
  }

  .give-section .lSAction>.lSNext {
    right: 45%;
  }
}

@media only screen and (max-width: 1024px) {
  .site-header {
    display: none;
  }

  .mobile-header {
    display: block;
    background: #fff;
    padding: 20px 0;
  }

  .mobile-header .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .mobile-header .container:after {
    display: none;
  }

  .mobile-header .site-branding {
    flex-basis: 0;
    flex-grow: 1;
    margin-right: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .mobile-header .site-branding .site-title {
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
  }

  .mobile-header .site-branding .site-title a {
    color: #000;
  }

  .mobile-header .site-branding .site-title a:hover,
  .mobile-header .site-branding .site-title a:focus {
    text-decoration: none;
  }

  .mobile-header .site-branding .site-description {
    margin: 0;
    font-size: 1rem;
  }

  .mobile-header .site-branding .site-logo {
    margin-right: 15px;
  }

  .mobile-header .btn-donate a {
    display: inline-block;
    font-size: 18px;
    line-height: 1.625em;
    font-weight: 600;
    color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    text-align: center;
    padding: 10px 30px;
    -webkit-transition: ease 0.2s;
    -moz-transition: ease 0.2s;
    transition: ease 0.2s;
  }

  .mobile-header .btn-donate a:hover,
  .mobile-header .btn-donate a:focus {
    text-decoration: none;
    color: #fff;
    background: var(--secondary-color);
  }

  .mobile-header .menu-opener {
    width: 20px;
    height: 16px;
    margin-left: 15px;
    cursor: pointer;
  }

  .mobile-header .menu-opener span {
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    margin-bottom: 5px;
  }

  .mobile-header .menu-opener span:last-child {
    margin-bottom: 0;
  }

  .mobile-header .mobile-menu {
    position: fixed;
    right: 0;
    width: 320px;
    background: #fff;
    top: 0;
    z-index: 2;
    height: 100%;
    padding-top: 80px;
    overflow-y: auto;
    -webkit-transform: translateX(320px);
    -moz-transform: translateX(320px);
    transform: translateX(320px);
    -webkit-transition: ease 0.35s;
    -moz-transition: ease 0.35s;
    transition: ease 0.35s;
  }

  body.menu-open .mobile-header .mobile-menu {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }

  .mobile-header .mobile-menu .btn-menu-close {
    position: absolute;
    top: 27px;
    right: 20px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 320 512'%3E%3Cpath d='M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z'/%3E%3C/svg%3E") center center no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
  }

  .mobile-header .mobile-menu .main-navigation,
  .mobile-header .mobile-menu .secondary-navigation {
    float: none;
    display: block;
    margin: 0;
    padding: 0;
  }

  .mobile-header .mobile-menu .main-navigation ul,
  .mobile-header .mobile-menu .secondary-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1rem;
    font-weight: normal;
  }

  .mobile-header .mobile-menu .main-navigation ul li,
  .mobile-header .mobile-menu .secondary-navigation ul li {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    float: none;
    display: block;
    margin: 0;
    padding: 0;
  }

  .mobile-header .mobile-menu .main-navigation ul li .angle-down,
  .mobile-header .mobile-menu .secondary-navigation ul li .angle-down {
    position: absolute;
    top: 0;
    right: 0;
    width: 53px;
    height: 53px;
    background: transparent;
    cursor: pointer;
    -webkit-transition: ease 0.2s;
    -moz-transition: ease 0.2s;
    transition: ease 0.2s;
  }

  .mobile-header .mobile-menu .main-navigation ul li .angle-down.active,
  .mobile-header .mobile-menu .secondary-navigation ul li .angle-down.active {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .mobile-header .mobile-menu .main-navigation ul li .angle-down:after,
  .mobile-header .mobile-menu .secondary-navigation ul li .angle-down:after {
    position: absolute;
    top: 50%;
    left: 50%;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 256 512'%3E%3Cpath d='M119.5 326.9L3.5 209.1c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0L128 287.3l100.4-102.2c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.7 4.7 12.3 0 17L136.5 327c-4.7 4.6-12.3 4.6-17-.1z'/%3E%3C/svg%3E") center center no-repeat;
    width: 15px;
    height: 25px;
    content: "";
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .mobile-header .mobile-menu .main-navigation ul li a,
  .mobile-header .mobile-menu .secondary-navigation ul li a {
    display: block;
    color: #000;
    padding: 12px 30px;
    -webkit-transition: ease 0.2s;
    -moz-transition: ease 0.2s;
    transition: ease 0.2s;
  }

  .mobile-header .mobile-menu .main-navigation ul li a:hover,
  .mobile-header .mobile-menu .secondary-navigation ul li a:hover,
  .mobile-header .mobile-menu .main-navigation ul li a:focus,
  .mobile-header .mobile-menu .secondary-navigation ul li a:focus,
  .mobile-header .mobile-menu .main-navigation ul li:hover>a,
  .mobile-header .mobile-menu .main-navigation ul li:focus>a,
  .mobile-header .mobile-menu .secondary-navigation ul li:hover>a,
  .mobile-header .mobile-menu .secondary-navigation ul li:focus>a,
  .mobile-header .mobile-menu .main-navigation ul .current-menu-item>a,
  .mobile-header .mobile-menu .main-navigation ul .current-menu-ancestor>a,
  .mobile-header .mobile-menu .main-navigation ul .current_page_item>a,
  .mobile-header .mobile-menu .main-navigation ul .current_page_ancestor>a,
  .mobile-header .mobile-menu .secondary-navigation ul .current-menu-item>a,
  .mobile-header .mobile-menu .secondary-navigation ul .current-menu-ancestor>a,
  .mobile-header .mobile-menu .secondary-navigation ul .current_page_item>a,
  .mobile-header .mobile-menu .secondary-navigation ul .current_page_ancestor>a {
    text-decoration: none;
    color: var(--primary-color);
  }

  .mobile-header .mobile-menu .main-navigation ul ul,
  .mobile-header .mobile-menu .secondary-navigation ul ul {
    display: none;
    position: unset;
    width: 100%;
  }

  .mobile-header .mobile-menu .main-navigation ul ul a,
  .mobile-header .mobile-menu .secondary-navigation ul ul a {
    border-bottom: 0;
  }

  .mobile-header .mobile-menu .main-navigation ul ul:before,
  .mobile-header .mobile-menu .secondary-navigation ul ul:before {
    display: none;
  }

  .mobile-menu .social-networks {
    margin: 50px 0 0;
    padding: 0 30px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .mobile-menu .social-networks li {
    margin: 0 10px 10px 0;
  }

  .mobile-menu .social-networks li a {
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(0, 0, 0, 0.5);
    -webkit-transition: ease 0.2s;
    -moz-transition: ease 0.2s;
    transition: ease 0.2s;
  }

  .mobile-menu .social-networks li a:hover,
  .mobile-menu .social-networks li a:focus {
    text-decoration: none;
    color: #fff;
    background: var(--primary-color);
    border-color: var(--primary-color);
  }

  body.menu-open {
    overflow-y: hidden;
  }

  .mobile-menu .search-form {
    margin: 0 auto 50px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    flex-wrap: wrap;
    max-width: 90%;
    padding: 10px 15px;
    border-radius: 5px;
    align-items: center;
  }

  .mobile-menu .search-form label {
    flex-basis: 0;
    flex-grow: 1;
  }

  .mobile-menu .search-form input[type="search"] {
    background: none;
    padding: 0;
    margin: 0;
    font-size: 1rem;
  }

  .mobile-menu .search-form input[type="submit"] {
    font-size: 0;
    padding: 0;
    margin: 0;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 512 512'%3E%3Cpath d='M508.5 481.6l-129-129c-2.3-2.3-5.3-3.5-8.5-3.5h-10.3C395 312 416 262.5 416 208 416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c54.5 0 104-21 141.1-55.2V371c0 3.2 1.3 6.2 3.5 8.5l129 129c4.7 4.7 12.3 4.7 17 0l9.9-9.9c4.7-4.7 4.7-12.3 0-17zM208 384c-97.3 0-176-78.7-176-176S110.7 32 208 32s176 78.7 176 176-78.7 176-176 176z'/%3E%3C/svg%3E") center center no-repeat;
    width: 15px;
    height: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .container {
    max-width: 750px;
  }

  .banner .text {
    font-size: 24px;
    line-height: 28px;
  }

  .banner .text .main-title {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 10px;
  }

  .banner .text .btn-learn {
    width: 244px;
    line-height: 55px;
    height: 55px;
  }

  .banner .text .btn-more {
    padding: 15px 40px;
  }

  .banner .text p {
    margin: 0 0 15px;
  }

  .our-community .community-holder .columns-2 {
    width: 100%;
  }

  .donation-box .columns-8 .tabset ul li a {
    width: 209px;
  }

  .donation-box .columns-8 .tab-content .btn-holder button {
    width: 102px;
    font-size: 18px;
    line-height: 32px;
  }

  .donation-box .columns-8 .tab-content .btn-holder button strong {
    font-size: 40px;
    line-height: 46px;
  }

  .donation-box .columns-4 {
    padding-right: 10px;
  }

  .footer-t .subscribe-form input[type="email"] {
    width: 112px;
  }

  .site-info {
    font-size: 16px;
  }

  #primary,
  #secondary {
    width: 100%;
  }

  .site-header .header-top .secondary-navigation {
    display: none;
  }

  #secondary-mobile-header {
    display: block;
    /*position: absolute;
        left: 15px;*/
    z-index: 3;
    float: left;
  }

  #secondary-mobile-header a {
    background: url(images/btn-menu.png) no-repeat;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    display: block;
  }

  .site-header .header-top {
    padding: 15px 0 20px;
  }

  .page-template-template-service .services-intro .video-holder {
    width: 100%;
    margin-bottom: 30px;
  }

  .page-template-template-service .services-intro .text-holder {
    width: 100%;
    padding-left: 10px;
  }

  .widget.widget_benevolent_pro_icon_text {
    width: 50%;
  }

  .page-template-template-team .team-holder .col {
    width: 50%;
  }

  .stats .widget.widget_benevolent_pro_stat_counter_widget {
    width: 50%;
    margin-bottom: 30px;
  }

  .site-footer .column {
    width: 50%;
  }

  .site-header.header-three #secondary-mobile-header {
    position: relative;
    float: left;
    left: 0;
    margin-top: 6px;
  }

  .site-header.header-three #secondary-mobile-header a,
  .site-header.header-three #mobile-header a {
    background-image: url(images/btn-menu-black.png);
  }

  .site-header.header-three #mobile-header {
    right: 55px;
  }

  .site-header.header-three .header-top {
    padding-bottom: 0;
  }

  .site-header.header-three .header-top .right-panel .btn-holder .btn-donate {
    margin-right: 0;
  }

  .site-header.header-four .site-branding {
    margin-left: 50px;
    margin-bottom: 0;
    text-align: left;
  }

  .site-header.header-four .header-bottom .search {
    margin-right: 55px;
  }

  .home.has-slider .site-header.header-four .header-bottom,
  .site-header.header-four .header-bottom {
    position: relative;
  }

  .site-header.header-four #mobile-header {
    top: 3px;
  }

  .site-header.header-four .header-top .right-panel {
    width: 100%;
  }

  .site-header.header-four .header-top .social-networks {
    float: left;
    margin-bottom: 10px;
  }

  .site-header.header-five #mobile-header a {
    background: url(images/btn-menu-black.png) no-repeat;
    width: 32px;
    height: 32px;
  }

  .site-header.header-five .header-bottom .search {
    float: left;
    margin: 0;
  }

  .site-header.header-five .header-bottom,
  .home.has-slider .site-header.header-five .header-bottom {
    padding: 10px 0;
  }

  .site-header.header-five .header-bottom .search .form-holder {
    right: auto;
    left: 0;
  }

  .give-section .lSAction>.lSPrev {
    left: 40%;
  }

  .give-section .lSAction>.lSNext {
    right: 40%;
  }

  .site-header.header-three .header-top .right-panel .btn-holder .btn-donate {
    margin: 0;
  }

  .site-header.header-four #secondary-mobile-header {
    margin-top: 20px;
  }

  .site-header.header-four #mobile-header {
    margin-top: 20px;
  }

  .site-header.header-four .header-bottom .search {
    margin: 0;
    padding: 15px;
  }

  .banner .text .btn-more {
    font-size: 18px;
    padding: 10px 20px;
  }

  .banner .banner-text {
    top: auto;
    bottom: 11%;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  .banner img {
    height: 600px;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    width: 100%;
  }

  .site-header {
    position: relative;
    background: #202020;
    padding-bottom: 25px;
  }

  .home.has-slider .site-header,
  .home .site-header,
  .home.blog.has-slider .site-header {
    position: relative;
    padding-bottom: 0;
  }

  .home.has-slider .site-header .header-bottom,
  .site-header .header-bottom {
    background: #000;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }

  .site-header .site-branding {
    width: 85%;
  }

  /*.site-header .header-top .social-networks{width: 85%;}*/
  .site-header .site-branding .site-title {
    font-size: 26px;
  }

  .banner .banner-text {
    position: relative;
    background: #202020;
    padding: 20px 0 65px;
    top: 0;
  }

  .banner .text .main-title {
    font-size: 18px;
    line-height: 26px;
  }

  .banner .text .btn-more {
    font-size: 18px;
    padding: 10px 20px;
  }

  .banner .owl-dots {
    bottom: 35px;
  }

  #mobile-header {
    top: 80px;
  }

  .site-header .btn-donate {
    float: none;
    display: inline-block;
    margin: 0;
    width: auto;
    margin-top: 10px;
  }

  .intro .header .main-title {
    font-size: 28px;
    line-height: 32px;
  }

  .intro .columns-3 {
    width: 100%;
    margin-bottom: 30px;
  }

  .our-community .header .main-title {
    font-size: 28px;
    line-height: 32px;
  }

  .our-community .community-holder .hover-state .title {
    font-size: 24px;
    line-height: 28px;
  }

  .our-community .community-holder .hover-state {
    font-size: 18px;
    line-height: 22px;
  }

  .our-community .community-holder .hover-state .btn-holder a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .our-community .community-holder .hover-state .text-content {
    display: none;
  }

  .our-community .community-holder .text-holder .title {
    font-size: 24px;
    line-height: 28px;
  }

  .our-community .community-holder .text-holder {
    font-size: 18px;
    line-height: 22px;
  }

  .stats .columns-4 {
    width: 100%;
    margin-bottom: 30px;
  }

  .donation .main-title {
    font-size: 28px;
    line-height: 32px;
    margin: 0 0 30px;
  }

  .donation-box {
    padding: 20px;
  }

  .donation-box .columns-4 {
    width: 100%;
    margin-bottom: 30px;
  }

  .donation-box .columns-8 {
    width: 100%;
  }

  .donation-box .columns-8 .tabset ul li a {
    font-size: 16px;
    line-height: 20px;
  }

  .donation-box .columns-8 .tabset ul li a {
    width: 124px;
    height: 58px;
    padding: 10px 10px;
  }

  .donation-box .columns-8 .tab-content .btn-holder button {
    width: 48%;
    margin-bottom: 3px;
  }

  .blog-section .header .main-title {
    font-size: 28px;
    line-height: 32px;
  }

  .blog-section .row {
    flex-direction: column;
  }

  .blog-section .blog-holder .columns-3 {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }

  .sponsors .columns-5 {
    width: 100%;
    margin-bottom: 30px;
  }

  .site-footer .promotional-block .title {
    font-size: 28px;
    line-height: 32px;
  }

  .site-footer .promotional-block .btn-donate {
    width: 264px;
    height: 45px;
    font-size: 18px;
    line-height: 45px;
  }

  .site-footer .columns-4,
  .site-footer .widget {
    width: 100%;
    margin-bottom: 30px;
  }

  .footer-t .subscribe-form input[type="email"] {
    width: 245px;
  }

  .footer-b .columns-6 {
    width: 100%;
    margin-bottom: 30px;
  }

  .site-footer .columns-6 ul li {
    width: 100%;
  }

  .site-info .copyright,
  .site-info .by {
    float: none;
    display: inline-block;
    text-align: center;
  }

  .intro {
    padding: 40px 0;
  }

  .our-community .header {
    padding: 30px 10px;
  }

  .stats {
    padding: 30px 0;
  }

  .donation {
    padding: 40px 0;
  }

  .blog-section .blog-holder {
    padding: 40px 0;
  }

  .sponsors {
    padding: 30px 0;
  }

  .site-footer .promotional-block {
    padding: 50px 0 0;
  }

  .footer-t {
    padding-top: 50px;
  }

  #primary .post .entry-meta .byline,
  #primary .post .entry-meta .comments-link,
  #primary .post .entry-meta .posted-on {
    display: block;
    margin: 0 0 5px;
  }

  .comment-list .comment-content,
  .comment-list .reply {
    margin-left: 0;
  }

  .comment-meta {
    overflow: hidden;
  }

  .comment-list .children {
    margin-left: 20px;
  }

  .comment-form input[type="text"],
  .comment-form input[type="email"],
  .comment-form input[type="url"] {
    width: 100%;
  }

  .search .search-form {
    width: 100%;
  }

  .page-template-template-about .our-works .widget,
  .page-template-template-about .our-believe .believe-lists li,
  .page-template-template-about .current-project .col {
    width: 100%;
  }

  .about-us .main-title,
  .page-template-template-about .our-works .heading .main-title,
  .page-template-template-about .our-believe .heading .main-title,
  .page-template-template-about .current-project .heading .main-title {
    font-size: 28px;
    line-height: 30px;
  }

  .page-template-template-about .our-works {
    padding-top: 20px;
  }

  .page-template-template-about .our-believe,
  .page-template-template-about .current-project {
    padding: 20px 0;
  }

  .widget.widget_benevolent_pro_icon_text {
    width: 100%;
  }

  .page-template-template-contact .contact-holder .col-left,
  .page-template-template-contact .contact-holder .col-right {
    width: 100%;
  }

  .page-template-template-contact .contact-holder .col-left {
    margin-bottom: 30px;
  }

  .page-template-template-team .team-holder .col {
    width: 100%;
  }

  .page-template-template-team .team-holder .col .team-member .img-holder,
  .page-template-template-team .team-holder .col .team-member .team-content {
    text-align: center;
  }

  .page-template-template-testimonial .testimonial .testimonial-content {
    width: 100%;
    padding: 20px;
  }

  .page-template-template-testimonial .testimonial .img-holder {
    width: 100%;
  }

  .page-template-template-testimonial .testimonial .img-holder img {
    width: 100%;
  }

  .blog-medium #primary .post .text-holder,
  .blog-round #primary .post .text-holder {
    width: 100%;
  }

  .stats .widget.widget_benevolent_pro_stat_counter_widget {
    width: 100%;
  }

  .site-footer .column {
    width: 100%;
  }

  .site-header.header-three .header-holder {
    width: 100%;
  }

  .site-header.header-three .header-top .right-panel .btn-holder .btn-donate {
    float: right;
  }

  .site-header.header-five #mobile-header {
    position: relative;
    top: 0;
    right: 0;
    float: right;
  }

  .site-header.header-five .header-top {
    padding-bottom: 10px;
  }

  .site-header.header-five,
  .home.has-slider .site-header.header-five {
    background: #fff !important;
  }

  .give-section .lSAction>.lSNext {
    right: 30%;
  }

  .give-section .lSAction>.lSPrev {
    left: 30%;
  }

  .give-section {
    padding: 20px 0;
  }

  .give-section .main-title {
    font-size: 28px;
    line-height: 32px;
  }

  .page-template-template-about .our-believe ul li {
    width: 100%;
  }

  .widget.widget_benevolent_pro_icon_text_widget {
    width: 100%;
  }

  .rara-span1,
  .rara-span2,
  .rara-span3,
  .rara-span4,
  .rara-span5,
  .rara-span6 {
    width: 100%;
  }

  .site-header.header-three .site-branding {
    width: 100%;
  }

  .site-header.header-three .header-top .right-panel {
    width: 100%;
  }

  .site-header.header-three .header-top {
    padding-left: 11px;
  }

  .site-header.header-three .header-top .right-panel .btn-holder .btn-donate {
    margin-left: 0;
  }

  .site-header.header-three .header-top .social-networks {
    width: 100%;
  }

  .site-header.header-three .site-branding {
    padding: 21px 20px;
  }

  .site-header.header-three .header-bottom .search .form-holder,
  .site-header.header-four .header-bottom .search .form-holder {
    width: 240px;
  }

  .site-header.header-four .header-top .social-networks {
    border-left: 0;
    padding: 5px 0 0;
    text-align: center;
    float: none;
    width: 100%;
  }

  .site-header.header-four .header-top .social-networks li {
    float: none;
    display: inline-block;
  }

  .site-header.header-four .site-branding {
    float: right;
    margin-left: 10px;
  }

  .banner img {
    height: 400px;
  }
}

@media only screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}

/*==============================
 Charity Care Layout
 ==============================*/

.chariti-care-style .intro .columns-3 {
  background-color: #fff;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  border-radius: 10px;
  margin: 0 15px;
  padding: 40px;
  width: calc(33.33% - 30px);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.075);
}

.chariti-care-style .intro .columns-3 .icon-holder {
  top: -40px;
  border-radius: 100%;
  margin: 0 0 -40px;
  width: 80px;
  height: 80px;
  box-shadow: 00 18px 48px rgba(0, 0, 0, 0.075);
}

.chariti-care-style .intro .columns-3 .icon-holder img {
  border-radius: 100%;
}

.chariti-care-style .intro .columns-3 .img-holder {
  margin: 0;
}

.chariti-care-style .intro .columns-3 .text-holder {
  margin-top: 15px;
  text-align: center;
}

.chariti-care-style .intro .columns-3 .text-holder .title {
  margin-bottom: 1rem;
  font-size: 20px;
  font-weight: 600;
}

.chariti-care-style .intro .columns-3 .text-holder .btn {
  background-color: var(--primary-color);
  border-radius: 2em;
  padding: 8px 25px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff;
  transition: all 0.3s ease;
}

.chariti-care-style .intro .columns-3 .text-holder .btn:hover {
  /*box-shadow: 0 8px 20px rgba(0, 205, 144, 0.25);*/
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  transform: translateY(-3px);
}

.chariti-care-style .intro .columns-3 .text-holder .btn svg {
  margin-left: 10px;
}

.chariti-care-style .our-community .community-holder .columns-2 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.chariti-care-style .our-community .community-holder .columns-2:nth-child(2n) {
  flex-direction: row-reverse;
}

.chariti-care-style .our-community .community-holder .columns-2 .text-holder {
  display: none;
}

.chariti-care-style .our-community .community-holder img {
  width: 50%;
}

.chariti-care-style .our-community .community-holder .hover-state {
  background-color: #5890ff;
  display: flex;
  align-items: center;
  position: relative;
  top: auto;
  left: auto;
  padding: 0;
  padding-right: 0px;
  width: 50%;
  height: auto;
  font-size: 18px;
  line-height: 1.55;
  color: #fff;
  opacity: 1;
}

.chariti-care-style .our-community .community-holder .columns-2 .hover-state .table {
  display: block;
  padding: 5em 0 5em 5em;
  /*width: auto;*/
  width: 60%;
  height: auto;
  text-align: left;
}

.chariti-care-style .our-community .community-holder .columns-2 .hover-state .table-row {
  display: block;
}

.chariti-care-style .our-community .community-holder .columns-2 .hover-state .table-cell {
  display: block;
}

.chariti-care-style .our-community .community-holder .hover-state .title {
  position: relative;
  margin-bottom: 0.4em;
  padding-bottom: 0.3em;
  font-size: 2.5rem;
  line-height: 1.25;
  color: #fff;
}

.chariti-care-style .our-community .community-holder .columns-2 .hover-state .title::after {
  content: "";
  background-color: #fff;
  width: 89px;
  max-width: 50%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.chariti-care-style .our-community .community-holder .columns-2 .hover-state .btn-holder a {
  background-color: #fff;
  border: 0;
  width: 60px;
  height: 60px;
  font-size: 36px;
  text-align: center;
  line-height: 60px;
  color: var(--primary-color);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.075);
  transition: all 0.3s ease;
}

.chariti-care-style .our-community .community-holder .columns-2:nth-of-type(2n) .hover-state {
  background-color: #f2f0ec;
  color: #414141;
  justify-content: flex-end;
}

.chariti-care-style .our-community .community-holder .columns-2:nth-of-type(2n) .hover-state .table {
  padding: 5em 5em 5em 0;
}

.chariti-care-style .our-community .community-holder .columns-2:nth-of-type(2n) .hover-state .title {
  color: var(--primary-color);
}

.chariti-care-style .our-community .community-holder .columns-2:nth-of-type(2n) .hover-state .title:after {
  background-color: var(--primary-color);
}

.chariti-care-style .our-community .community-holder .columns-2:nth-of-type(2n) .hover-state .title:after {
  background-color: var(--primary-color);
}

.chariti-care-style .our-community .community-holder .columns-2:nth-of-type(2n) .hover-state .btn-holder a {
  background-color: var(--primary-color);
  color: #fff;
  /*box-shadow: 0 18px 48px rgba(0, 205, 144, 0.25);*/
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.25);
}

.chariti-care-style .our-community .community-holder .columns-2 .hover-state .btn-holder a:hover {
  transform: translateY(-3px);
}

.chariti-care-style .our-community .community-holder .hover-state .text-content {
  border-top-color: #fff;
}

.chariti-care-style .our-community .community-holder .columns-2:nth-of-type(2n) .hover-state .text-content {
  border-top-color: var(--primary-color);
}

.chariti-care-style .stats {
  padding: 80px 0;
}

.chariti-care-style .give-section .give-holder .post {
  border-radius: 8px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.075);
  background: #fff;
}

.chariti-care-style .give-section .post-thumbnail img {
  border-radius: 8px 8px 0 0;
}

.chariti-care-style .give-section .give-holder .post .text-holder {
  border-radius: 0 0 8px 8px;
}

.chariti-care-style .give-section .give-holder .post .text-holder .entry-title {
  margin-bottom: 0.75rem;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}

.chariti-care-style .give-section .give-holder .post .text-holder .btn-donate {
  border-radius: 0 0 8px 8px;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background: var(--primary-color);
  padding: 12px 10px;
  -webkit-transition: ease 0.2s;
  -moz-transition: ease 0.2s;
  transition: ease 0.2s;
}

/*.chariti-care-style .give-section .give-holder .post .text-holder .btn-donate:hover,
.chariti-care-style .give-section .give-holder .post .text-holder .btn-donate:focus {
    background: var(--secondary-color);
    }*/

.chariti-care-style .give-section .owl-nav {
  margin-top: 40px;
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: center;
}

.chariti-care-style .give-section .owl-nav>div {
  background-color: #fff;
  border: 0;
  padding: 0;
  font-size: 24px;
  color: var(--primary-color);
  line-height: 42px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.075);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  text-align: center;
  margin: 0 5px;
  transition: all 0.3s ease;
}

.chariti-care-style .give-section .owl-nav>div:hover {
  transform: translateY(-3px);
}

.chariti-care-style .blog-section .blog-holder .post {
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.075);
}

.chariti-care-style .blog-section .blog-holder .post .entry-meta a {
  color: #777;
}

.chariti-care-style .blog-section .blog-holder .post .entry-meta a:hover,
.chariti-care-style .blog-section .blog-holder .post .entry-meta a:focus {
  color: var(--primary-color);
  text-decoration: none;
}

.chariti-care-style .blog-section .blog-holder .post .entry-content {
  margin: 0 0 1em;
  padding: 0;
}

.chariti-care-style .blog-section .blog-holder .post .readmore {
  background: var(--primary-color);
  display: inline-block;
  border-radius: 2em;
  padding: 8px 25px;
  color: #fff;
  transition: all 0.3s ease;
}

.chariti-care-style .blog-section .blog-holder .post .readmore:hover,
.chariti-care-style .blog-section .blog-holder .post .readmore:focus {
  color: #fff;
  /*box-shadow: 0 8px 20px rgba(0, 205, 144, 0.25);*/
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  transform: translateY(-3px);
  text-decoration: none;
}

.chariti-care-style #secondary .widget.widget_text .text-holder .readmore:hover,
.chariti-care-style .widget.widget_benevolent_pro_featured_post .readmore:hover,
.chariti-care-style #primary .post .entry-footer .readmore:hover,
.chariti-care-style #primary .post .entry-footer .readmore:focus,
.chariti-care-style #primary .post .entry-meta a:hover,
.chariti-care-style #primary .post .entry-meta a:focus {
  color: #777;
}

.chariti-care-style .site-footer .widget.widget_text .img-holder img,
.chariti-care-style .site-footer .widget.widget_benevolent_pro_featured_post .img-holder img {
  width: 220px;
  height: 220px;
}

.chariti-care-style .site-header.header-four .main-navigation ul li a:hover,
.chariti-care-style .site-header.header-four .main-navigation ul li a:focus,
.chariti-care-style .site-header.header-four .main-navigation ul li:hover>a,
.chariti-care-style .site-header.header-four .main-navigation ul .current-menu-item>a,
.chariti-care-style .site-header.header-four .main-navigation ul .current-menu-ancestor>a,
.chariti-care-style .site-header.header-four .main-navigation ul .current_page_ancestor>a {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}

.chariti-care-style .site-header.header-four .main-navigation ul ul li a:hover,
.chariti-care-style .site-header.header-four .main-navigation ul ul li a:focus,
.chariti-care-style .site-header.header-four .main-navigation ul ul .current-menu-item>a:hover,
.chariti-care-style .site-header.header-four .main-navigation ul ul li:hover>a,
.chariti-care-style .site-header.header-four .main-navigation ul ul .current-menu-item>a,
.chariti-care-style .site-header.header-four .main-navigation ul ul .current-menu-ancestor>a,
.chariti-care-style .site-header.header-four .main-navigation ul ul .current_page_ancestor>a {
  background: none;
  color: var(--primary-color);
}

.chariti-care-style .promotional-block .widget_benevolent_pro_cta_widget .btn-donate {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1.25em;
  text-transform: uppercase;
  padding: 22px 48px;
  width: auto;
  height: auto;
  letter-spacing: 1px;
  letter-spacing: 1px;
}

.chariti-care-style .promotional-block .widget_benevolent_pro_cta_widget .btn-donate:hover,
.chariti-care-style .promotional-block .widget_benevolent_pro_cta_widget .btn-donate:focus {
  color: #fff;
  background: none;
}

.chariti-care-style .site-header .btn-donate,
.chariti-care-style .banner .text .btn-more {
  border-radius: 5px;
}

.chariti-care-style .blog-section .header .main-title {
  color: #212121;
  margin-bottom: 0.75rem;
}

.chariti-care-style #primary .post .entry-footer .btn-donate,
.chariti-care-style #secondary .give-form-wrap .give-btn,
.chariti-care-style.single-give_forms #primary .post .entry-summary .give-btn {
  border-radius: 5px;
}

.chariti-care-style .comment-form input[type="submit"] {
  border-radius: 5px;
}

.chariti-care-style .woocommerce #respond input#submit,
.chariti-care-style .woocommerce a.button,
.chariti-care-style .woocommerce button.button,
.chariti-care-style .woocommerce input.button,
.chariti-care-style .woocommerce a.added_to_cart,
.chariti-care-style .woocommerce #respond input#submit.alt,
.chariti-care-style .woocommerce a.button.alt,
.chariti-care-style .woocommerce button.button.alt,
.chariti-care-style .woocommerce input.button.alt {
  border-radius: 5px;
}

.chariti-care-style .banner .owl-dots>div {
  border-radius: 50%;
}

@media only screen and (max-width: 991px) {
  .chariti-care-style .intro .columns-3 {
    width: calc(50% - 30px);
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .chariti-care-style .intro .columns-3 {
    width: calc(100% - 30px);
    margin-bottom: 30px;
  }

  .chariti-care-style .our-community .community-holder .columns-2,
  .chariti-care-style .our-community .community-holder .columns-2:nth-child(2n) {
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .chariti-care-style .our-community .community-holder img,
  .chariti-care-style .our-community .community-holder .hover-state {
    width: 100%;
    padding: 0 !important;
    display: block;
  }

  .chariti-care-style .our-community .community-holder .columns-2:nth-of-type(2n) .hover-state .table,
  .chariti-care-style .our-community .community-holder .columns-2 .hover-state .table {
    padding: 20px;
  }

  .chariti-care-style .our-community .community-holder .columns-2 .hover-state .table {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .give-section .give-holder .columns-3 {
    width: 100%;
  }

  .chariti-care-style .our-community .community-holder .hover-state .title {
    font-size: 1.7rem;
  }

  .chariti-care-style .banner .banner-text {
    position: absolute;
    background: none;
    padding: 0;
    top: inherit;
  }

  .chariti-care-style .banner .owl-dots {
    bottom: 10px;
  }

  .chariti-care-style .banner img {
    height: 560px;
    object-fit: cover;
  }
}

@media only screen and (max-width: 600px) {
  .mobile-header .site-branding {
    flex-basis: inherit;
    flex-grow: inherit;
    justify-content: center;
    grid-gap: 20px;
  }

  .mobile-header .container {
    justify-content: space-between;
  }
}

/* Instagram widget fixes */
#secondary .widget.widget_btif_instagram_widget .popup-gallery,
.site-footer .widget.widget_btif_instagram_widget .popup-gallery {
  display: flex;
  overflow: hidden;
  margin-left: -5px;
  margin-right: -5px;
}

#secondary .widget.widget_btif_instagram_widget .popup-gallery li,
.site-footer .widget.widget_btif_instagram_widget .popup-gallery li {
  width: 18%;
  flex: unset;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 15px;
  padding-bottom: 0;
  border: 0;
}

#secondary .widget.widget_btif_instagram_widget .popup-gallery li a img,
.site-footer .widget.widget_btif_instagram_widget .popup-gallery li a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center center;
}

#secondary .widget.widget_btif_instagram_widget .profile-link {
  margin-left: 27px;
}

#secondary .widget.widget_btif_instagram_widget .profile-link,
.site-footer .widget.widget_btif_instagram_widget .profile-link {
  display: inline-block;
  margin-bottom: 1.5em;
  border: 1px solid #777;
  padding: 5px 10px;
  font-size: 16px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

#secondary .widget.widget_btif_instagram_widget .profile-link:hover,
.site-footer .widget.widget_btif_instagram_widget .profile-link:hover {
  border: 1px solid var(--primary-color);
  text-decoration: none;
  color: #fff;
  background: var(--primary-color);
}

#secondary .widget.widget_btif_instagram_widget .profile-link .insta-icon,
.site-footer .widget.widget_btif_instagram_widget .profile-link .insta-icon {
  margin-right: 8px;
}

/* Photos - 2 */

#secondary .widget.widget_btif_instagram_widget .popup-gallery.photos-2 li,
.site-footer .widget.widget_btif_instagram_widget .popup-gallery.photos-2 li {
  width: 50%;
}

/* Photos - 1 */

#secondary .widget.widget_btif_instagram_widget .popup-gallery.photos-1,
.site-footer .widget.widget_btif_instagram_widget .popup-gallery.photos-1 {
  display: block;
}

#secondary .widget.widget_btif_instagram_widget .popup-gallery.photos-1 li,
.site-footer .widget.widget_btif_instagram_widget .popup-gallery.photos-1 li {
  flex: 100%;
  width: 100%;
}

/* Photos- 3 */

#secondary .widget.widget_btif_instagram_widget .popup-gallery.photos-3 li,
.site-footer .widget.widget_btif_instagram_widget .popup-gallery.photos-3 li {
  width: 33.33%;
  flex: unset;
}

/* Photos- 4 */
#secondary .widget.widget_btif_instagram_widget .popup-gallery.photos-4 li,
.site-footer .widget.widget_btif_instagram_widget .popup-gallery.photos-4 li {
  width: 25%;
  flex: unset;
}

/* Photos- 5 */
#secondary .widget.widget_btif_instagram_widget .popup-gallery.photos-5 li,
.site-footer .widget.widget_btif_instagram_widget .popup-gallery.photos-5 li {
  width: 18%;
  flex: unset;
}

/* Equal height in the give section */

.give-section .owl-carousel .owl-stage {
  display: flex;
}

/* header section */

.revive-charity-style .main-navigation ul {
  font-weight: 500;
}

.revive-charity-style .main-navigation ul li a {
  line-height: 24px;
  letter-spacing: 0.01em;
}

.revive-charity-style .site-header .btn-donate {
  font-weight: 500;
}

.revive-charity-style .site-header.header-two .main-navigation a,
.site-header.header-three .main-navigation a {
  color: #000;
  font-size: 16px;
}

.revive-charity-style .site-header .btn-donate,
.revive-charity-style #primary .post .entry-footer .btn-donate {
  border: 1px solid var(--primary-color) !important;
  background: var(--primary-color) !important;
  color: #fff !important;
  border-radius: 4px;
  padding: 15px 25px;
}

.revive-charity-style .site-header .btn-donate:hover {
  border: 1px solid var(--primary-color) !important;
  background: none !important;
  color: var(--primary-color) !important;
}

.revive-charity-style .home.has-slider .site-header .header-bottom,
.revive-charity-style .site-header .header-bottom {
  padding: 25px 0 25px;
}

/* banner section */

.revive-charity-style .banner .text .main-title {
  font-size: 48px;
  line-height: 68px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}

.revive-charity-style .banner .text {
  font-size: 20px;
}

.revive-charity-style .banner .text .btn-more {
  border-color: var(--secondary-color) !important;
  background: var(--secondary-color) !important;
  border-radius: 4px;
  font-size: 16px;
  line-height: 24px;
  padding: 15px 32px;
}

.revive-charity-style .banner .banner-text::before {
  content: "";
  background: rgba(0, 0, 0, 0.55);
  position: absolute;
  width: 100%;
  height: 100%;
}

.banner .banner-text .container {
  position: relative;
  top: 45%;
  transform: translateY(0);
}

.revive-charity-style .banner .banner-text {
  height: 100%;
}

.revive-charity-style .banner #banner-slider .item a {
  position: relative;
}

.revive-charity-style .banner img {
  height: 960px;
}

.revive-charity-style .banner .text .btn-more:hover {
  border-color: var(--secondary-color) !important;
  background: none !important;
  color: #fff;
}

/* intro setion */

.revive-charity-style .intro .header .main-title,
.revive-charity-style .our-community .header .main-title,
.revive-charity-style .blog-section .header .main-title,
.revive-charity-style .sponsors .main-title,
.revive-charity-style .give-section .main-title,
.revive-charity-style .donors .heading .main-title {
  line-height: 56px;
  letter-spacing: -0.02em;
  color: #0f0f0f;
}

.revive-charity-style .intro .header .main-title,
.revive-charity-style .our-community .header .main-title {
  margin-bottom: 16px;
}

.revive-charity-style .intro {
  padding: 64px 0 96px;
  background: #fff;
  background-position: unset;
}

.revive-charity-style .intro .header p,
.revive-charity-style .blog-section .header p,
.revive-charity-style .give-section .header p {
  font-size: 20px;
  line-height: 36px;
  letter-spacing: -0.01em;
  color: rgba(24, 24, 24, 0.8);
}

.revive-charity-style .give-section .header p {
  margin-bottom: 0;
}

.revive-charity-style .intro .header,
.revive-charity-style .give-section .header {
  margin: 0 auto 56px;
}

.revive-charity-style .intro .columns-3 .img-holder img {
  width: 100%;
  height: 270px;
  -webkit-border-radius: unset;
  border-radius: 0;
  object-fit: cover;
}

.revive-charity-style .intro .row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  margin: 0;
}

.revive-charity-style .intro .columns-3 {
  padding-left: 0px;
  padding-right: 0px;
  background: #fff;
  width: 100%;
  box-shadow: 0px 38px 87px rgb(29 35 39 / 3%),
    0px 13.8706px 41.6129px rgb(29 35 39 / 2%),
    0px 6.73393px 27.2666px rgb(29 35 39 / 2%),
    0px 3.3011px 18.0265px rgb(29 35 39 / 1%),
    0px 1.30526px 9.48276px rgb(29 35 39 / 1%);
  border-radius: 8px;
}

.revive-charity-style .intro .columns-3 .img-holder {
  margin-left: 0px;
}

.revive-charity-style .intro .columns-3 .icon-holder img {
  border-radius: 50%;
}

.revive-charity-style .intro .columns-3 .icon-holder {
  top: 0px;
  margin: 0px;
  left: 38%;
  transform: translateY(-50%);
  margin-bottom: -12px;
}

.revive-charity-style .intro .columns-3 .text-holder {
  text-align: center;
  padding: 0px 40px 40px 40px;
}

.revive-charity-style .intro .columns-3 .text-holder .title,
.blog-section .blog-holder .post .entry-title a {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.01em;
  color: #0f0f0f;
}

.revive-charity-style .intro .columns-3 .text-holder .title {
  margin-bottom: 24px;
}

.revive-charity-style .intro .columns-3 .text-holder .btn {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  background: var(--secondary-color);
  border-radius: 4px;
  border: 1px solid var(--secondary-color);
  cursor: pointer;
  padding: 11px 24px;
}

.revive-charity-style .intro .columns-3 .text-holder .btn svg {
  display: none;
}

.revive-charity-style .intro .columns-3 .text-holder .btn:hover {
  color: #000;
  background: none;
  border: 1px solid var(--secondary-color);
}

/* our community section */

.revive-charity-style .our-community {
  background: #f6fbfa;
  padding-bottom: 181px;
}

.revive-charity-style .our-community .header {
  background: none !important;
  padding: 96px 10px 87px 10px;
}

.revive-charity-style .our-community .community-holder img {
  height: 500px;
}

.revive-charity-style .our-community .community-holder .hover-state .title,
.revive-charity-style .our-community .community-holder .text-holder .title {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.01em;
  margin-bottom: 8px;
  color: #fff;
}

.revive-charity-style .our-community .community-holder .hover-state p,
.revive-charity-style .our-community .community-holder .text-holder P,
.revive-charity-style .blog-section .columns-3 .entry-content p {
  font-size: 16px;
  line-height: 30px;
}

.revive-charity-style .our-community .community-holder .hover-state p,
.revive-charity-style .our-community .community-holder .text-holder P {
  color: #ffffff;
}

.revive-charity-style .our-community .community-holder .hover-state {
  padding: 30px;
  background: none;
}

.revive-charity-style .our-community .community-holder .hover-state .table {
  background: rgba(15, 144, 127, 0.85);
  mix-blend-mode: normal;
  backdrop-filter: blur(87px);
  border-radius: 8px;
}

.revive-charity-style .our-community .community-holder .columns-2 .hover-state .btn-learn {
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  background: var(--secondary-color);
  padding: 14px 24px;
  border: 1px solid var(--secondary-color);
  border-radius: 4px;
  cursor: pointer;
  transition: 0.3s ease all;
}

.revive-charity-style .our-community .community-holder .columns-2 .hover-state .btn-learn:hover {
  background: none;
  border: 1px solid var(--secondary-color);
  text-decoration: none;
}

.revive-charity-style .our-community .community-holder .hover-state p {
  margin-bottom: 70px;
}

.revive-charity-style .our-community .community-holder .hover-state .text-content {
  display: none;
}

/* .stats section */

.revive-charity-style .stats .text-holder .number {
  font-size: 48px;
  line-height: 56px;
  font-weight: 600;
  margin-bottom: 12px;
}

.revive-charity-style .widget.widget_benevolent_pro_stat_counter_widget .col .number {
  display: block;
  padding: 0;
}

.revive-charity-style .stats .number::after {
  width: 1px;
  height: 85px;
  top: 14%;
  left: 0;
  background: rgba(0, 0, 0, 0.16);
}

.revive-charity-style .stats .row .widget:first-child .number::after {
  content: none;
}

.revive-charity-style .widget.widget_benevolent_pro_stat_counter_widget .col {
  text-align: center;
  padding: 0 0 10px;
}

.revive-charity-style .stats .row {
  background: #fff;
  box-shadow: 0px 38px 87px rgb(29 35 39 / 3%),
    0px 13.8706px 41.6129px rgb(29 35 39 / 2%),
    0px 6.73393px 27.2666px rgb(29 35 39 / 2%),
    0px 3.3011px 18.0265px rgb(29 35 39 / 1%),
    0px 1.30526px 9.48276px rgb(29 35 39 / 1%);
  border-radius: 8px;
  position: relative;
  padding: 40px;
  top: 0;
  left: 0;
  margin: -209px auto 0 auto;
}

.revive-charity-style .widget {
  margin: 0;
}

.revive-charity-style .widget.widget_benevolent_pro_stat_counter_widget .col {
  padding: 0;
}

.revive-charity-style .stats .widget.widget_benevolent_pro_stat_counter_widget .widget-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  margin: 0;
}

.revive-charity-style .stats {
  padding: 119px 0 0px;
}

/* donation section */

.revive-charity-style .give-section {
  background: #fff;
  padding: 53px 0 96px 0;
}

.revive-charity-style .give-section .give-holder .post .text-holder {
  padding: 24px 16px;
}

.revive-charity-style .give-section .give-holder .post .text-holder .btn-donate {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  display: block;
  width: 100%;
  text-transform: uppercase;
  background: var(--secondary-color);
  padding: 15px 10px;
  position: unset;
}

.revive-charity-style .give-section .owl-carousel .owl-item div {
  height: auto;
}

.revive-charity-style .give-section .owl-carousel .owl-item .give-progress-bar {
  height: 30px;
}

.revive-charity-style .give-section .give-holder .post .text-holder .entry-content .cc-goal-raise {
  display: block;
}

.revive-charity-style .give-section .cc-goal-raise {
  margin-bottom: 24px;
}

.revive-charity-style .give-section .cc-goal-raise .goal-wrapper {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.revive-charity-style .give-section .give-holder .post .text-holder .entry-content {
  padding: 0 0 0 20px;
}

.revive-charity-style .give-section .give-holder .post .text-holder .entry-content .cc-goal-raise .cc-goal {
  width: unset;
}

.revive-charity-style .give-section .give-holder .post .text-holder .entry-content .cc-goal-raise .cc-raise {
  width: unset;
}

.revive-charity-style .give-section .cc-goal-raise .goal-wrapper .cc-goal,
.revive-charity-style .give-section .cc-goal-raise .goal-wrapper .cc-goal span,
.revive-charity-style .give-section .cc-goal-raise .goal-wrapper .cc-raise,
.revive-charity-style .give-section .cc-goal-raise .goal-wrapper .cc-raise span {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}

.revive-charity-style .give-section .give-holder .post .text-holder .entry-content .cc-goal-raise .cc-goal span {
  color: #000000;
}

.revive-charity-style .give-section .give-holder .post .text-holder .entry-content .cc-goal-raise .cc-raise span {
  color: var(--primary-color);
}

.revive-charity-style .give-section .give-holder .post .text-holder .btn-donate {
  background: var(--secondary-color);
}

.revive-charity-style .give-section .give-holder .post .text-holder .btn-donate {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  background: var(--secondary-color);
  display: block;
  padding: 12px 24px;
  color: #fff;
  border: 1px solid var(--secondary-color);
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
}

.revive-charity-style .give-section .give-holder .post .text-holder .btn-donate:hover {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.revive-charity-style .give-section .give-holder .post {
  background: #fff;
  box-shadow: 0px 38px 87px rgb(29 35 39 / 3%),
    0px 13.8706px 41.6129px rgb(29 35 39 / 2%),
    0px 6.73393px 27.2666px rgb(29 35 39 / 2%),
    0px 3.3011px 18.0265px rgb(29 35 39 / 1%),
    0px 1.30526px 9.48276px rgb(29 35 39 / 1%);
  border-radius: 8px;
}

.revive-charity-style .give-section .give-holder .post .text-holder {
  background: none;
}

.revive-charity-style .give-section .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 104px;
  right: -48px;
  background: #fff;
  box-shadow: 0px 38px 87px rgb(29 35 39 / 3%),
    0px 13.8706px 41.6129px rgb(29 35 39 / 2%),
    0px 6.73393px 27.2666px rgb(29 35 39 / 2%),
    0px 3.3011px 18.0265px rgb(29 35 39 / 1%),
    0px 1.30526px 9.48276px rgb(29 35 39 / 1%);
}

.revive-charity-style .give-section .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 104px;
  left: -48px;
  background: #fff;
  box-shadow: 0px 38px 87px rgb(29 35 39 / 3%),
    0px 13.8706px 41.6129px rgb(29 35 39 / 2%),
    0px 6.73393px 27.2666px rgb(29 35 39 / 2%),
    0px 3.3011px 18.0265px rgb(29 35 39 / 1%),
    0px 1.30526px 9.48276px rgb(29 35 39 / 1%);
}

.revive-charity-style .give-section .owl-carousel .owl-nav .owl-prev svg {
  display: none;
}

.revive-charity-style .give-section .owl-carousel .owl-nav .owl-next svg {
  display: none;
}

.revive-charity-style .give-section .owl-carousel .owl-nav .owl-next::after {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.3572 19.4062L18.0035 12.8541C18.1267 12.7484 18.2256 12.6174 18.2933 12.47C18.3611 12.3226 18.3962 12.1623 18.3962 12C18.3962 11.8377 18.3611 11.6774 18.2933 11.53C18.2256 11.3826 18.1267 11.2515 18.0035 11.1459L10.3572 4.59374C9.6274 3.96842 8.50006 4.48686 8.50006 5.4478L8.50006 18.5541C8.50006 19.515 9.62741 20.0334 10.3572 19.4062Z' fill='%2345C267'/%3E%3C/svg%3E%0A");
  top: 23%;
  background-repeat: no-repeat;
  right: 8px;
  width: 20px;
  height: 20px;
}

.revive-charity-style .give-section .owl-carousel .owl-nav .owl-prev::after {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' viewBox='0 0 11 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.64275 0.593751L0.996503 7.14595C0.873321 7.25156 0.774442 7.38257 0.706651 7.52999C0.63886 7.67741 0.603761 7.83775 0.603761 8.00001C0.603761 8.16227 0.63886 8.32261 0.706651 8.47003C0.774442 8.61745 0.873321 8.74846 0.996503 8.85407L8.64275 15.4063C9.3726 16.0316 10.4999 15.5131 10.4999 14.5522L10.4999 1.44594C10.4999 0.485001 9.37259 -0.0334367 8.64275 0.593751Z' fill='%2345C267'/%3E%3C/svg%3E%0A");
  top: 28%;
  background-repeat: no-repeat;
  left: 10px;
  width: 20px;
  height: 20px;
}

.give_warning {
  border-color: var(--primary-color);
}

.give_warning:before {
  background-color: var(--primary-color);
}

/* blog section */

.revive-charity-style .blog-section {
  background: #f6fbfa;
  padding: 96px 0;
}

.revive-charity-style .blog-section .header:after {
  display: none;
}

.revive-charity-style .blog-section .header::after {
  background: unset;
}

.revive-charity-style .blog-section .blog-holder .post {
  border: none;
  padding: 0;
  border-radius: 8px;
}

.revive-charity-style .blog-section .blog-holder .columns-3 .text-holder {
  padding: 18px 16px;
}

.revive-charity-style .blog-section .blog-holder .post .entry-header {
  margin: 0 0 15px;
}

.revive-charity-style .blog-section .blog-holder .post .entry-title {
  margin-bottom: 10px;
}

.revive-charity-style .blog-section .blog-holder .post .entry-meta a {
  line-height: 20px;
  letter-spacing: -0.01em;
  color: rgba(0, 0, 0, 0.5) !important;
}

.revive-charity-style .blog-section .columns-3 .entry-content p {
  color: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
}

.revive-charity-style .blog-section .blog-holder .post .entry-title a:hover,
.revive-charity-style .blog-section .blog-holder .post .entry-title a:focus {
  color: var(--primary-color) !important;
}

.revive-charity-style .blog-section .blog-holder .post .entry-content {
  border-bottom: none;
}

.revive-charity-style .blog-section .blog-holder .post .readmore {
  font-size: 16px;
  line-height: 24px;
  color: var(--secondary-color);
  text-transform: uppercase;
}

.revive-charity-style .blog-section .blog-holder .post .readmore:hover,
.blog-section .blog-holder .post .readmore:focus {
  color: var(--primary-color) !important;
}

.revive-charity-style .blog-section .btn-learn {
  text-align: center;
  background: var(--secondary-color);
  border-radius: 4px;
  border: 1px solid var(--secondary-color);
  padding: 18px 32px;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}

.revive-charity-style .blog-section .blog-holder {
  background: none;
  padding: 60px 0 0 0;
}

.revive-charity-style .blog-section .btn-learn:hover {
  background: none;
  border: 1px solid var(--secondary-color);
  color: #000;
  text-decoration: none;
}

.revive-charity-style .blog-section .blog-holder {
  background: none;
  padding: 0;
  text-align: center;
  padding-top: 64px;
}

.revive-charity-style .blog-section .blog-holder .container {
  text-align: left;
}

.revive-charity-style .blog-section .blog-holder .columns-3 {
  margin-bottom: 67px;
}

.revive-charity-style .blog-section .header {
  text-align: center;
  padding: 0;
  position: relative;
  font-size: 17px;
  line-height: 30px;
}

.revive-charity-style .blog-section .header p {
  margin: 0;
}

.revive-charity-style #sponser-section .row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  align-items: center;
  text-align: center;
}

.revive-charity-style #sponser-section .row .donor-item {
  background: #ffffff;
  box-shadow: 0px -2px 205px rgb(121 121 121 / 4%),
    0px -0.602941px 61.8015px rgb(121 121 121 / 3%),
    0px -0.250431px 25.6692px rgb(121 121 121 / 2%),
    0px -0.090576px 9.28404px rgb(121 121 121 / 1%);
  padding: 32px 51px;
}

.donors .heading {
  margin: 0 auto 64px;
}

/* footer section */

.revive-charity-style .footer-t .row {
  display: flex;
}

.revive-charity-style .footer-t .row .site-info {
  padding: 24px 0;
}

.revive-charity-style .site-info .copyright {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.8);
}

.revive-charity-style .promotional-block .widget_benevolent_pro_cta_widget .widget-title {
  line-height: 56px;
  letter-spacing: -0.02em;
  margin-bottom: 48px;
}

.revive-charity-style .promotional-block .widget_benevolent_pro_cta_widget .btn-donate {
  height: unset;
  width: unset;
  padding: 15px 32px;
  line-height: 24px;
  border-radius: 4px;
}

@media only screen and (max-width: 1300px) and (min-width: 1200px) {
  .revive-charity-style .give-section .owl-carousel .owl-nav .owl-next::after {
    position: absolute;
    top: 29%;
    right: 11px;
  }

  .revive-charity-style .give-section .owl-carousel .owl-nav .owl-prev::after {
    position: absolute;
    top: 29%;
    left: 11px;
  }

  .revive-charity-style .give-section .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 100px;
    right: 8px;
  }

  .revive-charity-style .give-section .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 100px;
    left: 8px;
  }
}

@media only screen and (max-width: 1048px) and (min-width: 990px) {
  .revive-charity-style .give-section .owl-carousel .owl-nav .owl-next::after {
    position: absolute;
    top: 23%;
    right: 10px;
  }

  .revive-charity-style .give-section .owl-carousel .owl-nav .owl-prev::after {
    position: absolute;
    top: 23%;
    left: 10px;
  }

  .revive-charity-style .give-section .owl-carousel .owl-nav .owl-next {
    font-size: 0;
    position: absolute;
    top: 42%;
    right: 0px;
  }

  .revive-charity-style .give-section .owl-carousel .owl-nav .owl-prev {
    font-size: 0;
    position: absolute;
    top: 42%;
    left: 0px;
  }
}

@media only screen and (max-width: 991px) {

  .banner .banner-text {
    bottom: 0;
  }

  .revive-charity-style .banner img {
    height: 560px;
  }

  .revive-charity-style .banner .text .main-title {
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 15px;
  }

  .revive-charity-style .banner-text .text {
    font-size: 17px;
  }

  .revive-charity-style .intro .row {
    grid-template-columns: repeat(2, 1fr);
    margin: 0;
  }


  .revive-charity-style #sponser-section .row {
    grid-template-columns: repeat(2, 1fr);
    margin: 0;
  }
}


@media only screen and (max-width: 1000px) {
  .revive-charity-style .stats .number::after {
    display: none;
  }

  .revive-charity-style .stats {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 850px) {

  .revive-charity-style .give-section .owl-carousel .owl-nav .owl-next::after {
    position: absolute;
    top: 27%;
    right: 10px;
  }

  .revive-charity-style .give-section .owl-carousel .owl-nav .owl-prev::after {
    position: absolute;
    top: 23%;
    left: 10px;
  }

  .revive-charity-style .give-section .owl-carousel .owl-nav .owl-next {
    font-size: 0;
    position: absolute;
    top: 38%;
    right: 0px;
  }

  .revive-charity-style .give-section .owl-carousel .owl-nav .owl-prev {
    font-size: 0;
    position: absolute;
    top: 38%;
    left: 0px;
  }
}


@media only screen and (max-width: 767px) {

  .revive-charity-style .banner .banner-text {
    position: absolute;
    background: none;
    padding: 0;
  }
}

@media only screen and (max-width: 600px) {
  .revive-charity-style .intro .row {
    grid-template-columns: repeat(1, 1fr);
  }

  .revive-charity-style .intro .columns-3 .text-holder .btn {
    width: 100%;
  }
}

@media only screen and (max-width: 500px) {

  .revive-charity-style #sponser-section .row {
    grid-template-columns: repeat(1, 1fr);
  }
}