/* Copyright 2019  */
/*-----------------------------------------------------------------
[Master Stylesheet]

Project: Helping_hands
Version: 1.0.0
Author: Initialize Technologies
-------------------------------------------------------------------
[Table of contents]
01. Body start
02. Global css 
03. Preloader section 
04. Bottom to top button
05. Preheader css start
06. Header css start  
07. Top scroll bar
08. Banner section
09. About-box section
10. About Section
11. Need Help section
12. Donation section
13. Team section
14. video section 
15. Mission & goals section
16. Progress Counter Section
17. Testimonial section 
18. Events section
19. Gallery section
20. Contact section 
21. Footer section

-------------------------------------------------------------------*/
/*-----
	Body start 
 -----*/
body{
	font-size:15px;
	margin:0;
	padding:0;
	overflow-x:hidden;
	padding:0px!important;
	background:#f5f5f5;
	font-family: "Montserrat";
}
/*-----
	Global css
 -----*/
h1,h2,h3,h4,h5,h6{
	margin:0;
	font-family: "poppins";
	font-weight: 600;
}
a{
	font-family: "Montserrat";
}
button{
	font-family:"poppins";
}
img{
	max-width:100%;
}
p,a{
	margin:0;
}
p {
    color: #11111163;
    text-align: justify;
}
a,a:hover{
	text-decoration:none;
}
ul,ol{
	list-style:none;
	padding:0;
	margin:0;
}
h4, .h4 {
    font-size: 18px;
}
img.loader_img1 {
    width: 50%;
}
section.section-padding{
	overflow:hidden;
}
::-webkit-input-placeholder { color: #fff; font-size:13px; }
::-moz-placeholder { color: #fff; }
:-ms-input-placeholder { color:  #fff; }
:-moz-placeholder { color:  #fff; }
input:focus,input:hover,textarea:focus,textarea:hover,select:focus,select:hover,button:focus,button:hover,.form-control:hover,.form-control:focus{
	outline:none;
	box-shadow:none;
}
.buttons{
	border-radius: 50px;
    padding: 10px 30px;
	transition:0.5s;
}
.charity-heading{
	text-align:center;
	width:100%;
	margin-bottom: 50px;
}
.charity-heading h2 {
    font-weight: bold;
    color: #111;
}
.charity-heading h2 span{
	color:#71b61b;
}
.charity-heading p{
	color: #111111a3;
	width: 40%;
    margin: 20px auto 0px;
}
.section-padding {
    padding: 80px 0px;
}
a:focus {
    outline: none;
    outline-offset: 0;
    text-decoration: none;
}
/*----- 
	Preloader section
-----*/
.res_preloader{
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-color:#fff;
	z-index:9999999;
}
.res_preloader_img{
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	text-align:center;
}
.toggle span {
    width: 20px;
    height: 2px;
    background-color: #ffffff;
    display: block;
    margin: 4px auto;
	cursor:pointer;
}
.res_preloader_img img.loader_img2{
	width:20%;
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	text-align:center;
}
.res_preloader_img p{
	color:#71b61b;
}
.team_images{
	width:100%;
	height:100%;
}
/*-----
	Bottom to top button
-----*/
.scrollup1{
	font-size: 20px;
    color: #fff;
    background: #71b61b;
    text-align: center;
    width: 35px;
    height: 35px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    border: 1px solid #71b61b;
    z-index: 99;
    box-shadow: 1px 0px 16px 0px #1111115e;
}
.scrollup1:hover {
    bottom: 10px;
    transition: 0.5s;
	color:#fff;
}
a.scrollup1:focus {
    color: #fff;
}
/*----- 
	Preheader css start
 -------*/
.spa_menu_btn{
	display:none;
}
.sal_logo_box {
    float: left;
    width: 100%;
}
.sal_logo_box img {
    padding: 20px 0 0;
}
.sal_preheader_wrapper{
	padding:7px 0;
	background:#71b61b;
}
.sal_menu_fixed .sal_preheader_wrapper{
	background:#0d0d0d;
}
.sal_header_info ul li{
	display: inline-block;
    color: #ffffff;
    margin-right: 20px;
	font-size:12px;
}
.header_nav_detail .sal_header_info ul li{
	display: inline-block;
    color: #111;
    margin-right: 20px;
	font-size:12px;
}
.sal_header_info ul li:last-child{
	margin-right:0;
}
.header_nav_detail .sal_header_info ul li a{
	color:#111;
	font-size:12px;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.header_nav_detail .sal_header_info ul li a i{
	border: 2px solid #f0f0f0;
    color: #71b61b;
    padding: 10px;
    border-radius: 50px;
}
.header_nav_detail .sal_header_info ul li.charity-call a i{
	padding: 10px 12px;
}
.header_nav_detail .sal_header_info ul li a span{
	color:#111;
	transition:0.3s;
}
.sal_header_info ul li a{
	color:#ffffff;
	font-size:12px;
	font-weight: 600;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.sal_header_info ul li a i,.sal_header_info ul li i{
	margin-right:10px;
}
.sal_header_social ul li{
	display:inline-block;
	margin-left: 20px;
}
.sal_header_social ul li a{
	color:#ffffff;
	font-size: 12px;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.sal_header_social ul li a:hover,.sal_header_info ul li a:hover{
	color:#111;
}
.sal_header_social{
	display:inline-block;
}
.sal_mini_cart{
	display:inline-block;
}
.sal_header_right{
	text-align:right;
	margin-right: 6px;
    margin-top: 2px;
}
.sal_mini_cart{
	color: #ffffff;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #777777;
	position: relative;
}
.sal_mini_cart span{ 
	position: absolute;
    top: -7px;
    right: -13px;
    background: #33bdb5;
    line-height: 20px;
    padding: 0px 7px;
    font-size: 12px;
    border-radius: 100%;
    font-weight: 600;
}
/*-----
	Header css start 
-------*/
.sal_menu_fixed .sal_menu_box > ul > li > a{
	padding:20px 0;
	font-size:17px;
}
.sal_menu_fixed .sal_logo_box {
    padding: 3px 0;
}
.sal_navigation_wrapper{
	background: #fff;
    margin-top: 0px;
    color: #fff;
	padding: 0px 0px 25px 0px;
}
.sal_menu_box{
	position: relative;
}
.sal_menu_box > ul{
	list-style:none;
	padding:0;
	margin:0;
	text-align:right;
}
.sal_menu_box > ul >li{
	display:inline-block;
	position:relative;
	margin-right:36px;
}
.sal_menu_box > ul > li > a{
	color: #ffffff;
    padding: 5px 0 15px 0;
    font-size: 14px;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration:none;
	font-weight: 600;
}
.sal_menu_box > ul > li > a:hover{
    color:#111;
}
.header_nav_detail {
    margin: 30px 0px;
	color: #111;
    font-weight: 600;
	float: right;
}
.header_nav_detail p{
	font-size: 14px;
    color: #111111b0;
    font-weight: 500;
}
.header_nav_detail.header_nav_appoint {
    float: right;
}
.header_nav_detail img {
    float: left;
    padding: 0px 15px 0px 0px;
}
.header_nav_detail h5 {
    font-weight: 600;
    font-size: 11px;
    margin: -3px 2px 2px 0;
}
.header-btn {
    color: #71b61b;
    border: 1px solid #71b61b;
    background: transparent;
    padding: 5px 15px;
    border-radius: 3px;
	position: relative;
    top: 8px;
	transition:0.5s;
	font-weight: 500;
    font-family: poppins;
}
.header-btn:hover{
	color: #fff;
	background: #71b61b;
	border: 1px solid #71b61b;
}
nav ul li a.click_smooth.active{
	border-bottom: 2px solid #fff;
}
.header_nav_detail.header_nav_appoint img {
    padding: 3px 17px 1px 2px;
}
.header-btn i {
	padding: 3px 8px 1px 2px;
}
button#searchsubmit1:hover{
	background: #71b61b;
	transition:0.5s;
}
button#searchsubmit1:hover i.fa.fa-bell {
    color: #fff;
}
button#searchsubmit1:hover p {
    color: #fff;
}
li.active a {
    border-bottom: 2px solid #fff;
}
.spa_main_menu_wrapper {
    position: relative;
    z-index: 99;
    width: 100%;
	background:#71b61b;
	text-align: center;
}
.spa_main_menu_wrapper li {
    display: inline-block;
    margin-right: 30px;
}
.spa_main_menu_wrapper li a {
    color: #fff;
    padding: 15px 25px;
    display: inline-block;
	text-decoration: none;
	height: 53px;
	font-weight: 600;
}
.spa_main_menu_wrapper li a:hover{
    border-bottom: 2px solid #fff;
	color:#ffffffa6;
}
.spa_main_menu_wrapper li:last-child {
    margin: 0;
}
.search_bar_header {
    float: right;
}
button#buttonsearch {
    background: #71b61b;
    border: 1px solid #71b61b;
    color: #fff;
    padding: 15px 30px;
}
.menu_charity.fixed_menu {
    position: fixed;
    z-index: 999999;
    right: 0;
    left: 0;
    top: 0;
}
.menu_charity.fixed_menu .container.menu-full-width{
	width:100%;
	padding:0px;
}
.menu_charity.fixed_menu .spa_main_menu_wrapper{
	background: #71b61b;
}
.menu_charity.fixed_menu .spa_main_menu_wrapper li a {
	color: #fff;
}
.menu_charity.fixed_menu .spa_main_menu_wrapper li {
   padding: 5px 0px;
}
.menu_charity.fixed_menu .spa_main_menu_wrapper li.search_bar_header{
	padding:0px
}
.menu_charity.fixed_menu .spa_main_menu_wrapper button#buttonsearch{
	padding:20px 30px;
}
.menu_charity.fixed_menu .spa_main_menu_wrapper li.active a , .menu_charity.fixed_menu .spa_main_menu_wrapper li a:hover{
	border-bottom: 2px solid #71b61b;
}
div#carousel-example {
    margin-top: 50px;
}
.menu_charity {
    position: absolute;
    top: -26px;
    right: 0;
    left: 0;
}
.searchbardiv{
	display: block;
    position: absolute;
    background: #111;
    right: 0;
    z-index: 1001;
    padding: 10px;
    margin-top: 49px;
    margin-right: 157px;
	width: 400px;
}
.buttonsearch{
	background-color: transparent;
	border: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin-left:10px;
}
.buttonsearch:hover{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 0px;
}
.buttonsearch:focus{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 0px;
}
#formsearch{
	display: none;
}
#searchbox {
    box-shadow: none;
    padding: 4px 4px 5px 0px;
    height: 6%;
	border: 1px solid #71b61b;
}
button#searchsubmit {
    background: #71b61b;
    color: #fff;
    padding: 6px;
    font-size: 11px;
	border: 1px solid #71b61b;
}
#searchbox:hover {
	box-shadow: none;
}
.form-control:focus {
	border-color: #ccc;
}
.form-control{
	color:#33333380;
}
i.glyphicon.glyphicon-search.openclosesearch img {
    width: 17px;
    cursor: pointer;
    margin-bottom: 4px;
}
i.glyphicon.glyphicon-remove.openclosesearch img {
	width: 17px;
    cursor: pointer;
    margin-bottom: 4px;
}
i.glyphicon.glyphicon-remove.openclosesearch{
	display:none;
}
div#formsearch {
    margin: 0px;
    top: 48px;
}
.search_bar_header{
	position:relative;
}
.search-container {
  width: 490px;
  display: block;
  margin: 0 auto;
}

