/*========================================== 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        :#fea501 [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/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');





/*====================My Work Fonts===========================*/


@font-face {
    font-family: 'Conv_Now-Bold';
    src: url(/static/media/Now-Bold.65e782dd.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nowblack';
    src: url('../../fonts/now.black-webfont.woff2') format('woff2'),
         url('fonts/now.black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'nowbold';
    src: url('../../fonts/now.bold-webfont.woff2') format('woff2'),
         url('fonts/now.bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'nowlight';
    src: url('../../fonts/now.light-webfont.woff2') format('woff2'),
         url('fonts/now.light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'nowmedium';
    src: url('../../fonts/now.medium-webfont.woff2') format('woff2'),
         url('fonts/now.medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'nowregular';
    src: url('../../fonts/now.regular-webfont.woff2') format('woff2'),
         url('fonts/now.regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'nowthin';
    src: url('../../fonts/now.thin-webfont.woff2') format('woff2'),
         url('fonts/now.thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}





h1, h2, h3, h4, h5, h6 {
	margin:0 0 20px !important;
}


body h1{
	font-size:70px;	
}


body h2{
	font-size:40px;	
}


body h3{
	font-size:30px;	
}


body h4{
	font-size:25px;	
}


body h5{
	font-size:20px;	
}





/*====================My Work Fonts===========================*/






body {
	background: #ffffff;
	color: #666666;
	font-family: 'nowregular';
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
}

a {
  outline: none !important;
  text-decoration: none !important;
}

p {
  color: #666666;
  margin: 0 0 20px;
  font-family: 'nowregular';
}
.p-white{color:#ffffff;}

h2,
h3 {
  color: #333333;  
}

h1 {	
	font-size:40px;
	font-weight:700;
	text-transform: none;
}

h2 {
	font-size:30px;
	font-weight:600;
	margin-top:0;
	text-transform: none;	
}

h3 {
	font-size:20px;
	font-weight:600;
	line-height:26px;
	text-transform:capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'nowbold';	
	line-height: normal;
}

.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;}




.ok-icon{
	font-size: 12px;
	font-weight: 700;
	color: #ffffff;
	background-color:#fea501;
	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:#fea501;
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;}

a, a:hover {
color: #ffffff;
}

/*========================================== 1.GLOBAL CSS END ===========================================*/

/*========================================== 2.COMMON CSS START ===========================================*/


#bs-example-navbar-collapse-1 {
    background-color: transparent !important;
}


.logo-image img {
    width: 100%;
    max-width: 150px;
    height: auto;
}

.main-slider {
    position: relative;
    padding-top: 92px;
}


.main-slider ul li img {
    height: auto !important;
    width: 100% !important;
}


.main-slider .metaslider ul.slides li .caption-wrap {
    opacity: 1;
    background: rgba(0,0,0,0.1);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}



.main-slider .metaslider ul.slides li .caption-wrap .caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: 0 20px;
}




.main-slider .metaslider ul.slides li .caption-wrap .caption img {
    height: auto !important;
    width: 100% !important;
    max-width: 370px;
    margin: 0 auto;
}


.main-slider .header-section {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    width: 100%;
}




body .metaslider .flexslider .flex-direction-nav li a {
    width: 50px;
    height: 50px;
    margin:0;
    opacity: 1 !important;
}


.main-slider .metaslider .flexslider .flex-direction-nav .flex-next {
    right: 30px !important;
	background:url("../../images/next-arrow.png") no-repeat 0 0;
	background-size: 100%;
}


.main-slider .metaslider .flexslider .flex-direction-nav .flex-prev {
    left: 30px !important;
	background:url("../../images/pre-arrow.png") no-repeat 0 0;
	background-size: 100%;
}



.sponsor-text {
    padding:10px 20px;
}

.board {
    font-weight: bold;
    text-decoration:underline;
}


.section-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-1-bg {
  background-color:#ffffff;
}

.section-2-bg {
  background-color:#f7f7f7;
}

.section-3-bg {
    background-color: #fff;
    padding: 80px 0;
}

.section-4-bg {
  background-color:#fea501;
}

.heading-div-2,
.heading-div {
	padding-bottom:50px;
}

.heading-div > p {
	font-size:16px;
    letter-spacing:0.5px;
    padding-top:12px;
}

.orphan-children-section,
.who-care-img,
.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;
}

/*========================================== 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: #fea501 !important;	
}

.menu  a{   
  transition: 0.3s ease; 
}

.menu a:hover {
	color: #fea501 !important;	
	border-bottom: 1px dotted #fea501;  
}

/*========================================== 3.THEME COLOR ENDS ============================================*/

/*========================================== 4.NAVIGATION START ===========================================*/


.navbar-default .navbar-nav > li > a {	
	font-size: 14px;
	font-weight:600;
	letter-spacing:1px;
	padding: 37px 10px; 
	color: #000 !important;
	font-family: 'nowmedium';
}

.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: #fff !important;
  background-image: none;
  border: 0px;
}

.navbar {
  border-radius: 0;
}


.logo-image {
	float:left;
	padding-bottom:10px;
	padding-top:10px;
}

.menu {
    padding-left: 10px;
    padding-right: 10px;
}

/*========================================== 4.NAVIGATION END ===========================================*/

/*================================================ 5.BUTTON STRAT =========================================*/

.btn {
	background-color:#fea501;
	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;	
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}


.btn:hover {
	background-color:#c13a0d;
}



.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:#fea501;
}
.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 {
	background-image: url("../../images/1500x780x1.jpg");	
	padding-bottom:50px;
	padding-top:450px;	
}

.header-div, .header2-div h1 {
	color:#ffffff;	
	letter-spacing:3px;
	margin-bottom:25px;	
}

.header-div p, .header2-div p{color:#ffffff;
	font-size:14px;
	letter-spacing:0.5px;
	line-height:28px;
	text-transform: uppercase;}

.header-div p {
	margin:0 auto;
	width:80%;
}

.header-btn {
	margin-top:30px;
}

.header-section {
	background-color:rgba(254, 165, 1, 0.6);
	padding:10px 0 30px 0;
}
.header2-bgimage, .header3-bgimage{
	background-position: center;
	background-size:cover;
	background-repeat:no-repeat;} 
	
.header2-bgimage {
    background-image: url("../../images/1500x780x2.jpg");
}
.header2-section-space{padding:200px 0;}

.header3-bgimage {
    background-image: url("../../images/1500x780x3.jpg");
}

/*============================================= 6.SECTION : HEADER END ======================================================*/

/*============================================= 7.SECTION : VARIOUS CAUSES START ===============================================*/

.progress-value {
	color:#c13a0d;
	font-weight:600;	
	letter-spacing:1px;
}

.progress-bar-outer {
	background-color:#cccccc;
	height:3px;
	position:relative;
	width:100%;
}

.progress-bar-inner-3,
.progress-bar-inner-2,
.progress-bar-inner-1 {
	background-color:#fea501;
	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:#666666;
	font-weight:600;	
	letter-spacing:1px;
	padding-top:5px;
}

/*============================================= 7.SECTION : VARIOUS CAUSES END ===============================================*/

/*============================================= 8.SECTION : WHO WE CARE START ===============================================*/

/*
.who-care-img {
	background-image: url("../../images/960x540.jpg");	
	height:535px;
}

*/








.sponsors-row .logo-carousel-free .sp-lc-pagination {
    display: none;
}


.who-care-col {
	padding:80px 43px;	
}


.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;
}

/*============================================= 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 ===============================================*/

.involvements-col p {
	padding-bottom:20px;
}

.orphan-children-section {
	background-image: url("../../images/1500x700.jpg");	
}

.orphan-children-col {
	background-color:#fea501;
	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:200px;
}


.events-date-div  ul {
	padding-left:0;
}


.events-col  p{
	padding-top:10px;
}

.events-date-div li {
    display: block;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: normal;
	list-style:none;
}

.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;
}

.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;	
}


