/*
Theme Name: CharityUp Pro
Theme URI: https://ascendoor.com/themes/charityup-pro/
Author: Ascendoor
Author URI: https://ascendoor.com/
Description: CharityUp Pro is a WordPress charity theme that incorporates features for creating a high-quality website that is easy to use, clean, dynamic, and highly customizable. CharityUp Pro is a WordPress theme that is ideal for a variety of sites such as donation, charity, fundraising, welfare, and preferably for any other kinds of sites. CharityUp Pro is fully responsive and will provide the optimum user experience across all platforms, allowing you to reach a wider audience. CharityUp Pro theme is designed as a full website that helps create exposure, displays the upcoming events, and even draws visitors to join and donate for different activities. You can use the CharityUp Pro theme to accept donations and fundraising from visitors through a donation campaign using the GiveWP Plugin. Check the demo at: https://demos.ascendoor.com/charityup-pro/
Version: 1.4.1
Requires at least: 5.0
Requires PHP: 5.6
Tested up to: 6.2
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: charityup-pro
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, theme-options, footer-widgets, full-width-template, left-sidebar, right-sidebar, blog, portfolio

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

CharityUp Pro is based on Underscores https://underscores.me/, (C) 2012-2020 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 https://necolas.github.io/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
# Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
# Preloader
# Site Header
# Homepage Sections
    - Banner Section
    - Help Section
    - Mission Section
    - Causes Section
    - About Section
    - Counter Section
    - Team Section
    - Shop Section
    - Event Section
    - Testimonial Section
    - Blog Section
    - Associate Section
    - Mission Vision (Goal) Section
    - Case Study Section
    - Features (Middle Image) Section
# Site Footer
# Responsive

--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/


/* Normalize
--------------------------------------------- */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */


/* Document
	 ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}


/* Sections
	 ========================================================================== */


/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}


/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2.5em;
}


/* Grouping content
	 ========================================================================== */


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}


/* Text-level semantics
	 ========================================================================== */


/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}


/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Embedded content
	 ========================================================================== */


/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}


/* Forms
	 ========================================================================== */


/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    text-transform: none;
}


/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}


/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}


/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}


/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}


/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}


/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}


/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}


/* Interactive
	 ========================================================================== */


/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}


/* Misc
	 ========================================================================== */


/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}


/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}


/* Box sizing
--------------------------------------------- */


/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/


/* Typography
--------------------------------------------- */

body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}


/* Elements
--------------------------------------------- */

body {
    background: #fff;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 0;
    overflow: hidden;
}

figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}


/* Links
--------------------------------------------- */

a {
    color: #000000;
    display: inline-block;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:focus,
button:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}


/* Forms
--------------------------------------------- */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border-width: 1px;
    border-style: solid;
    border-radius: 50px;
    color: #fff;
    line-height: 1.5;
    padding: 18px 44px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}


/* button:hover,
button:active,
button:focus,
input[type="button"]:hover,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
} */

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 0;
    width: 100%;
    padding: 10px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
    outline: thin dotted;
}


/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

.section-title h2 {
    font-size: 60px;
    line-height: 1.2;
    font-weight: 700;
}

.ptb {
    padding: 120px 0;
}

.mt-85 {
    margin-top: 85px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-55 {
    margin-top: 55px;
}

.mt-65 {
    margin-top: 65px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-65 {
    margin-bottom: 65px;
}

.btn {
    border-radius: 50px;
    color: #ffffff;
    padding: 18px 44px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
}

.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-more {
    border: 2px solid #ffffff;
    background-color: transparent;
}

.btn-more:hover,
.btn-more:focus {
    background-color: #ffffff;
}

.primary-btn:hover,
.primary-btn:focus,
.btn-transparent:hover,
.btn-transparent:focus {
    color: #fff;
}

.btn-transparent {
    border-width: 2px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.site-header .top-bar,
section.causes-panel .causes-item .content .donate-amount .goal:after,
section.causes-panel .causes-item .content .donate-amount .raised:after,
section.team,
section.event,
section.news,
footer.site-footer .newsletter .hotline-box {
    background: #f8f8f8;
}

.search-form {
    position: relative;
}

.search-form input[type="search"] {
    padding: 22px 96px 22px 30px;
}

.search-form button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 23px 26px;
    text-align: center;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.widget_search .search-form input[type="search"] {
    padding: 10px 55px 10px 10px;
}

.widget_search .search-form button {
    padding: 11px 14px;
}

.error404 .page-content form.search-form {
    width: 80%;
    margin: 0 auto;
}

body.menu-opened,
body.search-open {
    overflow: hidden;
}

section.has-custom-btn .container {
    position: relative;
}

section.has-custom-btn .section-title {
    width: 70%;
}

section.has-custom-btn .custom-btn {
    position: absolute;
    top: 0;
    right: 15px;
}

.header-banner {
    color: #fff;
    background-color: #ccc;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
}

.header-banner:before {
    content: '';
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.header-banner .container {
    position: relative;
}

.header-banner div.entry-meta a {
    color: #fff;
}

.wrapper {
    padding: 80px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.left-side {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 68%;
    flex: 0 0 68%;
    width: 68%;
}

.right-side {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    width: 28%;
}

.no-sidebar .left-side {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}

article {
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

article .post-thumbnail img {
    width: 100%;
}

article .entry-content blockquote {
    position: relative;
    background-color: #efefef;
    font-weight: 500;
    padding: 30px 30px 30px 60px;
    font-style: italic;
    margin-bottom: 20px;
}

article .entry-content blockquote:before {
    position: absolute;
    content: '\f10d';
    font-family: 'Font Awesome 5 Free';
    top: 15px;
    left: 30px;
    font-size: 36px;
    color: #ed1c24;
}

article .entry-content blockquote p {
    position: relative;
    z-index: 2;
    line-height: 30px;
}

article .entry-content a {
    text-decoration: underline;
}

article .entry-meta {
    margin: 15px 0;
}

article .entry-footer>span {
    display: block;
}

.related-posts {
    margin: 40px 0;
}

.related-posts article {
    border: none;
    padding: 0;
    margin: 0;
}

.related-posts article h2 {
    margin-bottom: 25px;
}

.home-banner .bg-img:not(:first-child),
.news-carousel .slide-item:not(:first-child),
.causes-carousel .slide-item:not(:first-child) {
    display: none;
}

section.causes-panel .causes-item:hover figure img,
section.team .team-info:hover figure img,
section.event .event-inner:hover figure img,
section.news .inner:hover figure img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

section.causes-panel .causes-item,
section.testimonial .content,
section.news .inner {
    margin: 10px;
}

.slick-dots {
    text-align: inherit;
}

.slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
    border-radius: 50px;
}

.slick-dots li button {
    width: 40px;
    height: 6px;
    padding: 0;
    background: #B0B0AF;
    margin-right: 10px;
}

.slick-dots li button:before {
    display: none;
}

.slick-dots li.slick-active button {
    width: 60px;
}

.slick-slide:focus {
    outline: 0;
}


/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/


/* Navigation
--------------------------------------------- */

#masthead {
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14);
}

.sticky #masthead:not(.site-header.header-style-2) {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 9999;
}

.site-branding {
    padding: 15px 0;
    display: flex;
    align-items: center;
}

.site-branding .site-title {
    font-size: 30px;
    font-weight: 700;
}

.site-branding p {
    margin-bottom: 0;
}

.main-navigation {
    display: block;
    width: 100%;
    text-align: right;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
    position: relative;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

.main-navigation .menu li {
    display: inline-block;
    padding: 39px 17px;
}

.main-navigation .menu li.menu-item-custom-button {
    padding: 0 0 0 17px;
}

.main-navigation .menu li a {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
}

.main-navigation .menu>.menu-item-has-children>a {
    position: relative;
}

.main-navigation .menu>.menu-item-has-children>a:after {
    position: absolute;
    content: '\f0dd';
    font-family: 'Font Awesome 5 Free';
    bottom: 1px;
    right: -18px;
}

.main-navigation .menu li .sub-menu li {
    display: block!important;
    padding: 0;
    border-bottom: 1px solid #e2e2e2;
}

.main-navigation .menu li .sub-menu li a {
    font-size: 13px;
    padding: 8px 20px;
}

.main-navigation .menu-toggle {
    display: none;
}

.main-navigation .ham-wrap .ham-icon {
    width: 100%;
    height: 100%;
}

.main-navigation .ham-wrap span {
    width: 40px;
    height: 2px;
    display: block;
    margin: 8px;
}

.site-header #search-overlay {
    display: none;
}

.site-header #search-overlay.block {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    text-align: center;
    background: rgba(0, 0, 0, 0.9);
    margin: 0;
    z-index: 9;
}

.site-header #search-overlay.block:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: 0;
}

