/**
 * 1.0 - Normalize
 * 31. Home page 4 layout css
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}


abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

code,
kbd,
pre,
samp {
	font-size: 1em !important;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}

/**
 * 2.0 - Typography
 */


button,
input,
select,
textarea {
	color: #1a1a1a;
	font-family: Merriweather, Georgia, serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin-top: 0;
	text-rendering: optimizeLegibility;
}

p {
	margin: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}



blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
 {
	position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-image: url(../../images/special-qoutation-left.png);
    width: 30px;
    height: 26px;
}

blockquote p {
	margin-bottom: 1.4736842105em;
}

blockquote cite,
blockquote small {
	color: #1a1a1a;
	display: block;
	font-size: 16px !important;
	font-size: 1rem;
	line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

blockquote > :last-child {
	margin-bottom: 0;
}

address {
	font-style: italic;
	margin: 0 0 1.75em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
}

pre {
	border: 1px solid #d1d1d1;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code {
	background-color: #d1d1d1;
	padding: 0.125em 0.25em;
}

abbr,
acronym {
	border-bottom: 1px dotted #d1d1d1;
	cursor: help;
}

mark,
ins {
	background: #007acc;
	color: #fff;
	padding: 0.125em 0.25em;
	text-decoration: none;
}

big {
	font-size: 125%;
}


/**
 * 3.0 - Elements
 */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: /*#1a1a1a;*/ #fff;
	/* Fallback for when there is no custom background color defined. */
}
hr {
	background-color: #d1d1d1;
	border: 0;
	height: 1px;
	margin: 0 0 1.75em;
}

ul,
ol {
	margin: 0 0 1.75em 1.25em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
	margin-left: 1.5em;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin: 0 0 1.75em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 1.75em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	vertical-align: middle;
}

del {
	opacity: 0.8;
}

table,
th,
td {
	border: 1px solid #d1d1d1;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	/*table-layout: fixed;*/
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 0.4375em;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}

:-moz-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}

::-moz-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}


/**
 * 4.0 - Forms
 */

input {
	line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	background: #1a1a1a;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-weight: 700;
	letter-spacing: 0.046875em;
	line-height: 1;
	padding: 0.84375em 0.875em 0.78125em;
	text-transform: capitalize;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #007acc;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	background: #f7f7f7;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #686868;
	padding: 10px 20px;
	width: 100%;
	font-size:14px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	background-color: #fff;
	border-color: #f0f0f0;
	color: #1a1a1a;
	outline: 0;
}


.post-password-form {
	margin-bottom: 1.75em;
}

.post-password-form label {
	color: #686868;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 1.75em;
	text-transform: capitalize;
}

.post-password-form input[type="password"] {
	margin-top: 0.4375em;
}

.post-password-form > :last-child {
	margin-bottom: 0;
}

/**
 * 5.0 - Alignments
 */

.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

blockquote.alignleft {
	margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
	margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
	margin-bottom: 1.473684211em;
}


/**
 * 6.0 - Clearings
 */

.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
    content: "";
	display:table;
}

blockquote:before,
blockquote:after {
	position: absolute;
    content: "\f10d";
    left: 0;
    top: 0;
    width: 30px;
    height: 26px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 35px;
    color: #FFCA00;
}

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
	clear: both;
}

/**
 * 7 - Galleries
 */

.gallery {
	margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}




/*---------------------------------------------
				CONTENT
-----------------------------------------------
01. Global css 
 
02. Header Section
	01.	Header Top
	02. Mainmenu
    03. Header Style Three

03. Slider Section

04. Donation Box Section	 

05. Gallery Section
	 
06. Running Project Section Section
    01. Project Single Page

07. Donator Section

08. Upcomimg Events

09. Twitter Section
	 
10. Helping Section

11. Causes Section Style Two

12. Donation Box Style Two

13. Volunteer/Team Section

14. Event Section Style Two

15. Gallery Style - 4 Grid

16. Twitter Style Two

17. Home Blog Section

18. Careing section 

19. Photo Gallery

20. Online Shoping Section
    01. Product grid
    02. Product list
    03. Product Page Sidebar
    04.Product Details Page

21. Parents Logo Section

22. Breadcrumb section

23. Causes Single Page

24. Comment Form

25.Team Single Page 

26. Event Single page

27. Gallery Style - 5 Grid

28. Contact Page

29. Cart Page

30. 404 Page

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

* {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Poppins', sans-serif;
    color:#4b4b4b;
    font-size: 15px;
    line-height: 24px;
}
p {
    line-height: 26px;
	margin-bottom:20px;
}
h4 {
    font-weight: 600;
    font-size: 20px;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
a, a:hover {
    text-decoration: none;
}
a:focus {
    text-decoration: none;
}
.price_slider_amount button.button,
.button,
.form-submit .submit,
.give-submit.give-btn,
.comment-form .button, .form-submit .submit {
    font-size: 14px;
    display: inline-block;
    color: #000;
    padding: 13px 19px;
    line-height: 1;
    text-transform: capitalize;
    font-weight: 700;
    border-radius: 1px;
    outline: none;
    border: 2px solid #FFCA00;
    box-shadow: inset 6px 5px 27px 22px #FFCA00, inset 1px 0px 0px 0px #FFCA00;
    transition: .3s;
}
.price_slider_amount button.button {
    padding: 5px 15px !important;
    display: inline-block;
    font-size: 15px;
    margin-top: 15px !important;
}
.price_slider_amount button.button:hover,
.button:hover,
.form-submit .submit:hover {
    border: 2px solid #FFCA00;
    background-color: #FFF;
    color: #000;
    box-shadow: inset 0px 0px 0px 0px #FFCA00, inset 0px 0px 0px 0px #FFCA00;
}
.btn-two{
    font-size: 14px;
    display: inline-block;
    color: #000;
    padding: 13px 19px;
    line-height: 1;
    text-transform: capitalize;
    font-weight: 700;
    border-radius: 1px;
    outline: none;
    border: 2px solid #FFCA00;
    background-color: #FFF;
    transition: .3s;
    box-shadow: inset 0px 0px 0px 0px #FFCA00, inset 0px 0px 0px 0px #FFCA00;
}
.btn-two:hover {
    color: #000;
    border: 2px solid #FFCA00;
    box-shadow: inset 6px 5px 27px 22px #FFCA00, inset 1px 0px 0px 0px #FFCA00; 
}

.section-padding {
    padding: 120px 0px;
}
.blog-list, .single-page, .single-projects, .cause-sigle, .single-event-page, .single-archive, .pages {
    padding: 120px 0px;
}
.pages {
    padding: 120px 0px 0;
}
.s-bg {
    background: #F7F7F7;
}
.section-overlay {
    background: rgba(0,0,0,0.5);
}
.section-heading {
    overflow: hidden;
    text-align: center;
    padding-bottom: 58px;
}
.section-heading span {
    display: inline-block;
    line-height: 1;
    margin-bottom: 13px;
	font-size: 40px;
}
.section-heading [class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-size: 50px;
    margin: 0;
    color:  #FFCF18;
}
.section-heading h3 {
    font-size: 36px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.section-heading p {
    line-height: 26px;
    color: #4b4b4b;
    width: 50%;
    margin: 0 auto;
}
.showing-result-box {
    overflow: hidden;
    border: 1px solid #F0F0F0;
    padding: 12px 25px;
    margin-bottom: 40px;
}
.rusult-number {
    float: left;
}
.rusult-number p {
    font-size: 14px;
    line-height: 35px;
}
.rusult-number p span {
    color: #FFCA00;
}
.search-result-right {
    float: right;
}
.search-result-right form {
    float: left;
    position: relative;
    margin-right: 20px;
}
.search-result-right input {
    border: 1px solid #F4F4F4;
    padding: 5px 25px;
    width: 198px;
    font-size: 14px;
    outline: none;
}
.search-result-right button {
    border: none;
    background: none;
    color: #707070;
    position: absolute;
    right: 20px;
    top: 8px;
}
.search-result-right button i {
    
}
.search-result-right .grid-icon {
    float: left;
}
.grid-icon i {
    font-size: 17px;
    line-height: 35px;
    color: #696969;
    margin: 0 4px;
}
.grid-icon i:hover {
    color: #FFEF7D;
}
.grid-icon i:last-of-type {
    margin-right: 0;
}
/* Pagination */
.pagination-div {
    text-align: center;
}
.pagination {
    margin: 30px 0 23px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #333333;
    background-color: transparent;
    border-color: #F7F7F7;
}

.pagination>li>a.pagination-dot-dot {}

/*=================================
02. Header Section
==================================*/ 
/* Header Top */
.header-top {
    padding: 38px 0;
}
.logo {
    float: left;
}
.header-top-right {
    float: right;
}
.header-top-right ul {}
.header-top-right ul li {
    float: left;
    margin-left: 30px;
}
.header-top-right ul li span {
    float: left;
}
.header-top-right ul li [class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    margin: 0;
    color: #FFCA00;
    font-size: 35px;
    line-height: 39px;
}
.header-top-contact {
    float: left;
    margin-left: 12px;
	max-width: 210px;
}
.header-top-contact h5 {
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}
.header-top-contact h6 {
    color: #ffca00;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
}
/* Header Top event style */
.header-top-right {}
.header-top-right h5 {
    float: none;
    font-size: 16px;
    color: #212121;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 15px;
}
.header-top-right h5.top-event-heading {
    float: left;
	max-width: 150px;
}
.header-top-right .event-time {
    float: none;
    display: inline-table;
    margin: 0;
    margin: -30px 30px 0;
}
.header-top-right .button {
    float: right;
}
.header-top-right .time_circles > div:after {
    display: none;
}
.header-top-right .time_circles > div > span {
    color: #212121;
}
.header-top-right .time_circles > div > h4 {
    color: #212121;
}

		/* 02. Mainmenu */

.mainmenu-area {
    background: #FFCA00;
    position: relative;
}
#menu-fixed {
    position: relative;
    max-width: 100%;
    z-index: 999;
	
}

#menu-fixed.clone {
    position:fixed;
    top:-75px;
    left: 0;
    right: 0;
    z-index:999;
    -webkit-transition:0.5s;
    transition:0.5s;
}
body.down #menu-fixed.clone {
    top: 0;
    backface-visibility: hidden;
}

.mainmenu-area a.logo-menu img{
    float: left;
    width:0;
}
body.down #menu-fixed.clone.mainmenu-area a.logo-menu img {
	margin-right: 99px;
    padding-top: 20px;
    max-width: 200px;
    width: 20%;
}
body.down #menu-fixed.clone .mainmenu-icon {
    display: none;
}
body.down #menu-fixed.clone .donation a {
    padding: 15px 28px;
    font-size: 11px;
    margin-top: 10px;
}
.mainmenu-area.clone .site-title {
	display:block;
}

.navbar-brand {
	padding:0;
}
/* Menu */
.navbar {
	float:left;
}
.navbar-collapse {
	margin-left:-23px;
	padding-left:0;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.navbar {
    margin-bottom: 0;
    border: 0;
}
.navbar-default .navbar-nav>li>a {
	font-size:16px;
	text-transform:capitalize;
	color:#000;
	font-weight: 600;
    letter-spacing: 0.05em;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
}
.navbar-nav>li>a {
    padding: 25px 23px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: transparent;	
}

/* dropdown */

.navbar-nav li ul  {
    -webkit-transition: all .35s;	
    transition: all .35s;
    padding: 0 0;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    margin: 0px 0 0;
    font-size: 14px;
    border: none;
    border-radius: 0px;
	min-width: 240px;
    background: #F4F4F4;
}
.navbar-nav>li.dropdown>ul.dropdown-menu {
	top: 86px;
	left:0;	
}
/* Menu li Plus Minus */
.navbar-nav>li.dropdown a span {
	position: relative;
}
.navbar-nav>li.dropdown>.dropdown-menu>li.dropdown>a:after,
.navbar-default .navbar-nav>li.dropdown>a:after,
.navbar-nav>li.dropdown a span::after {
    content: "\f0d7 ";
    position: absolute;
    font-family: FontAwesome;
    right: 10px;
    top: 25px;
    font-size: 14px;
}

.navbar-nav>li.dropdown>.dropdown-menu>li.dropdown>a:after {
    content: "\f0d7 ";
    position: absolute;
    font-family: FontAwesome;
    right: 14px;
    font-size: 14px;
}

.navbar-nav>li.dropdown.active>a span::before, .navbar-nav>li.dropdown.active>a span::after {
	color: #fff;
}
.navbar-nav>li.dropdown:hover a span::after {

}
.navbar-nav>li.dropdown:hover>ul.dropdown-menu {
    top: 70px;
    left: 0;
}
.dropdown-menu li {
	border-bottom: 1px solid #ddd;
	position: relative;
}
.dropdown-menu li:last-child {
	border-bottom: none;
}
.dropdown-menu li a {
    color: #222222;
    padding: 14px 26px 14px 15px;
    text-transform: capitalize;
    word-spacing: 3px;
	z-index:1;
    -webkit-transition: .4s;
    transition: .4s;
	font-size: 13px;
    font-weight: 500;
    line-height: 1;
}
.dropdown-menu li a:focus, .dropdown-menu li a:hover {
	background: #FFCA00;
	color: #fff;
	padding-left: 23px;
}

/* Sub-dropdown */
.dropdown-menu>li.dropdown>ul.dropdown-menu {
    -webkit-transition: all .35s;
    transition: all .35s;
    top: 0;
    left: 100%;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);;	
}
.dropdown-menu>li.dropdown:hover>ul.dropdown-menu {

}
/* Active Menu Style */
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: transparent;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #FFCA00;
    outline: 0;
	padding-left: 23px;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #FFCA00;
    border-color: #337ab7;
}
/* Multiple Menu style */
.navbar-nav>li.dropdown>.dropdown-menu>li.dropdown>a  {

}
.navbar-nav>li.dropdown>.dropdown-menu li.dropdown>a span  {
	display: block;
}
.navbar-nav>li.dropdown>.dropdown-menu>li.dropdown>a:after,
.navbar-nav>li.dropdown>.dropdown-menu li.dropdown>a span::after  {
    content: "\f0da";
    top: 15px;
}
/* Mainmenu Right */
.mainmenu-right {
	float:right;
}
.mainmenu-icon {
    float: left;
    margin-right: 20px;
}
.search-box {
	float:left;
    padding: 24px 0;
}
.search-box i {
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}
.search-box i.first_click {
    color: #000;
}
.chart-icon {
    float: right;
    position: relative;
    padding: 27px 21px 10px 23px;
    display: inline-block;
    margin-left: 5px;
    cursor: pointer;
}
.chart-icon i {
    font-size: 17px;
    color: #000000;
    position: relative;
}
.chart-icon span.chart-number {
    position: absolute;
    left: 9px;
    top: -10px;
    font-size: 12px;
    border-radius: 100%;
    height: 17px;
    font-weight: 700;
    text-align: center;
    background: #000;
    color: #FFCA00;
    line-height: 18px;
    padding: 0 5.5px;
}
.chart-icon .cart-list {
    position: absolute;
    top: 90px;
    opacity: 0;
    -webkit-transition: .35s;
    transition: .35s;
    visibility: hidden;
    background: #fff;
    width: 285px;
    padding: 13px 20px 20px;
    right: -20px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
}
.chart-icon:hover .cart-list {
	top: 45px;
    opacity: 1;
    visibility: visible;
    font-family: 'Popins', sans-serif;
}
.chart-icon .cart-list li {
    border-bottom: 1px solid #F4F4F4;
    padding: 11px 0px;
    overflow: hidden;
}
.chart-icon .cart-list li:first-child {
    padding-top: 0;
}
.chart-icon .cart-list li:last-child {
    padding-bottom: 0;
	border-bottom: none;
}
.chart-icon .cart-list li img {
    float: left;
    width: 40px !important;
    padding: 0 !important;
    margin-right: 11px !important;
    height: 52px;
}
.chart-icon .cart-list li .cart-selected-product {
	float: left;
	display: inline-block;
	font-family: 'Poppins', sans-serif;
}
.chart-icon .cart-list li .cart-selected-product h3 {
    line-height: 15px;
    margin-bottom: 9px;
}
.chart-icon .cart-list li .cart-selected-product h3 a{
    color: #000;
    font-size: 15px;
    padding: 0px;
	text-decoration: none;
	-webkit-transition: .2s;
	transition: .2s;
}
.chart-icon .cart-list li .cart-selected-product h3 a:hover{
	color: #FFCA00;
}
.chart-icon .cart-list li .cart-selected-product span {
	font-size: 14px;
    margin-right: 10px;
}
.chart-icon .cart-list li .cart-selected-product span.cart-select-quantity {

}
.chart-icon .cart-list li .cart-list-delate {
	float: right;
}
.chart-icon .cart-list li .cart-list-delate i {
    font-size: 14px;
    text-align: right;
    color: #FFCA00;	
}
.cart-select-total {}
.cart-select-total h3 {
    color: #000;
    font-weight: 400;
    display: inline-block;
    float: left;
    font-size: 15px;
    margin-right: 5px;
    line-height: 16px;
}
.cart-select-total a {
    float: right;
    text-decoration: none;
    background: #FFCA00;
    color: #fff;
    -webkit-transition: .2s;
    transition: .2s;
    padding: 5px 18px;
    border-radius: 3px;
	font-size:15px;
}
.cart-select-total a:hover{
	background: #FFCA00 ;
}
.search-box-text {}
.search-box-text #all-search {
    border: none;
    padding: 5px 0px;
    background: #000000;	
    position: absolute;	
    margin: 0 auto;
    left: 0;
	right:0;
    height: 100%;
    width: 0%;	
    text-align: center;	
	-webkit-transform: rotate3d(1,0,0,90deg);
    -moz-transform: rotate3d(1,0,0,90deg);
    -ms-transform: rotate3d(1,0,0,90deg);
    -o-transform: rotate3d(1,0,0,90deg);
    transform: rotate3d(1,0,0,90deg);
    -webkit-transition: .4s;
    transition: .4s;
	color: #fff;
	outline: none;
	visibility: hidden;
}
.search-box-text #all-search::-webkit-input-placeholder {
  color: #fff;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 400;
}
.search-box-text #all-search:-moz-placeholder {
  color: #fff;
}
.search-box-text #all-search::-o-placeholder {
  color: #fff;
}
.search-box-text #all-search:-ms-input-placeholder {
  color: #fff;
}
.search_box  #all-search {
	-webkit-transform: rotate3d(0,0,0,00deg);
    -moz-transform: rotate3d(0,0,0,00deg);
    -ms-transform: rotate3d(0,0,0,00deg);
    -o-transform: rotate3d(0,0,0,00deg);
    transform: rotate3d(0,0,0,00deg);
    width: 100%;
	visibility: visible;	
}

