/*========================================== MASTER STYLESHEET ===================================================================

	Project     :	CHARITY TEMPLATES
	Version     :	1.0
	Last Change : 	31/01/2017
	Primary Use :   CHARITY TEMPLATES

=================================================================================================================================*/

/*========================================== LAYOUT ===================================================================

		1.GLOBAL STYLES
		2.COMMON STYLES
		3.THEME COLOR
		4.NAVIGATION
		5.BUTTON
		6.HEADER		
		7.VARIOUS CAUSES
		8.WHO WE CARE
		9.HELP REDUCE
		10.TOP DONATORS
		11.ORPHAN CHILDREN
		12.VOLUNTEERS
		13.EVENTS
		14.TESTIMONIAL
		15.BLOG
		16.FOOTER
		17.MEDIA QUERIES	

=================================================================================================================================*/

/*========================================== COLOR CODES =========================================================================

	Background         :#ffffff [white]
	Theme Color        :#85a7a8 [Yellow]	
	Main Heading Color :#333333 [Dark Gray]	
	Content Color      :#666666 [light Gray]

=================================================================================================================================*/

/*========================================== TYPOGRAPHY =========================================================================

	Heading:font-family: 'Raleway', serif;	
	Body :font-family: 'Open Sans', sans-serif , Arial , Vedana  , Trebuchet MS;

=================================================================================================================================*/

/*========================================== 1.GLOBAL CSS START ===========================================*/

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

body {
  background: #ffffff;
  color: #222;
  /* font-family: 'Open Sans', sans-serif , Arial , Verdana , 'Trebuchet MS'; */
  font-family: "Inter Tight", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

a {
  outline: none !important;
  text-decoration: none !important;
  color: #1a73e8;
}

p {
  color: #222;
  margin-bottom: 16px; 
}

p:last-child {
	margin-bottom: 0;
}

.p-white{color:#ffffff;}

h2,
h3 {
  color: #222;  
}



h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Raleway", sans-serif;
	font-family: "Inter Tight", sans-serif;
	/* letter-spacing:1px;	 */
	/* text-transform: uppercase;	 */
	font-weight:600;
}

h1 {	
	font-size:60px;
	line-height: 64px;
	font-weight:500;

	@media only screen and (max-width: 768px) {
		font-size:32px;
		line-height: 36px;
		
	}
}

h2 {
	font-size: 40px;
	line-height: 48px;
	margin-top:0;
	margin-bottom: 32px;

	@media only screen and (max-width: 768px) {
		font-size:24px;
		line-height: 28px;
		
	}
}

h3 {
	font-size:22px;
	line-height:30px;
	margin-bottom:24px;

	@media only screen and (max-width: 768px) {
		font-size:18px;
		line-height: 24px;
		
	}
}

h4 {
	font-size:18px;
	line-height:22px;
	margin-bottom:16px;
}

img {
	max-width: 100%;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}
.no-margin{margin:0;}

.close-icon{
font-size: 20px;
font-weight: 700;
color: #ff0000;
text-shadow: 0 1px 0 #666666;
opacity: .3;}

.close-icon:hover{
font-size: 20px;
font-weight: 700;
color: #ff0000;
text-shadow: 0 1px 0 #666666;
opacity: 1;}

.close-icon-1{
font-size: 20px;
font-weight: 700;
color: #ffffff;
text-shadow: 0 1px 1px #ffffff;
opacity: 1;}

.close-icon-1:hover{
font-size: 20px;
font-weight: 700;
color: #ff0000;
text-shadow: 0 1px 1px #ffffff;
opacity: 1;}

.ok-icon{
font-size: 12px;
font-weight: 700;
color: #ffffff;
background-color:#85a7a8;
border-radius:3px;
display:inline-block;
    float: none;
	text-align:center;
    line-height: 20px;
	padding:5px 10px 5px 10px;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
}

.ok-icon:hover{
font-size: 12px;
font-weight: 700;
color: #ffffff;
background-color:#85a7a8;
border-radius:3px;
display:inline-block;
float: none;
text-align:center;
line-height: 20px;
padding:5px 10px 5px 10px;
text-shadow: 0 1px 0 #fff;
opacity: 1;
}

.float-left{float:left;}
.float-left-pad{padding-left:170px;}

/*========================================== 1.GLOBAL CSS END ===========================================*/

/*========================================== 2.COMMON CSS START ===========================================*/

.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;

  @media only screen and (max-width: 768px) {
	padding-top: 60px;
  	padding-bottom: 60px;
	}
}