.site-header #search-overlay.block .centered {
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    padding: 10px 15px;
    color: #FFF;
    border: none;
    background: transparent;
}

.site-header #search-overlay #close-btn {
    font-family: 'Font Awesome 5 Free';
    position: fixed;
    top: 0;
    right: 0;
    padding: 32px;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 30;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
}

nav.pagination .nav-links .page-numbers {
    border-width: 1px;
    border-style: solid;
    padding: 10px 15px;
    margin-right: 5px;
    line-height: 1;
}

nav.navigation.pagination .nav-links a:hover,
nav.navigation.pagination .nav-links a:focus,
nav.pagination .nav-links .page-numbers.current {
    color: #fff;
}


/* Breadcrumbs
--------------------------------------------- */

nav.breadcrumbs {
    margin: 15px 0;
}

nav.breadcrumbs a {
    color: #fff;
    font-weight: 500;
}

nav.breadcrumbs .trail-browse,
nav.breadcrumbs .trail-items,
nav.breadcrumbs .trail-items li {
    display: inline-block;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    text-indent: 0;
}

nav.breadcrumbs .trail-items {
    list-style: none;
}

nav.breadcrumbs .trail-items li::after {
    padding: 0 8px;
}

nav.breadcrumbs .trail-items li:last-of-type::after {
    display: none;
}


/* Posts and pages
--------------------------------------------- */

.sticky {
    display: block;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}


/* Comments
--------------------------------------------- */

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.comments-area h2.comments-title {
    margin-bottom: 25px;
}

.comments-area ol.comment-list {
    padding-left: 0;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 50px;
    padding-bottom: 50px;
}

.comments-area .comment-list .comment .comment-body {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.comments-area .comment-list>li:last-child>.comment-body {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.comments-area .comment footer.comment-meta .comment-author {
    margin-left: 70px;
    display: inline-block;
    position: relative;
    margin-right: 10px;
}

.comments-area .comment footer.comment-meta .comment-author img {
    margin-right: 10px;
    position: absolute;
    left: -70px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.comments-area .comment footer.comment-meta .comment-metadata {
    display: inline-block;
}

.comments-area .comment footer.comment-meta .comment-metadata a {
    color: #909090;
}

.comments-area .comment article .comment-content,
.comments-area .comment article .reply {
    margin-left: 70px;
}


/* Widgets
--------------------------------------------- */

.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

aside .widget {
    border: 2px solid #efefef;
    padding: 20px;
}

aside .widget-title {
    font-size: 24px;
    line-height: 30px;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

aside .widget-title:after {
    position: absolute;
    content: '';
    width: 55px;
    height: 2px;
    left: 0;
    bottom: 0;
}

aside .widget ul li {
    position: relative;
    padding-left: 20px;
    padding-bottom: 8px;
}

aside .widget ul li:before {
    position: absolute;
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    top: 5px;
    left: 0;
    font-size: 10px;
}


/* 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 logo link wraps around logo image. */

.custom-logo-link {
    display: inline-block;
    margin-right: 10px;
}


/* 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: center;
}


/* Galleries
--------------------------------------------- */

.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 15px;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}


/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/


/* Jetpack infinite scroll
--------------------------------------------- */


/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}


/* Re-display the Theme Footer when Infinite Scroll has reached its end. */

.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/


/* Accessibility
--------------------------------------------- */


/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}


/* Do not show the outline on the skip link target. */

#primary[tabindex="-1"]:focus {
    outline: 0;
}


/* Alignments
--------------------------------------------- */

.alignleft {
    /*rtl:ignore*/
    float: left;
    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    /*rtl:ignore*/
    float: right;
    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/

#loader {
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: middle;
    background-color: #fff;
    position: fixed;
    display: table;
    width: 100%;
    top: 0;
    height: 100%;
    min-height: 100%;
    z-index: 99999;
}

#loader .loader-container {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    z-index: 12;
    text-align: center;
    text-transform: uppercase;
}

#loader .loader-container svg {
    width: 200px;
    height: 200px;
    fill: #000;
    -webkit-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}

#loader #preloader {
    position: relative;
    margin: auto;
    width: 100px;
}


/*--------------------------------------------------------------
# Site Header
--------------------------------------------------------------*/

.site-header .top-bar ul.social-icons,
.site-header .top-bar .top-menu {
    padding: 15px 0;
}

.site-header .top-bar ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.social-icons li a,
.team-icon a {
    font-family: 'Font Awesome 5 Brands';
}

.social-icons li a[href*='twitter.com']:after,
.team-icon a[href*='twitter.com']:after {
    content: "\f099";
}

.social-icons li a[href*='facebook.com']:after,
.team-icon a[href*='facebook.com']:after {
    content: "\f39e";
}

.social-icons li a[href*='youtube.com']:after,
.team-icon a[href*='youtube.com']:after {
    content: "\f167";
}

.social-icons li a[href*='instagram.com']:after,
.team-icon a[href*='instagram.com']:after {
    content: "\f16d";
}

.site-header .top-bar li {
    padding-right: 35px;
}

.site-header .top-bar ul.social-icons li:last-child {
    padding-right: 0;
}

.site-header .top-bar .top-menu ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.site-header .top-bar .top-menu li a {
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
}

.site-header .top-bar .top-icons {
    background-color: #F0F0F0;
}

.site-header .top-bar .top-icons li,
.site-header .top-bar .top-icons #search-btn {
    padding: 15px 20px;
}

.site-header .top-bar .top-icons li:last-child {
    padding: 0;
}

.site-header .top-bar .top-icons #search-overlay {
    display: none;
}

.site-header .top-bar .top-icons .block {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    text-align: center;
    background: rgba(0, 0, 0, 0.9);
    margin: 0;
    z-index: 9;
}

.site-header .top-bar .top-icons .block:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: 0;
}

.site-header .top-bar .top-icons .block .centered {
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    padding: 10px 15px;
    color: #FFF;
    border: none;
    background: transparent;
}

.site-header .top-bar .top-icons .block .centered #search-box {
    position: relative;
}

.site-header .top-bar .top-icons .block .centered #search-box #search-text {
    font-size: 14px;
    border-width: 0;
    background: #fff;
    width: 100%;
    padding: 22px 96px 22px 30px;
    color: #333;
    outline: none;
}

.site-header .top-bar .top-icons .block .centered #search-box #search-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 22px 26px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border-width: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.site-header .top-bar .top-icons #close-btn {
    position: fixed;
    top: 0;
    right: 0;
    padding: 32px;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/* Header style 2 start
--------------------------------------------- */

.site-header.header-style-2 {
    background: #f3c909;
}

.sticky .site-header.header-style-2 .bottom-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #f3c909;
    z-index: 9999;
}

@media (min-width: 480px) {
    .sticky.admin-bar .site-header.header-style-2 .bottom-nav {
        top: 32px;
    }
}

.site-header.header-style-2 #search-overlay.block:before {
    content: '';
}

.header-style-2 .top-nav .contact-buttons {
    align-items: center;
    justify-content: flex-end;
}