.separator {
	border-bottom:1px solid #dddddd;
	margin-bottom:30px;
	margin-top:30px;
}

.popup-bg{
	/*background: linear-gradient(#fea501, #C9860A);
	background: -moz-linear-gradient(#fea501, #C9860A);
	background: -webkit-linear-gradient(#fea501, #C9860A);
	background: -o-linear-gradient(#fea501, #C9860A);
	background: -ms-linear-gradient(#fea501, #C9860A);*/
	background:#fff;
	border-radius:0px;
	width:360px;
}
.popup-bg-pad{padding:0 40px 50px 40px;}

input {
padding:10px;
}

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 #fea501;	
   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;}


.row.contact-row i {
    color: #fea501;
    font-size: 50px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}


.text-center.footer-div ul li a i {
    color: #fff;
    font-size: 25px;
    background: #fea501;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    line-height: 50px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}



.text-center.footer-div ul li a:hover i {
    background: #c13a0d;
}



















/*============================================= 16.SECTION : FOOTER START ===============================================*/



/*==================================My Work======================================*/

.navbar {
    padding: 0 100px;
}



.navbar-nav > li::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
}


.navbar-nav > li.active::after, .navbar-nav > li:hover::after {
    width: 100%;
    height: 100%;
    background: #fea501;
}