.section-1-bg {
  background-color:#ffffff;
}

.section-2-bg {
  background-color:#f7f7f7;
}


.section-4-bg {
  background-color:#85a7a8;
}

.heading-div-2,
.heading-div {
	padding-bottom: 56px;
}

@media only screen and (max-width: 768px) {
	
	.heading-div-2,
	.heading-div {
		padding-bottom: 40px;
	}
		
}

.heading-div > p {
	font-size:16px;
    /* letter-spacing:0.5px; */
    padding-top:12px;
}

.heading-div > h2 {
	margin-bottom: 0;
}

.section-what-is {
	padding: 64px 0;
}

.section-what-is h2 {
	margin: 0;
}

.section-what-is .heading-div {
	margin: 0;
	padding: 0;
}

.orphan-children-section,
.about-banner,
.header-image {	
	background-position: center center;
	background-size: cover;
}

.bottom-space {
	padding-bottom:30px;
}

.no_padding {
	padding:0;
}

.no-row {
	margin:0;
}

.heading-div-2 h2 {
	color:#ffffff;
}

.theory-section {
	padding-bottom: 40px;
}


.theory-section .text-wrap {
	padding-left: 80px;
	padding-right: 120px;
}

@media only screen and (max-width: 992px) {
	.theory-section .text-wrap {
		padding-left: 40px;
		padding-right: 0px;

	}
	
}


@media only screen and (max-width: 768px) {

	.theory-section .text-wrap  {
		padding-left: 0;
	}
	
}

.app-benefits .image-wrap {
	aspect-ratio: 200 / 300;
	margin-bottom: 24px;
}

.app-benefits .image-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.app-benefits .text-wrap {
	padding-right: 16px;
	padding-bottom: 24px;

	@media only screen and (max-width: 992px) {
		padding-right: 0px;
	}
}

.app-benefits h3 {
	margin-bottom: 16px;
}

.app-benefits ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.app-benefits ul li {
	margin-bottom: 8px;
}

.neurogram-is-section {
	padding-bottom: 0;
	padding-top: 40px;
}

.neurogram-is-section .image-wrap {
	text-align: center;
}

@media only screen and (max-width: 768px) {
	.neurogram-is-section .image-wrap {
		text-align: center;
	}
}

.neurogram-is-section img {
	margin-bottom: -210px;
	z-index: 0;
}

@media only screen and (max-width: 768px) {
	.neurogram-is-section img {
		margin-bottom: -210px;
		margin-left: auto;
		margin-right: auto;
	}
}

.neurogram-is-section .text-wrap {
	padding-top: 64px;
	padding-right: 64px;
}

@media only screen and (max-width: 768px) {
	.neurogram-is-section .text-wrap {
		padding-top: 0;
		padding-right: 0;
		padding-bottom: 40px;
		/* text-align: center; */
	}
}


.neurogram-is-section ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 40px;
}

.neurogram-is-section ul li {
	margin-bottom: 32px;
	font-size: 18px;
	line-height: 26px;
}


@media only screen and (max-width: 768px) {
	.neurogram-is-section ul li strong {
		display: block;
	}
	
}



/*========================================== 2.COMMON CSS END ===========================================*/

/*========================================== 3.THEME COLOR START ============================================*/

.navbar-default .navbar-nav.clearfix.fixed-header> li > a.active,
.navbar-default .navbar-nav > li > a.active,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover	{
	background-color: none;
	color: #1a73e8 !important;	
	border-bottom: 1px solid #1a73e8;
}

.language {
	margin-left: 24px;
}

.menu  a{   
  transition: 0.3s ease; 
}

.menu a:hover {
	color: #1a73e8 !important;	
	border-bottom: 1px solid #1a73e8;  
}

/*========================================== 3.THEME COLOR ENDS ============================================*/

/*========================================== 4.NAVIGATION START ===========================================*/