.header-style-2 .top-header-contact {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-style-2 .top-header-contact .header-contact-inner {
    display: flex;
    padding: 20px;
    flex-direction: column;
    color: rgba(255, 255, 255, 0.8);
}

.header-style-2 .top-header-contact .header-contact-inner .contact-details i {
    font-size: 1.1rem;
    margin-inline-end: 10px;
}

.header-style-2 .top-header-contact .header-contact-inner .contact-head span {
    font-size: 0.9rem;
    margin: 0;
    font-weight: bold;
}

.header-style-2 .top-header-contact .header-contact-inner .contact-details span a {
    font-size: 1.1rem;
    font-weight: bold;
    word-break: keep-all;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.8);
}

.header-style-2 .top-header-contact .header-contact-inner .contact-details span a:hover,
.header-style-2 .top-header-contact .header-contact-inner .contact-details span a:focus {
    color: rgba(255, 255, 255, 1);
}

.header-style-2 .top-nav .top-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.header-style-2 .top-nav .top-icons li {
    padding: 15px 20px;
    padding: 20px 25px;
}

.header-style-2 .site-branding .site-title a,
.header-style-2 .top-nav .top-icons li a {
    color: rgba(255, 255, 255, 0.8);
}

.header-style-2 .site-branding .site-title a:hover,
.header-style-2 .top-nav .top-icons li a:hover {
    color: rgba(255, 255, 255, 1);
}

.header-style-2 .site-branding .site-description,
.header-style-2 .site-branding .site-title a:focus-within,
.header-style-2 .top-nav .top-icons li a:focus-within {
    color: rgba(255, 255, 255, 1);
}

.header-style-2 .top-nav .top-icons li #search-btn:focus-within {
    outline: 1px dashed #fff;
    color: #fff;
}

.header-style-2 .top-nav .top-icons li #search-btn:hover {
    color: #fff;
}

.header-style-2 .top-nav .top-icons li:not(:last-child) {
    border-inline-end: 1px solid #fbfbfb;
}

.header-style-2 .main-navigation {
    text-align: start;
}

.header-style-2 .bottom-nav {
    position: relative;
}

.header-style-2 .bottom-nav::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.1;
}

.header-style-2 .bottom-nav-wrap {
    align-items: center;
}

.header-style-2 .main-navigation .menu>.menu-item-has-children>a {
    display: flex;
    align-items: center;
}

.header-style-2 .main-navigation .menu>.menu-item-has-children>a:after {
    position: unset;
    bottom: inherit;
    right: inherit;
    line-height: 1;
    display: inline-block;
    margin-inline-start: 10px;
}

.header-style-2 .main-navigation .menu>li:first-child {
    padding-inline-start: 0;
}

.header-style-2 .main-navigation .ham-wrap span {
    background-color: #fff;
}

.header-style-2 .main-navigation.toggled .ham-wrap span {
    background-color: #404040;
}

.header-style-2 .charity-custom-btn {
    text-align: end;
}

.header-style-2 .charity-custom-btn .btn {
    padding: 8px 30px;
}

@media (min-width: 991px) {
    .header-style-2 .main-navigation .menu li {
        padding: 15px 17px;
    }
    .header-style-2 .main-navigation .menu>li>a {
        color: rgba(255, 255, 255, 0.8);
    }
    .header-style-2 .main-navigation .menu>li>a:hover,
    .header-style-2 .main-navigation .menu>li>a:focus {
        color: rgba(255, 255, 255, 1);
    }
}

@media (max-width: 992px) {
    .header-style-2 .top-header-contact .header-contact-inner .contact-details span a {
        font-size: 0.9rem;
    }
    .header-style-2 .top-header-contact .header-contact-inner .contact-details i {
        font-size: 0.9rem;
    }
}

@media (max-width: 991px) {
    .header-style-2 .top-header-contact {
        display: none;
    }
    .header-style-2 .bottom-nav-wrap {
        padding: 5px 0;
    }
    .header-style-2 .bottom-nav .menu-toggle {
        display: block;
        z-index: 9;
        float: left;
        background: none;
        border: none;
        padding: 0;
        color: #000;
    }
    .site-header .bottom-nav .toggled .menu-toggle {
        position: fixed;
        top: 25px;
        right: 10px;
        padding: 10px 0;
        z-index: 999999;
    }
    .header-style-2 .main-navigation .ham-wrap span {
        background-color: #fff;
    }
    .header-style-2 .bottom-nav .toggled .ham-wrap span:first-child {
        display: none;
    }
    .header-style-2 .bottom-nav .toggled .ham-wrap span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .header-style-2 .bottom-nav .toggled .ham-wrap span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-top: -10px;
    }
    .header-style-2 .bottom-nav .main-menu {
        position: fixed;
        width: 80%;
        height: 100%;
        overflow-y: auto;
        right: -100%;
        top: 0;
        background-color: #fff;
        z-index: 99999;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        padding-top: 60px;
        text-align: left;
        opacity: 0;
        visibility: hidden;
        -webkit-box-shadow: 0 0 18px 0 rgb(0 0 0 / 50%);
        box-shadow: 0 0 18px 0 rgb(0 0 0 / 50%);
    }
    .site-header .bottom-nav .main-navigation.toggled .main-menu {
        right: 0;
        opacity: 1;
        visibility: visible;
    }
}


/* Header style 2 end
--------------------------------------------- */


/*--------------------------------------------------------------
# Homepage Sections
--------------------------------------------------------------*/


/* Banner Section
--------------------------------------------- */

.bg-img {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 800px;
}

.home-banner .bg-img:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.home-banner .container {
    position: relative;
    height: 100%;
}

.home-banner .content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 60%;
    color: #fff;
}

.home-banner .content-wrap .content h5 {
    font-weight: 400;
    line-height: 1.2;
}

.home-banner .content-wrap .content h1 {
    font-size: 70px;
    line-height: 1.2;
    font-weight: 800;
}

.home-banner .slick-dots {
    bottom: 20px;
    text-align: center;
}

.home-banner .slick-prev,
.home-banner .slick-next {
    width: 50px;
    height: 50px;
    z-index: 1;
}

.home-banner .slick-prev {
    left: 0;
}

.home-banner .slick-next {
    right: 0;
}

.home-banner .slick-prev:before,
.home-banner .slick-next:before {
    font-size: 20px;
    color: #ffffff;
    font-family: 'Font Awesome 5 Free';
    padding: 15px;
}

.home-banner .slick-prev:before {
    content: '\f053';
}

.home-banner .slick-next:before {
    content: '\f054';
}

.home-banner.slick-slider {
    margin-bottom: 0;
}


/* Help Section
--------------------------------------------- */

section.help-panel .grid:after {
    content: '';
    display: block;
    clear: both;
}

section.help-panel .grid .grid-sizer,
section.help-panel .grid .grid-item {
    width: 30.6666%;
}

section.help-panel .grid .gutter-sizer {
    width: 4%;
}

section.help-panel .grid .grid-item {
    position: relative;
    float: left;
    margin-bottom: 45px;
}

section.help-panel .grid .grid-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

section.help-panel .grid .grid-item--height2 {
    height: 605px;
}

section.help-panel .grid .grid-item p {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}

section.help-panel .grid .grid-item .element-text {
    position: absolute;
    bottom: 0;
    left: 0;
    border-top-right-radius: 50px;
    padding: 23px 38px;
    color: #fff;
}