.navbar-nav > li a {
    position: relative;
    z-index: 1;
	border:none !important;
}


header #top-nav .navbar-nav > li.active a, header #top-nav .navbar-nav > li:hover a {
    color: #fff !important;
}

/*

.heading-div.text-center h2::after {
    content: "";
    display: block;
    width: 100px;
    height: 4px;
    background: url("../../images/text-shape.png") no-repeat 0 0;
    margin: 18px auto 0;
}

*/


.mouse {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 120px;
	margin: 0 auto;
}


.mouse a{
	background: #fea501 linear-gradient(transparent 0%, transparent 50%, #ffffff 50%, #ffffff 100%);
	position: relative;
	width: 52px;
	height: 88px;
	border-radius: 100px;
	background-size: 100% 200%;
	-webkit-animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;
	animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;
}


.mouse p {
    margin-top: 20px;
    font-family: "Cabin", sans-serif;
    letter-spacing: 1px;
    text-indent: 12px;
    color: #ffffff;
    -webkit-animation: colorText 5s ease-out infinite, nudgeText 5s ease-out infinite;
    animation: colorText 5s ease-out infinite, nudgeText 5s ease-out infinite;
    font-weight: 700;
	padding-right: 11px;
}


.mouse a:before, .mouse a:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}


.mouse a:before {
	width: 46px;
	height: 82px;
	background-color: #fea501;
	border-radius: 100px;
}


.mouse a:after {
	background-color: #ffffff;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	-webkit-animation: trackBallSlide 5s linear infinite;
	animation: trackBallSlide 5s linear infinite;
}

@-webkit-keyframes colorSlide {
  0% {
    background-position: 0% 100%;
  }
  20% {
    background-position: 0% 0%;
  }
  21% {
    background-color: #fea501;
  }
  29.99% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  30% {
    background-color: #fea501;
    background-position: 0% 100%;
  }
  50% {
    background-position: 0% 0%;
  }
  51% {
    background-color: #fea501;
  }
  59% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  60% {
    background-color: #fea501;
    background-position: 0% 100%;
  }
  80% {
    background-position: 0% 0%;
  }
  81% {
    background-color: #fea501;
  }
  90%, 100% {
    background-color: #ffffff;
  }
}


@keyframes colorSlide {
  0% {
    background-position: 0% 100%;
  }
  20% {
    background-position: 0% 0%;
  }
  21% {
    background-color: #4e5559;
  }
  29.99% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  30% {
    background-color: #fea501;
    background-position: 0% 100%;
  }
  50% {
    background-position: 0% 0%;
  }
  51% {
    background-color: #fea501;
  }
  59% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  60% {
    background-color: #fea501;
    background-position: 0% 100%;
  }
  80% {
    background-position: 0% 0%;
  }
  81% {
    background-color: #fea501;
  }
  90%, 100% {
    background-color: #ffffff;
  }
}


@-webkit-keyframes trackBallSlide {
  0% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  6% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  14% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  15%, 19% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }
  28%, 29.99% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  30% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  36% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  44% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  45%, 49% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }
  58%, 59.99% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  60% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  66% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  74% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  75%, 79% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }
  88%, 100% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
}


@keyframes trackBallSlide {
  0% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  6% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  14% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  15%, 19% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }
  28%, 29.99% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  30% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  36% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  44% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  45%, 49% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }
  58%, 59.99% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  60% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  66% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  74% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  75%, 79% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }
  88%, 100% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
}


@-webkit-keyframes nudgeMouse {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(8px);
  }
  30% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
  60% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(8px);
  }
  90% {
    transform: translateY(0);
  }
}


@keyframes nudgeMouse {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(8px);
  }
  30% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
  60% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(8px);
  }
  90% {
    transform: translateY(0);
  }
}


@-webkit-keyframes nudgeText {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(2px);
  }
  30% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(2px);
  }
  60% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(2px);
  }
  90% {
    transform: translateY(0);
  }
}


@keyframes nudgeText {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(2px);
  }
  30% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(2px);
  }
  60% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(2px);
  }
  90% {
    transform: translateY(0);
  }
}


@-webkit-keyframes colorText {
  21% {
    color: #fea501;
  }
  30% {
    color: #ffffff;
  }
  51% {
    color: #fea501;
  }
  60% {
    color: #ffffff;
  }
  81% {
    color: #fea501;
  }
  90% {
    color: #ffffff;
  }
}


