/*---------------------------------------
   1. IMPORT GOOGLE WEB FONTS                
   -----------------------------------------*/

   @import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,400italic|Raleway:500,600,700);

/* --------------------------------------
=========================================
   2. GLOBAL STYLES
=========================================
-----------------------------------------*/

/*---------------------------------------
   2.1 GENERAL STYLES                
   -----------------------------------------*/

   html {
   	font-size: 100%;
   }

   body {
   	background: #ffffff;
   	font-family: 'Source Sans Pro', sans-serif;
   	font-size: 16px;
   	color: #727272;
   	line-height: 25px;
   	text-align: center;
   	overflow-x: hidden !important;
   	margin: auto !important;
   }

/*---------------------------------------
   2.2 PRE LOADER              
   -----------------------------------------*/
   .preloader {
   	position: fixed;
   	top: 0;
   	left: 0;
   	right: 0;
   	bottom: 0;
   	background-color: #fefefe;
   	z-index: 99999;
   	height: 100%;
   	width: 100%;
   	overflow: hidden !important;
   }

   .status {
   	width: 40px;
   	height: 40px;
   	position: absolute;
   	left: 50%;
   	top: 50%;

   	background-repeat: no-repeat;
   	background-position: center;
   	-webkit-background-size: cover;
   	background-size: cover;
   	margin: -20px 0 0 -20px;
   }

/*---------------------------------------
   2.3 ANCHOR AND BOLD TEXT           
   -----------------------------------------*/
   a {
   	text-decoration: none;
   	-webkit-transition: all ease 0.25s;
   	transition: all ease 0.25s;
   }

   a:hover {
   	text-decoration: underline;
   }

   a:focus {
   	outline: inherit;
   	color: inherit;
   }

   strong {
   	font-weight: 700;
   }

   .strong {
   	font-weight: 700;
   }


/*---------------------------------------
   2.4 MISC FIXES         
   -----------------------------------------*/
   @-webkit-viewport {
   	width: device-width;
   }

   @-moz-viewport {
   	width: device-width;
   }

   @-ms-viewport {
   	width: device-width;
   }

   @-o-viewport {
   	width: device-width;
   }

   @viewport {
   	width: device-width;
   }

   *,
   *:before,
   *:after {
   	-webkit-box-sizing: border-box;
   	-moz-box-sizing: border-box;
   	box-sizing: border-box;
   }

   ul,
   ol {
   	padding-left: 0 !important;
   }

   li {
   	list-style: none;
   }

/* --------------------------------------
=========================================
   3. COMPONENTS 
=========================================
-----------------------------------------*/

/*---------------------------------------
   3.1 BACKGROUND COLORS AND LINE               
   -----------------------------------------*/

   .dark-bg {
   	background: #323232;
   	color: #ffffff;
   }

   .color-bg {
   	color: #ffffff;
   }

   .bgcolor-2 {
   	background: #f7f8fa;
   }

   .tip-bgcolor-2 {
   	background: #f7f8fa;
   	padding: 20px;

   }

   .bgcolor-white {
   	background: #ffffff;
   }

   .colored-line {
   	height: 1px;
   	width: 70px;
   	margin: auto;
   	margin-top: 10px;
   	margin-bottom: 10px;
   }


/*---------------------------------------
   3.2 TYPOGRAPHY               
   -----------------------------------------*/
   h1,
   h2,
   h3,
   h4,
   h5,
   h6 {
   	font-family: 'Raleway', sans-serif;
   	color: #323232;
   	margin-bottom: 0;
   	margin-top: 0;
   }

   h1 {
   	font-size: 2.813rem;
   	line-height: 3.75rem;
   	font-weight: 500;
   }

   h2 {
   	font-size: 2.188rem;
   	line-height: 3.125rem;
   	font-weight: 500;
   }

   h3 {
   	font-size: 1.8rem;
   	line-height: 1.875rem;
   	font-weight: 600;
   }

   h4 {
   	font-size: 1.25rem;
   	line-height: 2rem;
   	font-weight: 600;
   }

   h5 {
   	font-size: 18px;
   	line-height: 28px;
   	font-weight: 700;
   }

   h6 {
   	font-size: 16px;
   	line-height: 25px;
   	font-weight: 700;
   }