section.help-panel .grid .grid-item .video-link {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

section.help-panel .grid .grid-item .element-icon {
    background: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    padding: 10px;
    font-size: 25px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

section.help-panel .grid .grid-item .element-icon:hover {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

section.help-panel .grid .grid-item .element-icon i {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 39px;
}

section.help-panel .grid .grid-item .modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}

section.help-panel .grid .grid-item .modal-body {
    position: relative;
    padding: 0px;
}

section.help-panel .grid .grid-item .close {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
}


/* Mission Section
--------------------------------------------- */

section.mission-panel {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

section.mission-panel .inner {
    color: #ffffff;
    padding: 135px 0;
}

section.mission-panel .inner h2 {
    font-size: 60px;
    line-height: 1.2;
    font-weight: 700;
}

section.mission-panel .inner p {
    font-size: 18px;
    line-height: 24px;
}


/* Causes Section
--------------------------------------------- */

section.causes-panel .causes-item {
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px #dadada;
    box-shadow: 0px 0px 10px #dadada;
    -webkit-box-shadow: rgba(0, 0, 0, 0.10) 0px 4px 12px;
    box-shadow: rgba(0, 0, 0, 0.10) 0px 4px 12px;
    padding: 15px 15px 20px;
}

section.causes-panel .causes-item figure {
    position: relative;
    margin-bottom: 15px;
    height: 226px;
}

section.causes-panel .causes-item figure figcaption {
    position: absolute;
    top: 24px;
    left: 25px;
    background-color: rgba(0, 0, 0, 0.60);
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    border-radius: 50px;
    padding: 12px 22px;
}

section.causes-panel .causes-item .content .progress {
    margin: 30px 0px 25px;
    position: relative;
    overflow: inherit;
    height: 5px;
}

section.causes-panel .causes-item .content .progress .progress-bar {
    overflow: inherit;
    position: relative;
    border-radius: 5px;
}

section.causes-panel .causes-item .content .progress .progress-bar:after {
    position: absolute;
    content: '';
    background: #ffffff;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    right: -15px;
    top: -4px;
    -webkit-box-shadow: 0 1px 8px #a2a2a2;
    box-shadow: 0 1px 8px #a2a2a2;
}

section.causes-panel .causes-item .content .progress .progress-bar:before {
    position: absolute;
    content: '';
    width: 9px;
    height: 9px;
    border-radius: 50%;
    right: -12px;
    top: -1px;
    z-index: 1;
}

section.causes-panel .causes-item .content .progress .progress-bar span.percentage {
    position: absolute;
    top: -14px;
    right: -20px;
    font-size: 14px;
    font-weight: 500;
}

section.causes-panel .causes-item .content .donate-amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

section.causes-panel .causes-item .content .donate-amount .goal,
section.causes-panel .causes-item .content .donate-amount .raised {
    position: relative;
}

section.causes-panel .causes-item .content .donate-amount .goal:after,
section.causes-panel .causes-item .content .donate-amount .raised:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 2px;
    top: 0;
    right: -29px;
}

section.causes-panel .causes-item .content .donate-amount span {
    font-size: 12px;
    font-weight: 500;
    display: block;
}

section.causes-panel .causes-item .content .donate-amount strong {
    font-size: 14px;
}

mark {
    padding: 0;
    background-color: inherit;
}

section.causes-panel .causes-item .content .donate-amount .to-go mark {
    color: #B0B0AF;
}


/* About Section
--------------------------------------------- */

section.about-panel {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

section.about-panel:before {
    content: '';
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

section.about-panel .inner {
    color: #fff;
    font-size: 18px;
}

section.about-panel .inner h2 {
    font-size: 60px;
    line-height: 1.2;
    font-weight: 700;
}


/* Counter Section
--------------------------------------------- */

section.counter-panel {
    padding: 70px 0;
}

section.counter-panel .counter-box {
    position: relative;
}

section.counter-panel .counter-box:after {
    position: absolute;
    content: '';
    background-color: rgba(255, 255, 255, 0.8);
    width: 1px;
    height: 100%;
    top: 0;
    right: -15px;
}

section.counter-panel [class*=col-]:last-child .counter-box:after {
    content: none;
}

section.counter-panel .counter-box .text {
    color: #fff;
}

section.counter-panel .counter-box .text span {
    font-size: 40px;
    line-height: 46px;
    font-weight: 700;
    margin-top: 25px;
    display: inline-block;
}

section.counter-panel .counter-box .text span.count {
    margin-top: 0;
}

section.counter-panel .counter-box .text p {
    font-weight: 500;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px;
}


/* Team Section
--------------------------------------------- */

section.team .team-info figure {
    height: 290px;
    margin-bottom: 35px;
    position: relative;
}

section.team .team-info:hover figure .team-icon {
    opacity: 1;
    right: 15px;
}

section.team .team-info figure .team-icon {
    position: absolute;
    right: -100px;
    top: 50%;
    margin: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

section.team .team-info figure .team-icon a {
    display: block;
    border-radius: 50%;
    margin-bottom: 5px;
    color: #ffffff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

section.team .team-info .info h5.team-name {
    font-weight: 600;
}

section.team .team-info .info p.team-position {
    font-size: 18px;
    line-height: 1.2;
}


/* Shop Section
--------------------------------------------- */

section.shop .shop-box figure {
    position: relative;
    height: 300px;
    margin-bottom: 35px;
}

section.shop .shop-box .shop-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

section.shop .shop-box:hover .shop-btn {
    opacity: 1;
    visibility: visible;
}

section.shop .shop-box .shop-btn .btn {
    font-size: 10px;
    width: 127px;
    height: 39px;
    line-height: 16px;
    padding: 10px 20px;
}

section.shop .shop-box .info h5 {
    font-weight: 600;
}

section.shop .shop-box .info p {
    color: #999999;
}

section.shop .shop-box:hover .info h5 {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/* Event Section
--------------------------------------------- */

section.event .event-inner {
    background: #ffffff;
    padding: 15px 15px 30px;
    height: 100%;
}

section.event .event-inner figure {
    height: 240px;
    margin-bottom: 25px;
    margin-top: 0;
}

section.event .event-inner .event-content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 10px;
}

section.event .event-inner .event-content-wrap .date span {
    font-size: 12px;
    margin-bottom: 15px;
    display: block;
    font-weight: 500;
    text-transform: uppercase;
}

section.event .event-inner .event-content-wrap .date h4 {
    font-size: 22px;
    line-height: 28px;
}

section.event .event-inner .event-content-wrap .event-content {
    padding-left: 25px;
}

section.event .event-inner .event-content-wrap .event-content p {
    margin-bottom: 0;
}


/* Testimonial Section
--------------------------------------------- */

section.testimonial .content {
    background: #fff;
    -webkit-box-shadow: 0 0 9px 0px rgba(144, 144, 144, 0.30);
    box-shadow: 0 0 9px 0px rgba(144, 144, 144, 0.30);
    padding: 75px 75px 40px;
}

section.testimonial .content p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
}

section.testimonial .content .author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-top: 40px;
    padding-top: 40px;
}

section.testimonial .content .author:before {
    position: absolute;
    content: '';
    background: #fafafa;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
}

section.testimonial .content .author img {
    width: 100px;
    border-radius: 50%;
}

section.testimonial .content .author .name {
    padding-left: 20px;
}

section.testimonial .content .author .name h5 {
    margin-bottom: 0;
}


/* Blog Section
--------------------------------------------- */

section.news .inner figure {
    position: relative;
    height: 350px;
}

section.news .inner figcaption {
    position: absolute;
    top: 20px;
    left: 40px;
    background-color: rgba(0, 0, 0, 0.60);
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    border-radius: 50px;
    padding: 12px 28px;
}

section.news .inner .news-content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 45px 40px 55px;
    background-color: #ffffff;
}

section.news .inner .news-content-wrap .date span.month {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
}

section.news .inner .news-content-wrap .date span.day {
    font-size: 30px;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
}

section.news .inner .news-content-wrap .news-content {
    padding-left: 20px;
}

section.news .inner .news-content-wrap .news-content h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
}

.read-btn a {
    position: relative;
    font-weight: 700;
    padding-right: 22px;
}

.read-btn a:after {
    position: absolute;
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    top: 0;
    right: 0;
}


/* Associate Section
--------------------------------------------- */

section.associate .image img {
    width: 100%;
}

section.associate .image {
    position: relative;
    padding: 0 15px;
}

section.associate .image:after {
    position: absolute;
    content: '';
    background-color: #E0E0E0;
    width: 1px;
    height: 100%;
    top: 0;
    right: -15px;
}

section.associate [class*=col-]:last-child .image:after {
    content: none;
}


/* Mission Vision (Goal) Section
--------------------------------------------- */

section.mission-vision-section {
    background: #f8f8f8;
}

.dark-layout section.mission-vision-section {
    background-color: #333;
}

section.mission-vision-section .inner {
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    section.mission-vision-section .inner .section-title {
        text-align: start;
    }
}

.mission-vision-section .mission-single {
    padding: 30px;
    border-radius: 25px;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
}

.dark-layout .mission-vision-section .mission-single {
    background-color: #222;
}

.mission-vision-section .mission-single .mission-img {
    max-width: 70%;
    margin-bottom: 10px;
}

.mission-vision-section .mission-single .mission-title {
    font-size: 24px;
    font-weight: bold;
}

@media (min-width: 991px) {
    .mission-vision-section .mission-column-wrap:nth-child(2) {
        margin-top: 100px;
    }
}


/* Case Study Section
--------------------------------------------- */

.case-studies-wrapper {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}

.case-study-single {
    position: relative;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
}

.case-study-single .case-study-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.case-study-single .case-study-img::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.7;
    content: '';
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-color: #000;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.07) 61%, rgba(0, 0, 0, 1) 100%);
}

.case-study-single:hover .case-study-img::after {
    opacity: 1;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.07) 20%, rgba(0, 0, 0, 1) 100%);
}