@keyframes colorText {
  21% {
    color: #fea501;
  }
  30% {
    color: #ffffff;
  }
  51% {
    color: #fea501;
  }
  60% {
    color: #ffffff;
  }
  81% {
    color: #fea501;
  }
  90% {
    color: #ffffff;
  }
}



.section-1-bg {
    padding-left: 100px;
    padding-right: 100px;
}



.who-we-section {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	padding:0 100px;
}



.who-we-section .who-care-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.who-we-section .who-care-img {
    margin-top: 0;
    background: #fff;
    box-shadow: 0 2px 14.25px .75px rgba(58,58,58,.15);
    text-align: center;
    padding: 50px;
}



.who-care-img-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}



.who-care-img-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
}


.who-care-img-inner:hover img {
     transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
}






.gallery-wrapper .gallery-div {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 10px;
}



.btn-link-section {
    text-align: center;
    margin-top: 30px;
}



.gallery-wrapper .gallery-div .bottom-space {
    position: relative;
    padding: 0;
    margin-bottom: 30px;
}



.gallery-wrapper .gallery-div .bottom-space {
    box-shadow: 0 2px 14.25px .75px rgba(58,58,58,.15);
    background: #fff;
    padding: 20px;
}



.gallery-wrapper .gallery-div .bottom-space, 
.gallery-wrapper .gallery-div .bottom-space a {
    position: relative;
    display: block;
    width: 100%;
	overflow:hidden;
}


.gallery-wrapper .gallery-div img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none;
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
}



.gallery-wrapper .gallery-div .bottom-space:hover img {
     transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
}



.gallery-wrapper .gallery-div .bottom-space a:before {
    content:"";
	display:block;
	padding-bottom: calc( 0.9 * 100% );
}




.gallery-wrapper {
   border-bottom: 1px solid rgba(0,0,0,0.1);
}




#events {
    background-color: rgba(0,0,0,0.02);
    padding-bottom: 80px !important;
}


section.events-list-page {
    background: rgba(0,0,0,0.02);
    margin-top: 43px;
}


section.events-list-page #events{
    background-color: transparent;
}



.events-img-inner {
    box-shadow: 0 2px 14.25px .75px rgba(58,58,58,.15);
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
}

.events-img-inner-inner {
    overflow: hidden;
    position: relative;
}



#events .events-row-1 {
	margin-bottom: 20px;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	/*align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;*/
}


#events .events-row-1:nth-child(2n) .events-img {
    order: 2;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
}



.events-img-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
}


.events-img-inner:hover img {
     transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
}


.events-col-inner ul li a {
    color: #fea501;
    font-weight: 700;
    display: inline-block;
}



#sponsors {
    background: rgba(0,0,0,0.02);
    padding-bottom: 70px;
}



.sponsors-row .logo-carousel-free .sp-lc-logo {
	border: none !important;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	padding: 0 20px;
}




.sponsors-row .logo-carousel-free .swiper-wrapper {
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}



section.brands-slider-section {
	background: rgba(0,0,0,0.05);
}



#sponsors #logo-carousel-free-58.sp-lc-container .sp-lc-button-prev, 
#sponsors #logo-carousel-free-58.sp-lc-container .sp-lc-button-next, 
#sponsors-slider .swiper-button-next, 
#sponsors-slider .swiper-button-prev, 
#brands-slider .swiper-button-next, 
#brands-slider .swiper-button-prev {
    color: #fff;
    background: #000;
    border: rgba(0,0,0,0.1);
    line-height: 28px;
    height: 33px;
}


#sponsors-slider, #brands-slider {
	padding-top: 70px;
}


#sponsors-slider .swiper-button-next, 
#sponsors-slider .swiper-button-prev, 
#brands-slider .swiper-button-next, 
#brands-slider .swiper-button-prev {
	top: 28px;
}


#sponsors-slider .swiper-button-next::after, 
#sponsors-slider .swiper-button-prev::after, 
#brands-slider .swiper-button-next::after, 
#brands-slider .swiper-button-prev::after {
	font-size: 14px;
	font-weight: 700;
}


#sponsors-slider .swiper-button-prev, 
#brands-slider .swiper-button-prev {
	right: 44px;
	left: auto;
}



#contact .contact-section {
    position: relative;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50%, 50%;
	padding: 70px 0;
}



#contact .footer-div {
    position: relative;
    z-index: 1;
}




#contact .contact-section::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
    background: rgba(0,0,0,0.5);
}



#contact {
    padding-bottom: 0;
}



.row-contact-detail {
    text-align: left;
    color: #fff;
}