.second_click {
	display:none;
	position: relative;
	z-index: 999999999;
}

.donation {
    float: right;
}
.donation a {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 25px 28px 26px;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 0px;
}

    /* 03. Header Style Three */
#header-style-two {
    position: absolute;
    top: 0;
    width: 100%;
}
#header-style-two .mainmenu-area a.logo-menu:nth-child(2) img {
    display: none;
}
#header-style-two .mainmenu-area a.logo-menu img {
    width: inherit;
    padding-top: 13px;
}
#header-style-two .nav-menu {
    float: left;
}
.right-side {
    float: right;
}
#header-style-two .mainmenu-area {
    background: rgba(0,0,0,0.1);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5);
}
.light-menu .navbar-default .navbar-nav>li>a {
    color: #fff;
}
.light-menu .navbar-default .navbar-nav>li>a:hover {
    color: #FFCA00;
}
.light-menu .navbar-default .navbar-nav>.active>a, .light-menu .navbar-default .navbar-nav>.active>a:focus, .light-menu .navbar-default .navbar-nav>.active>a:hover {
    color: #FFCA00;
}
.light-menu .navbar-nav>li.dropdown.active a span::before, .light-menu .navbar-nav>li.dropdown.active a span::after {
    color: #FFCA00;
}
.light-menu .search-box i.first_click {
    color: #fff;
}
.light-menu .chart-icon i {
    color: #fff;
}
.light-menu .chart-icon span.chart-number {
    background: #FFCA00;
    color: #fff;
}


#header-style-two .mainmenu-icon {
    float: none;
    margin-right: 0;
}
#header-style-two .chart-icon {
    padding: 27px 11px 22px 23px;
}
#header-style-two .search-box i {
    width: 18px;
    height: 18px;
}
body.down #header-style-two .mainmenu-area {
    background: #FFCA00;
}

body.down #header-style-two #menu-fixed.clone.mainmenu-area a.logo-menu:nth-child(2) img {
    display: block;
}
body.down #header-style-two #menu-fixed.clone.mainmenu-area a.logo-menu img {
    width: inherit;
    margin-right: 0;
    padding-top: 18px;
}
body.down #header-style-two #menu-fixed.clone .mainmenu-icon {
    display: block;
}
/*=================================
03. Slider Section
==================================*/ 
.slider-section {
  overflow:hidden;  
}
.slider-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    opacity: .5;
}
.item img {
    width: 100%;
    height: auto;
}
.slider-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}
.slider-content-inner {
    margin: -15px;
    color: #fff;
    overflow: hidden;
}
.slider-content-inner h1, .slider-content-inner h2, .slider-content-inner h3, .slider-content-inner h4, .slider-content-inner .slider-button {
    -webkit-transition: .7s;
    transition: .7s;
    text-transform: capitalize;
}
.slider-content-inner h2 {
    font-size: 30px;
}
.slider-content-inner h1 {
    font-size: 60px;
    color: #ffca00;
    margin: 11px 0 0px;
    line-height: 1;
    font-weight: 600;
}
.slider-content-inner h4 {
    font-size: 40px;
    font-weight: 400;
}
.slider-content-inner p {
    -webkit-transition: .7s;
    transition: .7s;
    font-size: 16px;
    line-height: 30px;
    margin: 13px 0 30px;
    width: 100%;
    max-width: 555px;
}
.slider-content-inner h2,
.slider-content-inner h3,
.slider-content-inner h4,
.slider-content-inner p {
	transform: rotate3d(-173,0,0,90deg);
	opacity:0;
}
.item.active .slider-content-inner h2,
.item.active .slider-content-inner h3,
.item.active .slider-content-inner h4,
.item.active .slider-content-inner p{
	opacity:1;
	transform:rotate3d(0,0,0,0deg);
}
.slider-content-inner .slider-button {
	transform: translateY(60px);
	opacity:0;
}
.item.active .slider-button {
	transform: translateY(0px);
	opacity:1;
}
.slider-content-inner h1 {
    opacity: 0;
    margin-left: -100%;
}
.item.active .slider-content-inner h1 {
    opacity: 1;
    margin-left: 0;
    -webkit-transition-duration: 2s;
    transition-duration: 2s;
}
.item.active .delay {
	-webkit-transition-delay:.4s;
	transition-delay:.4s;
}
.item.active .delay1 {
	-webkit-transition-delay:.05s;
	transition-delay:.05s;
}
.item.active .delay2 {
	-webkit-transition-delay:.77s;
	transition-delay:.77s;
}

.item.active .delay3 {
	-webkit-transition-delay:1.11s;
	transition-delay:1.11s;
}
.item.active .delay4 {
	-webkit-transition-delay:1.555s;
	transition-delay:1.555s;
}
.carousel-control.left, .carousel-control.right {
    background-image: none;
    filter: none;
    background-repeat: no-repeat;
}

.carousel-control {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    width: 42px;
    height: 42px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: none;
    background-color: #9A9C99;
	line-height:46px;
    opacity: 1;
    transform: translateY(-50%)
}

.carousel-control:focus{
	 opacity: 1;
}

.carousel-control:hover {
    color: #fff;
    text-decoration: none;
	background:#FFCA00;
    opacity: 1;
}
    /* Slider Style Two */
.slider-style-two {
    text-align: center;
}
.slider-style-two .slider-content {
    width: 100%;
    left: 0;
}
.slider-style-two .slider-content-inner h1 {
    letter-spacing: -37px;
    margin-left: 0;
}
.slider-style-two .item.active .slider-content-inner h1 {
    font-size: 72px;
    letter-spacing: inherit;
    -webkit-transition-duration: 1.1s;
    transition-duration: 1.1s;
}
.slider-style-two .slider-content-inner h3 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 18px;
    line-height: 1;
}
.slider-style-two .slider-content-inner h2 {
    font-size: 30px;
    letter-spacing: 6px;
    font-weight: 700;
    line-height: 1;
    position: relative;
    display: inline-block;
}
.slider-style-two .slider-content-inner h2:before, .slider-style-two .slider-content-inner h2:after {
    content: "";
    position: absolute;
    height: 6px;
    width: 0px;
    top: 11px;
    -webkit-transition-duration: 2s;
    transition-duration: 2s;
}
.slider-style-two .item.active .slider-content-inner h2:before, .slider-style-two .item.active .slider-content-inner h2:after {
    width: 166px;
}
.slider-style-two .slider-content-inner h2:before {
    left: -177px;
    background: url(../../images/slider-h2-before.png);
}
.slider-style-two .slider-content-inner h2:after {
    right: -177px;
    background: url(../../images/slider-h2-after.png);
 
}
.slider-style-two .slider-content-inner p {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    max-width: inherit;
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 700;
    margin-top: 20px;
}

/*=================================
04. Donation Box Section
==================================*/
.donation-section {
    padding-bottom: 14px;
}
.donation-box {
    overflow: hidden;
    padding: 30px 15px;
    background: #fff;
    transform: translateY(-66px);
    box-shadow: 0px 2px 5px #ddd;    
}
.donation-box-left {
    overflow: hidden;
}
.donation-box-left img {
    width: 100%;
}
.donation-box-right {
	position: relative;
}
.donation-box-right h2 {
    color: #000;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 26px;
}
.donation-form {}
.fixed-ammount {
    margin-bottom: 5px;
    overflow: hidden;
}
.ammount-button {
    color: #696969;
    font-size: 16px;
    font-weight: 500;
    padding: 11px 25px 11px 35px;
    border: 1px solid #F0F0F0;
    margin-bottom: 9px;
    display: inline-block;
    line-height: 1;
    margin-right: 3px;
    position: relative;
    cursor: pointer;
}
.ammount-button:hover {
    color: #696969;
}
.ammount-button:before {
    position: absolute;
    left: 13px;
    font-family: FontAwesome;
    content: "\f111";
}
.select-ammount-buttton.ammount-button {
    background: #FFCA00;
    border-color: #FFCA00;
    color: #000;
}
.select-ammount-buttton.ammount-button:hover {
    color: #000;
}
.select-ammount-buttton.ammount-button:before {
    content: "\f058";
}
.ammount-button:last-child {
    margin-right: 0;
}
.donation-form input {
    border: 1px solid #F0F0F0;
    padding: 10px 17px;
    margin-bottom: 15px;
    outline: none;
}
.donation-form input:focus {
    border-color: #FFCA00
}
.donation-form input::-webkit-input-placeholder {
  color: #696969;
  font-size: 15px;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.donation-form input:-moz-placeholder {
  color: #696969;
}
.donation-form input::-moz-placeholder {
  color: #696969;
}
.donation-form input:-ms-input-placeholder {
  color: #696969;
}
.full-width-input, .donation-form select {
    width: 100%;
    border: 1px solid #F0F0F0;
    padding: 10px 17px;
    color: #696969;
    font-size: 15px;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
    outline: none;
}
.full-width-input, .donation-form select:focus {
    border-color: #FFCA00;
}
.falf-width-input {
    width: 49%;
    float: left;
}
.falf-width-input:nth-child(odd) {
    margin-right: 2%;
}
.payment-card {
	position: absolute;
	right: 20px;
	bottom: 10px;
}
.donation-two .donation-box{
	padding-bottom: 0;
}
.donation-two .give-donation-amount {
    display: none;
}
.donation-two .give-form-title{
	color: #000;
	font-size: 40px;
	line-height: 1;
	margin-bottom: 26px;
	font-weight: 500;
}
.donation-two .give-btn{
	background: transparent;
	position: relative;
	padding: 11px 10px;
	font-weight: 500;
}
.donation-two .give-btn:before{
	content: "\f111";
	font-family: "FontAwesome";
	margin-right: 10px;

}
.donation-two .give-btn.give-default-level{
	background-color: #FFCA00;
	color: #000;
	border: 1px solid #FFCA00;
}
.donation-two .give-btn.give-default-level:before{
	content: "\f058";
	font-family: "FontAwesome";
	margin-right: 10px;

}
.donation-two .give-submit.give-btn{
	font-size: 14px;
	display: inline-block;
	color: #000;
	padding: 13px 19px;
	line-height: 1;
	text-transform: capitalize;
	font-weight: 700;
	border-radius: 1px;
	outline: none;
	border: 2px solid #FFCA00;
	box-shadow: inset 6px 5px 27px 22px #FFCA00, inset 1px 0px 0px 0px #FFCA00;
	transition: .3s;
	position: relative;
}
.donation-two .give-submit.give-btn::after{
	content: "\f004";
	font-family: "FontAwesome";
	position: absolute;
}
.donation-two .give-submit.give-btn:hover{
	border: 2px solid #FFCA00;
	background-color: #FFF;
	color: #000;
	box-shadow: inset 0px 0px 0px 0px #FFCA00,
	inset 0px 0px 0px 0px #FFCA00;
}
/*=================================
03. Causes Section
==================================*/
.causes-section, .causes-section-two {
    background: #FAFAFA;
    overflow: hidden;
}
.causes {
    overflow: hidden;
    margin: 0 -15px;
}
.single-causes-box {
    -webkit-transition: .2s;
    transition: .2s;
    margin-bottom: 30px;
}
.single-causes-box:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.causes-img {
    overflow: hidden;
    backface-visibility: hidden;
}
.causes-img img {
    width: 100%;
    -webkit-transition: .3s;
    transition: .3s;
}
.single-causes-box:hover .causes-img img {
    -webkit-transform: scale(1.09);
    -moz-transform: scale(1.09);
    -ms-transform: scale(1.09);
    -o-transform: scale(1.09);
    transform: scale(1.09);    
}
.causes-content {
    border-width: 1px 1px 1px 1px;
    background: #fff;
    border-style: solid;
    border-color: #F0F0F0;
    padding: 30px;
    position: relative;
    -webkit-transition: .2s;
    transition: .2s;
}
.causes-content h4 {
    font-size: 20px;
    font-weight: 600;
    color: #212121;
    margin-bottom: 6px;
}
.causes-content h4 a {
    color: #212121;
    -webkit-transition: .1s;
    transition: .1s;
}
.causes-content h4 a:hover {
    color: #FFCA00;
}
.causes-content p {
    color: #707070;
    line-height: 26px;
    margin-bottom: 29px;
}
.causes-content h5 {
    color: #212121;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.causes-content h5:last-of-type {
    color: #FFCA00;
    margin-bottom: 24px;
}
.causes-content h5 span {
    width: 25%;
    display: inline-block;
}
/* Progressbar Style */
.causes-content .progressbar {
    display: inline-block;
    width: 90px;
    position: absolute;
    bottom: 63px;
    right: 30px;
}
.circle {
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    text-align: center;
}
.circle canvas {
    vertical-align: middle;
}
.circle div {
    position: absolute;
    top: 34px;
    left: 3px;
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #212121;
}
.load-all-element {
    display: block;
    text-align: center;
    padding-top: 60px;
}
.causes-section .load-all-element {
    padding-top: 30px;
}
.causes-all {
    padding-bottom: 90px;
}
.causes-grid-one {
    margin: 0;
}
/*=================================
05. Gallery Section
==================================*/
.gallery {
    overflow: hidden;
}
.gallery-menu {
    text-align: center;
    margin-bottom: 32px;
}
.gallery-menu ul li {
    display: inline-block;
    font-size: 14px;
    color: #0d0d0d;
    text-transform: capitalize;
    font-weight: 500;
    padding: 0 27px;
    line-height: 1;
    position: relative;
    cursor: pointer;
}
.gallery-menu ul li.is_selected {
    color: #F1CC2D;
}
.gallery-menu ul li:after {
    content: "-";
    position: absolute;
    right: -3px;
}
.gallery-menu ul li:last-child:after {
    display: none;
}
.single-item {
    margin-bottom: 15px;
    padding: 0 0;
    overflow: hidden;
	width: 32.48%;
}
.single-item::after {
  content: '';
  display: block;
  clear: both;
}
.gallery-img {
    position: relative;
    overflow: hidden;
}
.gallery-img img {
    width: 100%;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,202,0,0.72);
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}
.gallery-img:hover .overlay {
    opacity: 1;
    visibility: visible;
}
.gallery-content {
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    display: table;
}
.gallery-content i {
    font-size: 18px;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 43px;
    border-radius: 100%;
    background: #F0C218;
    border: 2px solid #fff;
    transform: translateY(35px);
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
}
.gallery-content i:hover {
    background: #fff;
    border-color: #000;
    color: #000;
}
.gallery-img:hover .gallery-content i {
    transform: translateY(0px);
    opacity: 1;
}
.gallery-content h4 {
    color: #fff;
    margin-top: 22px;
    transform: translateY(35px);
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
}
.gallery-content h4 a {
    text-decoration: none;
    color: #fff;
}
.gallery-img:hover .gallery-content h4 {
    transform: translateY(0px);
    opacity: 1;
    -webkit-transition-delay: .2s;    
    transition-delay: .2s;    
}
#lightcase-info {
    padding-top: 6px;
}
#lightcase-info #lightcase-sequenceInfo {
    font-size: 13px;
    color: #FFCA00;
    float: left;
}
#lightcase-info #lightcase-title {
    float: right;
    line-height: 1;
    margin-left: 19px;
    color: #FFCA00;
}
/*=================================
06. Running Project Section Section
==================================*/
.running-project-section {
    background: #FAFAFA;
    padding: 115px 0;
}
.running-projects {}
.project-list {
    max-height: 400px;
    overflow-x: hidden;
    cursor: s-resize;
}
.project-list ul {}
.project-list ul li {
    overflow: hidden;
    margin-bottom: 60px;
}
.project-list ul li:last-child {
    margin-bottom: 0;
}
.project-progress {
    float: left;
    margin-right: 15px;
}
.p-locaion-adress {
    display: table;
}
.p-locaion-adress h4 {
    margin-bottom: 9px;
    color: #000;
}
.p-locaion-adress h4 a {
    color: #000;
    -webkit-transition: .2s;
    transition: .2s;
    text-decoration: none;
}
.p-locaion-adress h4 a:hover {
    color: #FFCA00;
}
.p-locaion-adress p {
    color: #696969;
}