/*---------------------------------------
   3.3 BUTTONS               
   -----------------------------------------*/
   .btn:focus,
   .btn:active,
   .btn,
   .open .dropdown-toggle.btn {
   	outline: inherit;
   	border-color: inherit;
   }

   .standard-button {
   	font-family: 'Raleway', sans-serif;
   	font-size: 16px;
   	font-weight: 700;
   	text-transform: uppercase;
   	border-radius: 3px;
   	padding: 15px 30px;
   	border: 0;
   	margin: 5px;
   	line-height: inherit;
   	-webkit-transition: all ease 0.25s;
   	transition: all ease 0.25s;
   }

   .standard-button-lg {
   	font-family: 'Raleway', sans-serif;
   	font-size: 25px;
   	font-weight: 700;
   	text-transform: uppercase;
   	border-radius: 6px;
   	padding: 15px 30px;
   	border: 0;
   	margin: 5px;
   	line-height: 1.33;
   	-webkit-transition: all ease 0.25s;
   	transition: all ease 0.25s;
   }

   .secondary-button {
   	font-family: 'Raleway', sans-serif;
   	font-size: 16px;
   	font-weight: 700;
   	text-transform: uppercase;
   	border-radius: 3px;
   	padding: 15px 30px;
   	border: 0;
   	margin: 5px;
   	border: 1px solid #727272;
   	color: #323232;
   	background: #ffffff;
   	line-height: inherit;
   	-webkit-transition: all ease 0.25s;
   	transition: all ease 0.25s;
   }

   .secondary-button-white {
   	font-family: 'Raleway', sans-serif;
   	font-size: 16px;
   	font-weight: 700;
   	text-transform: uppercase;
   	border-radius: 3px;
   	padding: 14px 30px;
   	border: 0;
   	margin: 5px;
   	border: 1px solid #727272;
   	color: #ffffff;
   	background: transparent;
   	line-height: inherit;
   	border: 1px solid rgba(255,255,255,0.5)
   	-webkit-transition: all ease 0.25s;
   	transition: all ease 0.25s;
   }

   .secondary-button-white:hover {
   	border: 1px solid rgba(255,255,255,1);
   	color: #ffffff;
   }

/* --------------------------------------
=========================================
   4. SECTION SPECIFIC CSS
=========================================
-----------------------------------------*/

/*---------------------------------------
   4.1 SECTIONS PADDING AND COLOR OVERLAY                
   -----------------------------------------*/
   .section1,
   .section2,
   .section3,
   .section4,
   .section5,
   .section6,
   .section7 {
   	padding-top: 50px;
   	padding-bottom: 50px;
   }

   .color-overlay {
   	background: rgba(0, 0, 0, 0.6);
   }


/*========================================
   4.2 SECTION: HOME                
   ==========================================*/

/*---------------------------------------
   4.2.1 BASIC STYLES               
   -----------------------------------------*/
   #home {
   	background: url(../png/bg-image-4.png) no-repeat center;
   	/*background: url(../images/aaaa-2.png) no-repeat center;*/
   	-webkit-background-size: cover;
   	background-size: cover;
   }

   header .vertical-registration-form {
   	margin-top: 60px;
   }

   header .home-screenshot {
   	margin-top: 70px;
   }

   .navigation-header {
   	padding-top: 47px;
   	padding-bottom: 30px;
   }

   .intro-section {
   	margin-top: 85px;
   	margin-bottom: 85px;
   }


   .intro {
   	color: #ffffff;
   }

   .intro-section .sub-heading {
   	color: #ffffff;
   	margin-top: 20px;
   	font-size: 26px;
   	line-height: 28px;
   }

   .button-container {
   	margin-top: 40px;
   	margin-bottom: 25px;
   }

   .button-container .standard-button {
   	margin-left: 0;
   }




/*---------------------------------------
   4.2.2 NAVIGATION                
   -----------------------------------------*/
   /* NAV RESETS */
   .navbar-nav > li > a:hover {
   	background: inherit;
   }

   /* NORMAL NAVIGATION WITH SOCIAL ICON AND LOGO ONLY */
   .non-sticky .navbar-nav.navbar-right:last-child {
   	margin-right: 0;
   }

   .non-sticky .navbar-nav > li > a {
   	font-size: 25px;
   	padding: 0;
   	padding-left: 5px;
   	padding-top: 3px;
   	color: #ffffff;
   }


   /* STICKY NAVIGATION */
   .sticky-navigation {
   	min-height: 75px;
   	background: #ffffff;
   	-webkit-backface-visibility: hidden;
   	border: 0;
   	-webkit-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
   	box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
   }

   .sticky-navigation .navbar-header {
   	padding-top: 8px;
   	width: 100%;
   }

   .sticky-navigation .main-navigation {
   	padding-top: 13px;
   }

   .sticky-navigation .main-navigation .current a {
   	-webkit-backface-visibility: hidden;
   	outline: inherit;
   	position: relative;
   }

   .sticky-navigation .navbar-nav > li > a {
   	font-family: 'Raleway', sans-serif;
   	font-size: 13px;

   	font-weight: 600;
   	color: #323232;
   }


/*========================================
   4.3 SECTION WITH LEFT / RIGHT SCREENSHOT             
   ==========================================*/