input#search-bar {
  margin: 0 auto;
  width: 100%;
  height: 45px;
  padding: 0 20px;
  font-size: 1rem;
  border: 1px solid #D0CFCE;
  outline: none;
}
input#search-bar:focus {
  border: 1px solid #008ABF;
  transition: 0.35s ease;
  color: #008ABF;
}
input#search-bar:focus::-webkit-input-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}
input#search-bar:focus::-moz-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}
input#search-bar:focus:-ms-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}
.search-icon {
  position: relative;
  float: right;
  width: 75px;
  height: 75px;
  top: -62px;
  right: -45px;
}
/*-----
	Top scroll bar 
-----*/
::-webkit-scrollbar {
	display: none;
}
::-webkit-scrollbar-thumb {
	display: none;
}
.menu_charity.fixed_menu progress {
	position: fixed;
	left: 0;
	top: 63px;
	width: 100%;
	height: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background-color: transparent;
	color: #111;
	z-index: 10;
	display:block;
}
progress{
	display:none;
}
progress::-webkit-progress-bar {
	background-color: transparent;
	z-index: 10;
}
progress::-webkit-progress-value {
	background-color: #111;
	z-index: 10;
}
progress::-moz-progress-bar {
	background-color: #111;
	z-index: 10;
}
.progress-container {
	width: 100%;
	background-color: transparent;
	position: fixed;
	top: 0;
	left: 0;
	height: 5px;
	display: block;
	z-index: 10;
}
.progress-bar {
	background-color: #111;
	width: 0%;
	display: block;
	height: inherit;
	z-index: 10;
}
/*-----
	Banner section 
 -----*/