.vertical-track {
    width: 14px;              /* The width of the scrollbar */
    background-color: #F7F7F7;   /* The color of the scrollbar track*/
    border: 1px solid #EBEBEB;
    border-radius: 2px;
}

.vertical-handle {
    width: 8px;
    background-color: #FFD24C;  /* The color of the scrollbar handle */
    left: 2px;
}




.project-location {}
#map_canvas {
    width: 96%;
    height: 395px;
    margin: 0 auto;
}
#map_canvass {
    width: 96%;
    height: 395px;
    margin: 0 auto;
}
.gm-style {
    background: #FAFAFA;
}
/* This stylesheet for hide default google map controll option */
a[href^="http://maps.google.com/maps"]{display:none !important}
a[href^="https://maps.google.com/maps"]{display:none !important}

.gmnoprint a, .gmnoprint span, .gm-style-cc {
    display:none;
}
.gmnoprint div {
    background:none !important;
}
.gmnoprint {
	opacity:0 !important;
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
	-webkit-transition: all 1s;
	transition: all 1s;
	z-index:1;
}
.gm-svpc {
	opacity:0 !important;
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
	-webkit-transition: all 1s;	
	transition: all 1s;	
	z-index:1;	
}
#map_canvas:hover .gmnoprint, #event_map:hover .gmnoprint, #contact_map:hover .gmnoprint {
	opacity:1 !important;
	transform: translateX(0);	
}
#map_canvas:hover .gm-svpc, #event_map:hover .gm-svpc, #contact_map:hover .gm-svpc {
	opacity:1 !important;
	transform: translateX(0);	
}
 /* 01. Project Single Page */
.project-single .time-shedule {
    margin-top: 10px;
    /*margin-bottom: -13px;*/
}
.single-description img {
    float: right;
    overflow: hidden;
    margin-left: 20px;
    margin-bottom: 20px;
}
/*=================================
07. Donator Section
==================================*/
.donator-section {
    text-align: center;
    overflow: hidden;
}
.donator-people {
    margin: -15px 0;
    overflow: hidden;
    padding-bottom: 60px;
}
.single-donator {
    background: #FAFAFA;
    transition: .3s;
	margin-bottom: 30px;
}
.donator-img {
    overflow: hidden;
	margin-bottom:15px;
}

.single-donator .donator-img img {
    width: 100%;
    height: 245px;
    max-width: 300px;
}
.donators-info {
    padding: 15px 15px 15px;
    text-align: center;
}
.donators-info h4 {
    text-transform: capitalize;
    margin-bottom: 10px;
    color: #212121;
    -webkit-transition: .2s;
    transition: .2s;
}
.donators-info h5 {
    color: #696969;
    font-weight: 400;
}
.donators-info h5 span, .single-donator:hover h4 {
    color: #FFCA00;  
}
.single-donator:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    background: #fff;
}
.button-div a:nth-child(1) {
    margin-right: 10px;
}
/*=================================
08. Upcomimg Events
==================================*/
.event-section, .event-section-two {
    overflow: hidden;
    background: #FAFAFA;
}
.all-events {
    overflow: hidden;
    margin: 0 -15px;
}
.single-event {
    margin-bottom: 30px;
    overflow: hidden;
}

.event-pic {
    width: 49%;
    overflow: hidden;
    float: left;
    position: relative;
	
}
.event-pic img {
    width: 100%;
    transition: .3s;
    -webkit-transition: .3s;
}
.single-event:hover img {
 	-webkit-transform: scale(1.09);
    -moz-transform: scale(1.09);
    -ms-transform: scale(1.09);
    -o-transform: scale(1.09);   
    transform: scale(1.09);
}
.event-date {
    position: absolute;
    background: #fff;
    left: 10px;
    top: 10px;
    padding: 10px;
    text-align: center;
    border-radius: 1px;
}
.event-date span.date {
    display: block;
    font-size: 36px;
    color: #ffca00;
    font-weight: 600;
    line-height: 1;
}
.event-date span.year {
    font-size: 14px;
    color: #212121;
}
.event-date:after {
    position: absolute;
    content: "";
    bottom: 0;
    width: 66%;
    height: 4px;
    background: #ffca00;
    margin: 0 auto;
    left: 0;
    right: 0;
    -webkit-transition: .4s;
    transition: .4s;
}
.event-info {
    width: 51%;
    float: left;
    padding: 30px 24px 0px;
    background: #fff;
    border-style: solid;
    border-color: #F0F0F0;
    border-width: 1px 1px 1px 0;
}
.event-info h4 {
    margin-bottom: 10px;
}
.event-info h4 a {
    color: #212121;
    -webkit-transition: .2s;
    transition: .2s;
}
.event-info h4 a:hover {
    color: #FFCA00;
}
.event-info p {
    margin-bottom: 5px;
}
.event-info span {
    color: #696969;
    font-size: 16px;
    display: block;
    border-bottom: 1px solid #F0F0F0;
    padding: 15px 0;
}
.event-info span:last-of-type {
    border-bottom: none;
}
.event-info span:last-child {
    border-bottom: none;
}
.event-info span i {
    color: #FFCA00;
	margin-right:15px;
}
/*=================================
09. Twitter Section
==================================*/
.twitter-section {
    background-image: url(../../images/twitter-section-bg-two.jpg);
    text-align: center;
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: center;
    background-size: 100%;
    background-attachment: fixed;
}
.twitter-overlay {
    padding: 110px 0 35px;
}
.single-twit {
    width: 58%;
    margin: 0 auto;
    text-align: center;
}
.single-twit i {
    font-size: 60px;
    color: #FFCA00;
}
.single-twit p {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    padding: 40px 0 95px 0;
}
.single-twit p span{
	color: #FFCA00;
	
}
.single-twit p span a {
	color: #FFCA00;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #EFEEF3;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #FFCA00;
    width: 14px;
    height: 14px;
}
/*=================================
14. Footer Section - Footer Top
==================================*/

.footer-section {
    color: #cccccc;
}
.footer-top {
    padding: 90px 0 60px;
    overflow: hidden;
    background: #000;
}
.f-widget, .f-widget p, .f-widget a {
    color: #cccccc;
}
.f-widget h2 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 40px;
    text-transform: capitalize;
    font-weight: 600;
}
.footer-logo {
    margin-bottom: 29px;
    margin-top: -7px;
}
.footer-content {
}
.footer-content p {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 18px;
}
.contact-info ul li {
    border: none !important;
    padding: 5px 0 !important;
}
.contact-info ul li i {
    font-size: 16px;
    color: #FFCA00;
    background: #0A0C0F;
    border-radius: 1px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 34px;
    margin-right: 10px;
    border: 1px solid #272727;
}
/* Latest-news */

/*.latest-news li  {
    overflow: hidden;
    padding: 20px 0;	
}*/
ul.latest-news.widget-recent-post li {
    border-bottom: 1px solid #f1f1f1;
	color: #212121;
    font-weight: 600;
	overflow: hidden;
}
.f-widget .latest-news li {
    border-bottom: 1px solid #0F0F0F;
    margin-bottom: 15px;
    padding-bottom: 15px;
	overflow: hidden;
}
.f-widget .latest-news li a{
	color:#ccc;
	display: block;
	font-weight:500;
}
.f-widget .latest-news li a:hover{
	color:#ffca00;
}

.latest-news li span {
    color: #7e7e7e;
    font-size: 14px;
    display:block;
}
.latest-news li span.small-thumbnail {
    float: left;
    width: 70px;
    height: 70px;
    display: block;
    margin-right: 16px;
}
.latest-news li span.small-thumbnail img:hover {
    opacity: 0.7;
}
.latest-news li .content {
    display: table;
}
.latest-news-title {
    display: inline-block;
    font-size: 15px;
    line-height: 24px;
    color:#212121;
    font-weight:600;
    margin-top: -5px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    margin-bottom: 6px;
}
.latest-news-title:hover {
    color: #FFCA00;
    text-decoration: none;
}
.latest-news li .content .meta-post span a {
    color: #7e7e7e;
    font-size: 14px;
}
/* twitter-widget */
.twitter-widget {
    margin-top: -12px;
}
.twitter-widget li {
    border-top: 1px solid #0F0F0F;
    overflow: hidden;
    padding: 20px 0;		
}
.twitter-widget li:first-child {
    border-top: 0 none;
    padding: 5px 0 20px;		
}
.twitter-widget li .twitter-pic {
    float: left;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 20px;
}
.twitter-widget li .twitter-pic img {
    width: 100%;
}
.twitter-widget li .twitter-content {
    display: table;
}
.twitter-widget li .twitter-content p {
    margin-bottom: 3px;
}
.twitter-widget li .twitter-content a {
    display: inline-block;
}
.twitter-widget li .twitter-content a:first-of-type {
    color: #FFCA00;
}
.twitter-widget li .twitter-content a:hover {
    color: #FFCA00;
}
.twitter-widget li .twitter-content span {
    color: #7e7e7e;
    font-size: 14px;
    line-height: 20px;
}
/* Footer Instagram */
.footer-instagram {
    margin: 0 -4px;
	display: inline-block;
}
.footer-instagram a {
    float: left;
    margin: 0 4px 8px 4px;
}
.footer-instagram img:hover {
	opacity: 0.7;
}
/*=================================
Footer Section - Footer Bottom
==================================*/
.footer-bottom {
    background: #F4F4F4 none repeat scroll 0 0;
    padding: 30px 0;
	overflow: hidden;
}
.copyright-text {
    text-align: left;
    float: left;
    margin: 12px 0 0;
}
.copyright-text p {
    color: #707070;
    font-size: 14px;
}
.copyright-text p a {
    color: #707070;
    font-size: 14px;
}
.copyright-text p a:hover {
    color: #FFCA00;
    text-decoration: none;
}
.social-icon {
	float: right;
}
.social-icon ul {}
.social-icon ul li {
    display: inline;
    margin-left: 8px;
}
.social-icon ul li a {
	display: inline-block;
}

.social-icon ul li a i {
    color: #FFCA00;
    font-size: 14px;
    width: 37px;
    height: 37px;
    border-radius: 100%;
    border: 2px solid #FFCA00;
    background: transparent;
    text-align: center;
    line-height: 37px;
    z-index: 1;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
}
.social-icon ul li a i::after {
    position: absolute;
    content: "";
    top: -1px;
    left: -1px;
    width: 108%;
    height: 108%;
    border-radius: 100%;
    background: #FFCA00;
    z-index: -1;
    -webkit-transform: rotate3d(2, 2, 0, 90deg);
    -moz-transform: rotate3d(2, 2, 0, 90deg);
    -ms-transform: rotate3d(2, 2, 0, 90deg);
    -o-transform: 	rotate3d(2, 2, 0, 90deg);
    transform: rotate3d(2, 2, 0, 90deg);
    -webkit-transition: .5s; 
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border: 0px solid;
}
.social-icon ul li a i:hover {
	color: #fff;	
}
.social-icon ul li a i:hover::after {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    -moz-transform: rotate3d(0, 0, 0, 0deg);
    -ms-transform: rotate3d(0, 0, 0, 0deg);
    -o-transform: 	rotate3d(0, 0, 0, 0deg);
	transform: rotate3d(0, 0, 0, 0deg);	
}

/*==========================================
                Index Two
============================================*/
/*=================================
10. Helping Section
==================================*/
.helping-section {}
.helping-section .section-heading {
    text-align: left;
}
.helping-section .section-heading p {
    width: 50%;
    margin: 0;
}
.helping-box {}
.helping-list {
    float: left;
    width: 23%;
    margin-right: 30px;
    display: table;
}
.helping-list ul {
    margin-top: -20px;
}
.helping-list ul li span:first-child {
    margin-right: 10px;
}
.helping-list ul li a {
    font-size: 18px;
    font-weight: 600;
    color: #212121;
    display: block;
    padding: 13px 0;
    text-decoration: none;
    -webkit-transition: .25s;
    transition: .25s;
}
.helping-list ul li.active a {
    background: #FAFAFA;
    border-left: 4px solid #FFCA00;
    padding-left: 20px;
    color: #FFCA00;
}
.helping-list ul li a [class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    color: #FFCA00;
    font-size: 30px;
    font-weight: 400;
    margin-left: 0;
    margin-right: 16px;
}
.helping-list ul li a span:nth-child(2) {
    transform: translateY(-2px);
    display: inline-block;
}
.helping-details {
    overflow: hidden;
}
.helping-img {
    display: table;
    float: left;
    margin-right: 30px;
    overflow: hidden;
}
.helping-img img {
    width: 100%;
}
.helping-description {
    overflow: hidden;
}
.helping-description p {
    margin-bottom: 36px;
    line-height: 28px;
}
/*=================================
11. Causes Section Style Two
==================================*/
.causes-section-two {}
.causes-style-two .single-causes-box {
    overflow: hidden;
    margin-bottom: 30px;
}
.causes-style-two .causes-img {
    width: 100%;
    float: left;
    display: table;
    max-width: 273px;
}
.causes-style-two .causes-img a {
    display: block;
}

.causes-style-two .causes-content {
    width: 100%;
    float: left;
    max-width: 297px;
    height:345px;
}
.time-shedule {
    margin-bottom: 9px;
}
.time-shedule span {
    color: #696969;
    margin-right: 9px;
}
.time-shedule span i {
    color: #FFCA00;
    margin-right: 5px;
}
.causes-style-two .causes-content h5 span {
    display: initial;
    width: inherit;
}
.causes-style-two .causes-content .progressbar {
    bottom: 8%;
}
.causes-style-two .causes-content a {
    margin-top: 11px;
}
.causes-style-two .load-all-element {
    padding-top: 30px;
}
.causes-grid-one .causes-content {
    padding: 29px;
}
.causes-grid-one .causes-img {
    width: 47%;
    max-width: inherit;
}
.causes-grid-one .causes-content {
    width: 53%;
    max-width: inherit;
}


/*=================================
12. Donation Box Style Two
==================================*/
.donation-style-two {
    overflow: hidden;
}
.donation-style-two .donation-box {
    overflow: hidden;
    padding: 0 0;
    transform: translateY(0px);
    box-shadow: 0px 0px 0px #ddd;
    background-image: url(../../images/donation-box-style-two.jpg);
    background-size: 50% 100%;
    background-repeat: no-repeat;
    background-position: left center;
    background-color: #FFCA00;
}
.donation-style-two .donation-box-left {
    display: none;
}
.donation-style-two .donation-box-right {
    width: 50%;
    float: right;
    padding-left: 14px;
    padding-top: 120px;
    padding-bottom: 161px;
    margin-right: -15px;
}
.donation-style-two .ammount-button {
    margin-right: 6.2px;
    border-color: #000;
    color: #000;
}
.donation-style-two .select-ammount-buttton.ammount-button {
    color: #fff;
    background: #000;
}
.donation-style-two .ammount-button:last-child {
    margin-right: 0;
}
.donation-style-two .donation-form input {
    border: 1px solid #000000;
    padding: 10px 17px;
    margin-bottom: 15px;
    outline: none;
    background: transparent;
    color: #000;
}
.donation-style-two .full-width-input, .donation-style-two .donation-form select {
    border-color: #000;
    background: transparent;
}
.donation-style-two .button {
    color: #fff;
    border: 2px solid #000;
    box-shadow: inset 6px 5px 27px 22px #000, inset 1px 0px 0px 0px #000;
}
.donation-style-two .button:hover {
    border: 2px solid #000;
    background-color: #FFF;
    color: #000;
    box-shadow: inset 0px 0px 0px 0px #FFCA00, inset 0px 0px 0px 0px #FFCA00;
}
/* Donation box placeholder color */
.donation-style-two .donation-form input:focus {
    border-color: #000
}
.donation-style-two .donation-form input::-webkit-input-placeholder {
  color: #000;
}
.donation-style-two .donation-form input:-moz-placeholder {
  color: #000;
}
.donation-style-two .donation-form input::-moz-placeholder {
  color: #000;
}
.donation-style-two .donation-form input:-ms-input-placeholder {
  color: #000;
}
.donation-style-two .full-width-input,.donation-style-two .donation-form select {
    color: #000;
}
.donation-style-two .full-width-input, .donation-style-two .donation-form select:focus {
    border-color: #000;
}