/*---------------------------------------
   4.3.1 BASIC STYLES               
   -----------------------------------------*/
   .side-screenshot,
   .side-screenshot2 {
   	max-width: 532px;
   }

   .brief h2 {
   	margin-top: 0;
   	margin-bottom: 10px;
   }

   .brief p {
   	margin-top: 45px;
   }

/*---------------------------------------
   4.3.2 FEATURE LIST               
   -----------------------------------------*/

   .feature-list-2 {
   	margin-top: 25px;
   }

   .feature-list-2 li {
   	overflow: auto;
   	padding-top: 12px;
   	padding-bottom: 12px;
   }

   .feature-list-2 li .icon-container {
   	width: 32px;
   	height: 32px;
   	border-radius: 3px;
   	color: #ffffff;
   	line-height: 32px;
   	margin-right: 15px;
   	margin-top: 5px;
   	text-align: center;
   }

   .feature-list-2 li .details {
   	width: 89%;
   }

   .feature-list-2 li .details p {
   	margin-top: 5px;
   }


/*========================================
   4.4 SECTION: FEATURES                
   ==========================================*/
   .features {
   	margin-top: 35px;
   }

   .feature {
   	margin-top: 40px;
   	margin-bottom: 35px;
   }

   .feature .icon {
   	font-size: 50px;
   	margin-bottom: 30px;
   }

   .feature h4 {
   	margin-bottom: 10px;
   }


/*========================================
   4.5 SECTION: PRICING TABLE               
   ==========================================*/
   .pricing-table {
   	margin-top: 35px;
   }

   .package {
   	overflow: auto;
   	border: 1px solid #e5e5e5;
   	border-radius: 3px;
   	margin-top: 40px;
   }

   .package .header {
   	padding-top: 20px;
   	padding-bottom: 20px;
   }

   .package .header h3 {
   	color: #ffffff;
   }

   .package-features .column-9p {
   	width: 90%;
   	float: left;
   	text-align: left;
   }

   .package-features .column-1p {
   	width: 10%;
   	float: right;
   	text-align: right;
   	color: #323232;
   }

   .package-features .column-7p {
   	width: 60%;
   	float: left;
   	text-align: left;
   }

   .package-features .column-3p {
   	width: 40%;
   	float: right;
   	text-align: right;
   }

   .package-features ul li {
   	overflow: auto;
   	padding-top: 12px;
   	padding-bottom: 12px;
   	padding-right: 35px;
   	padding-left: 35px;
   	border-bottom: 1px dotted #e3e3e3;
   }

   .package-features .bottom-row {
   	overflow: auto;
   	padding-top: 8px;
   	padding-bottom: 17px;
   	padding-right: 35px;
   	padding-left: 35px;
   }

   .package-features .bottom-row h6 {
   	padding-top: 5px;
   }

   .package-features .bottom-row .secondary-button,
   .package-features .bottom-row .standard-button {
   	margin: 0;
   	padding: 7px 15px;
   	vertical-align: middle;
   }


/*========================================
   4.6 SECTION: VIDEO              
   ==========================================*/
/*---------------------------------------
   4.6.1 BASIC STYLE / RESET         
   -----------------------------------------*/
   video {
   	max-width: 100%;
   	height: auto;
   }

   iframe,
   embed,
   object {
   	max-width: 100%;
   }

   .video-container {
   	width: 100%;
   	background: #ffffff !important;
   	margin-top: 75px;
   }

   .video {
   	background: #ffffff !important;
   }


/*---------------------------------------
   4.6.2 VIDEO FEATURES         
   -----------------------------------------*/
   .video-features {
   	margin-top: 40px;
   }

   .video-features .inline-icon {
   	padding-right: 5px;
   }


/*========================================
   4.7 SECTION: SCREENSHOTS              
   ==========================================*/
   .screenshots {
   	margin-top: 68px;
   }

   .shot {
   	margin: 10px;
   	border-radius: 3px;
   	border: 5px solid #ffffff;
   }

   .shot img {
   	max-width: 100%;
   	width: 100%;
   }

   .shot img:hover {
   	cursor: crosshair;
   	opacity: 0.8;
   }


/*========================================
   4.8 SECTION: CLIENTS AND FEEDBACKS              
   ==========================================*/
/*---------------------------------------
   4.8.1 CLIENTS LOGO        
   -----------------------------------------*/
   .clients {
   	margin-top: 35px;
   }

   .client-logos li {
   	display: inline-block;
   	vertical-align: middle;
   	margin: 15px;
   }
   .home-charities li {
   	display: inline-block;
   	vertical-align: middle;
   	margin: 15px;
   	padding-right: 10px;
   	max-width: 140px;
   	max-height: 140px;
   	overflow: hidden;
   }
   .home-charities li img{
   	max-width: 100%;
   }