.row-contact-detail h4, .row-contact-detail p, .row-contact-detail p a {
    color: #fff;
}



.row-contact-detail p {
    margin-bottom: 15px;
}


.row-contact-detail p i {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #fff;
    color: #000;
    border-radius: 100%;
    margin-right: 13px;
}



.row-contact-form form {
    width: 100%;
    max-width: 600px;
    margin: 0;
}


.row-contact-form form p {
    margin: 0 0 15px;
    text-align: left;
    width: 100%;
}


.row-contact-form form p label {
    display: block;
    width: 100%;
    color: #fff;
}


.row-contact-form form p label input {
    width: 100%;
    height: 40px;
    margin-bottom: 0px;
    line-height: normal;
    padding: 0 10px;
	border:none;
	color:#000;
}


.row-contact-form form p label textarea {
    width: 100%;
    height: 150px;
    margin-bottom: 15px;
    line-height: normal;
    padding:10px;
    resize: none;
	border:none;
	color:#000;
}


.row-contact-form form p label input:focus, 
.row-contact-form form p label textarea:focus {
    outline:none;
	box-shadow:none;
	border:none;
}



.row-contact-form form input.wpcf7-submit {
    background-color: #fea501;
    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;
}


.row-contact-form form input.wpcf7-submit:hover {
	background-color:#c13a0d;
}


.wpcf7-response-output {
    display: none;
}



#site-footer .contact-row p {
    color: #fff;
    font-weight: 700;
}



#site-footer .footer-div ul {
    padding: 24px 0 45px;
}



#site-footer {
    background: #000;
    padding: 60px 0 0;
}


#site-footer .copyright {
    background: #fea501;
    text-align: center;
    padding: 25px 0;
}


#site-footer .copyright p {
    margin: 0;
    color: #000;
    font-weight: 700;
}



.popup-bg {
    width: 90%;
    margin: 0 auto;
    max-width: 400px;
}



.popup-bg-pad {
    text-align: center;
}



button.close-icon-1 {
    opacity: 1 !important;
}


.close-icon-1 span {
    font-size: 0;
    background: url("../../images/close-btn.png") no-repeat 0 0 !important;
    width: 40px;
    height: 40px;
    background-size: 100% !important;
    position: absolute;
    right: -25px;
    top: -25px;
    cursor: pointer !important;
}



.ngg-galleryoverview {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 30px !important;
}



.page-template-default .container {
    padding-top: 200px;
}


.page-template-default footer .container {
    padding-top: 0;
}


.ngg-galleryoverview.default-view .ngg-gallery-thumbnail {
    background-color: #fff;
    box-shadow: 0 2px 14.25px .75px rgba(58,58,58,.15);
    padding: 15px;
}


.ngg-galleryoverview.default-view .ngg-gallery-thumbnail-box {
    width: 32.6%;
    margin: 0 1% 1% 0;
    position: relative;
    padding: 10px;
}


.ngg-galleryoverview .ngg-gallery-thumbnail-box a {
    margin: 0 !important;
    padding-top: 65.25%;
    position: relative;
	overflow:hidden;
}


.ngg-galleryoverview .ngg-gallery-thumbnail-box a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
}


.ngg-galleryoverview .ngg-gallery-thumbnail-box a:hover img {
     transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
}



.ngg-galleryoverview .ngg-gallery-thumbnail-box:nth-child(3n) {
    margin-right: 0;
}



.bottom-carousel .btn-section {
    text-align: center;
}



body .sl-overlay {
    background: rgba(0,0,0,0.8);
    opacity: 1;
}


body .sl-wrapper .sl-navigation button {
    height: 50px;
    width: 44px;
    line-height: normal;
    background: #fff;
    padding: 0 0 5px;
}


body .sl-wrapper .sl-close {
    background: #fff;
    border-radius: 100%;
    opacity: 1;
}


body .sl-wrapper .sl-navigation button:hover, body .sl-wrapper .sl-close:hover {
    background: #fea501;
    color: #fff;
    opacity: 1;
    text-decoration: none;
}


#menu-inner-menu a.pagescroll {
	background: #fea501;
	color: #fff !important;
	padding: 10px 17px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}


#menu-inner-menu a.pagescroll:hover {
	background: #e1152e;
}


body .sl-wrapper .sl-counter {
    left: 15px;
    color: #fff;
    font-size: 20px;
}


body .sl-wrapper .sl-image .sl-caption {
    background: #fff;
    color: #000;
    text-align: center;
    font-size: 16px;
}


body .sl-wrapper .sl-image img {
    border: 10px solid #fff;
}