/*=================================
13. Volunteer/Team Section
==================================*/
.single-member {
    text-align: center;
    border: 1px solid #F0F0F0;
    background:#fff;
    padding-bottom: 30px;
    margin-bottom: 30px;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
}
.single-member:hover {
    background: #FFCA00;
    border-color: #FFCA00;
}
.member-image {
    overflow: hidden;
    border-radius: 100%;
    width: 70%;
    margin: 0 auto;
    margin-top: 30px;
    -webkit-transition: .3s;
    transition: .3s;
    transform: scale(1);
}
.single-member:hover .member-image {
    transform: scale(1.05)
}
.member-image img {
    width: 100%;
}
.member-info {
    margin-bottom: 17px;
    margin-top: 30px;
}
.member-info h4 {
    font-weight: 600;
}
.member-info h4 a {
    color: #000;
    text-decoration: none;
    transition: .1s;
    -webkit-transition: .1s;
}
.member-info h4 a:hover {
    color: #fff;
}
.member-info h5 {
    font-size: 15px;
    color: #696969;
    margin-top: 3px;
    font-weight: 400;
}
.member-social-link {}
.member-social-link a {
    font-size: 15px;
    color: #727272;
    margin: 0 6px;
    transition: .1s;
    -webkit-transition: .1s;
}
.member-social-link a:hover {
    color: #fff;
}
/* All Tema Member Page */
.all-team-member .single-member {
    margin-bottom: 30px;
}
/*=================================
14. Event Section Style Two
==================================*/
.event-section-two {}
.event-section-two .event-pic {
    width: 100%;
    float: none;
}
.event-section-two .event-info {
    width: 100%;
    float: none;
    height: inherit;
    padding: 30px 0px 12px;
}
.event-section-two .event-info h4, .event-section-two .event-info p, .event-section-two .event-info span {
    padding-left: 24px;
    padding-right: 24px;
}
.event-section-two a.button {
    display: block;
    text-align: center;
}
/* Event List Style */
.events-list-style {}
.events-list-style .event-info {
    padding: 38px 0 0 0;
    height: 320px;
    position: relative;
}
.events-list-style .event-info h4, .events-list-style .event-info p {
    padding: 0 30px;
}
.events-list-style .event-info span {
    padding-left: 30px;
    padding-top: 11px;
    padding-bottom: 11px;
}
.events-list-style .event-info .button {
    display: block;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
}
/*=================================
15. Gallery Style - 4 Grid
==================================*/
.gallery-grid-4 {
    margin: 0 -7.5px;
}
.single-item-4 {
    padding: 0 7.5px;
    padding-bottom: 15px;
}
/*=================================
16. Twitter Style Two
==================================*/
.t-style-two {
    background-image: url(../../images/twitter-section-style-two-bg.jpg);    
}
.t-style-two .twitter-overlay {
    padding: 110px 0 104px;
}
.t-style-two .single-twit {
    width: 61%;
}
.twitter-person h3 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-bottom: 20px;
}
.twitter-person h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50px;
    height: 4px;
    background: #FFCF41;
}
.twitter-person-pic {
    overflow: hidden;
    border: 2px solid #fff;
    border-radius: 100%;
    width: 112px;
    height: 112px;
    margin: 0 auto;  
    margin-bottom: 45px;
}
.twitter-person-pic img {
    width: 100%;
}
.t-style-two .single-twit p {
    padding: 32px 0 61px 0;
    line-height: 30px;
    position: relative;
}
.t-style-two .single-twit p:before {
    position: absolute;
    content: "\f10d";
    left: -42px;
    top: 28px;
    width: 31px;
    height: 26px;
	font: normal normal normal 14px/1 FontAwesome;
    font-size: 35px;
    color: red;
}

.t-style-two .single-twit p:after {
    position: absolute;
    content: "\f10e";
    right: -45px;
    top: 30px;
    width: 31px;
    height: 26px;
	font: normal normal normal 14px/1 FontAwesome;
    font-size: 35px;
    color: red;
}
/*=================================
17. Home Blog Section
==================================*/
.blog-section {
    padding-bottom: 70px;    
}
.single-blog {}
.single-blog-img {
    overflow: hidden;
}

.single-blog-img a img {
	-webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;    
    transition: .3s;
}
.single-blog:hover .single-blog-img a img  {
	-webkit-transform: scale(1.09);
    -moz-transform: scale(1.09);
    -ms-transform: scale(1.09);
    -o-transform: scale(1.09);    
    transform: scale(1.09);
}
.blog-content-box {
    padding-left: 25px;
    padding-top: 27px;
    margin-left: 34px;
	-webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);    
    transform: translateY(-30px);
    background: #fff;
    padding-bottom: 30px;
}
.blog-post-date {
    display: table;
    float: left;
    margin-right: 30px;
}
.blog-post-date span:first-child {
    color: #ffca00;
    display: block;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    margin-top: -11px;
    margin-bottom: -4px;
    text-align: center;
}
.blog-post-date span:last-child {
    font-size: 14px;
    color: #212121;
    font-weight: 600;
}
.blog-content {
    display: table;
	padding-right: 25px;
}
.blog-content h4 {
    color: #212121;
}
.blog-content h4 a {
    color: #212121;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s;
}
.blog-content h4 a:hover {
    color: #FFCA00;
}
.meta-post {
    margin: 10px 0 13px;
}
.meta-post span {
    color: #696969;
    font-size: 15px;
    position: relative;
    padding-right: 23px;
}
.meta-post span:last-child {
    padding-right: 0;
}
.meta-post span:last-child:after {
    display: none;
}
.meta-post span:after {
    position: absolute;
    content: "-";
    right: 4px;
}
.meta-post span a {
    color: #696969;
    -webkit-transition: .2s;
    transition: .2s;
}
.meta-post span a:hover {
    color: #FFCA00;
}
.exerpt {
    line-height: 28px;
    color: #696969;
    margin-bottom: 37px;
}
.blog-content a.btn-two {}
/* Blog List and Single Blog Page */
.blog-list .blog-content h4 {
    font-size: 24px;
}
.single-blog-page .blog-content h4 {
    font-size: 30px;
    color: #ffca00;
}
.single-blog-page .special-quation {
    text-align: center;
}
.single-blog-page .blog-content-box {
    padding-bottom: 0;
}
.single-blog-page .single-description:nth-child(3) {
    margin-top: 0;
}
/*=================================
18. Careing section
==================================*/
.careing-section .causes-content h4 {
    font-size: 20px;
    font-weight: 600;
    color: #212121;
    margin-bottom: 18px;
}
/*=================================
19. Photo Gallery
==================================*/
.gallery-section-two {
    overflow: hidden;
}
.gallery-image {
    margin: 0 -5px;
}
/* ---- grid ---- */

/* clearfix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- grid-item ---- */

.grid-item {
  width: 51%;
}

.grid-item {
  height: 570px;
  float: left;
}
.grid-item--width2 { width:  24.5%;}

.grid-height {
    height: 285px;
}
.sinlge-photo {
    width: 100%;
    height: 100%;
    padding: 5px;
}
.single-photo-inner {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.sinlge-photo img {
    width: 100%;
    height: 100%;
    -webkit-transition: .3s;
    transition: .3s;
    backface-visibility: hidden;
}
.single-photo-inner:hover img {
    transform: scale(1.05)
}
/*=================================
20. Online Shoping Section
==================================*/
.shoping-section {}
.single-product {
    /*border: 1px solid #F0F0F0;*/
    -webkit-transition: .2s;
    transition: .2s;
    background:#fff;
    margin-bottom:30px;
}
.product-img {
    overflow: hidden;
    position: relative;
    background: #F7F7F7;
}
.product-img img {
    width: 100%;
}
.product-img .overlay {
    background: rgba(255,255,255,0.96);
}
.single-product:hover .product-img .overlay {
    opacity: 1;
    visibility: visible;    
}
.shop-icon-box {
    position: absolute;
    left: 50%;
    top: 50%;
    display: inline-flex;
    transform: translateY(-50%) translateX(-50%);
}
.shop-icon {
    margin: 0 5px;
    -webkit-transition: .4s;
    transition: .4s;
    visibility: hidden;
    opacity: 0;
}
.shop-icon:nth-child(1){
    transform: translateX(-30px)
}
.shop-icon:nth-child(2){
    transform: translateY(30px)
}
.shop-icon:nth-child(3){
    transform: translateX(30px)
}
.single-product:hover .shop-icon {
    transform: translate(0);
    visibility: visible;
    opacity: 1;
}
.shop-icon span {
    width: 50px;
    height: 50px;
    display: inline-block;
    border: 2px solid #F1F1F1;
    border-radius: 100%;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
}
.shop-icon span:hover {
    background: #FFCA00;
    border-color: #FFCA00;
}
.shop-icon [class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    margin: 0;
    line-height: 50px;
    font-size: 21px;
    color: #000;
}
.product-info {
    text-align: center;
    padding: 25px 15px 30px;
    border-top: 1px solid #F0F0F0;;
}
.product-info h4 {
    line-height: 1;
    margin-bottom: 8px;
}
.product-info h4 a {
    color: #212121;
    text-decoration: none;
    -webkit-transition: .25s;
    transition: .25s;
    
}
.product-info h4 a:hover {
    color: #FFCA00
}
.product-info h4.prouct-ammount {
    color: #ffca00;
}
/* Product Grid */
.product-all-grid {
    margin: 0 -15px;
	padding: 120px 0px;
	overflow:hidden;
}
.product-all-grid .single-product {
    margin-bottom: 30px;
}
/* Product list */
.product-list-style {}
.product-list-style .single-product {
    overflow: hidden;
    margin-bottom: 30px;
    -webkit-transition: .2s;
    transition: .2s;
    box-shadow: 0px 0px 0 rgba(0, 0, 0, 0.1);    
}
.product-list-style .single-product:hover {
     box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);    
}
.product-list-style .product-img {
    width: 48%;
    float: left;
}
.product-list-style .product-info {
    width: 52%;
    float: left;
    border-left: 1px solid #F0F0F0;
    min-height: 269px;
    padding: 30px;
    text-align: left;
}
.product-list-style .product-info h4 {
    font-size: 24px;
}
.product-list-style .product-info p {
    color: #707070;
    margin: 20px 0;
}
/* Product Page Sidebar */
/* Collaps Accordion */
.panel-group {
    margin-bottom: 0px;
    margin-top: 20px;
}
.panel-group .panel {
    border-radius: 0;
}
.panel-default>.panel-heading {
    background: none;;
    color: #333333;
    border: none;
	font-weight: 400;
}
.panel-heading {
    border-radius: 0;
    padding: 0;
}
.panel {
    background-color: transparent;
     border: 0px solid transparent;
    border-radius: 0px;
    box-shadow: 0 0px 0px rgba(0,0,0,.05);
}
.panel-title {
    font-weight: 400;
}
.panel-title a {
    text-decoration: none;
    display: block;
	position: relative;
    padding: 15px 25px 15px 0;
    background: transparent;
    color: #ffca00;
    font-size: 16px;
	-webkit-transition: .4s;	
	transition: .4s;
}
.panel-title a.collapsed {
    background: none;
    color: #212121;	
}
.panel-body {
    padding: 20px 25px;
    line-height: 24px;
    font-size: 15px;
    text-align: justify;
}
.plus-minus-icon {
    width: 30px;
    height: 30px;
    background: #FFCA00;
    border-radius: 100%;
    position: relative;
    float: right;
    margin-top: -8px;
    -webkit-transition: .25s;
    transition: .25s;
}
.panel-title a.collapsed .plus-minus-icon {
    background: transparent;
}
.plus-stick {
    width: 10px;
    height: 2px;
    background: #000;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) rotateZ(90deg);
    -moz-transform: translateY(-50%) translateX(-50%) rotateZ(90deg);
    -ms-transform: translateY(-50%) translateX(-50%) rotateZ(90deg);
    -o-transform:	translateY(-50%) translateX(-50%) rotateZ(90deg);
    transform: translateY(-50%) translateX(-50%) rotateZ(90deg);
    left: 50%;
	-webkit-transition: 1s;
	transition: 1s;
    backface-visibility: hidden;
}
.minus-stick {
    width: 10px;
    height: 2px;
    background: #000;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) rotateZ(0deg);
    -moz-transform: translateY(-50%) translateX(-50%) rotateZ(0deg);
    -ms-transform: translateY(-50%) translateX(-50%) rotateZ(0deg);
    -o-transform: translateY(-50%) translateX(-50%) rotateZ(0deg);
    transform: translateY(-50%) translateX(-50%) rotateZ(0deg);
    left: 50%;
	-webkit-transition: 1s;
	transition: 1s;
}
.panel-title a.collapsed .plus-stick{
	-webkit-transform: translateY(-50%) translateX(-50%) rotateZ(90deg);
    -moz-transform: translateY(-50%) translateX(-50%) rotateZ(90deg);
    -ms-transform: translateY(-50%) translateX(-50%) rotateZ(90deg);
    -o-transform: translateY(-50%) translateX(-50%) rotateZ(90deg);
    transform: translateY(-50%) translateX(-50%) rotateZ(90deg);	
}
.panel-title a .plus-stick{
	-webkit-transform: translateY(-50%) translateX(-50%) rotateZ(360deg);
    -moz-transform: translateY(-50%) translateX(-50%) rotateZ(360deg);
    -ms-transform: translateY(-50%) translateX(-50%) rotateZ(360deg);
    -o-transform: translateY(-50%) translateX(-50%) rotateZ(360deg);
    transform: translateY(-50%) translateX(-50%) rotateZ(360deg);	
}
.panel-group .panel {
    border-radius: 0;
    border-bottom: 1px solid #F7F7F7;
}
.panel-group .panel:last-of-type {
	border-bottom: 0;
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
	border: none;
}
.panel-body {
    padding: 0 20px 15px 20px;
}
.panel-body ul  li a {
	text-decoration:none;
	font-size: 14px;
	color: #707070;
	-webkit-transition: .25s;
	transition: .25s;
}
.panel-body ul li a i {
    padding-right: 5px;
    font-size: 15px;
}
.panel-body ul  li a:hover {
	color: #FFCA00;
}
/* Widget Product */
.widget-product {
    margin-top: 20px;
}
.single-widget-product {
    overflow: hidden;
    border-bottom: 1px solid #F0F0F0;
    padding: 20px 0;
}
.single-widget-product:last-of-type {
    border-bottom: none;
}
.product-small-img {
    overflow: hidden;
    float: left;
    display: table;
    margin-right: 20px;
}
/*.product-name {
    display: table;
}*/
.product-name h4 a {
    color: #212121;
    text-decoration: none;
    -webkit-transition: .25s;
    transition: .25s;
    display: block;
    margin-bottom: 15px;
}
.product-name h4 a:hover {
    color: #ffca00;
}
.product-name h4 {
    color: #ffca00;
}
/*Filturing Price */
.filtering-price {
    margin-top: 30px;
}
.filtering-price-ammount {
    margin: 27px 0 0;
    overflow: hidden;
}
.filtering-price-ammount span.filter-text {
	color: #333333;
	font-size: 16px;
	margin-right: 12px;
	font-weight: 600;
}
.filtering-price-ammount span {
	float: left;
}
.filtering-price-ammount span {
	font-size: 16px;
	font-weight: 700;
	color: #FFCA00;
}
.price-ammount-inner {

}
.price-ammount-inner .currency {
	padding-right: 1px;
}
.low-price {
}
.hifane {
	padding: 0 5px;
}
.high-price {}
.price-ammount-inner a {
    font-size: 14px;
    color: #000;
    background: #FFCA00;
    float: right;
    padding: 5px 23px;
    text-decoration: none;
    border-radius: 3px;
    text-transform: capitalize;
    font-weight: 600;
}
/* sidebar Add */
.add-space {
	position: relative;
}
.add-space  img{
	width: 100%;
}
.add-overlay {
    background: rgba(37, 37, 37, 0.5) none repeat scroll 0 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	
}
.add-content {
    position: absolute;
    top: 50%;
    left: 50%;
	-webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
    display: inline-table;
}
.add-content  h2{
	font-size: 30px;
	color: #fff;
}
.add-content h2:last-child {
    font-size: 30px;
    color: #fff;
    padding: 3px 0;
	background: #FFCA00;
}
/* Product Details Page */