.case-study-single .case-study-img a {
    display: block;
    height: 100%;
}

.case-study-single .case-study-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case-study-single .case-study-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    padding-top: 0;
    transition: transform .3s ease;
    transform: translateY(100%) translateZ(0);
    color: #fff;
    z-index: 1;
}

.case-study-single:hover .case-study-content {
    transform: translateY(0) translateZ(0);
}

.case-study-single .case-study-content .case-study-title {
    position: absolute;
    bottom: 100%;
    left: 0;
    padding-inline-start: 20px;
    line-height: 1.5;
    margin: 0;
    margin-bottom: 5px;
    font-size: 24px;
}

.case-study-single .case-study-content p {
    margin-bottom: 10px;
}

.case-study-single .case-study-content a {
    color: #fff;
}

.case-study-single .case-study-content a:hover {
    color: #f3c909;
}

.case-studies-wrapper .case-study-single:nth-child(1) {
    grid-column: span 2;
    grid-row: span 2;
}

.case-studies-wrapper .case-study-single:nth-child(2) {
    grid-row: span 2;
}

.case-studies-wrapper .case-study-single:nth-child(3) {
    grid-row: span 2;
}

.case-studies-wrapper .case-study-single:nth-child(4) {
    grid-row: span 2;
}

@media (min-width: 766px) {
    .case-studies-wrapper .case-study-single:nth-child(1) {
        min-height: 480px;
    }
}

@media (max-width: 768px) {
    .case-studies-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 680px) {
    .case-studies-wrapper {
        grid-template-columns: 1fr;
    }
    .case-studies-wrapper .case-study-single:nth-child(4),
    .case-studies-wrapper .case-study-single:nth-child(3),
    .case-studies-wrapper .case-study-single:nth-child(2),
    .case-studies-wrapper .case-study-single:nth-child(1) {
        grid-column: span 1;
        grid-row: span 1;
    }
}


/* Features (Middle Image) Section
--------------------------------------------- */

.middle-image-section .image-part {
    margin-bottom: 50px;
    text-align: center;
}

@media (max-width: 768px) {
    .middle-image-section .image-part img {
        max-width: 450px;
        width: 100%;
        margin: 0 auto;
    }
}

.middle-image-section .text-part-single {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-block-end: 50px;
}

.middle-image-section .text-part-single .detail-part h3 {
    font-size: 23px;
    color: #252525;
    line-height: 35px;
    text-align: left;
    font-weight: 700;
    font-style: normal;
}

.middle-image-section .text-part-single .defaut-number {
    font-size: 60px;
    font-weight: bold;
    margin-inline-end: 20px;
    min-width: 36px;
}

@media only screen and (max-width: 768px) and (min-width: 620px) {
    .middle-image-section .feat-text .text-part {
        display: flex;
        gap: 30px;
    }
}


/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/

footer.site-footer .top-footer {
    padding: 80px 0 40px;
}

body.home footer.site-footer.has-newsletter .top-footer {
    padding-top: 225px;
    margin-top: 160px;
}

footer.site-footer .newsletter {
    background: #f2f2f2;
    margin-top: -385px;
    margin-bottom: 76px;
}

footer.site-footer .newsletter .hotline-box,
footer.site-footer .newsletter .newsletter-box {
    padding: 72px 60px;
    height: 100%;
}

footer.site-footer .newsletter .newsletter-box .subscribe p.error {
    color: #dc3232;
}

footer.site-footer .newsletter .newsletter-box .subscribe form {
    position: relative;
}

footer.site-footer .newsletter .newsletter-box .subscribe form p {
    margin: 0;
}

footer.site-footer .newsletter .newsletter-box .subscribe #subscribe-email input {
    width: 100%;
    height: 70px;
    border-radius: 50px;
    border: 0;
    padding: 0px 205px 0 40px;
}

footer.site-footer .newsletter .newsletter-box .subscribe #subscribe-submit {
    position: absolute;
    top: 0;
    right: 0;
}

footer.site-footer .newsletter .newsletter-box .subscribe button {
    padding: 24px 39px;
    border: 0;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

footer.site-footer .widget-title {
    font-weight: 700;
    color: #fff;
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 24px;
}

footer.site-footer .box {
    padding-left: 58px;
}

footer.site-footer .box li {
    padding-bottom: 15px;
}

footer.site-footer .widget,
footer.site-footer .box li a,
footer.site-footer .bottom-footer .copyright span,
footer.site-footer .bottom-footer a,
footer.site-footer .bottom-footer .social-icons li a {
    color: rgba(255, 255, 255, 0.8);
}

footer.site-footer .box li a:hover,
footer.site-footer .box li a:focus,
footer.site-footer .bottom-footer a:hover,
footer.site-footer .bottom-footer a:focus,
footer.site-footer .bottom-footer .social-icons li a:hover,
footer.site-footer .bottom-footer .social-icons li a:focus {
    color: #fff;
}

footer.site-footer .bottom-footer {
    padding: 36px 0;
    border-top: 1px solid #fff;
}

footer.site-footer .bottom-footer .copyright span,
footer.site-footer .bottom-footer a {
    font-size: 14px;
}

footer.site-footer .bottom-footer .bottom-link li {
    display: inline-block;
    padding-right: 28px;
}

footer.site-footer .bottom-footer .social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

footer.site-footer .bottom-footer .social-icons li {
    padding: 0;
    padding-right: 20px;
}

footer.site-footer .bottom-footer .social-icons li:last-child,
footer.site-footer .bottom-footer .bottom-link li:last-child {
    padding-right: 0;
}

.scroll-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    border: 1px solid #fff;
}

.scroll-top:hover,
.scroll-top:focus {
    color: #fff;
}


/*WooCommerce*/

.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-1,
.woocommerce-page .col2-set .col-2 {
    max-width: 100%;
}

.woocommerce span.woocommerce-input-wrapper {
    width: 100%;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    width: 100%;
    border: 1px solid #cecece;
    padding: 10px;
}

.woocommerce #respond input#submit,
.woocommerce #respond input#submit:hover,
.woocommerce a.button,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce button.button,
.woocommerce button.button:hover,
.woocommerce input.button,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt,
.woocommerce input.button.alt:hover,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
    color: #fff;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    text-transform: uppercase;
    margin-bottom: 15px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    background-color: #efefef;
    border: 1px solid #efefef;
    display: block;
    padding: 15px 20px;
    text-decoration: none;
}


/*End of WoooCommerce*/


/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