body .ngg-navigation a {
    background: #000 !important;
}

body .ngg-navigation a.prev, body .ngg-navigation a.next {
    background: transparent !important;
	color:#000 !important;
}


body .ngg-navigation span.current, 
.events-list-page .pagination span.current {
    background: #fea501 !important;
}


.events-list-page .pagination {
    width: 100%;
    text-align: center;
}


.events-list-page .pagination a, 
.events-list-page .pagination span {
    background: #000;
    border: none;
    border-radius: 2px;
    box-shadow: none;
    color: #fff;
    display: inline;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 8px;
    text-decoration: none;
    cursor: pointer !important;
}




.float-button {
    position: fixed;
    width: 90px;
    height: 90px;
    bottom: 80px;
    right: 40px;
    background-color: #fea501;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    box-shadow: 0 2px 14.25px .75px rgba(58,58,58,.15);
    font-weight: 600;
    font-size: 22px;
    line-height: normal;
	z-index: 999;
}


.float-button:hover, .float-button:focus {
    background-color: #c13a0d;
    color: #fff;
}


.float-button .float-button-text {
    font-size: 14px;
    line-height: 16px;
    margin: 30px 0 0;
    font-weight: 700;
}



#sponsors {
    padding-left: 0;
    padding-right: 0;
}


body .sponsors-row {
    margin: 0 auto;
    width: 100%;
}



#events .events-col-inner {
    text-align: left;
}


#events  .events-date-div {
    width: 100%;
}


#lightbox {
    position: fixed;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 85%;
    max-width: 700px;
}




#lightbox .lb-outerContainer {
    width: 100% !important;
    height: auto !important;
}



#lightbox .lb-outerContainer img {
    width: 100% !important;
    height: auto !important;
}


#lightbox .lb-dataContainer {
    width: 100% !important;
}


#lightbox .lb-dataContainer span {
    color: #fff;
    font-weight: 700;
}


#lightbox .lb-data .lb-close {
    width: 40px;
    height: 40px;
    background: url("../../images/close-btn.png") top right no-repeat;
    opacity: 1;
    position: absolute;
    top: -20px;
    right: -20px;
    background-size: 100%;
}



.error404 .container.clearfix {
    min-height: 550px;
    padding-top: 130px;
    text-align: center;
}




#events .events-row-1::after, 
#events .events-row-1::before, 
.gallery-wrapper .gallery-div:after, 
.gallery-wrapper .gallery-div:before, 
section.events-list-page #events:after, 
section.events-list-page #events:before {
    display: none;
}



.gallery-link br {
    display: none;
}



.gallery-link {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	margin: 49px 0 0;
}



.gallery-link a.active {
    color: #fea501;
}



.gallery-link a {
	color: #000;
	font-weight: 900;
	margin-right: 15px;
	font-size: 20px;
	border-right: 1px solid #000;
	padding-right: 15px;
}



.gallery-link a:last-child {
	margin-right: 0;
	border-right: none;
	padding-right: 0;
}



/*==================================My Work======================================*/






/*==================================Sponsorship======================================*/

.sponsorship-page-wrapper {
	padding-top: 150px;
}


.sponsorship-level-boxes {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	margin-bottom: 100px;
}


.sponsorship-level-boxes .level-box {
	width: 30.5%;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 10px;
	padding: 40px;
	margin: 0 4% 0 0;
	box-shadow: 0 2px 14.25px .75px rgba(58,58,58,.15);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}


.sponsorship-level-boxes .level-box:last-child {
	margin-right: 0;
}


.sponsorship-level-boxes .level-box .grey {
	opacity: 0.8;
	border-bottom: 3px dotted rgba(0,0,0,0.2);
	padding: 0 0 15px;
	margin-bottom: 22px;
}


.sponsorship-level-boxes .level-box h3 {
	margin-bottom: 10px !important;
}


.sponsorship-level-boxes .level-box p {
	margin-bottom: 10px;
}


.sponsorship-level-boxes .level-box ul {
	list-style: none;
	margin: 0 0 15px;
	padding: 0;
}


.sponsorship-level-boxes .level-box ul li {
	margin: 0 0 5px;
	position: relative;
	padding-left: 18px;
}


.sponsorship-level-boxes .level-box ul li::before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background: #c13a0d;
	position: absolute;
	top: 11px;
	left: 4px;
}



.sponsorship-level-boxes .level-box:hover {
	background: #fea501;
}


.sponsorship-level-boxes .level-box:hover p, 
.sponsorship-level-boxes .level-box:hover h3, 
.sponsorship-level-boxes .level-box:hover li {
	color: #fff;
}