/*Flex Slider */
.flex-direction-nav a {
    width: 25px;
    height: 65px;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 1;
	-webkit-transition: .25s;
	transition: .25s;

}
.flex-direction-nav a:hover:before {
    background: #FFCA00;
}
.flex-direction-nav a:before {
    font-family: FontAwesome;
    font-size: 22px;
    display: inline-block;
    content: '\f104';
    background: #C7C7C7;
    padding: 18px 9px;
    color: #fff;
}
.flex-direction-nav .flex-prev {
    left: 0;
}
.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0;
	outline: none;
}
.flex-direction-nav .flex-next {
    right: 0;
}
.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
	outline: none;
}
.flex-direction-nav a.flex-next:before {
    content: '\f105';
}
#flex_carousel {
    padding: 0 40px;
}
#flex_carousel .flex-direction-nav a {
    height: 100%;
    top: 20px;
    outline: none;
    border-radius: 0 2px 2px 0;
}
#flex_carousel .flex-direction-nav a:before {
    padding: 30px 8px;
    background: #FAFAFA;
    color: #E1E1E1;
}
#flex_carousel .flex-direction-nav a:hover:before {
    background: #FFCA00;
	color: #fff;
}
#flex_carousel ul li.flex-active-slide {
	position: relative;
}
#flex_carousel ul li .overlay-thumbnail  {
	display: none;
}
#flex_carousel ul li.flex-active-slide .overlay-thumbnail {
    background: rgba(37, 37, 37, 0.7) none repeat scroll 0 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	display: block;
	
}
.about-product {}
.product-heading {
    margin-bottom: 14px;
}
.product-heading h3 {
    font-size: 30px;
    color: #000;
    margin-bottom: 6px;
}
.product-heading h3.product-price {
    color: #ffca00;
    margin: 0;
}
.product-description p {
    color: #696969;
    line-height: 28px;
}
.product-color-size {
    overflow: hidden;
    margin-top: 20px;
}
.product-color-size .outline-select {
    float: left;
    margin-right: 8%;
    position: relative;
    border: 1px solid #F7F7F7;
    border-radius: 1px;
    margin-bottom: 30px;
}
.select-icon {
    position: absolute;
    right: 0;
    top: 0;
    background: #EBEBEB;
    color: #BEBEBE;
    padding: 9px;
    z-index: -1;
}
.product-color-size .outline-select:last-of-type {
	margin-right: 0;
}
.outline-select select {
    padding: 9px 59px 9px 25px;
    color: #696969;
    position: relative;
    z-index: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    outline: none;
    border: none;
}
.product-quantity input {
    background: transparent;
    height: 40px;
    padding: 0;
    margin: 0;
	outline: none;
	float: left;
}
.product-quantity input[type="submit"] {
    width: 40px;
    border: 1px solid #F7F7F7;
    color: #B7B7B7;
    font-size: 21px;
	-webkit-transition: .2s;
	transition: .2s;
}
.product-quantity input[type="submit"]:nth-child(1) {
    border-radius: 3px 0 0px 3px;
    font-size: 25px;
}
.product-quantity input[type="submit"]:nth-child(3) {
	border-radius: 0px 3px 3px 0;
}
.product-quantity input[type="submit"]:hover {
	color: #fff;
	background: #FFCA00;
	border-color: #FFCA00;
}
.quantity {
    border: none;
    width: 55px;
    text-align: center;
    border-top: 1px solid #F7F7F7;
    border-bottom: 1px solid #F7F7F7;
    outline: none;
    color: #555555;
}
.product-code {
	float:right;
}
#discount {
    outline: none;
    padding: 10px 16px;
    width: 174px;
    border: 1px solid #F7F7F7;
}
.about-product a.button {
    margin-top: 30px;
    width: 100%;
    text-align: center;
    text-transform: capitalize;
}
/* Review Tab */
.review-tab-heading  {
	margin: 55px 0;
}
.nav-tabs {
    border-bottom: 2px solid #F0F0F0;
}
.nav-tabs>li>a {
    border-width: 0 0 0 0;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-right: 20px;
    text-transform: capitalize;
}
.nav-tabs>li>a:hover {
	background: none;
    border-color: #eee #eee #ddd;
    border-width: 0 0 0 0;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #FFCA00;
    cursor: default;
    background-color: transparent;
    border-bottom-color: #FFCA00;
    border-width: 0 0 2px;
    border-style: solid;
}
/* Review Box */
.customar-review>h4, .description-box>h4 {
    color: #000;
    text-transform: capitalize;
}
.reviw-item {
    overflow: hidden;
    padding: 30px 0;
    border-bottom: 1px solid #F0F0F0;
}
.reviw-item:last-of-type {
	border-bottom: 0;
}
.customer-pic {
    display: inline-block;
    width: 80px;
    height: 80px;
    border: 1px solid #F7F7F7;
    border-radius: 100%;
    overflow: hidden;
	float: left;
}
.customer-name {
	margin-bottom: 8px;
}
.review-description {
    padding: 0px 0 0 20px;
    display: table;
}
.review-description p {
    line-height: 28px;
    color: #696969;    
}
.review-heading {
    margin-bottom: 4px;	
}
.review-heading h4 {
    font-size: 18px;
    color: #000;
    display: inline-block;
    margin-right: 22px;
}
.review-heading span.review-date {
    font-size: 14px;
    color: #696969;
}
.customer-rating-star {
    display: inline-block;
    position: relative;
    float: right;
}
.customer-rating-star i {
    color: #FFCA00;
    margin-right: 3px;
}
.customer-rating-star span {
    left: 0;
    position: absolute;
    top: 0;
}
.customer-rating-star span i {
    color: #FFCA00;
}
.description-box {
	margin-bottom: 60px;
}
.description-box p {
    padding: 18px 40px;
    border: 1px solid #F0F0F0;
    margin: 36px 0 0;
    text-align: justify;
    color: #696969;
    line-height: 28px;
}
.review-tab-box .input-comment h4 {
    color: #363636;
    text-transform: capitalize;
}
.input-rating {
    overflow: hidden;
    margin-top: 12px;
}
.input-rating p {
    font-size: 14px;
    color: #696969;
    float: left;
}
.helping-list span:first-child {
    font-size: 20px;
    color: #FFCA00;
}
/*=================================
21. Parents Logo Section
==================================*/
.swiper-container-two {
    overflow: hidden;
    cursor: e-resize;
}
/*.single-logo img {
    width: 100%;
}*/
/*=================================
22. Breadcrumb section
==================================*/
.breadcrumb-section {
    background: url(../../images/breadcumb.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    background-attachment: fixed;
}
.breadcrumb-section .section-overlay {
    padding: 112px 0;
}
.breadcrumb-area {
	overflow: hidden;
    display: inline-block;
}
.breadcrumb-title {
    font-size: 36px;
    color: #fefefe;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: capitalize;
}
.breadcrumb-ul {
    padding: 0;
    margin: 0px;
    list-style: none;
	position: relative;
	display: inline-block;
}
.breadcrumb-ul::before {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    left: -10px;
    top: 7px;
    color: #000000;
    font-size: 14px;
}
.breadcrumb-ul li {
    display: inline-block;
    padding: 0 8px;
	position: relative;
}
.breadcrumb-ul li::after {
    position: absolute;
    content: "";
    right: -2px;
    top: 2px;
    width: 2px;
    height: 12px;
    background: #9c9c9c;
}
.breadcrumb-ul li:last-of-type::after {
	display: none;
}
.breadcrumb-ul li a {
    text-decoration: none;
    color: #9c9c9c;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
}
.breadcrumb-ul li.active-breadcrumb, li.item-current span.bread-current  {
	font-weight: 400;
	color: #ffca00;
	font-size: 16px;
	display: inline;
}

/*=================================
23. Sidebar Style
==================================*/
.sidebar {
    border: 1px solid #F0F0F0;
}
.widget {
    padding: 20px 0;
}
.widget h3 {
    font-weight: 600;
    font-size: 20px;
    color: #212121;
    padding: 0 30px;
    border-bottom: 4px solid #F0F0F0;
    padding-bottom: 12px;
    position: relative;
    text-transform: capitalize;
	margin-bottom: 20px;
}
.widget h3:after {
    position: absolute;
    content: "";
    bottom: -4px;
    left: 0;
    height: 4px;
    width: 20%;
    background: #FFCA00;
}
ul.latest-news li {
    display: inline-block;
}
.widget .widget-content {
    padding: 0 30px;
}

.category li:last-of-type {
    border: none;
}
.category li a i {
    padding-right: 9px;
}
.category li a,
.category  li,
.product-categories li a {
    font-size: 16px;
    color: #212121;
    font-weight: 500;
    display: block;
    -webkit-transition: .1s;
    transition: .2s;
}
.category ul.category li a:hover,
.category  li:hover,
.category li a:hover,
.product-categories li a:hover{
    color: #FFCA00;
    padding-left: 10px;
}
.category li a span {}
.category li a span.category-number {
    float: right;
    color: #000;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    line-height: 34px;
    margin-top: -5px;
}
.category li a:hover span.category-number {
    background: #FFCA00;
}

/* Champign Widget */
.latest-champigns {
    margin-top: 10px;
}
.single-champign {
    padding: 20px 0;
    border-bottom: 1px solid #F0F0F0;
}
.single-champign:last-of-type {
    border: none;
}
.single-champign .champign-img {}
.single-champign .champign-img img {
    width: 100%;
}
.single-champign .champign-title {
    margin-top: 20px;
}
.single-champign .champign-title h4 {
    margin-bottom: 7px;
}
.single-champign .champign-title h4 a {
    color: #212121;
    -webkit-transition: .1s;
    transition: .1s;
    line-height: 1;
    display: block;
}
.single-champign .champign-title h4 a:hover {
    color: #ffca00;
}
.single-champign .champign-title p {
    color: #696969;
    font-size: 16px;
}
.single-champign .champign-title p span {
    color: #ffca00;
}

/* Recent Blog Post */
.widget-recent-post {
    margin-top: 33px;
}

.widget-recent-post .latest-news-title {
    color: #212121;
    font-weight: 600;
}
.widget-recent-post .latest-news-title:hover {
    color: #ffca00;
}
.widget-recent-post li span {
    color: #707070;
    font-size: 15px;
	font-weight: 400;
	display:block;
}
/* Tag */
.tag {
    margin-top: 30px;
}
.tag .btn-two {
    color: #212121;
    border: 1px solid #F0F0F0;
    margin-bottom: 10px;
}
.tag .btn-two:hover {
    color: #000;
    border: 1px solid #F0F0F0;
}

/*=================================
23. Causes Single Page
==================================*/
.full-img {
    overflow: hidden;
}
.full-img img {
    width: 100%;
}
.causes-description {

}
.causes-description h3 {
    font-size: 30px;
    color: #ffca00;
    font-weight: 600;
    margin-bottom:10px;
}
.single-description.content{
    float: left;
    width: 60%;
}
.single-description.event-content {
	display:grid;
}
.causes-description {
    margin-top: 30px;
	overflow: hidden;
}

.single-description h4.description-title {
    color: #212121;
    font-weight: 600;
    margin-bottom: 21px;
}
.single-description p {
    line-height: 28px;
    color: #696969;
    text-align: justify;
}
.special-quation,
blockquote {
    font-weight: 500;
    line-height: 26px;
    position: relative;
    overflow: hidden;
    padding: 0 17px 0 38px;
    text-align: center;
    font-style: italic;
    border-left:none;
    font-size:15px;
}
.special-quation:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-image: url(../../images/special-qoutation-left.png);
    width: 30px;
    height: 26px
}
.special-quation:after {
    position: absolute;
    content: "";
    right: 13px;
    bottom: 0;
    background-image: url(../../images/special-qoutation-right.png);
    width: 30px;
    height: 26px
}
.single-description.content #contact_map {
    margin-bottom: 20px;
}
.single-description.event-content  li {
    color: #696969;
    padding: 9px 0;
    position: relative;
    padding-left: 22px;
}
.single-description.event-content ul li:before {
    position: absolute;
    content: "\f111";
    left: 1px;
    font-family: FontAwesome;
    color: #FFCA00;
    font-size: 10px;
    top: 11px;
}
.causes-parcentence-box {
    float: right;
    width: 270px;
    margin-left: 27px;
    border: 1px solid #F0F0F0;
    position: relative;
    z-index: 1;
    border-bottom: none;
}
.causes-parcentence-box .progressbar {
    margin-top: 40px;
    margin-bottom: 24px;
}
.causes-parcentence-box .circle div {
    top: 45px;
}
.causes-parcentence-list {}
.causes-parcentence-list li {
    font-weight: 600;
    color: #000000;
    font-size: 16px;
    padding: 13px 30px;
    border-bottom: 1px solid #F0F0F0;
}
.causes-parcentence-list li:last-child {
    border: none;
}
.causes-parcentence-list li span {
    color: #696969;
    font-weight: 400;
    width: 39%;
    display: inline-block;
}
.causes-parcentence-box a.button {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.recent-top-donators {
    margin: 0 -15px 50px;
}
.recent-top-donators .donator-people {
    margin: 0 0;
    padding-bottom: 0;
}
.tag-share {
    overflow: hidden;
    padding: 16px 0;
    border-top: 1px solid #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
    margin: 0px 0px 130px;
}
.tag-share span a {
    font-size: 16px;
    color: #696969;
    -webkit-transition: .2s;
    transition: .2s;
    display: inline-block;
    padding: 0 5px;
}
.tag-share span:last-of-type a {
    padding-right: 0;
}
.tag-share span a:hover {
    color: #ffca00;
}
.post-tag {
    float: left;
	width: 50%;
}
.post-share {
    float: left;
	width: 50%;
}

/*=================================
24. Comment Form
==================================*/
.comment-box {
    margin-top: 65px;
}
.border-title-h4 {
    border-bottom: 4px solid #F0F0F0;
    position: relative;
    padding-bottom: 13px;
}
.border-title-h4:before {
    position: absolute;
    content: "";
    bottom: -4px;
    height: 4px;
    width: 15%;
    background: #FFCA00;
    left: 0;
}
.comment-item {
    padding: 30px 0;
    border-bottom: 1px solid #F7F7F7;
    overflow: hidden;
}
.profile-image {
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 100%;
    float: left;
    border: 2px solid #F0F0F0;
}
.comment-content {
	display: table;
	padding: 0 0 0 20px;
    color: #696969;    
}
.comment-meta {
    overflow: hidden;
    margin-bottom: 7px;
}
.user-name {
    float: left;
}
.user-name h5 {
    display: inline-block;
    margin-right: 20px;
    position: relative;
    font-weight: 600;
}
.user-name h5:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #BEBEBE;
    right: -15px;
    bottom: 4px;
}
.user-name h5 a {
	font-size: 18px;
	color: #000;
	text-decoration: none;
}
.user-name span {
	font-size: 14px;
	color: #707070;
}
.reply-btn {
    display: inline-block
}
.reply-btn a {
    color: #ffca00;
    font-weight: 400;
    font-size: 14px;
}
.reply-btn a i {
	padding-left: 5px;
}
.comment-content p {

}

.comment-list li ul .comment-item{
    border-bottom: 1px solid #F0F0F0 !important;	
}
.comment-list:last-child  .comment-item {
	border-bottom: 0;
}
/* Input Comment */
.input-comment {
    margin: 32px 0 0;
}
.input-comment h4 {
	margin-bottom: 30px;
}
.sent-feedback-box {
	overflow: hidden;
}
.comment-form {
    overflow: hidden;
    padding-bottom: 7px;
}
.input {
    border: 1px solid #F0F0F0;
    padding: 8px 20px;
    display: inline-block;
    margin-bottom: 30px;
    width: 100%;
    margin-top: 1px;
    outline: none;
}
.comment-form input[type="name"] {}
.comment-form input[type="email"] {}
.comment-form input[type="text"] {
	margin-right: 0;
	margin-bottom: 30px;
}
#comment-reply {
    border: 1px solid #F0F0F0;
    padding: 15px 20px;
	width: 100%;
    outline: none;
	font-size:16px;
}
.comment-form .button,
.form-submit .submit {
    margin-top: 30px;
}