@media(min-width: 992px) {
    .site-header .main-nav .main-menu .mobile-top-menu {
        display: none;
    }
    .main-navigation .menu li .sub-menu {
        background-color: #ffffff;
        position: absolute;
        left: -999em;
        top: 100%;
        z-index: 1;
        text-align: initial;
    }
    .main-navigation .menu li:hover>.sub-menu,
    .main-navigation .menu li.focus>.sub-menu {
        left: 0;
    }
    .main-navigation .menu li.menu-item-has-children:hover>.sub-menu,
    .main-navigation .menu li.menu-item-has-children:focus>.sub-menu {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        display: block;
    }
    .main-navigation .menu li .sub-menu>li .sub-menu {
        margin-left: 200px;
        top: 0;
    }
    .left-sidebar .wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    section.testimonial .slick-dotted.slick-slider {
        margin-bottom: 0;
    }
    section.testimonial .slick-dots {
        position: unset;
    }
}

@media(max-width: 1366px) {
    section.testimonial .content .author {
        margin-top: 25px;
        padding-top: 25px;
    }
}

@media(max-width: 1199px) {
    .site-branding .site-title {
        font-size: 26px;
        font-weight: 600;
    }
    .btn {
        padding: 13px 30px;
    }
    .home-banner .content-wrap .content h1 {
        font-size: 62px;
    }
    section.causes-panel .causes-item .content {
        min-height: 270px;
    }
    section.about-panel .bg-img {
        padding: 100px 0;
    }
    section.shop .shop-box figure {
        height: 230px;
    }
    footer.site-footer .box {
        padding-left: 0;
    }
}

@media(max-width: 991px) {
    .site-branding .site-description {
        font-size: 80%;
    }
    .site-header .top-bar .top-menu {
        display: none;
    }
    .site-header .top-bar .top-icons .block .centered {
        width: 80%;
    }
    .site-header .main-nav .menu-toggle {
        display: block;
        z-index: 9;
        float: right;
        background: none;
        border: none;
        padding: 0;
        color: #000;
    }
    .site-header .main-nav .toggled .menu-toggle {
        position: fixed;
        top: 25px;
        right: 10px;
        padding: 10px 0;
        z-index: 9999;
    }
    .site-header .main-nav .toggled .ham-wrap span:first-child {
        display: none;
    }
    .site-header .main-nav .toggled .ham-wrap span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .site-header .main-nav .toggled .ham-wrap span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-top: -10px;
    }
    .site-header .main-nav .main-menu {
        position: fixed;
        width: 80%;
        height: 100%;
        overflow-y: auto;
        right: -100%;
        top: 0;
        background-color: #fff;
        z-index: 999;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        padding-top: 60px;
        text-align: left;
        opacity: 0;
        visibility: hidden;
        -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.5);
    }
    .main-navigation.toggled .main-menu {
        right: 0;
        opacity: 1;
        visibility: visible;
    }
    .main-navigation .menu li {
        display: block;
        padding: 0;
        position: relative;
        border-bottom: 1px solid #e0e0e0;
    }
    .main-navigation .menu li a {
        padding: 15px 20px;
    }
    .main-navigation .menu li.menu-item-custom-button {
        padding: 0;
    }
    .main-navigation .menu li.menu-item-custom-button a {
        text-align: left;
        background: none;
        border: none;
        color: inherit;
    }
    .main-navigation .menu li.menu-item-custom-button a:focus {
        outline: thin dotted;
    }
    .main-navigation .menu li.menu-item-has-children a:after {
        bottom: 16px;
        right: 0;
    }
    .main-navigation ul li:hover>ul,
    .main-navigation ul li.focus>ul {
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-left: 1.5em;
    }
    .main-navigation .menu .sub-menu li a {
        width: auto;
    }
    .main-navigation .menu .sub-menu li:last-child {
        border-bottom: 0
    }
    .home-banner .bg-img {
        height: 550px;
    }
    .home-banner .content-wrap {
        width: 100%;
    }
    .home-banner .content-wrap .content h1 {
        font-size: 50px;
    }
    .home-banner .slick-prev,
    .home-banner .slick-next {
        display: none!important;
    }
    section.has-custom-btn .section-title {
        width: 100%;
    }
    section.has-custom-btn .custom-btn {
        position: unset;
        text-align: center;
        padding-top: 40px;
    }
    .section-title h2 {
        font-size: 45px;
    }
    section.help-panel .grid .grid-item,
    section.help-panel .grid .grid-sizer {
        width: 48%;
    }
    section.help-panel .grid .grid-item .close {
        right: 0;
    }
    section.mission-panel .inner {
        padding: 80px 0;
    }
    section.mission-panel .inner h2 {
        font-size: 45px;
    }
    section.about-panel .bg-img {
        padding: 80px 0;
    }
    section.about-panel .inner h2 {
        font-size: 45px;
    }
    section.counter-panel .counter-box {
        margin-bottom: 45px;
    }
    section.counter-panel [class*=col-]:nth-child(2) .counter-box:after,
    section.associate [class*=col-]:nth-child(2) .image:after {
        content: none;
    }
    section.team .team-info figure {
        margin-bottom: 20px;
    }
    section.team .team-info {
        margin-bottom: 40px;
    }
    section.shop .shop-box {
        margin-bottom: 40px;
    }
    section.shop .shop-box figure {
        height: 360px;
        margin-bottom: 25px;
    }
    .ptb {
        padding: 100px 0;
    }
    section.event .col-lg-4.col-md-6 {
        margin-bottom: 25px;
    }
    section.team .col-lg-4.col-md-6:last-child,
    section.event .col-lg-4.col-md-6:last-child {
        margin: auto;
    }
    section.news .inner .news-content-wrap {
        padding: 25px;
        min-height: auto;
        display: block;
    }
    section.news .inner .news-content-wrap .news-content {
        padding-left: 0;
        margin-top: 15px;
    }
    section.associate .image {
        margin: 25px 0;
    }
    footer.site-footer .newsletter {
        height: auto;
        text-align: center;
    }
    footer.site-footer .bottom-footer .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    footer.site-footer .bottom-footer .bottom-link {
        text-align: inherit;
        margin: 15px 0;
    }
    footer.site-footer .bottom-footer .social-icons {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .left-side {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
    }
    .right-side {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
    }
    aside#secondary {
        margin-top: 40px;
    }
}

@media(max-width: 767px) {
    .section-title h2 {
        font-size: 40px;
    }
    .site-header .top-bar ul.social-icons {
        padding: 10px 0;
    }
    .site-header .top-bar .social-icons li {
        padding-right: 20px;
    }
    .site-header .top-bar .top-icons li,
    .site-header .top-bar .top-icons #search-btn {
        padding: 10px 15px;
    }
    .bg-img {
        height: 400px;
    }
    .home-banner .content-wrap .content h1 {
        font-size: 45px;
    }
    .home-banner .content-wrap .content h5 {
        font-size: 16px;
    }
    .ptb {
        padding: 80px 0;
    }
    .section-title,
    .heading,
    section.team .team-info,
    section.shop .shop-box,
    .slick-dots {
        text-align: center;
    }
    .slick-dots li button,
    .slick-dots li.slick-active button {
        width: 12px;
        height: 12px;
    }
    section.team .team-info figure,
    section.shop .shop-box figure,
    section.event .event-inner figure {
        height: auto;
    }
    section.mission-panel .inner h2,
    section.about-panel .inner h2 {
        font-size: 40px;
    }
    section.help-panel .grid .grid-item,
    section.help-panel .grid .grid-sizer {
        width: 100%;
    }
    section.event .event-inner {
        margin-bottom: 20px;
    }
    section.testimonial .content {
        padding: 30px;
    }
    section.news .inner figure {
        height: auto;
    }
    section.associate {
        padding: 60px 0;
    }
    section.associate .image img {
        width: auto;
    }
    body.home footer#colophon.site-footer div.top-footer {
        padding: 60px 0 0;
        margin-top: 0;
    }
    footer.site-footer {
        text-align: center;
    }
    footer.site-footer .newsletter {
        background: #f2f2f2;
        height: auto;
        margin-top: 0;
        margin-bottom: 36px;
    }
    footer.site-footer .newsletter .hotline-box,
    footer.site-footer .newsletter .newsletter-box {
        padding: 30px;
    }
    footer.site-footer .newsletter .newsletter-box .subscribe .email-icon {
        left: 15px;
        top: 17px;
    }
    footer.site-footer .newsletter .newsletter-box .subscribe #subscribe-email input {
        height: 60px;
        padding: 0px 175px 0 35px;
    }
    footer.site-footer .newsletter .newsletter-box .subscribe button {
        padding: 19px 25px;
    }
    footer.site-footer .bottom-footer {
        margin-top: 0;
    }
    footer.site-footer .bottom-footer .social-icons {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}