.sponsorship-form-wrapper {
	width: 100%;
	max-width: 820px;
	margin: 0 auto 0;
	border: 1px solid rgba(0,0,0,0.2);
	padding: 40px;
}



.sponsorship-form-wrapper h3 {
	margin: 0 0 40px !important;
}


.sponsorship-form-wrapper .input-col-2, 
.sponsorship-form-wrapper .input-col-3 {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}


.sponsorship-form-wrapper .input-col-2 .input-item {
	width: 48%;
}


.sponsorship-form-wrapper .input-col-3 .input-item {
	width: 31%;
}


.sponsorship-form-wrapper .input-item select {
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 0;
	width: 100%;
	height: 45px;
	background: #fff url("../../images/select-op-drop.png") no-repeat 97% center;
	background-size: 9px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
}


.sponsorship-form-wrapper .input-item input {
	width: 100%;
	border-radius: 0;
	border: 1px solid rgba(0,0,0,0.1);
}


.sponsorship-form-wrapper .input-item label {
	display: block;
}


.sponsorship-form-wrapper .input-item br, 
.sponsorship-form-wrapper br {
	display: none;
}


.sponsorship-form-wrapper .input-item input:focus {
	outline: none;
	border-color: #000;
}


.sponsorship-form-wrapper form h5 {
	margin: 42px 0 25px !important;
}


.sponsorship-form-wrapper .input-item-btn input.wpcf7-submit {
	background-color: #fea501;
	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;
}

.sponsorship-form-wrapper .input-item-btn input.wpcf7-submit:hover {
	background-color: #c13a0d;
}





@media only screen and (max-width:767px){
	
	.sponsorship-level-boxes {
		margin-bottom: 30px !important;
	}	
		
	.sponsorship-level-boxes .level-box {
		width: 100% !important;
		margin: 0 0 30px !important;
	}	


	.sponsorship-form-wrapper {
		padding: 40px 20px !important;
	}


	.sponsorship-form-wrapper .input-col-2 .input-item, 
	.sponsorship-form-wrapper .input-col-3 .input-item {
		width: 100% !important;
	}


	.sponsorship-form-wrapper form h5 {
		margin: 20px 0 25px !important;
	}

	
}/*==media close===*/


@media only screen and (max-width:768px){
	
	.sponsorship-page-wrapper {
		padding-top: 210px !important;
	}

}/*==media close===*/



@media only screen and (min-width:767px) and (max-width:1000px){

	.sponsorship-level-boxes .level-box {
		padding: 30px 20px;
	}	
	
}/*==media close===*/




/*==================================Sponsorship======================================*/







/*============================================= 17.SECTION : MEDIA QUERIES START ===============================================*/

@media only screen and (min-width: 250px) and (max-width: 767px) {
	.navbar-toggle.collapsed {
		margin-top:18px;
	}
	.menu {
		padding-bottom:5px;		
	}	
	.navbar-default .navbar-nav > li > a {
		display:inline-block;
	}
	.responsive-top-space {
		margin-top:40px;
	}
	.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;
				}
				
				
	.gallery-link a {
		font-size: 16px;
	}			
				
}

@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,
	.who-care-img,
	.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,
	.various-col img {
		padding-bottom:20px;
	}
	.donators-profile {
		width:100%;
	}
	
	#cancel_btn, #success_btn{width:50%;}
	
	.res-margin{margin: 0 0 10px 0;}
}




@media only screen and (min-width:767px){
	
	.contact-row {
		display: flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		justify-content: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
	}	
	
}/*===media close===*/





/*============================================= 17.SECTION : MEDIA QUERIES END ===============================================*/




/*==========================RESPONSIVE==========================*/



/*============HEADER============*/

@media only screen and (max-width:768px){
		
	header .navbar-header button.navbar-toggle {
		background: url("../../images/hamburger-n.png") no-repeat 0 0;
		width: 32px;
		height: 34px;
		background-size: 100%;
		border: none;
		font-size: 0;
		margin-top: 37px;
	}


	header .navbar-default .navbar-toggle:focus, 
	header .navbar-default .navbar-toggle:hover {
		background-color: transparent;
	}



	header .navbar-header button span {
		display: none !important;
	}


	header .navbar-nav {
		margin-top: 0px;
	}


	header .navbar-default .navbar-nav > li {
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}


	header .navbar-default .navbar-nav > li > a {
		padding: 15px 10px;
	}	
	
	
	body .metaslider .flexslider .flex-direction-nav li a {
		width: 40px;
		height: 42px;
	}
	
	
	.main-slider .metaslider .flexslider .flex-direction-nav .flex-next {
		right: 15px !important;
	}
	
	
	.main-slider .metaslider .flexslider .flex-direction-nav .flex-prev {
		left: 15px !important;
	}
	
	
	
	.page-template-default .navbar-header {
		display: none;
	}
	
	
	.menu-inner-menu-container #menu-inner-menu a.pagescroll {
		font-size: 11px;
		float: right;
		padding: 10px 12px;
	}
	
	
	
}/*==media close===*/