.navbar-default .navbar-nav > li > a {	
	font-size: 14px;
	font-weight:600;
	/* letter-spacing:1px; */
	padding: 7px 0;
	/* text-transform:uppercase; */
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a {
  background-image: none;
  box-shadow: none;
  background-color: unset;
}

.navbar-brand, .navbar-nav > li > a {
  text-shadow: none;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent;
}

.navbar-default {
  background-color: transparent;
  background-image: none;
  border: 0px;
}

.navbar-collapse {
	border: 0 !important;
	max-height: none; /* Reset the default max-height */
	overflow-y: auto; /* Enable vertical scrolling */
}

.navbar {
  border-radius: 0;
  padding: 16px 0;
}

.navbar .container {
	position: relative;
	/* display: flex; */
	/* align-items: center; */
	/* justify-content: space-between; */
}

.navbar-nav {
	padding-top:16px;
	
}

.logo-image {
	/* float:left; */
	/* padding-bottom:40px; */
	/* padding-top:15px; */
  position: absolute;
  /* bottom: 60; */
  /* height: 120px; */
  z-index: 5;
}

.logo-image img {
	max-width: 64px;
}

@media only screen and (min-width: 250px) and (max-width: 767px) {
	.logo-image img {
		max-width: 48px;
	}
}

.menu {
    padding-left: 16px;
    padding-right: 16px;
}

/*========================================== 4.NAVIGATION END ===========================================*/

/*================================================ 5.BUTTON STRAT =========================================*/

.btn {
	background-color:#85a7a8;
	border: none;
	border-radius: 0;
	color: #ffffff;
	cursor: pointer;
	font-family: inherit;		
	font-weight:600;
	/* letter-spacing:0.5px; */
	outline: none;
	padding: 10px 20px;
	position: relative;
	text-transform:uppercase;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;	
}

.btn.header-btn {
	background-color:#c13a0d;	
}

.btn.header-btn:hover {
	color:#ffffff;
}

.btn:focus,
.btn:hover { 
	color: #ffffff;
}

.btn.btn-1 {
	background-color:#ffffff;
	color:#85a7a8;
}
.btn-cancel{border: 1px solid #ffffff; padding:15px 15px 14px 15px; background-color:transparent;}
.donate-bg{background-color:#c13a0d; border: 1px solid #ffffff;}
/*================================================ 5.BUTTON ENDS ==========================================*/

/*======================================= 6.SECTION : HEADER START ========================================*/

.header-image {
	position: relative;
	background-image: url("../../images/main_banner.webp");	
	/* padding-bottom:50px; */
	padding-top:450px;	
}

@media only screen and (max-width: 768px) {
	
	.header-image {
		padding-top:350px;	
	}
	
}

.header-image:after  {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 80%;
	z-index: 1;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #000 100%);
	/* opacity: 0.8; */
}

.header-div, .header2-div h1 {
	color:#ffffff;	
	/* max-width: 800px; */
	/* letter-spacing:3px; */
	/* margin-bottom:25px;	 */
}

.header-div p, .header2-div p{color:#ffffff;
	font-size:18px;
	letter-spacing: 1px;
	line-height: 26px;
	text-transform: uppercase;}

.header-div p {
	margin:24px auto;
	width:80%;
}

.header-btn {
	margin-top:30px;
}

.header-section {
	position: relative;
	z-index: 2;
	/* background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #000 100%); */
	padding:64px 0 64px 0;

}


@media only screen and (max-width: 768px) {
	.header-section {
		padding: 40px 0 40px 0;
	}
}

.header2-bgimage, .header3-bgimage{
	background-position: center;
	background-size:cover;
	background-repeat:no-repeat;} 
	
.header2-bgimage {
    background-image: url("../../images/1500x780x2.jpg");
	background-repeat: no-repeat;
}
.header2-section-space{padding:200px 0;}

.header3-bgimage {
    background-image: url("../../images/1500x780x3.jpg");
	background-repeat: no-repeat;
}

/*============================================= 6.SECTION : HEADER END ======================================================*/

/*============================================= 7.SECTION : VARIOUS CAUSES START ===============================================*/

.progress-value {
	color:#c13a0d;
	font-weight:600;	
	/* letter-spacing:1px; */
}

.progress-bar-outer {
	background-color:#fff;
	height:3px;
	position:relative;
	width:100%;
}

.progress-bar-inner-3,
.progress-bar-inner-2,
.progress-bar-inner-1 {
	background-color:#85a7a8;
	height:3px;
	position:absolute;	
}

.progress-bar-inner-1 {	
	width:51%;
}

.progress-bar-inner-2 {	
	width:72%;
}

.progress-bar-inner-3 {	
	width:41%;
}

.progress-title {
	color:#1a73e8;
	font-weight:600;	
	/* letter-spacing:1px; */

}

/*============================================= 7.SECTION : VARIOUS CAUSES END ===============================================*/

/*============================================= 8.SECTION : WHO WE CARE START ===============================================*/

.about-banner {
	background-image: url("../../images/about_banner.jpg");	
	height:700px;
	background-repeat: no-repeat;
}

.theory-banner {
	background-image: url("../../images/theory_banner.jpg");	
	height: 700px;
	background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {

	.theory-banner {
		height: 500px;
		margin-bottom: 40px;
	}
	
}

@media only screen and (max-width: 575px) {

	.theory-banner {
		height: 400px;
		margin-bottom: 40px;
		background-size: cover;
	}
	
}



.who-care-col .text-wrap {
	/* padding: 40px 0; */
	padding-left: 40px;
}



.who-care-col-1 .second-para {
	padding:20px 0 30px 0; 
	
}

.heading-div-1 p {
	font-size:13px;
	font-weight:600;
	/* letter-spacing:1px; */
	text-transform:uppercase;	
}

.heading-div-1 h2 {
	margin-bottom:5px;
	margin-top:5px;
}

.heading-div-1 img {
	padding-bottom:20px;
}

.section-basic {
	position: relative;
	background-color: #f8f8f8;
	z-index: 1;
}

.section-basic-content {
	display: flex;
	gap: 80px;
}

@media only screen and (max-width: 768px) {
	.section-basic-content {
		flex-direction: column;
		gap: 0px;
	}
	
}


.section-basic-content .title-wrap {
	width: 50%;

	@media only screen and (max-width: 768px) {
		width: 100%;
	}
}





.section-basic-content .centered-list li {
	margin-bottom: 16px;
}

/*============================================= 8.SECTION : WHO WE CARE END ===============================================*/

/*============================================= 9.SECTION : HELP REDUCE START ===============================================*/

.help-reduce-row-1 .col-sm-2 {
	padding:0;
	width:70px;
}

.help-reduce-row-1 .col-sm-10  h3{
	margin-top:0;
}

.help-reduce-row-2 {
	margin-bottom:30px;
}

.help-reduce-col  h3{
	margin-top:0;
}

.camps-done-col p {
	padding-bottom:20px;
}

/*============================================= 9.SECTION : HELP REDUCE END ===============================================*/

/*============================================= 10.SECTION : TOP DONATORS START ===============================================*/

.donators-details {
	margin:0 auto;
	padding-bottom:40px;
	width:50%;
}

.donators-details p {
	color:#ffffff;
	font-size:13px;
	font-weight:600;
	/* letter-spacing:1px; */
}

.donators-details ul {
	padding-left:0;
}

.donators-details li {
	display:table-cell;
	list-style:none;	
}

.donators-details li img {
	padding-right:10px;
}

.donators-profile {
	margin:0 auto;
	width:80%;
}

.donators-profile-col {
	border:5px solid #ffffff;
	padding:20px;
}

.donators-profile-col  p{
	color:#ffffff;
	font-size:18px;
	font-weight:600;
	/* letter-spacing:1px;	 */
	padding-top:10px;
}

.donators-btn {
	padding-top:40px;
}

/*============================================= 10.SECTION : TOP DONATORS END ===============================================*/

/*============================================= 11.SECTION : ORPHAN CHILDREN START ===============================================*/


.moving-col img,
.involvements-col img,
.camps-done-col img {
	padding-bottom: 24px;
}

.various-col img {
	padding-bottom: 16px;
}

.involvements-col h3 {
	margin-bottom: 16px;
}

.involvements-col p {
	padding-bottom:40px;
}

@media only screen and (max-width: 768px) {
	.involvements-col p {
		padding-bottom:20px;
	}
	
}

.involvements-col img {
	max-width: 240px;
	margin: 0 auto;
}

.orphan-children-section {
	background-image: url("../../images/1500x700.jpg");	
	background-repeat: no-repeat;
}

.orphan-children-col {
	background-color:#85a7a8;
	padding:40px 10px 60px 10px;
}

.orphan-children-col p,
.orphan-children-col h2 {
	color:#ffffff;
}

.orphan-children-col h2 {
	font-weight:700;
}

.orphan-children-col p {
	font-weight:600;
	margin:0 auto;
	padding-bottom:20px;
	padding-top:5px;
	width:70%;
}

.gallery-div img {
	border:2px solid #666666;
}

/*============================================= 11.SECTION : ORPHAN CHILDREN END ===============================================*/

/*============================================= 12.SECTION : VOLUNTEERS START ===============================================*/

.news-row .col-sm-2 {
	padding:0;
	width:60px;
}

.news-row h3 {
	margin-bottom:5px;
	margin-top:0;
}

.news-date {
	font-size:13px;
	font-weight:600;
	/* letter-spacing:1px; */
	padding-bottom:10px;
	text-transform:uppercase;
}

.news-date  a{
	color:#666666;
}

.news-row-1 {
	margin-top:40px;
}

.news-col p {
	padding-top:10px;
}

.relief-camp {
	margin-top:40px;
}

.volunteers-col p {
	padding-bottom:20px;
	padding-top:10px;
}

.volunteers-col ul {
	margin-bottom:0;
	padding-left:0;
}

.volunteers-col li {
	display:inline-block;
	list-style:none;
	margin-right:5px;
}

.volunteers-row-1 {
	margin-bottom:40px;
}

.best-moment img {
	margin:0 auto;
}

/*============================================= 12.SECTION : VOLUNTEERS END ===============================================*/

/*============================================= 13.SECTION : EVENTS START ===============================================*/

.events-date-div {
	padding:5px 0 5px 0;
}

.events-date-div .col-sm-6 {
	padding:0;
	width:150px;
}


.events-date-div  ul {
	padding-left:0;
}

.events-date-div  li{
	display:inline-block;
	list-style:none;
	padding-right:10px;
}

.events-col  p{
	padding-top:10px;
}

.events-date-div li {
	display:table-cell;
	font-size:13px;
	/* letter-spacing:1px; */
	line-height:0;	
}

.events-date-div li  img{ 
	margin-right:10px;
}

.events-date {
	font-size:13px;
	font-weight:600;
	/* letter-spacing:1px; */
}

.events-second-row {
	margin-top:40px;
}

/*============================================= 13.SECTION : EVENTS END ===============================================*/

/*============================================= 14.SECTION : TESTIMONIAL START ===============================================*/

.testimonial-div {
	margin:0 auto;
	width:60%;
}

.testimonial-div img {
	padding-bottom:20px;
}

.testimonial-border {
	border-bottom:1px solid #ffffff;
	margin:0 auto;
	padding-top:20px;
	width:40%;
}

.testimonial-div p {
	color:#ffffff;
}

.testimonial-name {
	/* letter-spacing:1px; */
	padding-top:15px;
	text-transform:uppercase;
}

.testimonial-name span {
	font-size:16px;
	font-weight:600;
	/* letter-spacing:1px; */
}


.moving-row {
	background-color: rgba(254, 165, 1, 0.6);
}
 
.moving-col {	
	padding:40px 20px;
}

.moving-col-2 {
	background-color: rgba(254, 165, 1, 0.2);
}

.happiest-col h3,
.wonderful-col h3 {
	padding-top:0px;
}

.happiest-col p,
.wonderful-col p {
	padding:10px 0 20px 0;	
}

/*============================================= 14.SECTION : TESTIMONIAL END ===============================================*/

/*============================================= 15.SECTION : BLOG START ===============================================*/

.blog-date {
	padding-left:0;
}

.blog-date li {
	font-size:13px;
	font-weight:600;	
	display:table-cell;
	/* letter-spacing:1px; */
	list-style:none;
	padding-right:10px;	
} 
 
.blog-col  p{
	padding:10px 0 20px 0;	
}

.blog-second-row {
	margin-top:40px;
}

.bottom-padding10 {
	padding-bottom:16px;	
}

.bottom-padding3 {
	padding-bottom:3px;	
}

.faq-col ul {
	padding-left:0;
	margin-bottom:0;
}

.faq-col li {	
	display:table-cell;
	/* letter-spacing:1px;	 */
	list-style:none;		
	padding-right:15px;	
	
} 

.faq-col li img {	
	padding-bottom:10px;
}

.faq-col-1 {
	margin-bottom:10px;
}

.faq-col .col-sm-12 {
	padding:0;
}

/*============================================= 15.SECTION : BLOG START ===============================================*/

/*============================================= 16.SECTION : FOOTER START ===============================================*/

.contact-row {
	margin:0 auto;
	width:80%;
}

.contact-row p {
	/* letter-spacing:1px; */
	padding-top:15px;
}

.footer-div ul {	
	padding-left:0;
}

.footer-div li {
	display:inline-block;
	list-style:none;
	margin:0 5px;	
}

.footer-div  p { 
	width:80%;
	margin:0 auto;
}

.separator {
	border-bottom:1px solid #dddddd;
	margin-bottom:30px;
	margin-top:30px;
}

.popup-bg{
	background: linear-gradient(#85a7a8, #C9860A);
	background: -moz-linear-gradient(#85a7a8, #C9860A);
	background: -webkit-linear-gradient(#85a7a8, #C9860A);
	background: -o-linear-gradient(#85a7a8, #C9860A);
	background: -ms-linear-gradient(#85a7a8, #C9860A);
	border-radius:5px;
	width:360px;
}
.popup-bg-pad{padding:0 40px 30px 40px;}

input.error {
	border-color: #ff0000 !important;
	-moz-border-top-colors:	#ff0000 !important;
	-moz-border-left-colors:	#ff0000 !important;
	-moz-border-bottom-colors:	#ff0000 !important;
	-moz-border-right-colors:	#ff0000 !important;
}

label.error {
	display:none !important;
}

.popup-form select,
.popup-form input {
	font-size:15px;
	font-weight:600;
	height:50px;
	margin-bottom:20px;	
}

select {
	height:50px;
	line-height:50px;
}

.popup-form > h2 {
	color:#ffffff;
	margin-bottom:25px;
	text-align:center;
}

.name,
.email,
.phoneno,
#amounts,
#price-1 {
	padding-left:8px;
	padding-right:8px;
}

.col-xs-2.col-sm-2.or {
	padding-top:15px;
}

#cancel_btn .cancel-head-pad> h3 {
    color: #ff0000;
	padding-bottom:8px;
	padding-top:20px;
    text-align: center;
}

#success_btn .cancel-head-pad h3 {
    color: #008000;
    text-align: center;
}

#messageDiv {
	display:block;
}

/* lightbox popup */
#fade{
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 1001;
    -moz-opacity: 0.7;
    opacity: .70;
    filter: alpha(opacity=70);	
}
#success_btn, #cancel_btn{
	background-color:#ffffff;  
	border:10px solid #85a7a8;	
   display: none;
    position: fixed; 
    border-radius: 5px;
    padding: 7px 10px 30px 10px;
	margin:0 auto;
    z-index: 99999;
	width: 35%;
	top:30%;
	left:0;
	right:0;
}
.cancel-head-pad{padding:30px 10px 15px 10px;}






/*============================================= 16.SECTION : FOOTER START ===============================================*/

/*============================================= 17.SECTION : MEDIA QUERIES START ===============================================*/

@media only screen and (min-width: 250px) and (max-width: 767px) {
	/* .navbar-toggle.collapsed {
		margin-top:18px;
	} */
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
		background-color: #fff;
	}

	.navbar-toggle {
		border: 0;
	}

	.navbar-default .navbar-toggle .icon-bar {
		background-color: #111;
	}

	.menu {
		padding-bottom:5px;		
	}	
	.navbar-default .navbar-nav > li > a {
		display:inline-block;
	}
	.responsive-top-space {
		margin-top:24px;
	}
	.who-care-col {
		padding:40px 15px 80px 15px;
	}	
	.help-reduce-row-3 {
		margin-bottom:30px;
	}	
	.donator-top-space {
		padding-top:30px;
	}
	.contact-row,
	.testimonial-div,
	.donators-profile {
		width:100%;
	}
	.help-reduce-div {
		padding-left:15px;
		padding-right:15px;
	}
	.gallery-img {
		padding-bottom:30px;
	}
	.events-col p {
		padding-top:0;
	}
	
		#cancel_btn, #success_btn{width:70%;}
		
		.popup-bg{
	width:80%;
	margin:0 auto;
				}
}

@media only screen and (min-width: 250px) and (max-width: 480px) { 
	.donators-profile {
		width:250px;
	}	
	.donator-top-space-1 {
		padding-top:30px;
	}	
	.donators-profile .col-xs-6 {
		margin:0 auto;
		width:250px;
	}	
	.donators-details {
		width:150px;
	}	
	.donators-details .col-xs-4  {
		padding:0;
		width:100%;
	}	
	.gallery-div {
		margin:0 auto;
		width:280px;
	}	
	.gallery-div .col-sm-4.col-xs-6 {		
		margin:0 auto;
		width:100%;
	}	
	.contact-row  .col-xs-6,
	.help-reduce-row-1 .col-xs-10,
	.help-reduce-row-1 .col-xs-2,
	.help-reduce-row-1,
	.news-row .col-xs-10,
	.news-row .col-xs-1,
	.news-row {
		margin:0 auto;
		text-align:center;
		width:100%;
	}	
	.help-reduce-space,
	.news-space {
		padding-bottom:40px;
	}	
	.help-reduce-row-1 .col-xs-2 img,
	.news-row .col-xs-1 img {		
		padding-bottom:20px;
	}	
	.sponsors-row .col-xs-6,
	.sponsors-row {
		margin:0 auto;
		width:200px;
	}
	.sponsors-space-1 {
		padding-bottom:30px;		
	}
	.contact-space {
		padding-bottom:30px;
	}
	
	.float-left{float:none;}
	.float-left-pad{padding-left:0px;}
	
	.btn-cancel ,
	#donate-btn { 
		width:100%;
	}
	
}

@media only screen and (min-width: 481px) and (max-width: 767px) { 	
	.donators-details,
	.donators-profile {
		width:460px;
	}	
	.donators-details .col-xs-4  {		
		padding:0;		
	}
	.gallery-div {
		margin:0 auto;
		width:360px;
	}	
	.gallery-div .col-sm-4.col-xs-6 {		
		margin:0 auto;
		width:360px;
	}
	.news-second-col {
		margin-top:40px;
	}
	.news-main-row {
		padding-left:15px;
		padding-right:15px;
	}	
	.sponsors-row {
		margin:0 auto;
		width:380px;
	}
	.sponsors-space {
		padding-bottom:30px;
		padding-top:30px;
	}
	.contact-space-1 {
		padding-bottom:30px;
	}
	
	#donate-btn {
		margin-bottom:15px;
		margin-right:20px;
		width:180px;
	}
	.btn-cancel {
		width:120px;
	}
	.popup-btn-div {
		margin:0 auto;
		width:330px;
	}
	
}