/*@media (max-width: 567px){*/

@media (max-width: 575px) {
    .site-branding .site-title {
        font-size: 22px;
    }
    .site-header #search-overlay.block .centered {
        width: 95%;
    }
    .site-header #search-overlay.block .centered #search-box input[type="text"] {
        padding: 22px 30px 22px 30px;
    }
    .home-banner .content-wrap .content h5 {
        font-size: 14px;
    }
    .home-banner .content-wrap .content h1 {
        font-size: 40px;
    }
    section.counter-panel [class*=col-]:last-child .counter-box {
        margin-bottom: 0;
    }
    section.counter-panel .counter-box:after,
    section.associate .image:after {
        content: none;
    }
    footer.site-footer .newsletter .newsletter-box .subscribe .email-icon {
        top: 12px;
    }
    footer.site-footer .newsletter .newsletter-box .subscribe #subscribe-email input {
        height: 50px;
        padding: 0px 25px;
    }
    footer.site-footer .newsletter .newsletter-box .subscribe #subscribe-email input::-webkit-input-placeholder {
        font-size: 14px;
    }
    footer.site-footer .newsletter .newsletter-box .subscribe #subscribe-email input::-moz-placeholder {
        font-size: 14px;
    }
    footer.site-footer .newsletter .newsletter-box .subscribe #subscribe-email input:-ms-input-placeholder {
        font-size: 14px;
    }
    footer.site-footer .newsletter .newsletter-box .subscribe #subscribe-email input::-ms-input-placeholder {
        font-size: 14px;
    }
    footer.site-footer .newsletter .newsletter-box .subscribe #subscribe-email input::placeholder {
        font-size: 14px;
    }
    footer.site-footer .newsletter .newsletter-box .subscribe #subscribe-submit {
        position: unset;
    }
    footer.site-footer .newsletter .newsletter-box .subscribe button {
        padding: 16px 35px;
        font-size: 12px;
        position: relative;
        border-radius: 50px;
        margin-top: 15px;
    }
}


/*--------------------------------------------------------------
# Education Layout
--------------------------------------------------------------*/


/*Primary: #f6c600
Secondary: #ddb200*/

.education-layout footer.site-footer .bottom-footer {
    border-top: 1px solid #fff;
}

.education-layout .primary-btn:hover,
.education-layout .btn-transparent:hover,
.education-layout nav.pagination .nav-links a:hover,
.education-layout nav.pagination .nav-links span.current {
    color: #fff;
}


/*About section*/

.education-layout .about-panel:before {
    content: none;
}

.education-layout .about-panel .inner {
    color: inherit;
}


/*Testimonial*/

.education-layout .course-panel,
.education-layout .testimonial {
    background-color: #f8f8f8;
}


/*Team section*/

.education-layout .team {
    background-color: #ffffff;
}

.education-layout .team .team-info {
    position: relative;
    overflow: hidden;
    padding-bottom: 100px;
}

.education-layout .team .team-info figure {
    margin-bottom: 0;
    height: 300px;
}

.education-layout .team .team-info .team-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #f5f5f5;
    padding: 20px;
    height: 100px;
    text-align: center;
    overflow: hidden;
}

.education-layout .team .team-info:hover .team-content {
    height: 125px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    bottom: 0;
    color: #ffffff;
}

.education-layout .team .team-info:hover .info h5.team-name {
    color: #fff;
}

.education-layout .team .team-info .info p {
    margin-bottom: 0;
}

.education-layout .team .team-info .team-icon {
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
    text-align: center;
    z-index: 9;
}

.education-layout .team .team-info:hover .team-icon {
    opacity: 1;
    left: 0;
    bottom: 15px;
}

.education-layout .team .team-info .team-icon a {
    padding-right: 15px;
    display: inline-block;
    color: #ffffff;
}

.education-layout .team .team-info .team-icon a:last-child {
    padding-right: 0;
}


/*.education-layout .team .team-info .team-icon li a:hover {
    color: #ddb200;
}*/


/*Course section*/

.education-layout .service-panel .service-item .content .course-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 25px;
    border-top: 1px solid #cccccc;
    padding-top: 20px;
}

.education-layout .service-panel {
    background-color: #f5f5f5;
}

.education-layout .service-panel .service-item {
    margin: 10px;
}

.education-layout .service-panel .service-item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.education-layout .service-panel .service-item .content {
    background-color: #ffffff;
    padding: 30px;
}

.education-layout .service-panel .service-item .content h5 {
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .education-layout .open .main-nav .ham-wrap span {
        background-color: #fff;
    }
}


/*--------------------------------------------------------------
# Business Layout
--------------------------------------------------------------*/


/*Primary color: #ed1c24
Secondary color: #d51920*/

.business-layout footer.site-footer .bottom-footer {
    border-top: 1px solid #fff;
}

.business-layout .primary-btn:hover,
.business-layout .btn-transparent:hover,
.business-layout nav.pagination .nav-links a:hover,
.business-layout nav.pagination .nav-links span.current {
    color: #fff;
}


/*About Us*/

.business-layout .about-panel:before {
    content: none;
}

.business-layout .about-panel .inner {
    color: inherit;
}


/*Services*/

.business-layout .service-panel {
    background-color: #f5f5f5;
}

.business-layout .service-panel .service-item {
    padding: 30px;
    background-color: #fff;
    border: 1px solid #d6d6d6;
    text-align: center;
}

.business-layout .service-panel .service-item .service-icon {
    width: 85px;
    height: 85px;
    margin: auto;
    padding: 17px;
    border-radius: 50%;
}

.business-layout .service-panel .service-item .service-icon img {
    width: 50px;
}

.business-layout .service-panel .service-item .content h5 {
    margin: 20px 0;
}

.business-layout .service-panel .read-btn a:after {
    content: '\f061';
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.business-layout .service-panel a:hover:after,
.business-layout .service-panel a:focus:after {
    right: -8px;
}


/*Team section*/

.business-layout .team {
    background-color: #ffffff;
}

.business-layout .team .team-info {
    position: relative;
    overflow: hidden;
    padding-bottom: 100px;
}

.business-layout .team .team-info figure {
    margin-bottom: 0;
    height: 300px;
}

.business-layout .team .team-info .team-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #f5f5f5;
    padding: 20px;
    height: 100px;
    text-align: center;
    overflow: hidden;
}

.business-layout .team .team-info:hover .team-content {
    height: 125px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    bottom: 0;
    color: #ffffff;
}

.business-layout .team .team-info:hover .info h5.team-name {
    color: #fff;
}

.business-layout .team .team-info .info p {
    margin-bottom: 0;
}

.business-layout .team .team-info .team-icon {
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
    text-align: center;
    z-index: 9;
}

.business-layout .team .team-info:hover .team-icon {
    opacity: 1;
    left: 0;
    bottom: 15px;
}

.business-layout .team .team-info .team-icon a {
    padding-right: 15px;
    display: inline-block;
    color: #ffffff;
}

.business-layout .team .team-info .team-icon a:last-child {
    padding-right: 0;
}


/*Testimonial*/

.business-layout .testimonial {
    background: #f5f5f5;
}

.business-layout .testimonial .content {
    padding: 30px;
}

.business-layout .testimonial .content .author {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 30px;
}

.business-layout .testimonial .content .author:after {
    position: absolute;
    content: '\f10d';
    font-family: 'Font Awesome 5 Free';
    color: #909090;
    color: #bfbfbf;
    right: 0;
    top: 15px;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    font-size: 30px;
}

.business-layout .testimonial .content .author:before {
    content: none;
}

.business-layout .testimonial .content .author .img img {
    width: 85px;
}