@media only screen and (max-width:1100px){
	
	header .navbar, body .who-we-section {
		padding: 0;
	}	
	
	body .section-1-bg {
		padding-left: 0px;
		padding-right:0px;
	}
	
	body .float-button {
		right: 15px !important;
		bottom: 70px;
	}
	
	
	body h1 {
		font-size: 50px !important;
	}
	
	
	body h2 {
		font-size: 27px !important;
	}
	
	
	body h3 {
		font-size: 20px !important;
	}
	
	
}/*==media close===*/





@media only screen and (min-width:768px) and (max-width:991px){
	
	
	body .navbar-default .navbar-nav > li > a {
		font-size: 11px;
		padding: 37px 2px;
	}


	#top-nav .logo-image img {
	    max-width: 120px;
	}	
	
	
}/*==media close===*/



@media only screen and (min-width:991px) and (max-width:1100px){
		
	body .navbar-default .navbar-nav > li > a {
		font-size: 13px;
	}

}/*==media close===*/





/*============HEADER============*/





/*============Home============*/

@media only screen and (max-width:991px){


	body .who-we-section .who-care-img {
		padding: 20px;
	}	


	body .popup-bg-pad {
		padding: 0 20px 50px 20px;
	}


	body .section-3-bg {
		padding: 80px 0 0;
	}
		
		
	#events .heading-div {
		padding-left: 15px;
		padding-right: 15px;
	}	


	body .who-care-col {
		padding-left: 0px;
		padding-right: 0px;
	}	


	body .events-img-inner {
		padding: 20px;
	}


	body .who-care-img-inner, 
	body .who-we-section .who-care-img img, 
	body .events-img-inner img {
		height: auto;
	}



	body #events {
		padding-bottom: 70px;
	}


	body #events .events-row-1:nth-child(2n) .events-img {
		order: 0;
		-webkit-order: 0;
		-moz-order: 0;
		-ms-order: 0;
	}


	body .gallery-wrapper .gallery-div {
		width: 100%;
	}
	
	
	body #contact .contact-section {
		background-attachment: scroll;
	}
	
	
	body .popup-bg-pad h3 {
		font-size: 26px !important;
	}
	
	
	body .heading-div-2, body .heading-div {
		padding-bottom: 25px;
	}
	
	
	.mouse a {
		width: 30px;
		height: 60px;
	}
	
	
	
	.mouse a::before {
		width: 22px;
		height: 50px;
	}
	
	
	.mouse a::after {
		width: 6px;
		height: 6px;
	}
	
	
	.mouse p {
		margin-top: 7px;
	}
	
	
	.mouse {
		bottom: -10px;
	}
	
	
	
	
}/*==media close===*/





@media only screen and (min-width:1100px) and (max-width:1300px){
	
		
	body .who-we-section .who-care-img {
		padding: 40px;
	}


	body h3 {
		font-size: 25px !important;
	}


}/*==media close===*/




@media only screen and (max-width:481px){
	
	body .ngg-galleryoverview.default-view .ngg-gallery-thumbnail-box {
		width: 100%;
		margin: 0 1% 15px 0;
	}	
	
	
	.metaslider .flexslider .flex-direction-nav li a {
		top: 46% !important;
	}
	
	
	.mouse {
		display: none;
	}
	
	
	
}/*==media close===*/




@media only screen and (min-width:481px) and (max-width:767px){
	
	body .ngg-galleryoverview.default-view .ngg-gallery-thumbnail-box {
		width: 48%;
		margin: 0 auto 15px;
		float: none !important;
	}	
	
}/*==media close===*/




@media only screen and (min-width:768px){
	
	.navbar-right {
		margin-right: 0 !important;
	}	
	
}/*==media close===*/




@media only screen and (min-width:991px) and (max-width:1340px){
	
	body .container {
		width: 970px;
	}	
	
	
	.who-we-section .who-care-img {
		padding: 40px;
    }
	
	
}/*==media close===*/







/*============Home============*/






/*==========================RESPONSIVE==========================*/