@media only screen and (min-width: 250px) and (max-width: 359px) { 	
	.footer-div li {
		margin-left:1px;
		margin-right:1px;
	}	
	.footer-div .col-sm-12  {
		padding:0;
	}	
}

@media only screen and (min-width: 768px) and (max-width: 991px) { 	
	.sponsors-row {
		margin:0 auto;
		width:580px;
	}
	.sponsors-space-2 {
		padding-top:30px;
	}	
	.who-care-col,
	.about-banner,
	.contact-row {
		width:100%;
	}
	.who-care-col {
		padding:40px 30px 80px 30px;		
	}	
	.help-reduce-row-1 h3 {
		margin-top:0;
	}
	.donator-top-space {
		padding-top:30px;
	}
	.donators-details {
		width:70%;
	}
	
	.blog-img,
	.blog-col,
	.happiest-col,
	.happiest-img,
	.wonderful-col,
	.wonderful-img,
	.events-second-row .events-img,
	.events-second-row .events-col, 
	.events-row-1 .events-img,
	.events-row-1 .events-col,
	.volunteers-row-2 .col-sm-6,
	.volunteers-row-1 .col-sm-6,
	.relief-camp .col-sm-6 {
		margin:0 auto;
		text-align:center;
		width:100%;
	}
	
	.blog-img img,
	.happiest-img img,
	.wonderful-img img,
	.events-second-row .events-img img,
	.events-row-1 .col-sm-6 img,
	.volunteers-row-2 .col-sm-6 img,
	.volunteers-row-1 .col-sm-6 img,
	.relief-camp .col-sm-6 img {
		margin:0 auto;	
	}
	
	.col-sm-push-6.happiest-img,
	.volunteers-row-2  .col-sm-push-6 {
		left:0;
	}
	.col-sm-pull-6.happiest-col ,
	.volunteers-row-2  .col-sm-pull-6 {
		right:0;
	}
	.events-date-div {
		float:none;
		margin:0 auto;
		width:45%;
	}
	.events-col p {
		clear:both;
	}
	.testimonial-div {
		width:100%;
	}
	
	.moving-col-1.moving-4 {
		background-color: rgba(254, 165, 1, 0.2);
	}
	.moving-col-2.moving-3 {
		background-color:transparent;
	}
	.blog-date {   
		margin:0 auto;	
		text-align: center;
		width: 22%;
	}
	
	#cancel_btn, #success_btn{width:60%;}
	
}