/*---------------------------------------
   4.8.2 FEEDBACKS        
   -----------------------------------------*/

   .testimonials {
   	margin-top: 15px;
   }

   .single-feedback {
   	position: relative;
   	margin-top: 20px;
   }

   .single-feedback .client-pic {
   	width: 48px;
   	height: 48px;
   	margin: auto;
   	position: relative;
   	margin-bottom: -24px;
   	z-index: 999;
   	border: 3px solid #ffffff;
   	box-shadow: 0px 0px 0px 3px #f7f8fa;
   }

   .single-feedback .client-pic img {
   	max-width: 100%;
   }

   .single-feedback .box {
   	margin-right: 15px;
   	margin-left: 15px;
   	border-radius: 3px;
   	position: relative;
   	background: #f7f8fa;
   	padding-top: 20px;
   	-webkit-box-shadow: 0px 1px 0px 0px rgba(229, 229, 229, 0.75);
   	-moz-box-shadow: 0px 1px 0px 0px rgba(229, 229, 229, 0.75);
   	box-shadow: 0px 1px 0px 0px rgba(229, 229, 229, 0.75);
   }

   .single-feedback .box .message {
   	padding: 25px;
   	font-style: italic;
   }

   .single-feedback .box:after,
   .single-feedback .box:before {
   	top: 100%;
   	left: 50%;
   	border: solid transparent;
   	content: " ";
   	height: 0;
   	width: 0;
   	position: absolute;
   	pointer-events: none;
   }

   .single-feedback .box:after {
   	border-color: rgba(247, 248, 250, 0);
   	border-top-color: #f7f8fa;
   	border-width: 15px;
   	margin-left: -15px;
   }

   .single-feedback .box:before {
   	border-color: rgba(229, 229, 229, 0);
   	border-top-color: #e5e5e5;
   	border-width: 16px;
   	margin-left: -16px;
   }

   .single-feedback .client-info {
   	margin-top: 30px;
   }

   .single-feedback .client-info .client-name {
   	line-height: 20px;
   }

   .single-feedback .client-info .company {
   	font-size: 13px;
   }


/*========================================
   4.9 SECTION: CALL TO ACTION              
   ==========================================*/
/*---------------------------------------
   4.9.1 CALL TO ACTION WITH TEXT/BUTTON          
   -----------------------------------------*/
   .cta-section {
   	background: url(../png/bg-image-2.png) no-repeat center fixed;
   	-webkit-background-size: cover;
   	background-size: cover;
   }

   .cta-section h4 {
   	color: #ffffff;
   }

   .cta-section h2 {
   	color: #ffffff;
   	font-weight: 700;
   	margin-top: 15px;
   	margin-bottom: 40px;
   }

   .cta-section h3 {
   	color: #ffffff;
   }

   .cta-section .color-overlay {
   	padding-top: 90px;
   	padding-bottom: 90px;
   }

/*---------------------------------------
   4.9.2 SUBSCRIBE FORM           
   -----------------------------------------*/
   .subscribe-section {
   	margin-top: 75px;
   }

   .subscription-form .input-box {
   	width: 300px;
   	margin-top: 25px;
   	margin-bottom: 25px;
   	height: 55px;
   	border-radius: 3px;
   	font-size: 16px;
   	color: #000000;
   	box-shadow: inherit;
   }

   .subscription-success,
   .subscription-error {
   	color: #FFFFFF;
   }

/*========================================
   4.10 SECTION: CONTACT US             
   ==========================================*/
/*---------------------------------------
   4.10.1 BASIC STYLES        
   -----------------------------------------*/
   .contact-us {
   	padding-top: 75px;
   	padding-bottom: 75px;
   }

   .contact-us .heading {
   	margin-bottom: 10px;
   }

   .contact-link {
   	font-weight: 700;
   	text-transform: uppercase;
   	margin-top: 50px;
   	font-family: 'Raleway', sans-serif;
   }

   .contact-link:hover {
   	text-decoration: none;
   }

   .contact-link span {
   	margin-right: 10px;
   }


/*---------------------------------------
   4.10.2 CONTACT FORM        
   -----------------------------------------*/
   .contact-form {
   	margin-top: 25px;
   }

   .contact-form .success,
   .contact-form .error {
   	display: none;
   }

   .contact-form .input-box,
   .contact-form .textarea-box {
   	margin-bottom: 15px;
   	margin-top: 15px;
   	outline: 0;
   	border: 0;
   	-webkit-box-shadow: none;
   	box-shadow: none;
   	border: 1px solid #e3e3e3;
   	border-radius: 3px;
   	color: #727272;
   	padding-left: 12px;
   	font-size: inherit;
   	line-height: auto;
   }

   .contact-form .input-box {
   	min-height: 50px;
   }

   .contact-form .textarea-box {
   	min-height: 200px;
   	-webkit-backface-visibility: hidden;
   }

   .contact-form .input-box:active,
   .contact-form .textarea-box:active,
   .contact-form .input-box:focus,
   .contact-form .textarea-box:focus {
   	color: #323232;
   }

   .contact-form .btn {
   	margin-top: 25px;
   }