.comment-form input::-webkit-input-placeholder {
  color: #696969;
  font-size:14px;
}
.comment-form input:-moz-placeholder {
  color: #696969;
  font-size:14px;
}
.comment-form input::-moz-placeholder {
  color: #696969;
  font-size:14px;
}
.comment-form input:-ms-input-placeholder {
  color: #696969;
  font-size:14px;
}
#comment-reply::-webkit-input-placeholder {
  color: #696969;
  font-size:14px;
}
#comment-reply:-moz-placeholder {
  color: #696969;
  font-size:14px;
}
#comment-reply::-moz-placeholder {
  color: #696969;
  font-size:14px;
}
#comment-reply:-ms-input-placeholder {
  color: #696969;
  font-size:14px;
}
/* Author */
.author {
    margin-bottom: 60px;
}
.author .comment-item {
    padding: 0;
    border: none;
}
.author .profile-image {
    width: 150px;
    height: 150px;
}
.author .comment-content {
    padding-top: 25px;
}
.author .user-name h5 a {
    font-size: 20px;
    -webkit-transition: .2s;
    transition: .2s;
}
.author .user-name h5:after {
    display: none;
}
.author .user-name h5 {
    float: left;
}
.author .user-name h5 a:hover {
    color: #FFCA00;
}
.author .member-social-link {
    float: left;
}
.author .member-social-link a:hover {
    color: #FFCA00;
}
/*=================================
25.Team Single Page 
==================================*/
.team-single {
    padding: 120px 0px;
}
.team-single h4 {
    color: #000;
}
.team-member-full-img {
    overflow: hidden;
}
.team-member-full-img img {}
.member-details {}
.member-details h3 {
    font-weight: 600;
    color: #ffca00;
}
.member-details h5 {
    font-size: 16px;
    color: #656565;
    margin: 9px 0 12px;
}
.member-skills h4, .member-awards h4 {
    margin-bottom: 24px;
}
.member-details p {
    color: #696969;
    line-height: 28px;
}
.member-social {
    margin: 19px 0;
}
.member-social .social-icon {
    float: none;
}
.member-social .social-icon ul li a i {
    border: 1px solid #F0F0F0;
}
.member-social .social-icon ul li a i:hover {
    border-color: #FFCA00;
}
.member-contact-info .contact-info ul li i {
    border-color: #F0F0F0;
    background: transparent;
}
.member-description {
    margin: 50px 0;
}
.member-description h4 {
    margin-bottom: 16px;
}
.member-description p {
    color: #707070;
    line-height: 26px;
    margin-bottom: 20px;
}
.member-description p:last-of-type {
    margin-bottom: 0;
}
.member-skills .single-skill {
    float: left;
    text-align: center;
    padding: 0 20px;
}
.member-skills .single-skill span {
    font-size: 14px;
    color: #696969;
    margin-top: 16px;
    display: inline-block;
}
.member-skills .single-skill:first-of-type {
    padding-left: 0;
}
.member-skills .single-skill:last-of-type {
    padding-right: 0;
}

.member-awards {}
.single-award {
    float: left;
    padding: 0 37px;
    text-align: center;
}
.single-award:first-of-type {
    padding-left: 0;
}
.single-award:last-of-type {
    padding-right: 0;
}
.award-pic {
    width: 70px;
    height: 70px;
    overflow: hidden;
}
.award-pic img {
    width: 100%;
}
.single-award span {
    font-size: 14px;
    color: #696969;
    display: inline-block;
    margin-top: 35px;
}
/*=================================
26. Event Single page 
==================================*/
/* Event Time */
.event-full-img {
    overflow: hidden;
    position: relative;
}
.event-full-img img {
    width: 100%;    
}
.event-time-area {
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 120px;
}
.event-title {
    float: left;
    margin-left: 30px;
    margin-top: 49px;
}
.event-title h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}
.event-time {
    width: 330px;
    height: 80px;
    float: right;
    margin-top: 10px;
    margin-right: 20px;
}
.event-time h2 {
    margin-top: 40px;
    color: #FFCA00;
    font-size: 24px;
}


.time_circles {
    position: relative;
    width: 100%;
    height: 100%;
}

.time_circles > div {
    position: absolute;
    text-align: center;
    z-index: 1;
}

.time_circles > div:after {
    content: "";
    position: absolute;
    width: 62px;
    height: 62px;
    background: #000;
    border-radius: 100%;
    z-index: -1;
    left: 11px;
    top: -19px;
}
.time_circles canvas {
     position: relative;
    z-index: 2
}
.time_circles > div > h4 {
    margin: 0;
    padding: 0px;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 56px;
    font-size: 14px !important;
    color: #fff;
    font-weight: 400;
}
.time_circles > div > span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px !important;
    margin-top: 0.4em;
    font-weight: 600;
    color: #fff;
    line-height: 16px !important;
}

/* Event Map */
.event-info-box .causes-parcentence-list li {
    font-size: 14px;
    padding: 13px 24px;
}
.event-info-box .causes-parcentence-list li span {
    width: 28%;
}
.event-info-box:nth-child(1) h4 {
    color: #212121;
    text-align: center;
    margin: 20px 0;
}
#event_map {
    width: 100%;
    height: 200px;
}
/*=================================
27. Gallery Style - 5 Grid
==================================*/
.gallery-grid-5 {
    margin: 0 0;
}
.gallery-grid-5 .single-item-4 {
    padding: 0 0;
    padding-bottom: 0;
    width: 20%;
    float: left;
}
/*=================================
28. Contact Page
==================================*/
.contact-ul {
    border: 1px solid #F0F0F0;
}
.contact-ul>li{
    overflow: hidden;
    border-bottom: 1px solid #F0F0F0;
    padding: 25px;
}
.contact-ul>li:last-child {
    border-bottom: none;
    padding-top: 12px;
    padding-bottom: 12px;
}
.contact-ul>li .social-icon {
    float: none;
    text-align: center;
}
.contact-ul>li span {
    float: left;
    display: table;
    margin-right: 20px;
}
.contact-ul>li [class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    margin: 0;
    font-size: 35px;
    color: #FFCA00;
    
}
.contact-content {
    display: table;
}
.contact-content h5 {
    font-weight: 600;
    color: #000;
    font-size: 18px;
    text-transform: capitalize;
}
.contact-content h6 {
    color: #696969;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 5px;
}
.submit-opinion h4 {
    margin-bottom: 20px;
    color: #000000;
    text-transform: capitalize;
}
.submit-opinion #comment-reply {
    min-height: 230px;
}
#contact_map {
    width: 100%;
    height: 550px;
}

/*=================================
29. Cart Page
==================================*/
/*.shop-cart-page {
	overflow: hidden;
}*/
.shop-cart-page input {
    outline: none !important;
}
.shop-cart-page select {
    outline: none !important;
    width: 100%;
}
.cart-box {}
.cart-table {
	width: 100%;
    border-right: 1px solid #F0F0F0;
}
.cart-table>thead {
    background: #FFCA00;
    color: #000;
    font-size: 20px;
}
.cart-table>thead >tr>th {
    padding: 16px 0;
    font-weight: 600;
	border:0;
}
.cart-table>thead >tr>th.cart-product {
    padding-left: 30px;
}
.cart-table>thead >tr>th.cart-quantity {
	padding-left: 28px;
}
.cart-table>tbody {
    color: #333333;
    font-size: 18px;
	font-weight: 700;
}
.cart-table>tbody>tr {
    border-bottom: 1px solid #F0F0F0;
    border-left: 1px solid #F0F0F0;
    border-right: 1px solid #F0F0F0;
}
.cart-table>tbody>tr>td {
    padding: 30px;
    color: #000;
    font-weight: 600;
	border-right:0;
}
.cart-table>tbody>tr>td.cart-product  {
	padding-left: 30px;
}
.cart-table>tbody>tr>td.cart-remove  {
    text-align: right;
    padding-right: 22px;
}
.cart-table>tbody>tr>td.cart-remove a,
.woocommerce a.remove {
    text-decoration: none;
    font-weight: 600;
    width: 18px;
    height: 18px;
    background: #363636;
    display: inline-block;
    color: #fff!important;
    text-align: center;
    border-radius: 3px;
    line-height: 18px;
    font-size: 14px;
	-webkit-transition: .2s;
	transition: .2s;
}
.cart-table>tbody>tr>td.cart-remove a:hover,
.woocommerce a.remove:hover {
	background: #FFCA00;
}
.cart-table>tbody>tr>td.cart-quantity {
    color: #000;
    font-size: 18px;
}
.cart-table>tbody>tr>td.cart-quantity .product-quantity input[type="submit"] {
	font-weight: 400;
	color: #000;
}
.cart-table>tbody>tr>td.cart-quantity .product-quantity input[type="submit"]:hover {
	color: #fff;
}
.cart-product {
    width: 40%;
}
.cart-product .cart-item-img {
    float: left;
}
.cart-product .cart-item-name {
    float: left;
    padding: 30px 0 0 35px;
}
.cart-product .cart-item-name a {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: .25s;
    transition: .25s;
}
.cart-product .cart-item-name a:hover {
	color: #FFCA00;
}
.cart-price {
	width: 15%;
}
.cart-quantity {
	width: 25%;
}
.cart-total {
	width: 15%;
}
.cart-remove {
	width: 5%;
}
.cart-table>tbody>tr>td.cart-quantity .quantity {
    color: #000;
}
/* Coupon Box */
.cart-checkout-box {
    overflow: hidden;
    padding: 18px 30px;
    border: 1px solid #F0F0F0;
    margin: 78px 0;
}
.cart-checkout-box input[type="submit"], #upadat-shiping {
    background: #000;
    color: #fff;
    border: none;
    height: 42px;
    padding: 0 20px;
    text-transform: capitalize;
    font-weight: 600;
	-webkit-transition: .25s;
	transition: .25s;
	border-radius: 3px;
	outline: none;
}
.cart-checkout-box input[type="submit"]#coupon-input {
    border-radius: 0px 3px 3px 0px;
    margin-left: 0;
    outline: none;
	position: absolute;
    font-size: 15px;
}
.cart-checkout-box input[type="submit"] {
	font-size:15px;
}
.cart-checkout-box input[type="submit"]:last-child {
	margin-left: 20px;
}
.cart-checkout-box input[type="submit"]:hover, #upadat-shiping:hover {
	background: #FFCA00;
}
.coupon {
    float: left;
    position: relative;
    width: 50%;
}
.cart-page-input-text {
	border:1px solid #F0F0F0;
    height: 40px;
    padding-left: 20px;
    margin-right: -4px;
    padding-right: 10px;
}
.cart-checkout {
	float: right;
}

#coupon-input {
	position:absolute;
	top:0;
	right:0;
	font-size:15px;
	padding: 17px 15px;
    background: #333;
    color: #fff;
	border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
#coupon-input:hover {
	background:#FFCA00;
}
.button.update-button {
    background: #333 !important;
    color: #fff !important;
    float: right;
    padding: 16px 15px !important;
}
.button.update-button:hover{
	background:#FFCA00 !important;
}
/* Shiping Box */
.shiping-box h3 {
    margin-bottom: 28px;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}
.calculate-shiping {}
.calculate-shiping .select-icon {
	background: #FFCA00;
}
.calculate-shiping .select-icon i {
	color: #fff;
}
.calculate-shiping .outline-select {
    position: relative;
    border: 1px solid #F0F0F0;
}
.calculate-shiping .outline-select select {
    padding-left: 20px;
    color: #707070;
    border-right: 0;
    border-radius: 2px 0 0 2px;
}
.calculate-shiping .outline-select.shipping-select {
	width: 48%;
	float:left;
}
.calculate-shiping .cart-page-input-text {
	margin-right: 0;
	width: 45%;
	float: right;
}
.calculate-shiping #upadat-shiping {
	float:left;
}
.calculate-shiping .row {
    margin: 0 0 20px;
}
.calculate-shiping .row:last-of-type {
    margin: 0;
}
.art-overview {}
.cart-overview  ul{}
.cart-overview ul li {
    padding: 0px 15px;
    border: 1px solid #F0F0F0;
    margin-bottom: 20px;
    overflow: hidden;
    line-height: 40px;
}
.cart-overview  ul li:last-child {
	margin-bottom: 0;
}
.cart-overview ul li span {
    font-size: 14px;
    color: #696969;
}
.cart-overview ul li p {
    color: #FFCA00;
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
}

/*=================================
30. 404 Page
==================================*/
.error {
    text-align: center;
    overflow: hidden;
}
.error h1 {
    font-size: 300px;
    font-weight: 600;
    color: #000;
    margin-bottom:0;
}
.error h1 span {
    display: inline-block;
    color: #fff;
    background: url(../../images/404.png) no-repeat center center;
    width: 250px;
    height: 250px;
    background-color: #FFCA00;
    border-radius: 100%;
}
.error h2 {
    font-weight: 400;
    font-size: 48px;
    color: #ffca00;
    margin-top: -37px;
    margin-bottom: 10px;
}
.error h4 {
    color: #010101;
    margin-bottom: 45px;
}

/*==================================
	Style from development part
====================================*/
.padding {
    padding: 0 15px 0px 0px;
}
.no-padding {
    padding: 0;
}
.widget ul li {
    margin: 15px 30px 5px;
    display:block;
    overflow: hidden;
}
.latest-news li {
    display: inline-block;
}
ul.children li {
    margin: 0;
}
.tagcloud {
	padding:15px 30px;
}
.tagcloud a {
    font-size: 14px!important;
    display: inline-block;
    color: #000;
    padding: 13px 19px;
    line-height: 1;
    text-transform: capitalize;
    font-weight: 700;
    border-radius: 1px;
    outline: none;
    border: 1px solid #F0F0F0;
    background-color: #FFF;
    transition: .3s;
	margin-bottom: 4px;
    box-shadow: inset 0px 0px 0px 0px #FFCA00, inset 0px 0px 0px 0px #FFCA00;
}
.tagcloud a:hover {
    color: #000;
    border: 1px solid #FFCA00;
    box-shadow: inset 6px 5px 27px 22px #FFCA00, inset 1px 0px 0px 0px #FFCA00; 
}

.breadcrumb {
    background-color: transparent;
	padding-left:0;
}
.breadcrumb-ul li:first-child {
    padding-left: 0;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "";
}
.team-member-full-img img {
    width: 100%;
    height: auto;
}
.single-descriptions .description-title {
    margin-bottom: 15px;
}

.tag-share.events .post-share{
	float:left;
	width:100%;
}
.breadcrumb>.active {
    color: #FFCA00;
}

.three-elements {
    overflow: hidden;
    height: 90px;
}

input[type="text"], input[type="email"], input[type="url"]{
	padding:15px 20px;
	}
.section-heading img {
    margin-bottom: 15px;
}


.f-widget .latest-news li:last-child {
    border-bottom: 0;
}

.give-btn {
    color: #696969;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 15px;
    border: 1px solid #F0F0F0;
    margin-bottom: 9px;
    display: inline-block;
    line-height: 1;
    margin-right: 3px;
    position: relative;
    cursor: pointer;
}
.give-btn:hover,button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    background: #FFCA00;
    border-color: #FFCA00;
    color: #000;
}
.give_error.give_warning, .give_success.give_warning {
    display: none;
}
#give-recurring-form .form-row label, form.give-form .form-row label, form[id*=give-form] .form-row label,
legend {
	display:none;
}
#give-recurring-form, form.give-form, form[id*=give-form] {
    margin: 0 0 25px;
    padding: 0 20px 0px 0px;
}
.causes-content i {
    margin: 0px 5px;
}
.donators-info i {
    margin-right: 5px;
}


/*===================================
	Style when check
====================================*/
.widget select,
.f-widget select {
    width: 85%;
    padding: 15px 10px;
    margin: 25px 25px 0px 25px;
    font-size: 16px;
    outline: none;
}
.widget table,
.f-widget table {
    margin: 25px;
    width: 85%;
}
.widget .textwidget,
.f-widget .textwidget {
    margin: 25px;
}
.widget .textwidget p>strong,
.f-widget .textwidget p>strong{
	margin-bottom:20px;
}
.single-description ul li span,
.single-description ul li em,
.single-description ul li strong {
    font-size: 16px !important;
}
.single-description label {
    font-size: 16px;
	margin-bottom:16px;
}
.single-description input {
    padding: 10px 25px;
    font-size: 16px;
}
.single-description img.alignnone {
    float: none;
}
.single-description iframe {
    width: 100%;
}
#menu-fixed .site-title {
    margin-top: -15px;
}
#header-style-two .site-title {
    display: block;
}
.description-content #contact_map {
    max-height: 200px;
    width: 100%;
}
.contact-ul li span {
    font-size: 40px;
    width: 40px;
}
.widget .search-form .search-field, .widget.search form input {
    width: 80%;
    padding: 15px;
    border: 1px solid #ebebeb;
    background-color: #fafafa;
    border-radius: 4px;
    margin: 15px 20px;
    text-align: left;
	color: #000;
	font-size: 16px;
}
#all-search input[type="text"], 
#all-search input[type="search"], 
#all-search textarea {
    background: #000;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    border: 1px solid #000;
    border-radius: 2px;
    color: #fff;
    padding: 20px 10px;
    width: 98%;
	text-align:center;
	font-size:16px;
}
.sidebar #all-search input[type="text"],  
.sidebar #all-search input[type="search"]{
    background: #ededed;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    border: 1px solid #ededed;
    border-radius: 2px;
    color: #000;
    margin: 15px 20px;
    width: 85%;
    text-align: left;
    padding: 15px 10px;
}
#give-recurring-form .form-row input[type=text], #give-recurring-form .form-row input[type=tel], #give-recurring-form .form-row input[type=email], #give-recurring-form .form-row input[type=password], #give-recurring-form .form-row select, #give-recurring-form .form-row textarea, form.give-form .form-row input[type=text], form.give-form .form-row input[type=tel], form.give-form .form-row input[type=email], form.give-form .form-row input[type=password], form.give-form .form-row select, form.give-form .form-row textarea, form[id*=give-form] .form-row input[type=text], form[id*=give-form] .form-row input[type=tel], form[id*=give-form] .form-row input[type=email], form[id*=give-form] .form-row input[type=password], form[id*=give-form] .form-row select, form[id*=give-form] .form-row textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-radius: 0;
    outline: 0;
    color: #333;
    background-color: #FDFDFD;
    border: 1px solid #ccc;
    margin: 0;
    padding: 10px 10px;
    font-size: 16px;
}
.project-single #contact_map {
    height: 200px;
    margin-top: 20px;
}
.sticky h4 a {
	display: block;
	color: #FFCA00;
}