@media only screen and (min-width: 992px) and (max-width: 1199px) { 
	.sponsors-row {
		margin:0 auto;
		width:600px;
	}
	.col-xs-6.col-sm-4.col-md-2.sponsors-space-1, .col-xs-6.col-sm-4.col-md-2.sponsors-space-2 {
		padding-left: 15px;
		padding-right: 15px;
		width: 190px;
	}
	.sponsors-space-2 {
		padding-top:30px;
	}
	h3 {
		margin-top:0;
	}
	
	.moving-col img,
	.involvements-col img,
	.camps-done-col img {
		padding-bottom: 24px;
	}
	.donators-profile {
		width:100%;
	}
	
	#cancel_btn, #success_btn{width:50%;}
	
	.res-margin{margin: 0 0 10px 0;}
}



/*============================================= 17.SECTION : MEDIA QUERIES END ===============================================*/


/* мои стили */
.title-text-white {
            font-size: 16px;
            color: white;
            text-transform: uppercase;
            /* font-weight: bold; */
        }
.body-text-white {
            /* font-size: 16px; */
            color: white;
            /* text-transform: uppercase; */
            /* font-weight: bold; */
        }
.centered-list {
            text-align: left; /* Выравнивание списка по левой стороне */
            display: inline-block; /* Для сохранения центрирования контейнера */
        }