a.right.carousel-control {
    background-image: none;
}
a.left.carousel-control {
    background-image: none;
}
.salon_padding {
    padding-bottom: 80px;
    padding-top: 80px;
    width: 100%;
}
.banner_slider {
    position: relative;
    width: 100%;
}
.carousel-caption.banner_text {
	width: 746px;
    background: #1111116e;
    text-align: center;
    padding: 39px;
    bottom: 179px;
    height: 279px;
}
.carousel-caption.banner_text p{
	color:#fff;
}
.carousel-caption.banner_text span {
    color: #71b61b;
    font-weight: 600;
}
.slider_button {
    margin-top: 20px;
}
button.btn_slider.read_more {
	background: #fff;
    color: #71b61b;
    font-size: 14px;
    border:1px solid #fff;
	font-family: poppins;
}
button.btn_slider.read_more:hover{
	background:#71b61b;
	color:#fff;
	border:1px solid #71b61b;
}
button.btn_slider.ourgallery {
    background: transparent;
	font-size: 12px;
    font-weight: 600;
}
button.btn_slider.ourgallery:hover{
	background:#71b61b;
	color:#fff;
	border:1px solid #71b61b;
}
.carousel-caption.banner_text p {
    margin: 25px 0px 31px 0px;
}
.carousel-caption.banner_text h1 {
    margin: 11px 0px;
    font-weight: bold;
}
.glyphicon-chevron-left:before {
    content: "\e079";
    background: #111;
    border: 1px solid #111;
    border-radius: 7px;
    font-size: 14px;
    padding: 10px 10px;
}
.glyphicon-chevron-right:before {
    content: "\e080";
    background: #111;
	border: 1px solid #111;
    border-radius: 7px;
	font-size: 14px;
    padding: 10px 10px;
}
.carousel-control {
     width: 5%;
}
/*-----
	About-box section 
-----*/
section#about-box {
    background: #fff;
}
.aboutbox-sections {
    position: relative;
    top: -40px;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99;
}
.box-padding{
	padding:0px;
}
.aboutbox-box {
    text-align: center;
    padding: 40px 40px;
	transition:0.8s;
}
.aboutbox-box p{
	color:#fff;
}
.aboutbox-box.aboutbox-first {
    background: #71b61b;
    color: #fff;
}
.aboutbox-box.aboutbox-second {
    background: #111;
    color: #fff;
}
.aboutbox-box.aboutbox-third {
    background: #71b61b;
    color: #fff;
}
.aboutbox-box:hover{
	background:#fff;
}
.aboutbox-box:hover i , .aboutbox-box:hover h3 , .aboutbox-box:hover p{
	color:#71b61b;
}
.aboutbox-box .mission-border{
	border-color:#fff;
} 
.aboutbox-box:hover .mission-border{
	border-color:#71b61b;
} 
.aboutbox-box.aboutbox-second .mission-border{
	border-color:#71b61b;
}
.aboutbox-box:hover button.buttons.aboutbox-btn{
	background:#71b61b;
	color:#fff;
	border: 1px solid #71b61b;
}
.aboutbox-box i {
    font-size: 35px;
}
.aboutbox-box i,.aboutbox-box p,.aboutbox-box h3{
	margin-bottom:20px;
}
button.buttons.aboutbox-btn {
    color: #111;
    border: 1px solid #fff;
    background: #fff;
    border-radius: 50px;
    padding: 10px 30px;
}
button.buttons.aboutbox-btn:hover {
	background: #fff!important;
    color: #71b61b!important;
    border: 1px solid #71b61b;
}
/*-----
	About Section
-----*/
section#about {
    background: #fff;
    position: sticky;
}
.about-text {
    text-align: left;
}
.about-text .charity-heading{
	text-align:left;
	margin-bottom: 26px;
}
.about-text .charity-heading p{
	width: 80%;
    margin: 10px 0px 0px;
}
.about-img{
    padding: 30px 30px 30px 30px;
    position: relative;
}
.about-img img{
	width:100%;
}
.about-img::after{
	background: #71b61b none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 63%;
    z-index: -1;
}
button.buttons.about-btn {
    background: #71b61b;
    color: #fff;
    margin-top: 26px;
	border: 1px solid #71b61b;
}
button.buttons.about-btn:hover{
	background: #fff;
    color: #71b61b;
    border: 1px solid #71b61b;
}
.about_img img {
    width: 100%;
    position: relative;
}
/*-----
	Need Help section
-----*/
.help-img {
	border-radius: 3px;
	overflow: hidden;
}
.help-img a img{
	transition:all .2s ease-in-out;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-ms-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
}
.item-help:hover .help-img a img{
	transform:scale(0.9);
	-webkit-transform:scale(0.9);
	-moz-transform:scale(0.9);
	-ms-transform:scale(0.9);
	-o-transform:scale(0.9)
}
.item-help .help-txt {
    background: #fff;
    padding: 33px 40px 11px;
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    border-radius: 3px;
    position: relative;
    z-index: 2;
}
.item-help::before, .item-help .help-txt::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 3px;
    background: #71b61b;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.item-help:hover .help-txt, .item-help:hover .help-txt p{
	color:#fff
}
.item-help:hover h3.fw-6{
	color:#fff;
}
.item-help:hover .help-txt .mission-border{
	border: 1px solid #fff;
}
h3.fw-6 {
    font-weight: 500;
    color: #71b61b;
    margin-bottom: 20px;
}
.help-txt .need-icon {
    display: block;
    text-align: center;
    width: 44px;
    height: 44px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translateY(70%);
    -ms-transform: translateY(70%);
    -o-transform: translateY(70%);
    transform: translateY(70%);
    background: #fff;
    border: 1px solid #71b61b;
    border-radius: 50px;
	transition: all .1s ease;
}
.help-txt > .need-icon i {
    font-size: 18px;
    line-height: 42px;
    color: #6abe52;
}
.item-help:hover .help-txt .need-icon , .item-help:hover .help-txt .need-icon i{
	background: #71b61b;
	color:#fff;
}
.header_nav_detail .sal_header_info ul li.charity-mail:hover a{
    color:	#71b61b!important;
}
.header_nav_detail .sal_header_info ul li a span:hover{
	color:#71b61b;
}
.item-help:hover .help-txt::before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52,1.64,.37,.66);
    transition-timing-function: cubic-bezier(0.52,1.64,.37,.66);
}
/*-----
	Donation section 
-----*/
#donate{
	background-image: url(../images/donate.png);
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}
#donate:before {
    content: "";
    position: absolute;
    background: #11111180;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.theme-blue {
	color: #fff;
}
.theme-orange {
		color: #cc851c;
}
.theme-green {
	color: #8ab042;
}
.theme-grey {
	color: #666666;
}
.theme-white {
	color: #fff;
}
.theme-background-blue {
	background-color: #71b61b;
	color: #fff;
}
.theme-background-orange {
	background-color: #cc851c;
	color: #fff;
}
.theme-background-green {
	background-color: #8ab042;
	color: #fff;
}
.theme-background-grey {
	background-color: #666666;
	color: #fff;
}
.theme-background-white {
	background-color: #fff;
	color: #4c4c4c;
}
.donate-bar > div:first-child {
	font-weight: 600;
	border-right: 1px dotted #71b61b;
	margin-top: 30px;
	font-size: 25px;
	padding: 0;
	text-align: right;
	padding-right: 20px;
}
.btn-blue-other,
.btn-blue {
	font-weight: 600;
	background-color: #71b61b;
	color: #fff;
	border-radius: 5px;
	border: 0;
	padding: 0;
	width: 75px;
	height: 37px;
	margin-top: 8px;
	transition:0.3s;
}
.btn-green {
	font-weight: 600;
    background-color: #fff;
    color: #71b61b;
    border-radius: 5px;
    border: 0;
    padding: 0;
    width: 114px;
    height: 37px;
    margin-top: 8px;
    border: 1px solid #71b61b;
	transition:0.5s;
}
.btn-green:hover{
	background-color: #71b61b;
	color:#fff;
}
#other-input {
	display: none;
}
#other-input input {
	position: relative;
	font-weight: bold;
	background-color: #fff;
	color:#71b61b;
	border-radius: 5px;
	border: 0;
	border: 5px solid #71b61b;
	padding: 0 0 3px 15px;
	width: 75px;
	height: 37px;
	margin: 24px 3px 0;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
	-webkit-appearance: none; 
	margin: 0; 
}
#other-input span {
	font-weight:bold;
	color: #71b61b;
	position: absolute;
	padding: 31px 12px;
	z-index: 10;
	pointer-events: none;
}
.impact {
	font-size: 1.1em;
	font-weight: 600;
	clear: both;
	color: #fff;
	float: right;
}
.nav>li>a:hover, .nav>li>a:focus {
	text-decoration: none;
	background-color: transparent;
}
.donate-buttons .active {
	background-color: #fff;
	border: 5px solid #71b61b;
	color: #71b61b;
}
.btn-blue-other:hover ,.btn-blue:hover {
    background-color: #fff;
    border: 5px solid #71b61b;
    color: #71b61b;
}
.donate-buttons:focus {
	outline: -webkit-focus-ring-color auto 0px;
}
.donate-buttons li:last-child {
	font-size: 17px;
	line-height: 37px;
	padding-left: 20px;
	padding-top: 15px;
}
/*-----
	Team section 
-----*/
.team-member, .team-member .team-img {
    position: relative;
}
.team-member {
    overflow: hidden;
}
.team-member, .team-member .team-img {
    position: relative;
}
.team-hover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    border: 20px solid #71b61b;
    background-color: rgba(255, 255, 255, 0.90);
    opacity: 0;
    transition: all 0.3s;
}
.team-member:hover .team-hover .desk {
    top: 35%;
}
.team-member:hover .team-hover, .team-member:hover .team-hover .desk, .team-member:hover .team-hover .s-link {
    opacity: 1;
}
.team-hover .desk {
    position: absolute;
    top: 0%;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(-55%);
    transform: translateY(-55%);
    transition: all 0.3s 0.2s;
    padding: 0 20px;
}
.desk h4 {
    color: #71b61b;
    margin-bottom: 10px;
}
.s-link a i:hover {
    color: #71b61b;
}
.desk, .desk h4, .team-hover .s-link a {
    text-align: center;
    color: #222;
	transition:0.3s;
}
.team-member:hover .team-hover .s-link {
    bottom: 10%;
}
.team-member:hover .team-hover, .team-member:hover .team-hover .desk, .team-member:hover .team-hover .s-link {
    opacity: 1;
}
.team-hover .s-link {
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 0;
    text-align: center;
    -webkit-transform: translateY(45%);
    transform: translateY(45%);
    transition: all 0.3s 0.2s;
    font-size: 35px;
}
.desk, .desk h4, .team-hover .s-link a {
    text-align: center;
    color: #222;
}
.team-member .s-link a {
    margin: 0 10px;
    color: #333;
    font-size: 16px;
}
.team-title {
    position: relative;
    padding: 20px 0;
    display: inline-block;
    letter-spacing: 2px;
    width: 80%;
	text-align: center;
	top: -38px;
    box-shadow: 0 0 30px rgba(0,0,0,0.2);
    background: #fff;
	transition:0.8s;
}
.team-name {
    width: 100%;
	    text-align: center;
}
.team-title h5 {
    margin-bottom: 0px;
    display: block;
    text-transform: uppercase;
}
.team-title span {
    font-size: 12px;
    text-transform: uppercase;
    color: #71b61b;
    letter-spacing: 1px;
	transition:0.8s;
	    font-weight: 600;
}
.charity-team-text:hover .team-title{
	background:#71b61b;
	color:#fff;
}
.charity-team-text:hover .team-title span {
	color:#fff;
} 
/*-----
	video section 
-----*/
section#video {
    background: #fff;
}
video {
    width: 100%;
}
.char-vdo iframe {
    width: 100%;
}
.vdo_text {
    padding: 0px 20px;
	text-align: center;
}
.vdo_text.aos-init.aos-animate p {
    text-align: center;
}
.vdo_text .charity-heading{
	text-align:center;
	margin-bottom: 30px;
}
.vdo_text .charity-heading p{
	width:80%;
	margin:20px auto 0px;
	text-align:center;
}
.vdo_text .charity-heading span{
	color:#71b61b;
}
button.buttons.vdo-btn {
    background: #71b61b;
    color: #fff;
    border: 1px solid #71b61b;
    margin-top: 40px;
}
button.buttons.vdo-btn:hover{
	background: #fff;
    color: #71b61b;
    border: 1px solid #71b61b;
}
/*-----
	Mission & goals section 
-----*/
.goals {
    border: 1px solid #fff;
    margin: 10px 0px;
    text-align: center;
    padding: 35px;
    background: #fff;
	transition:0.8s;
	border:5px solid #fff;
	    box-shadow: 0 0 30px rgba(0,0,0,0.2);
}
.goals:hover {
	border:5px solid #71b61b;
}
.goals:hover i{
	color:#111;
}
.goals i {
    font-size: 35px;
	color:#71b61b;
	transition:0.8s;
}
.goals h4 {
    font-weight: 600;
    margin: 20px 0px;
	color:#111;
	transition:0.8s;
}
.mission-border {
    border: 1px solid #71b61b;
    width: 50px;
    margin: auto;
    position: relative;
    top: -12px;
}
/*-----
	Progress Counter Section 
-----*/
#progress{
	background-image: url(../images/counter-bar.png);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	position:relative;
}
section#progress:before {
    content: "";
    position: absolute;
    background: #111111b8;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.counter-charity {
    text-align: center;
    padding: 25px;
}
.counter-value {
    color: #71b61b;
    font-size: 30px;
    font-weight: 600;
    margin: 10px 0px;
}
.counter-charity i {
    font-size: 35px;
}
.counter-charity i {
    color: #71b61b;
    background: #fff;
    border-radius: 50px;
}
i.one {
    padding: 32px 35px;
}
i.two {
    padding: 32px 37px;
}
i.three {
    padding: 32px 32px;
}
i.four {
    padding: 32px 34px;
}
.counter-charity h5 {
    color: #fff;
    font-size: 20px;
}
/*-----
	Testimonial section 
-----*/
.charity-testimonial .testimonial{
    background: #ffffffed;
    text-align: center;
    padding: 50px 50px;
    margin: 0 15px 120px;
    position: relative;
	border:1px solid #71b61b;
}
.charity-testimonial .testimonial .description{
    color: #111;
    text-align: left;
    opacity: 0.8;
	padding: 15px 0px;
}
.charity-testimonial .testimonial .testimonial-content{
    width: 100%;
    position: absolute;
    left: 0;
	height: auto;
}
.charity-testimonial .testimonial .pic{
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 2px 2px #71b61b;
    overflow: hidden;
    z-index: 1;
    position: relative;
	background: #71b61b;
}
.charity-testimonial .testimonial:hover .pic img{
	opacity:0.5;
}
.charity-testimonial .testimonial .pic img{
    width: 100%;
    height: auto;
}
.charity-testimonial .testimonial .title{
    font-size: 18px;
    font-weight: bold;
    color:#111;
    margin: 10px 0 5px 0;
    font-family: Charm;
}
.charity-testimonial .testimonial .post{
    display: block;
    font-size: 14px;
    color: #71b61b;
	font-weight: bold;
}
.owl-controls.clickable {
    display: none!important;
}
@media only screen and (max-width: 650px) and (min-width: 400px){
    .charity-testimonial .testimonial:before{ border-right: 325px solid transparent; }
    .charity-testimonial .testimonial:after{ border-left: 325px solid transparent; }
}
/*-----
	Events section 
-----*/
section#events {
    background: #fff;
}
.event-block-list {
    position: ;
    position: relative;
}
 .event-img img {
    border-radius: 5px;
}
.block-list{
	margin-bottom: 20px;
}
.innerevent-box {
    position: relative;
    padding: 27px 40px;
    border: 1px solid #80808073 ;
	border-radius: 5px;
	transition:0.5s;
}
.innerevent-box:hover .post-date {
	background: #71b61b;
	color:#fff;
}
.innerevent-box:hover .post-date span{
	color:#fff;
}
.innerevent-box:hover{
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.event-date-box {
    position: relative;
    float: left;
    padding-right: 30px;
    border-right: 2px solid #80808073 ;
}
.event-date-inner {
    position: relative;
    padding-left: 90px;
}
.post-date {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 75px;
    height: 75px;
    color: #303030;
    font-size: 14px;
    line-height: 1.8em;
    text-align: center;
    border-radius: 50%;
    font-weight: 700;
    padding-top: 10px;
    text-transform: uppercase;
    background-color: #f5f5f5;
	transition:0.3s;
}
.day {
    position: relative;
    color: #949494;
    font-size: 16px;
    padding: 23px 0px;
}
.post-date span{
	position: relative;
    color: #71b61b;
    display: block;
    font-size: 20px;
    font-weight: 700;
	transition:0.3s;
}
.event-content-box {
    position: relative;
    float: left;
    padding-left: 28px;
    padding-top: 6px;
}
.location {
    color: #71b61b;
}
.event-box-inner h3 a {
    color: #111;
    font-weight: 500;
}
/*-----
	Gallery section 
-----*/
#portfolio {  
    margin: 1rem 0;
    -webkit-column-count: 3; 
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    -webkit-column-width: 33.33333333333333%;
    -moz-column-width: 33.33333333333333%;
    column-width: 33.33333333333333%;
}
.tile { 
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}
.scale-anm {
  transform: scale(1);
}
.tile img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.tile.grid {
    margin-bottom: 10px;
}
.btn {
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    padding: .5rem 1rem;
    margin: 0;
    height: auto;
	background-color: rgba(0, 0, 0, 0);
}
.btn:hover {
	text-decoration: none;
	background:#fff;
	color:#71b61b;
}
.btn:focus .btn.active{
	border-bottom:none;
}
button.btn.fil-cat.active {
    outline: none;
    box-shadow: none;
	background: #71b61b;
    color: #fff;
}
.btn:focus {
	outline: none!important;
	background:#fff;
	color:#71b61b;
	box-shadow:none!important;
	outline-offset: none!important;
} 
.gallery-menu button {
    padding: 15px 45px;
	border-top: 1px solid #71b61b;
	border-bottom: 1px solid #71b61b;
	border-right: 0.5px solid #71b61b;
	border-left: 0.5px solid #71b61b;
    border-radius: 0px;
	color: #71b61b;
}
.gallery-menu {
    width: 60%;
    margin: auto;
    color: #fff;
	letter-spacing: -4px;
}
::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.toolbar.mb2.mt2 {
    text-align: center;
	margin-bottom: 50px;
}
.content {
	position: relative;
	width: 100%;
	max-width: 400px;
	margin: auto;
	overflow: hidden;
    margin-bottom: 10px;
}
.content .content-overlay {
	background: #71b61b85;
    position: absolute;
    height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.content:hover .content-overlay{
	opacity: 1;
}
.content-image{
	width: 100%;
}
.content-overlay{
	display:block!important;
}
.content-details {
	position: absolute;
	text-align: center;
	padding-left: 1em;
	padding-right: 1em;
	width: 100%;
	top: 50%;
	left: 50%;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.content-details.fadeIn-top {
    display: block!important;
}
.content:hover .content-details{
	top: 50%;
	left: 50%;
	opacity: 1;
}
.content-details h3{
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.15em;
	margin-bottom: 0.5em;
	margin-top: 10px;
	display: block
}
.content-details p{
	color: #fff;
	font-size: 0.8em;
}
.fadeIn-top{
	top: 20%;
}
.gallery-biottombtn {
    text-align: center;
    margin-top: 45px;
}
.gallery-biottombtn button.buttons.aboutbox-btn {
    background: #71b61b;
    border: 1px solid #71b61b;
    color: #fff;
}
/*-----
	Contact section 
-----*/
#contact-us{
	background:#fff;
}
.thumbnail.contact-img {
    padding: 0px;
    border: none;
	margin: 0;
}
.contact-blog {
    margin: 0px 0px;
}
.caption {
    padding: 0px 25px;
	border: 1px solid #80808073;
	margin-bottom:20px;
}
.caption2 {
    border: 1px solid #80808073;
    width: 100%;
	position:relative;
}
.caption2:before {
    content: "";
    position: absolute;
    background: #11111100;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.caption2 iframe {
    width: 100%;
}	
.caption ul li i {
    color: #fff;
    background: #71b61b;
    margin-right: 15px;
    border-radius: 50px;
	transition:0.5s;
}
.contact-one {
    padding: 10px 12px;
}
i.contact-two {
    padding: 10px 11px;
}
i.contact-three {
    padding: 10px;
}
i.contact-four {
    padding: 10px 12px;
}
i.contact-five {
    padding: 10px 8px;
}
i.contact-six {
    padding: 10px;
}
.caption ul li {
    padding: 10px 0px;
	margin: 6px 0px;
	color: #111;
}
.caption ul li:hover i{
	background:#fff;
	color:#71b61b;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.caption ul li p {
    padding: 7px 0px;
}
.caption h4 {
    color: #71b61b;
    text-align: center;
}
li.contact-border {
    border-bottom: 1px solid #80808073;
}
.charity-contactform{
	background-image: url(../images/contact.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
	padding:35px;
}
.charity-contactform:before {
    content: "";
    background: #111111d4;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea{
  font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}
#contact {
	position: relative;
}
#contact h4 {
    margin: 5px 0 15px;
    display: block;
    color: #fff;
}
fieldset {
	border: medium none !important;
	margin: 0 0 10px;
	min-width: 100%;
	padding: 0;
	width: 100%;
}
input:focus, textarea:focus, keygen:focus, select:focus {
	outline: none;
}
::-moz-placeholder {
	color: #fff;
	font-weight: 300;
	opacity: 5;
	z-index:99;
}
::-webkit-input-placeholder {
	color: #fff;
	font-weight: 300;
	z-index:99;
}
.section2 .contactform input.form-fields,
.section2 .contactform button.form-fields,
.section2 .contactform textarea.form-fields {
    padding: 0 0 0 40px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    font-size: 16px;
    background: #11111194;
    margin: 7px 0;
    border: 1px solid #71b61b;
    color: #fff;
    opacity: 1;
    min-height: 40px;
    text-shadow: none;
    position: relative;
}
label {
    display: -webkit-box;
}
.section2 .contactform textarea.form-fields {
	padding: 8px 40px;
	resize: none;
	height: 130px;
}
.section2 .contactform button.form-fields.button {
	color: #71b61b;
	font-size: 14px;
	padding: 0;
	width: 40%;
	transition:0.5s;
}
.section2 .contactform button.form-fields.button:hover {
	background: #71b61b;
	color: #fff;
	cursor: pointer;
	opacity: 1;
}
.section2 .contactform button.form-fields.button i {
	margin-left:10px;
}
.section2 .contactform h4 {
	color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
	position:relative;
}
.section2 .contactform label .cntfrmicn {
	color: #71b61b;
    padding: 18px;
    position: absolute;
    z-index: 99;
}
/*-----
	Footer section 
-----*/
section.footer {
    background: #71b61b;
	width: 100%;
}
.sal_logo_box.footer-logo {
    margin-bottom: 20px;
}
.sal_logo_box.footer-logo img {
    padding: 0px;
}
.footer_heading {
    text-align: center;
    margin: 25px 0;
}
.footer_menu.sal_menu_box.menu_header ul {
    text-align: center;
    margin: 0px 0 7px 0px;
}
.sal_header_social_footer ul li{
	display:inline-block;
	margin-left: 20px;
}
.sal_header_social_footer ul li a{
	color:#ffffff;
	font-size: 14px;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.sal_header_social_footer ul li a:hover,.sal_header_info ul li a:hover{
	color:#111;
}
section.copyright_section {
    background: #111;
    color: #fff;
    text-align: center;
    padding: 12px 0;
	float: left;
    width: 100%;
}
section.copyright_section p {
    color: #fff;
	font-size: 12px;
}