.pagination>li>a, .pagination>li>span {
    padding: 8px 15px;
    margin: 0 5px;
    color: #696969;
    background-color: transparent;
    border: 1px solid #F0F0F0;
    font-size: 18px;
    border-radius: 3px;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{
	padding: 8px 15px;
    color: #696969;
    background-color: transparent;
    font-size: 18px;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    color: #fff;
    background-color: #FFCA00;
    border-color: #FFCA00;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    color: #fff;
    background-color: #FFCA00;
    border-color: #FFCA00;
}
.single-description ul.order-list li {
    color: #696969;
    padding: 9px 0;
    position: relative;
    padding-left: 22px;
}
.single-description ul.order-list li:before {
    position: absolute;
    content: "\f111";
    left: 0;
    font-family: FontAwesome;
    color: #FFCA00;
    font-size: 10px;
}
.slider-content-inner .slider-button i{
   margin: 0px 5px;
}
.button-div .button i, .button-div .btn-two i {
    margin: 0px 5px;
}
.logged-in-as a {
    color: #333;
    font-weight: 500;
}
.comment-edit-link {
    color: #333;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: transparent;
    padding: 0;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
	background-color: transparent;
    padding: 0;
}
.woocommerce #respond input#submit.added::after, .woocommerce a.button.added::after, .woocommerce button.button.added::after, .woocommerce input.button.added::after {
    font-family: WooCommerce;
    content: '\e017';
    margin-left: -30px;
    vertical-align: middle;
    color: #FFCA00;
}
.return-to-shop .button.wc-backward,
.return-to-shop .button.wc-backward:hover {
    background: #000;
    color: #fff;
    border: none;
    height: 42px;
    line-height: 22px;
    font-size: 16px;
    padding: 10px 20px;
    text-transform: capitalize;
    font-weight: 600;
    -webkit-transition: .25s;
    transition: .25s;
    border-radius: 3px;
    outline: none;
}
.return-to-shop .button.wc-backward:hover {
	background:#FFCA00;
}
.cart-item-img img {
    width: 100px;
    height: auto;
}
.products-single{
    margin: 120px 0;
}
.woocommerce .quantity .qty {
    width: 3.631em; 
    text-align: center;
    font-size: 15px;
    color: #000;
    font-family: 'Popins', sans-serif;
    font-weight: 500;
    height: 45px;
    float: left;
    background: transparent;
    padding: 0px;
    margin: 0px;
    outline: none;
    border-radius: 0;
}
.cart-checkout input[type="submit"] {
    font-size: 15px;
}
.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0;
    font-size: 30px;
    color: rgb(0, 0, 0);
    margin-bottom: 6px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: rgb(255, 202, 0);
    margin: 0px 0px 20px;
}
.woocommerce div.product form.cart .button,
#review_form .form-submit {
    font-size: 15px;
    display: block;
    color: #000;
    padding: 13px 19px;
    line-height: 1;
    text-transform: capitalize;
    font-weight: 700;
    border-radius: 1px;
    outline: none;
    border: 2px solid #FFCA00;
    box-shadow: inset 6px 5px 27px 22px #FFCA00, inset 1px 0px 0px 0px #FFCA00;
    transition: .3s;
}
#review_form .form-submit {
    display: inline-block;
}
#review_form .form-submit:hover {
	border: 2px solid #FFCA00;
    box-shadow: inset 6px 5px 27px 22px #fff, inset 1px 0px 0px 0px #fff;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: 15px;
}
.woocommerce-product-rating .woocommerce-review-link {
    color: #333;
	font-weight:500;
}
.product_meta {
    font-weight: 600;
}
.product_meta a:hover {
    color: #FFCA00;
}
.woocommerce div.product form.cart .button:hover{
	 box-shadow: inset 6px 5px 27px 22px #fff, inset 1px 0px 0px 0px #fff;
}
.woocommerce ul.cart_list, .woocommerce ul.product_list_widget {
    padding: 0 30px;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    float: left;
    margin: 0px 25px 15px 0px;
    width: 80px;
    height: auto;
    box-shadow: none;
}
.woocommerce-Price-amount.amount {
	font-size:20px;
	color: #FFCA00;
}
.product_list_widget .woocommerce-Price-amount.amount {
	font-size:15px;
	padding-top: 5px;
    display: inline-block;
}
.product_list_widget li a:hover {
	color: #FFCA00;
}
.product_list_widget li a{
	text-transform:capitalize;
}
.woocommerce .star-rating span::before {
    color: #FFCA00;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #FFCA00;
    color: #fff;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    display: block;
    text-align: center;
    margin-bottom: 1em;
    font-size: 16px;
    padding: 15px;
    background: #333;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: right;
    padding: 15px 20px;
    background: #333;
}
.woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover{
	background-color: #FFCA00;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: 1;
    font-size: 15px;
    font-family: 'Popins', sans-serif;
}


.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #FFCA00;
    text-shadow: #FFCA00;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    text-decoration: none;
    color: #FFCA00;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: .5em 0;
    font-weight: 700;
    color: #333;
    text-decoration: none;
	font-size: 18px;
    text-transform: capitalize;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #d3ced2;
    background-color: transparent;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 4px 4px 0 0;
    margin: 0 -5px;
    padding: 0 1em;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    position: absolute;
    content: ' ';
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 2px solid #FFCA00;
    z-index: 1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border:none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff;
    z-index: 2;
    border-bottom: 2px solid #FFCA00;;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	border:0;
	width:0;
}
.woocommerce #review_form #respond textarea {
    box-sizing: border-box;
    width: 100%;
    height: 150px;
}
.woocommerce div.product {
    margin-bottom: 0;
    position: relative;
    padding: 0px 15px;
}
.woocommerce p.stars a::before {
	color:#FFCA00;
}
.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 2em;
    padding: 30px;
    border: 1px solid #f0f0f0;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
}
a.added_to_cart.wc-forward {
    display: block;
    text-align: center;
    color: #FFCA00;
    font-weight: 500;
    text-transform: capitalize;
}
.price_slider_amount {
	padding:0px 30px;
}
.price_slider_amount input {
    display: inline-block !important;
    width: 50%;
    height: 40px;
    font-family: 'Popins',sans-serif;
    float: left;
}
.price_slider_amount .price_label {
    display: none !important;
}
.slider-content-inner .slider-button .button {
    color: #fff;
}
.page-padding {
    padding: 100px 0px;
}


/* Testing */
.home-map {
    position: relative;
}
.home-map .map {
    height: 395px;
    width: 100%;
}
button[type="submit"],button[type="submit"]:hover {
    background: #ffca00 !important;
    padding: 15px 30px !important;
    color: #000 !important;
}




/* ----------------------------------------------------------------------------------------
	========================== 31. Home page CSS from From Here =======================
	---------------------------------------------------------------------------------------
*/





/* common css */
.thumb-content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    position: absolute;
    width: 95%;
    bottom: 10px;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
}
.thumb-content li {
    margin: 0 20px;
}
.thumb-content li .title {
    color: #696969;
}
.thumb-content li:nth-child(1) .rate {
    color: #fe813a;
}
.thumb-content li:nth-child(2) {
    border-right: 1px solid #ededed;
    border-left: 1px solid #ededed;
}
.thumb-content li:nth-child(3) .rate {
    color: #379ff4;
}
.thumb-content li .progressbar {
    display: inline-block;
    width: 90px;
}
.thumb-content li .progressbar .circle div{
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #fe813a;
}
.thumb-content li .progressbar canvas {
    width: 60px !important;
    height: 60px !important;
    line-height: 60px;
}

/* style-2 */
.style-2 .header-top-contact p {
    color: #696969;
}
.style-2 .header-top-contact h6 {
    color: #000;
}
.style-2 .mainmenu-area {
    background: #e23e57;
}
body.down .style-2 .mainmenu-area {
    background: #081639;
}
.style-2 .navbar-default .navbar-nav>li>a {
    color: #000;
}
.style-2 .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
}
.style-2 .navbar-nav>li.dropdown.active>a:hover span::before, .style-2 .navbar-nav>li.dropdown.active>a:hover span::after {
    color: #fff;
}

/* style 2 for Home page 4 */
.style-2 .mainmenu-right {
    padding: 14px 0;
}
.style-2 .chart-icon {
    border: 1px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    /* transform: translateY(15px); */
    padding: 0;
}
.style-2 .chart-icon i {
    color: #fff;
}
.style-2 .chart-icon span.chart-number {
    background: #fff;
    color: #e23e57;
}
.style-2 .chart-icon:hover .cart-list {
    top: 57px;
}
.style-2 .search-box {
    position: relative;
    padding: 0;
  	margin-right: 15px;
}
.style-2 .search-box input {
    padding: 13px 25px;
    max-width: 350px;
    border: none;
    border-radius: 50px;
    background: #e86579;
    outline: none;
    color: #fff;
    width: 280px;
}
.style-2 .search-box i {
    position: absolute;
    color: #fff;
    top: 50%;
    right: 0;
    transform: translateY(-50%) translateX(-20px);
}
.style-2 .search-box ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.style-2 .search-box ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.style-2 .search-box ::-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.style-2 .search-box ::-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
body.down .style-2 #menu-fixed.clone .donation{
    display: block;
}
body.down .style-2 #menu-fixed.clone .donation a {
    margin-top: 0;
    background: #fff;
    color: #e23e57;
}
.style-2 .donation {
    display: none;
}


/*Footer for home page 4 */
.style-2 .contact-info ul li i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #c44057;
    color: #fff;
}
.style-2 .contact-info ul li:nth-child(2) i {
    background: #8464bb;
}
.style-2 .contact-info ul li:nth-child(3) i {
    background: #639ef1;
}
.style-2 .latest-news li {
    border: none;
}

.style-2 .latest-news li span.small-thumbnail {
    width: 90px;
    height: 90px;
}
.style-2 .latest-news li span.small-thumbnail a {
    display: block;
}
.style-2 .latest-news li span.small-thumbnail a img {
    width: 100%;
}

.style-2 .footer-instagram .instagram-thumb {
    width: calc(100% / 3);
    float: left;
    overflow: hidden;
}
.style-2 .footer-instagram .instagram-thumb a {
    float: none;
    margin: 2px;
    display: block;
}
.style-2 .footer-instagram .instagram-thumb a img {
    width: 100%;
}
.style-2 .footer-instagram .text-btn {
    color: #fff;
    display: inline-block;
    margin: 0;
    margin-top: 10px;
    position: relative;
}
.style-2 .footer-instagram .text-btn::before {
    content: "\f101";
    position: absolute;
    font-family: FontAwesome;
    right: -14px;
    top: 3px;
    font-size: 14px;
}

.style-2 .copyright-text{
    float: none;
    text-align: center;
}


/* Cause style-3 == Home page 4 layout */
.causes-section.style-3 {
    padding-top: 120px;
    background: #fff;
    overflow: visible;
}
.style-3 .section-wrapper {
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.style-3 .section-wrapper .gallery-top {}
.style-3 .gallery-top .post-item {}
.style-3 .gallery-top .post-item-inner {}
.style-3 .gallery-top .post-content {
    width: 100%;
    padding: 50px 40px;
    transform: translateY(-50px);
    transition: all .9s ease;
    background: #fff;
}
.swiper-slide.swiper-slide-active .post-content {
    transform: translateY(0px);
}
.style-3 .gallery-top .post-content span {
    color: #e23e57;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 7px;
    display: inline-block;
  line-height: 1.5;
}
.style-3 .gallery-top .post-content h3 {
    font-weight: 700;
    font-size: 24px;
    color: #000;
  line-height: 1.5;
}
.style-3 .gallery-top .post-content p {
    margin: 10px 0 30px 0;
    font-size: 16px;
    line-height: 28px;
}
.style-3 .gallery-top .post-content .btn-two {
    background: #9064bf;
    color: #fff;
    border-color: #9064bf;
}
.style-3 .gallery-top .post-content .btn-two:hover {
    border-color: #FFCA00;
    color: #000;
    border: 2px solid #FFCA00;
    box-shadow: inset 6px 5px 27px 22px #FFCA00, inset 1px 0px 0px 0px #FFCA00;

}
.style-3 .gallery-top .post-thumb {
    width: 100%;
    transform: translateY(50px);
    transition: all .9s ease;
    position: relative
}
.swiper-slide.swiper-slide-active .post-thumb {
    transform: translateY(0px);
}
.swiper-slide.swiper-slide-active .post-thumb img{
    width: 100%;
}

.style-3 .section-wrapper .gallery-thumbs {
    /* width: 579px;
    padding: 20px;
    overflow: hidden;
    position: absolute;
    background: #fff;
    margin-top: -65px; */
    border-top: 1px solid #f6faff;
    z-index: 9;
    padding: 20px;
    background: #fff;
    position: relative;
}
.style-3 .gallery-thumbs .post-item {
    cursor: pointer;
}
.style-3 .gallery-thumbs .post-item p {
    position: relative;
    text-align: center;
}
.style-3 .gallery-thumbs .post-item p::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: transparent;
    left: 0;
    top: -20px;
    transition: all .5s ease;
}
.style-3 .gallery-thumbs .swiper-slide:nth-child(1) .post-item p {
    color: #e23e57;
}
.style-3 .gallery-thumbs .swiper-slide:nth-child(2) .post-item p {
    color: #9064bf;
}
.style-3 .gallery-thumbs .swiper-slide:nth-child(3) .post-item p {
    color: #379ff4;
}
.style-3 .gallery-thumbs .swiper-slide:nth-child(4) .post-item p {
    color: #fe813a;
}
.style-3 .swiper-slide.swiper-slide-thumb-active:nth-child(1) .post-item p::before {
    background: #e23e57;
}
.style-3 .swiper-slide.swiper-slide-thumb-active:nth-child(2) .post-item p::before {
    background: #9064bf;
}
.style-3 .swiper-slide.swiper-slide-thumb-active:nth-child(3) .post-item p::before {
    background: #379ff4;
}
.style-3 .swiper-slide.swiper-slide-thumb-active:nth-child(4) .post-item p::before {
    background: #fe813a;
}
@media screen and (max-width: 576px) {
    .swiper-slide.swiper-slide-active .post-thumb {
        transform: translateY(25px);
    }
}
@media screen and (min-width: 992px) {
    .style-3 .gallery-top .post-item-inner {
        display: flex;
       /* flex-wrap: wrap;*/
    }
    .style-3 .gallery-top .post-content {
        width: 50%;
    }
    .style-3 .gallery-top .post-thumb {
        width: 50%;
    }
}

@media screen and (min-width: 1200px){
    .style-3 .section-wrapper {
        transform: translateY(10px);
        margin: 0 -15px;
    }
    .style-3 .section-wrapper .gallery-thumbs {
        width: 570px;
        overflow: hidden;
        position: absolute;
        margin-top: -65px;
    }
}


/* Blog style-2 == Home page style 4 */

/*.blog-section.style-2 {
    background: #f6faff;
}*/
.blog-section.style-2 .section-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.blog-section.style-2 .post-item {
    width: calc(100% / 1);
}
.blog-section.style-2 .post-item-inner {
    background: #fff;
    margin-bottom: 15px;
}
.blog-section.style-2 .post-item-inner:hover .post-thumb img {
    transform: scale(1.07);
}
.blog-section.style-2 .post-item-inner:hover .post-content h4 a {
    color: #e23e57;
}
.blog-section.style-2 .post-thumb {
    overflow: hidden;
}
.blog-section.style-2 .post-thumb a {
    display: block;
}
.blog-section.style-2 .post-thumb a img {
    width: 100%;
    transition: all .3s ease;
}
.blog-section.style-2 .post-content {
    padding: 0 30px;
}
.blog-section.style-2 .post-content .meta-post {
    color: #e23e57;
    margin-bottom: 10px;
    margin-top: 30px;
}
.blog-section.style-2 .post-content .meta-post a {
    color: #e23e57;
}
.blog-section.style-2 .post-content h4 a {
    display: inline-block;
    margin-bottom: 10px;
    color: #000;
    transition: all .3s ease;
}
.blog-section.style-2 .post-content p {
    margin-bottom: 30px;
}
.blog-section.style-2 .content-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 13px 30px;
    border-top: 1px solid #ededed;
}
.blog-section.style-2 .content-footer .text-btn {
    color: #000;
    transition: all .3s ease;
}
.blog-section.style-2 .content-footer .text-btn:hover {
    color: #e23e57;
}
.blog-section.style-2 .content-footer .comment {}
.blog-section.style-2 .content-footer .comment img {
    padding: 0 10px;
}
.blog-section.style-2 .content-footer .comment a {
    color: #696969;
}