.centered-container {
            text-align: center; /* Центрирование текста */
        }


.footer-section {
	padding-top: 80px;
	padding-bottom: 80px;
background-color: #f8f8f8;


}


.footer-section  img {
mix-blend-mode: multiply;
max-width: 340px;
}


@media only screen and (max-width: 768px) {
	
	.footer-section  img {
		max-width: 240px;
	}
	
}

.gallery-section .text-wrap {
	padding-right: 40px;
}

@media only screen and (max-width: 992px) {
	
	.gallery-section .text-wrap {
		padding-right: 0;
		padding-bottom: 40px;
	}
	
}

.section-about-app .heading-div {
	margin-bottom: 48px;

}

@media only screen and (max-width: 768px) {
	.section-about-app .heading-div {
		margin-bottom: 0px;
	
	}
}


.heading-div .desc {
	font-size: 18px;
	line-height: 26px;
	margin-top: 16px;

}

.app-list  {
	padding: 0;
	margin: 0;
}

.app-list li {
	list-style: none;
    position: relative;
    padding-left: 24px;
    margin-bottom: 16px;
}

.app-list li::before {
    content: "•";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 10px;
}

.section-download {
	padding: 80px 0;
	background-color: #f8f8f8;
}

.section-download img {
	max-width: 56px;
}

.section-community img {
	max-width: 56px;
}

.section-community h3 {
	margin-bottom: 8px;
}

.section-advantages .various-col {
	padding-right: 40px;
		
}