/*========================================
   4.11 SECTION: FOOTER             
   ==========================================*/
   footer {
   	padding-top: 50px;
   	padding-bottom: 50px;
   	background-color: #007848;
   }
   footer h5{
   	color: #fff;
   	font-size: 16px;
   	line-height: 50px;
   	font-weight: 800;
   	text-align: left;
   }
   footer ul.sections{
   	text-align: left;
   }
   footer ul.sections a, footer ul.sections a:visited {
   	text-align: left;
   	color: #fff;
   }
   footer ul.sections a:hover{
   	text-decoration: underline;
   }


   .footer-row{
   	padding-bottom: 15px;
   }

   .footer-logo {
   	max-width: 180px;
   	margin: auto;
   }

   .copyright {
   	margin-top: 15px;
   	margin-bottom: 15px;
   	color: #fff;
   }

   .social-icons li {
   	display: inline;
   	margin: 2px;
   }

   .social-icons li a {
   	font-size: 25px;
   	color: #919191;
   }

   .social-icons li a:hover {
   	text-decoration: none;
   }
   .project {
   	background-color: #fff;
   	padding: 15px;
   	border-radius: 5px;
   	text-align: left;
   	margin-bottom: 30px;
   	min-height:400px;
   	border: 2px solid #f7f8fa;
   	height: 569px;
   	max-height: 600px;
   }
   .project .image img {
   	border-radius: 5px;
   	max-width: 100%;
   	height: 220px;
   }
   .project .content h3{
   	font-size: 1.1rem;
   	height: 35px;
   	margin-bottom:52px;
   }
   .project .content .name{
   	margin-top: 35px;
   	color: #999999;
   }
   .progress-bar{
   	background-color: #00ab66;
   }
   .infoArea span{
   	width: 33.3%;
   }
   .search-area{
   	margin-top: 13px;
   	width: 60%;
   	padding-left: 20%;
   }
   .search-area input {

   }
   .success-story{
   	color: #fff;
   }

   .login-box{
   	margin: 0 auto;
   	max-width: 400px;
   	padding: 15px;
   	border-radius: 5px;
   	border: 1px solid #ccc;
   	background-color: #fff;
   }
   .login-box .form-control{
   	margin-top: 10px;
   }
   .login-box label{
   	text-align: left;
   }

   .register-box{
   	margin: 0 auto;
   	max-width: 500px;
   	padding: 15px;
   	border-radius: 5px;
   	border: 1px solid #ccc;
   	background-color: #fff;
   }
   .register-box .form-control{
   	margin-top: 10px;
   }
   .register-box label{
   	text-align: left;
   }
   .register-box p{
   	text-align: left;
   }
   .btn, .btn:hover{
   	background-color: #00ab66;
   }
   .sign-up{
   	background-color: #efefef;
   	margin-top: 15px;
   }
   .form-group{
   	text-align: left;
   }
   .loggedInUser a{
   	padding-top: 5px !important;
   	text-align: left;
   	text-decoration: none;
   }
   .thumb{
   	width: 40px;

   }
   .supported{
   	margin-top: -20px;
   	text-align: left;
   }
   .dashboard h3{
   	text-align: left;
   }
   .dashboard .project{
   	margin-top: 30px;
   }
   .navbar-nav>li>a{
   	line-height: 25px;
   }
   header{
   	min-height: 75px;
   }
   .center-block{
   	float: none;
   }
   .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-nav a:focus{
   	background-color: #fff;
   	color: #323232 !important;
   }
   .projectImageWrapper img{
   	max-width: 100%;

   }
   .projectRightSide{
   	background-color:#e2eded; 
   	padding: 10px;
   }
   .projectRightSide .innerbg{
   	background-color: #fff;
   	margin: 5px;
   }
   .projectfunds{
   	margin: 10px;
   	text-align: left;
   }
   .projectfunds h5{
   	font-size: 40px;
   	line-height: 45px;
   	font-weight: bold;
   	text-align: left;
   	padding-top: 15px;
   	font-family: "Benton Sans", "Helvetica", "sans-serif";

   }
   .projectfunds .amtRaised{
   	margin-top: -5px;
   	text-align: left;
   	margin-bottom: 10px;
   	color: #000;
   }
   .projectfunds .progress{
   	margin-bottom: 0 !important;
   }
   .projectfunds h6{
   	font-family: "Benton Sans", "Helvetica", "sans-serif";
   	font-size: 20px;
   	margin-top: 25px;

   }
   .fundingGoal div{
   	margin-top: -5px;
   }
   .lowerSeperator{
   	margin-top: 20px !important;
   	padding: 30px;
   }
   .projectSmallBio{
   	text-align: left;
   	margin-top: 15px;
   	font-weight: normal;
   }
   .charitySmallBio{
   	text-align: left;
   	margin-top: 15px;
   	font-weight: normal;
   	font-size: 16px;
   }
   .tab-content{
   	text-align: left;

   	line-height: 25px;

   }
   .tab-content img {
   	max-width: 100%;

   }
   .tab-pane{
   	padding: 15px 0;
   	min-height: 150px;
   }
   .updatearea, .funderarea{
   	background-color: #f7f8fa;
   	padding: 20px;
   	border-bottom: 1px solid #00ab66;
   	margin: 5px 0;
   }
   .funderarea h5{
   	float: left;
   }
   .funderarea .funderamount{
   	float: right;
   	color: #000;
   	font-size: 32px;
   }
   .updateTime{
   	float: right;
   }
   .updateData{
   	clear: both;
   }
   .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
   	border: 0;
   	border-bottom: 3px solid #00ab66;
   }
   .start-project{
   	padding: 25px;
   	font-size: 14px;
   	font-weight: normal;
   	border-top: 3px solid #00ab66;
   }
   .start-project legend{
   	border: 0 !important;
   }
   .start-project legend h4{
   	text-align: left;
   }
   .start-project .projectImage {
   	padding:30px; 
   	background-color:#fff;
   	border:1px dashed #ccc;
   	width: 50%;
   }

   .note-editor .btn, .note-editable{
   	background-color: #fff !important;
   }
   .smallTitlemeta{
   	text-align: left;
   	text-indent: 12px;
   }
   .donateProjectPic img{
   	max-width: 80%;
   }
   .companypages{
   	text-align: left;
   }
   .companypages h2{
   	padding-top: 20px;

   }
   .about-top h2{
   	color: #fff;
   }
   .companypages .color-overlay {
   	padding-top: 40px;
   	padding-bottom: 40px;
   }
   .about-top {
   	background: url(../png/about-top_bg.png) no-repeat center fixed;
   	-webkit-background-size: cover;
   	background-size: cover;
   }
   .funds-top {
   	background: url(../jpg/fund_top.jpg) no-repeat center fixed;
   	-webkit-background-size: cover;
   	background-size: cover;
   }
   .funds-top h2{
   	color: #fff;
   }
   .career-top h2{
   	color: #fff;
   }
   .companypages .color-overlay {
   	padding-top: 40px;
   	padding-bottom: 40px;
   }
   .career-top {
   	background: url(../jpg/banner1_flat.jpg) no-repeat center fixed;
   	-webkit-background-size: cover;
   	background-size: cover;
   }
   .howitworks-top {
   	background: url(../png/how-it-works-top.png) no-repeat center fixed;
   	-webkit-background-size: cover;
   	background-size: cover;
   }


   .howitworks-below {
   	background: url(../png/ja2.png) no-repeat center fixed;
   	-webkit-background-size: cover;
   	background-size: cover;
   }

   .companypages ul{
   	list-style-type: circle;
   	margin-left: 30px;

   }

   .companypages ul li{
   	list-style: circle;
   	padding-top: 5px;
   }
   .companypages .colored-line {
   	margin-left: 0;
   	margin-bottom: 20px;
   }
   .companypages ol{
   	list-style-type: decimal;
   	margin-left: 30px;


   }

   .companypages ol li{
   	list-style: decimal;
   	padding-top: 8px;
   	padding-bottom: 8px;
   	margin-left: 10px;
   }
   .termsTitle{
   	font-size: 20px;
   	font-weight: bold;
   }
   .content-indent{
   	margin-left: 15px;
   }
   .previewmode{
   	background-color: #07C333;
   	padding: 15px;
   	font-size: 16px;
   	color: #fff;
   }
   .previewmode a{
   	color: #fff !important;
   	font-size: 20px;
   	text-decoration: underline;
   }

   .projectlist{
   	background-color: #fff;
   	padding: 30px;
   	text-align: left;


   }
   .projectlist .image img{
   	max-height: 160px;
   	max-width: 100%;
   }
   .singleitem{
   	padding: 20px;
   	border-bottom: 1px solid #ccc;
   	margin-bottom: 5px;
   	min-height: 160px;
   }
   .singleitem .projectstatus{
   	border-radius: 5px;
   	background-color: #999;
   	color: #fff;
   	padding: 5px;
   	font-size: 13px;
   	text-transform: uppercase;
   }
   .Published,.completed{
   	background-color: #c1e2b3 !important;
   }
   .boldday{
   	font-size: 38px;
   	font-weight: bold;
   	margin-bottom: 2px;
   }
   .capsMonth{
   	font-size: 30px;
   	text-transform: uppercase;
   }
   .pagination a{
   	padding: 5px;
   }
   .noitem{
   	padding: 20px;
   }
   .picuploadError{
   	color:#a94442;
   }
   .uploadinstruction{
   	font-size: 14px;
   	background-color: #eee;
   	padding: 4px 10px;
   	display: block;
   }
   #steps { 
   	list-style:none; 
   	width:100%; 
   	overflow:hidden; 
   	margin:10px 0px; 
   	padding:0px;
   }
   #steps li {
   	font-size:24px; 
   	float:left; 
   	padding:10px; 
   	color:#b0b1b3;
   	text-align: left;
   	width: 33%;
   }

   #steps li.current { 
   	color:#000;
   }
   #steps li .itemtitle{
   	font-size: 16px;
   }
   #steps li .itemno{
   	background-color: #ececec;
   	padding: 10px 15px;
   	font-size: 16px;
   	margin-right: 12px;
   	color: #fff;
   }
   #steps li.current .itemno{
   	background-color: #00ab66;
   	padding: 10px 15px;
   	font-size: 16px;
   	margin-right: 12px;
   	color: #fff;
   }
   .cproject{
   	margin-top: 15px;
   }
   #message{
   	text-align: left;
   }
   .wysiwyg-input { width: 400px; height: 250px }
   #compulsoryDecription{
   	text-align: left;
   	color: red;
   	display: none;
   }
   .leftalign{
   	text-align: left;
   }
   .charitypage{
   	text-align: left;
   }
   .charitypage img{
   	max-width: 100%;
   }
   .charitypage h3{
   	text-align: left;
   }
   .charity_socials{
   	padding-top: 5px;
   }
   .charity_socials li{
   	float: left;
   	padding-right: 8px;
   }
   .btn-filters{

   	color: #333;
   	background-color: #fff !important;
   	border-color: #ccc;
   }
   .btn-filters:hover{

   	color: #333;
   	background-color: #e6e6e6 !important;
   	border-color: #adadad;
   }
   .explore-cat{
   	text-align: left;
   }
   .explore-cat div{
   	background-color: #E7EDF7;
   	margin-top: 10px;
   	padding: 10px;
   	border-radius: 5px;
   	font-size: 14px;
   }
   .explore-cat ul li{
   	margin-bottom: 5px;
   }
   .explore-cat ul li a{
   	margin-bottom: 5px;
   	color: #727272;
   }
   .explore-cat ul li a:hover{
   	margin-bottom: 5px;
   	color: #727272;
   	text-decoration: underline;
   }
   .homearea h4{
   	text-align: left;
   	margin-bottom: 20px;
   }
   .project_updates,.commentArea{
   	clear: both;
   	width: 80%;
   	padding-top: 12px;
   }
   .explore{
   	text-align: left;
   }
   .mobile-only{
   	display: none;
   }
   .btn-warning{
   	background-color: #f0ad4e;
   	border-color: #eea236;
   }
   .btn-warning :hover{
   	background-color: #eea236;

   }
   .exploremenu li a{
   	font-family: 'Raleway', sans-serif;
   	font-size: 13px;
   	font-weight: 600;
   	color: #323232;
   }
   .requiredx{
   	color: red;
   }
   .transref{
   	color: #00ab66;
   	font-size: 20px;
   }
   .fees_table{
   	border: 2px solid #f7f8fa;
   	border-radius: 2px;
   	padding:20px;
   	text-align: center;
   	max-width: 100%;
   	position: relative;

   }
   .fees_table td, .fees_table th{
   	border: 2px solid #79B39B;
   	border-radius: 2px;
   	padding:20px;
   	text-align: center;

   }
   .fees_table .paymentTypes{
   	background-color: #79B39B;
   	color: #fff;
   	font-size: 22px;

   }

   .dng_fee_column{
   	width:33%;
   	text-align: center !important;
   }
   div.tooltip-inner {
   	max-width: 350px;
   	background: #059C60;
   	font-size: 14px;
   }
   .left-content{
   	text-align: left;
   }
   .gtbArea{
   	margin-top: 15px;
   }
   .gtbArea .innerbg h5{
   	color: #323232;
   	text-transform: uppercase;
   	padding-top: 12px;
   }
   .gtbArea .innerbg p{
   	padding: 10px;
   }
   .gtbArea .innerbg p a{
   	font-size: 23px;
   }
   .login-box img{
   	max-width: 100%;
   }