@media screen and (min-width: 768px){
    .blog-section.style-2 .post-item {
        width: calc(100% / 2);
    }
    .blog-section.style-2 .post-item-inner {
        margin: 15px;
    }
}
@media screen and (min-width: 1200px){
    .blog-section.style-2 .section-wrapper {
        margin: 0 -25px;
    }
    .blog-section.style-2 .post-item {
        width: calc(100% / 3);
    }
}

/* newevents section start here */
.new-event {}
.new-event .section-wrapper {}
.new-event .post-item {
    display: flex;
    flex-wrap: wrap;
}
.new-event .post-item-inner {}
.new-event .post-thumb {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.new-event .post-thumb img {
    width: 100%;
}
.post-thumb .post-date {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    background: #e23e57;
    width: 120px;
    height: 120px;
    padding-left: 10px;
}
.new-event .post-thumb .post-date h4 {
    color: #fff;
    font-weight: 700;
    font-size: 30px;
}
.new-event .post-thumb .post-date span {
    color: #fff;
}

.new-event .post-content {
    width: 100%;
    padding: 45px 30px;
    background: #f6faff;
}
.new-event .post-content h5 a {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    max-width: 440px;
}
.new-event .post-content .meta-post {
    display: flex;
    flex-wrap: wrap;
}
.new-event .post-content .meta-post li {
    margin-right: 20px;
    padding: 5px 0;
}
.new-event .post-content .meta-post li:last-child {
    margin-right: 0;
}
.new-event .post-content .meta-post li i {
    color: #e23e57;
    padding-right: 5px;
}
.new-event .post-content p {
    margin-bottom: 20px;
}
.new-event .post-content .btn-two {
    background: #e23e57;
    color: #fff;
    border-color: #e23e57;
  padding: 13px 28px;
}
.new-event .post-content .btn-two:hover {
    border-color: #FFCA00;
}
.new-event .post-item:nth-child(2) .post-thumb .post-date {
    background: #9064bf;
}
.new-event .post-item:nth-child(2) {
    width: 100%;
}
.new-event .post-item:nth-child(2) .post-content p {
    display: none;
}
.new-event .post-item:nth-child(2) .post-content {
    background: #9064bf;
}
.new-event .post-item:nth-child(2) .post-content h5 a, .new-event .post-item:nth-child(3) .post-content h5 a {
    color: #fff;
}
.new-event .post-item:nth-child(2) .post-content .meta-post li, .new-event .post-item:nth-child(2) .post-content .meta-post li i {
    color: #fff;
}
.new-event .post-item:nth-child(2) .btn-two {
    background: #fff;
    border-color: #fff;
    color: #9064bf;
}
.new-event .post-item:nth-child(2) .btn-two:hover {
    border-color: #FFCA00;
    color: #fff;
}
.new-event .post-item:nth-child(3) {
    width: 100%;
}
.new-event .post-item:nth-child(3) .post-thumb .post-date {
    background: #379ff4;
}
.new-event .post-item:nth-child(3) .post-content {
    background: #379ff4;
}
.new-event .post-item:nth-child(3) .post-content p {
    display: none;
}
.new-event .post-item:nth-child(3) .post-content .meta-post li, .new-event .post-item:nth-child(3) .post-content .meta-post li i {
    color: #fff;
}
.new-event .post-item:nth-child(3) .btn-two {
    background: #fff;
    border-color: #fff;
    color: #379ff4;
}
.new-event .post-item:nth-child(3) .btn-two:hover {
    border-color: #FFCA00;
    color: #fff;
}
.new-event .post-item:nth-child(4) {
    flex-direction: row-reverse;
}
.new-event .post-item:nth-child(4) .post-thumb .post-date {
    background: #fe813a;
}
.new-event .post-item:nth-child(4) .post-content .meta-post li i {
    color: #fe813a;
}
.new-event .post-item:nth-child(4) .btn-two {
    background: #fe813a;
    border-color: #fe813a;
    color: #fff;
}
.new-event .post-item:nth-child(4) .btn-two:hover {
    border-color: #FFCA00;
}
@media screen and (min-width: 992px){
    .new-event .post-thumb {
        width: 50%;
    }
    .new-event .post-thumb img {
        height: 100%
    }
    .new-event .post-content {
        width: 50%;
    }
    .new-event .post-item:nth-child(2) {
        width: 50%;
        float: left;
    }
    .new-event .post-item:nth-child(3) {
        width: 50%;
    }
}
@media screen and (min-width: 1200px){}


/*  update date 4/1/2019 */
.about-section {}
.about-section .section-heading h3 {
    max-width: 800px;
    margin: 0 auto;
}
.about-section .section-wrapper {}
.about-section .post-item {
    width: calc(100% / 1);
    text-align: center;
}
.about-section .post-item-inner {
    margin-bottom: 15px;
    padding: 40px 20px;
    background: #fff;
    transition: all .3s ease;
}
.about-section .post-thumb {
    padding-bottom: 24px;
}
.about-section .post-thumb img {
    transition: all .3s ease;
}
.about-section .post-content .title h4{
    margin-bottom: 15px;
  	color: #000;
}

.about-section .post-item-inner:hover {
    box-shadow: 0 20px 20px 0 rgba(0,0,0,0.1);
}
.about-section .post-item-inner:hover .post-thumb img {
    transform: scale(1.2);
}
@media screen and (max-width: 575px){
    .section-heading h3 {
        font-size: 24px;
    }
}
@media screen and (min-width: 576px){
    .about-section .section-wrapper {
        display: flex;
        flex-wrap: wrap;
    }
    .about-section .post-item-inner {
        margin: 5px;
    }
}
@media screen and (min-width: 768px){
    .about-section .post-item {
        width: calc(100% / 2);
    }
}
@media screen and (min-width: 1200px){
    .about-section .section-wrapper {
        margin: 0 -20px;
    }
    .about-section .post-item {
        width: calc(100% / 4);
    }
}
/* counter section start here */

.counter-section {
    background: #379ff4;
}
.counter-item-inner {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
.counter-thumb {
    margin-right: 10px;
}
.counter-content .number {
    display: inline-block;
    position: relative;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}
.counter-content .post-content {
    color: #fff;
}
@media screen and (min-width: 576px){
    .counter-section .section-wrapper {
        display: flex;
        flex-wrap: wrap;
    }
}
@media screen and (min-width: 768px){
    .counter-item {
        width: calc(100% / 3);
    }
    .counter-item-inner {
        margin: 10px;
    }
}
@media screen and (min-width: 1200px){
    .counter-item {
        width: calc(100% / 4);
    }
}

/* popular-cause */
.popular-cause {

}
.popular-cause .section-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.popular-cause .post-item {
    width: calc(100% / 1);
}
.popular-cause .post-item-inner {
    margin-bottom: 15px;
    /* border: 1px solid #ededed; */
    box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
    transition: all .3s ease;
}
.popular-cause .post-item-inner:hover {
    box-shadow: 0 10px 10px 0 rgba(0,0,0,0.1);
}
.popular-cause .post-thumb {
    position: relative;
}
.popular-cause .post-thumb img {
    width: 100%;
}
.popular-cause .post-thumb .thumb-content li {
    text-align: center;
}
.popular-cause .post-content {
    padding: 32px 30px;
    background: #fff;
}
.popular-cause .post-content h5 a {
    display: inline-block;
    color: #000;
    font-size: 20px;
    font-weight: 700;
}
.popular-cause .post-content .btn-two {
    background: #e23e57;
    color: #fff;
    border-color: #e23e57;
}
.popular-cause .post-content .btn-two:hover {
    border-color: #FFCA00;
}
.popular-cause .post-item:nth-child(2) .post-content .btn-two {
    background: #9064bf;
    border-color: #9064bf;
}
.popular-cause .post-item:nth-child(2) .post-content .btn-two:hover {
    border-color: #FFCA00;
}
.popular-cause .post-item:nth-child(3) .post-content .btn-two {
    background: #379ff4;
    border-color: #379ff4;
}
.popular-cause .post-item:nth-child(3) .post-content .btn-two:hover {
    border-color: #FFCA00;
}
.popular-cause .post-item:nth-child(4) .post-content .btn-two {
    background: #fe813a;
    border-color: #fe813a;
}
.popular-cause .post-item:nth-child(4) .post-content .btn-two:hover {
    border-color: #FFCA00;
}
.popular-cause .post-item:nth-child(5) .post-content .btn-two {
    background: #2cc391;
    border-color: #2cc391;
}
.popular-cause .post-item:nth-child(5) .post-content .btn-two:hover {
    border-color: #FFCA00;
}
.popular-cause .post-item:nth-child(6) .post-content .btn-two {
    background: #7fba00;
    border-color: #7fba00;
}
.popular-cause .post-item:nth-child(6) .post-content .btn-two:hover {
    border-color: #FFCA00;
}
.popular-cause .post-content p {
    margin: 10px 0 18px 0;
}
@media screen and (min-width: 768px){
    .popular-cause .post-item {
        width: calc(100% / 2);
    }
    .popular-cause .post-item-inner {
        margin: 15px;
    }
    .popular-cause .thumb-content li {
        margin: 0 10px;
    }
}
@media screen and (min-width: 1200px){
    .popular-cause .section-wrapper {
        margin: 0 -30px;
    }
    .popular-cause .post-item {
        width: calc(100% / 3);
    }
    .popular-cause .thumb-content li {
        margin: 0 15px;
    }
}
/* volunteer section start here */
/*.volunteer-section {
    background: #f6faff;
}*/
.volunteer-section .btn-two {
    color: #fff;
    background: #e23e57;
    border-color: #e23e57;
}
.volunteer-section .btn-two:hover {
    border-color: #FFCA00;
}
.volunteer-section .section-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.volunteer-section .post-item {
    width: calc(100% / 1);
}
.volunteer-section .post-item-inner {
    padding: 20px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
    transition: all .3s ease;
}
.volunteer-section .post-thumb {
    width: 25%;
}
.volunteer-section .post-thumb img {
    transition: all .3s ease;
}
.volunteer-section .post-content {
    width: 75%;
    padding-left: 15px;
}
.volunteer-section .post-content .volunteer-name {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 7px;
    display: inline-block;
    transition: all .3s ease;
}
.volunteer-section .post-item-inner:hover {
    box-shadow: 0 10px 10px 0 rgba(0,0,0,0.1);
}
.volunteer-section .post-item-inner:hover .volunteer-name {
    color: #e23e57;
}
.volunteer-section .post-item-inner:hover .post-thumb img {
    transform: scale(1.07);
}
@media screen and (min-width: 768px){
    .volunteer-section .post-item {
        width: calc(100% / 2);
    }
    .volunteer-section .post-item-inner {
        margin: 10px;
    }
}
@media screen and (min-width: 1200px){
    .volunteer-section .section-wrapper {
        margin: 0 -25px;
    }
    .volunteer-section .post-item {
        width: calc(100% / 3);
    }
}
.bg-ash {
    background: #f6faff;
}
.hh-section-padding {
	padding: 120px 0;
}
.padding-60 {
    padding: 60px 0;
}
.swiper-container-two, .swiper-container-three {
    overflow: hidden;
    cursor: e-resize;
}

/* Custom Css for Home 4*/


.post-thumb i{
	font-size: 15px;
}
.about-section .section-heading h3{
	line-height: 1.5;
}
.btn-two i{
	margin-left: 4px;
}

.volunteer-section .post-thumb a img{
	border-radius: 50%;
}
.volunteer-section .btn-two{
	text-transform: capitalize;
}
a.url.fn.n{
	text-transform: capitalize;
	margin-right: 10px;
}
.content-footer.hhp a i{
	margin-left: 4px;
}
.content-footer.hhp .comment i{
	color: #ccc;
    margin-right: 5px;
}
.new-event .post-thumb .post-date h4{
	margin-top: 5px;
	margin-bottom: 0;
}
.woocommerce-Price-amount.amount{
	font-size: 15px;
}
.cart-select-total h3{
	margin-top: 11px;
}
.footer-top {
	position: relative;
}
.footer-overlay{
	position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
}
.thumb-content li .progressbar .circle div {
    font-size: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #fe813a;
 }

 blockquote p{
 	margin-left: 10px;
 }
 blockquote:before, blockquote:after{
 	font-size: 15px;
 	left: 3px;
 }
figure.wp-block-image.alignleft.is-resized{
 	margin-right: 15px;
}
.counter-section.padding-60{
	padding: 68px 0;
}
.btn-two{
	text-transform: capitalize;
}
.popular-cause .post-item .post-content .btn-two:hover, .volunteer-section .btn-two:hover, .new-event .post-content .btn-two:hover{
	box-shadow: inset 6px 5px 27px 22px #FFCA00, inset 1px 0px 0px 0px #FFCA00;
}

.blog-section.style-2 {
	padding: 70px 0;
}
.section .volunteer-section .section-padding{
	padding: 100px 0;
}

.footer-section.style-2 .footer-bottom{
	padding: 10px 0;
}
.new-event .post-item:nth-child(2) .post-thumb{
	background-position: center center !important;
    background-size: cover !important;
}
.new-event .post-item:nth-child(3) .post-thumb{
	background-position: center center !important;
    background-size: cover !important;
}
blockquote:before, blockquote:after{
	content: "";
}

.header.style-2 .header-top-contact p
{
	margin-bottom: 6px;
    line-height: 1.4;
    color: #8F9092;
}
.header.style-2 .header-top-contact h6{
	font-weight: 600;
}
a.give_terms_links{
	color:#4b4b4b;
	font-weight: 600;
}
@media screen and (min-width: 992px){
 .causes-section.style-3 .swiper-slide.swiper-slide-active .post-thumb img {
    height: 407px;
	 width: 100%;
}

} 
.section.hh-section-padding.about-section.mhmf .title h4{
	line-height: 1.5;
}
.counter-section p{
	margin-bottom: 0;
}
.counter-section h3{
	margin-bottom: 0;
}
.style-3 .gallery-top .post-content .btn-two{
	margin-bottom: 60px
}
.style-3 .gallery-top .post-content p{
	margin-top: 20px;
	margin-bottom: 30px;
}
.header.style-2 .header-top{
 	padding: 30px 0;
}

.section.hh-section-padding.about-section.mhmf .post-content p, .causes-section.style-3 .post-content p, .section.popular-cause .section-heading p, .section.popular-cause .post-content p, .section.volunteer-section .section-heading p, .section.volunteer-section .post-content p, .section.new-event .section-heading p, .section.new-event .post-content p, .section.blog-section.style-2 .section-heading p, .section.blog-section.style-2 .post-content p{
  color: #696969;
}

.section.popular-cause .post-content a.btn-two, .causes-section.style-3 .post-content a.btn-two{
  padding: 14px 33px;
}
.section.volunteer-section .post-thumb a img{
  width: 80px;
  height: 80px;
}
 .volunteer-section .post-content p{
    margin-bottom: 0;
}
.volunteer-section .btn-two{
  padding: 15px 30px;
}
.logo-section .single-logo{
  text-align: center;
}


.section.new-event a.btn-two{
	color: #fff;
    background: #e23e57;
    border-color: #e23e57;
}
.section.new-event a.btn-two:hover{
	box-shadow: inset 6px 5px 27px 22px #FFCA00, inset 1px 0px 0px 0px #FFCA00;
border-color: #FFCA00;
}

.down .chart-icon, .down .search-box{
  display: none;
  
}
@media screen and (min-width: 1280px){
  
  .header.style-2 button[type="submit"] {
    background: transparent !important;
    position: absolute;
    top: -4px;
    bottom: 0;
    right: 8px;
}
.down .header.style-2 .donation i{
	margin-left: 6px;
}
  
}


@media screen and (max-width: 767px){
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
}
.wpcf7-list-item.first.last label{
  margin-top: 18px;
  
}}


.price_slider_amount button[type="submit"]:hover {
    background: #E23E57 !important;
    padding: 5px 15px !important;
    color: #fff !important;
}

.section.popular-cause .post-content h5{
  line-height: 1.6;
}
.section.new-event h5{
  line-height: 1.4;
}
.section.blog-section.style-2 h4{
	line-height: 1.5;
}

.causes-section.style-3 .swiper-slide.swiper-slide-active .post-thumb img{
	height: 453px;

}