.business-layout .testimonial .slick-dots {
    text-align: center;
}


/*News*/

.business-layout .news {
    background-color: #fff;
}

.business-layout .news .inner {
    margin: 0;
    position: relative;
}

.business-layout .news .inner figure {
    height: 250px;
}

.business-layout .news .inner .news-content-wrap .date {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #ffffff;
    padding: 8px 20px;
}

.business-layout .news .inner .news-content-wrap .date span.month {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
}

.business-layout .news .inner .news-content-wrap .date span.day {
    font-size: 30px;
    line-height: 36px;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
}

.business-layout .news .inner .news-content-wrap {
    padding-left: 0;
    padding: 30px;
    background-color: #f3f3f3;
    display: block;
}

.business-layout .news .inner .news-content-wrap .news-content {
    padding: 0;
}


/*Projects*/

.business-layout .project-panel .grid:after {
    content: '';
    display: block;
    clear: both;
}

.business-layout .project-panel .button-group {
    display: table;
    margin: 0 auto 50px;
    text-align: center;
}

.business-layout .project-panel .button {
    padding: 10px 15px;
    border-radius: 3px;
    border: 0;
    color: #333;
    cursor: pointer;
    background-color: #e4e3e3;
    margin: 3px 3px;
}

.business-layout .project-panel .button:hover,
.business-layout .project-panel .button:focus {
    background-color: #ccc;
    color: #fff;
}

.business-layout .project-panel .button.is-checked {
    color: #fff;
}

.business-layout .project-panel .grid-item {
    margin: 10px;
    width: calc(33% - 20px);
    display: inline-block;
    height: 300px;
    overflow: hidden;
}

.business-layout .project-panel .grid-item .item-image {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.business-layout .project-panel .grid-item:hover .item-image {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.business-layout .project-panel .grid-item .overlay {
    background-color: rgb(0, 0, 0, 0.50);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.business-layout .project-panel .grid-item:hover .overlay {
    opacity: 1;
    visibility: visible;
}

.business-layout .project-panel .grid-item .overlay .item-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 18px;
}

.business-layout .project-panel .grid-item .overlay .item-title h4 a {
    color: #ffffff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 600;
}

@media only screen and (max-width: 991px) {
    .business-layout .service-panel .service-item,
    .business-layout .news .inner {
        margin-bottom: 30px;
    }
    .business-layout .service-panel .row>div:last-child,
    .business-layout .news .row>div:last-child {
        margin: auto;
    }
}

@media only screen and (max-width: 767px) {
    .business-layout .project-panel .grid-item {
        margin: 0;
        margin-bottom: 25px;
        width: 100%;
        height: 250px;
    }
}


/*--------------------------------------------------------------
# Medical Layout
--------------------------------------------------------------*/


/*Primary color: #0e54ae
Secondary color: #063e87*/

.medical-layout footer.site-footer .bottom-footer {
    border-top: 1px solid #fff;
}

.medical-layout .primary-btn:hover,
.medical-layout .btn-transparent:hover,
.medical-layout nav.pagination .nav-links a:hover,
.medical-layout nav.pagination .nav-links span.current {
    color: #fff;
}


/*About Us*/

.medical-layout .about-panel:before {
    content: none;
}

.medical-layout .about-panel .inner {
    color: inherit;
}


/*Services*/

.medical-layout .service-panel {
    background-color: #f5f5f5;
}

.medical-layout .service-panel .service-item {
    margin: 10px;
}

.medical-layout .service-panel .service-item .content {
    background-color: #ffffff;
    padding: 30px;
}

.medical-layout .service-panel .service-item .content h5 {
    margin-bottom: 20px;
}


/*Testimonial*/

.medical-layout .testimonial {
    background: #fff;
}

.medical-layout .testimonial .content {
    padding: 30px;
}

.medical-layout .testimonial .content .author {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 30px;
}

.medical-layout .testimonial .content .author:after {
    position: absolute;
    content: '\f10d';
    font-family: 'Font Awesome 5 Free';
    color: #bfbfbf;
    right: 0;
    top: 15px;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    font-size: 30px;
}

.medical-layout .testimonial .content .author:before {
    content: none;
}

.medical-layout .testimonial .content .author .img img {
    width: 85px;
}

.medical-layout .testimonial .slick-dots {
    text-align: center;
}


/*News*/

.medical-layout .news {
    background-color: #f5f5f5;
}

.medical-layout .news .inner {
    margin: 0;
    position: relative;
}

.medical-layout .news .inner figure {
    height: 250px;
}

.medical-layout .news .inner .news-content-wrap .date {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #ffffff;
    padding: 8px 20px;
}

.medical-layout .news .inner .news-content-wrap .date span.month {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
}

.medical-layout .news .inner .news-content-wrap .date span.day {
    font-size: 30px;
    line-height: 36px;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
}

.medical-layout .news .inner .news-content-wrap {
    padding-left: 0;
    padding: 30px;
    background-color: #fff;
    display: block;
}

.medical-layout .news .inner .news-content-wrap .news-content {
    padding: 0;
}

@media (max-width: 991px) {
    .medical-layout .open .main-nav .ham-wrap span {
        background-color: #fff;
    }
    .medical-layout .news .inner {
        margin-bottom: 30px;
    }
}


/*--------------------------------------------------------------
# Dark Layout
--------------------------------------------------------------*/

body.dark-layout,
body.dark-layout .scroll-top,
body.dark-layout .site-header .main-nav,
body.dark-layout .site-header .main-nav .menu li .sub-menu,
body.dark-layout section.counter-panel,
body.dark-layout section.event .event-inner,
body.dark-layout section.news .inner .news-content-wrap,
body.dark-layout footer.site-footer .bottom-footer {
    background-color: #222;
    color: #ffffff;
}

body.dark-layout a {
    color: #ffffff;
}

body.dark-layout ins,
body.dark-layout mark {
    color: #333;
}

body.dark-layout .site-header .top-bar,
body.dark-layout section.about-panel,
body.dark-layout section.causes-panel .causes-item,
body.dark-layout section.testimonial .content,
body.dark-layout section.team,
body.dark-layout section.event,
body.dark-layout section.news,
body.dark-layout footer.site-footer .newsletter .hotline-box {
    background-color: #333;
}

body.dark-layout section.help-panel .grid .grid-item .element-text,
body.dark-layout section.mission-panel .overlay {
    background-color: rgba(0, 0, 0, 0.60);
}

body.dark-layout .testimonial {
    background: none;
}

body.dark-layout .site-header .top-bar .top-icons {
    background-color: #252525;
}

body.dark-layout .site-header .top-bar .top-icons li a:not(#search-btn) img {
    filter: invert(1);
}

body.dark-layout section.causes-panel .causes-item .content .progress .progress-bar:after {
    -webkit-box-shadow: 0 1px 8px #222;
    box-shadow: 0 1px 8px #222;
}

body.dark-layout section.testimonial .content {
    -webkit-box-shadow: 0 0 9px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 9px 0px rgba(0, 0, 0, 0.3);
}

body.dark-layout footer.site-footer .newsletter {
    background-color: #333;
}

body.dark-layout footer.site-footer .newsletter .hotline-box {
    background-color: #484848;
}

body.dark-layout footer.site-footer {
    background-color: #111;
}

body.dark-layout.woocommerce-account .woocommerce-MyAccount-navigation ul li:not(.is-active) a {
    background: none;
}

body.dark-layout.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
body.dark-layout #add_payment_method #payment,
body.dark-layout .woocommerce-cart #payment,
body.dark-layout .woocommerce-checkout #payment,
body.dark-layout .woocommerce-checkout #payment a,
body.dark-layout .woocommerce-info a {
    color: #333;
}

body.dark-layout.woocommerce .woocommerce-breadcrumb,
body.dark-layout.woocommerce .woocommerce-breadcrumb a {
    color: #fff;
}

@media (max-width: 991px) {
    body.dark-layout #primary-menu a {
        color: #333;
    }
    body.dark-layout #primary-menu .sub-menu {
        background: #fff;
    }
}