/*
.test + .tooltip > .tooltip-inner {
      background-color: #73AD21; 
      color: #FFFFFF; 
      border: 1px solid green; 
      padding: 15px;
      font-size: 20px;
      max-width: 350px;
  }
  /* Tooltip on right */
  .test + .tooltip.right > .tooltip-arrow {
  	border-right: 5px solid black;
  }
  .charity_show_stats{
  	padding-top: 30px;
  	padding-bottom: 20px;
  	text-align: center;
  	font-size: 15px;
  }
  .charity_show_stats div{
  	border-right: 1px solid #ccc;

  }
  
  .charity_show_stats div:last-child{
  	border: none;
  }
  .charity_show_stats p.title{
  	font-weight: bolder;
  }
  .charity_show_stats .numbers{
  	font-weight: 600;
  }
  .charitydoanteLink{
  	padding-top: 50px;
  }
  .wish-share{
   background-color: #4267B2 !important;
  }

  .wish-tweet-share{
   background-color: #00acee !important;
  }


  /* Custom css */
	.text-center{
		text-align: center;
	}

	.payout-amount{
		color: #000000;
		font-size: 1.2rem;
		font-family: arial;
	}

	.payout-banner{
		padding: 30px;
		background-color: #FFFFFF;
	}


	.multi-charity-image img{
        height: 180px;
        width: 100%;
    }
    .multi-charity {
        height: 270px;
        min-height: 270px;
        background-color: #fff;
        border-radius: 5px;
        text-align: left;
        margin-bottom: 30px;
        border: 2px solid #f7f8fa;
        background-color: #808080;
        
    }

    .multi-charity .content{
        padding:10px;
        color: red !important;
    }

    .multi-charity .content h6 {
        /* font-size: 1.1rem; */
        height: 35px;
        color: #f7f8fa !important;
    }
    .mutli-donate-btn{
        position: -webkit-sticky; /* Safari */
        position: sticky !important;
        top: 150px;
    }

    .multi-donation .chbk{
        position: absolute;
        right: 12%;
        top: 15%;
        background-color: #00ab66 !important;
    }

    .donation-charities .badge{
        font-size:14px;
        margin-left:3px;
        font-weight: 500;
    }

    .donation-charities .badge .remove{
        cursor: pointer;
        margin-left: 5px;
    }

    .multi-btn-size{
        font-size: 15px;
    }

    #donate{
        background-color: #428bca !important;
    }
    .inline-cat li{
            width: auto;
            display: inline-block !important;
    }
    
    .inline-cat .badge{
           background:#E7EDF7;
           color: #00ab66;
    }

    .multi-donate .transref , .collection-donate .transref{
        color: #00ab66;
        font-size: 15px;
    }


   .social-media{
      box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
      -webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
      -moz-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
   }
   
   .social-media:hover{
       background: transparent !important;
   }
   
   .btn-social{
      background: #ffff !important;
   }

   .btn-danger{
		background-color: #D11A2A !important;
	}
	.btn-danger:hover{
		background-color: #D11A2A !important;
	}
	.file{
		padding-top: 40px;
	}

   .collection-charity {
      height: auto;
      min-height: 200px;
      padding:30px;
  }
  .collection-btn{
      position: -webkit-sticky; /* Safari */
      position: sticky !important;
      top: 100px;
  }

  .collection-charity img{
      max-width: 100%;
      height: 220px;
      margin-bottom: 10px;
  }

   .collection{
      min-height: 150px;
      height: 200px;
      padding:30px;
   }

   .collection .content p {
      margin-top: 15px;
      color:#323232;
   }

   .slidecontainer-row{
      margin-left: 10px;
      margin-right: 10px;
      text-indent: 0px !important;
   }

   .slidecontainer {
      width: 100%;
    }
    
    .slider {
      -webkit-appearance: none;
      width: 100%;
      height: 8px;
      border-radius: 5px;
      background: #d3d3d3;
      outline: none;
      opacity: 0.7;
      -webkit-transition: .2s;
      transition: opacity .2s;
    }
    
    .slider:hover {
      opacity: 1;
    }
    
    .slider::-webkit-slider-thumb {
      -webkit-appearance: none;
      appearance: none;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background: #04AA6D;
      cursor: pointer;
      border: 2px solid #fff;
    }
    
    .slider::-moz-range-thumb {
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background: #04AA6D;
      cursor: pointer;
      border: 2px solid #fff;
    }

    .slidecontainer .max-slide{
         text-align:right !important;
    }

    .ranges{
       margin-top: 0.7rem ;
    }
    .slidecontainer .min-slide, .slidecontainer .max-slide{
      padding-left: 0px;
      padding-right: 0px;
    }


    .tip-error{
       color: #FF0000;
    }



    .mx-2{
       margin: 0px 10px;
    }

    .mt-1{
       margin-top: 1rem !important;
    }


    .int-pay img{
      width: 100px;
    }



    .mx-auto{
      margin-left:auto !important;
      margin-right:auto !important;
      float: none;
    }
