* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: 'Raleway', sans-serif;
}
.event {
	text-transform: uppercase;
	color: #fdc33b;
	margin-bottom: 40px;
}
.event-box {
	width: 80%;
	height: 80%;
	margin: 0 auto;
}
.our-member-pannel {
	padding: 70px 15px;
	background: #F7F7F7;
}
.our-member-pannel h1 {
	text-align: center;
	font-family: "Averia Serif Libre", cursive;
	color: #666461;
	padding-bottom: 20px;
	margin-top: 0px;
}
.our-member-pannel h1::after {
	content: '';
	position: absolute;
	background: url(../images/orange-dots.png) no-repeat;
	background-position: center center;
	background-size: 45px;
	left: 0;
	right: 0;
	margin: auto;
	height: 15px;
	bottom: 0px;
}
.member-detail-box {
	background: #FFFFFF;
	box-shadow: 0px 0px 10px #dddddd;
	min-height: 673px;
	margin-top: 40px;
	padding: 29px 60px;
}
.member-name-desg-box {
	margin-bottom: 30px;
}
.member-detail-box h3 {
	font-weight: 800;
	font-family: "Lato", sans-serif;
	color: #555b59;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.member-detail-box h5 {
	font-family: "Lato", sans-serif;
	color: #555b59;
	margin-bottom: 10px;
	font-size: 16px;
	font-style: italic;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.member-detail-box p {
	color: #b5bac0;
	font-family: "Lato", sans-serif;
}
.member-social-box {
	margin-top: 30px;
	padding: 0 40px;
	margin-bottom: 10px;
}
.member-social-box::before {
	content: '';
	height: 1px;
	background: #eaebeb;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	z-index: 0;
	display: block;
}
.member-social-box ul {
	background: #FFFFFF;
	list-style: none;
	margin: 0;
	z-index: 1;
	display: inline-block;
	padding: 0 15px;
	position: relative;
	float: right;
}
.member-social-box ul li {
	display: inline-block;
	margin-right: 15px;
}
.member-social-box ul li:last-child {
	margin: 0px;
}
.member-social-box ul li.fb a {
	color: #4867AA;
}
.member-social-box ul li.twtr a {
	color: #1DA1F2;
}
.member-social-box ul li.g-plus a {
	color: #D95232;
}
.member-img-box {
	background: #F7F7F7;
	padding: 45px 0;
	margin-top: 40px;
}
.member-img-box .nav-tabs {
	border: none;
}
.member-img-box .nav-tabs > li {
	float: left;
	margin-bottom: 0;
	width: 33.33%;
	height: 195px;
}
.member-img-box .nav-tabs > li a {
	border-radius: 0px;
	margin: 0px;
	border: none;
	display: block;
	padding: 0px;
}
.member-img-box .nav-tabs > li a img {
	width: 100%;
}
.member-img-box .nav-tabs > li a:hover img {
	width: 105%;
	height: 105%;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	display: block;
	margin: -5px;
}
.member-img-box .nav-tabs > li.active a:hover img {
	width: 100%;
	height: auto;
	margin: 0px;
}
.member-img-box .nav-tabs > li a:hover {
	overflow: hidden;
}
.member-img-box .nav-tabs > li.active a:hover {
	overflow: visible;
}
.member-img-box .nav-tabs > li a:hover::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: url(../images/member-hover.png);
	left: 0px;
	right: 0px;
	top: 0px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.member-img-box .nav-tabs > li.active a::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0px;
	right: 0px;
	background: url(../images/member-hover.png);
	top: 0px;
	z-index: 1;
	transition: 0.5s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	-webkit-transition: 0.2s;
	box-shadow: 0px 0px 0px 15px #fdc33b;
}
.member-img-box .nav-tabs > li.active a:hover, .member-img-box .nav-tabs > li a:hover, .member-img-box .nav-tabs > li a:focus {
	border: none;
	background: transparent;
	outline: none;
}
.panel-group .panel {
	border-radius: 0;
	box-shadow: none;
	border-color: #EEEEEE;
}
.panel-default > .panel-heading {
	padding: 0;
	border-radius: 0;
	color: #212121;
	/*background-color: #FAFAFA;*/
	border-color: #EEEEEE;
	background-color: #fdcb56;
}
.panel-title {
	font-size: 14px;
}
.panel-title > a {
	display: block;
	padding: 15px;
	text-decoration: none;
	color: #fff;
    font-weight: 600;
}

.more-less {
	float: right;
	color: #212121;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #EEEEEE;
}
/**/

.panel-group {
	margin-bottom: 0px;
}
.panel-default {
	border-color: #ddd;
}
.panel-group .panel {
	border-radius: 0;
	margin-bottom: 0;
}
.carousel-control.left {
	background: none;
	background-repeat: repeat-x;
}
.carousel-control.right {
	background: none;
	background-repeat: repeat-x;
}
.header {
	background: #1C1C1C;
	padding-top: 20px;
	padding-bottom: 40px;
}
.icon-box {
	padding-top: 15px;
}
.icon {
	float: left;
	padding-right: 15px;
	font-size: 32px;
	font-weight: 600;
}
.email-box {
	color: #fff;
}
.email-box a {
	color: #898989;
	margin-top: 10px;
	font-weight: bold;
}
.social a {
	color: #ffffff;
	display: inline-block;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	margin-right: 3px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.20);
	text-align: center;
	transition: all 500ms ease 0s;
	width: 36px;
	border-radius: 50%;
}
.social a:hover {
	opacity: 0.7;
}
.social a:first-child {
	background: #3A589B;
}
.social a:nth-child(2) {
	background: #00aff0;
}
.social a:nth-child(3) {
	background: #0077b5;
}
.social a:nth-child(4) {
	background: #D6492F;
}
/**********************banner-end*********************************/

.banner {
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
}
.menu {
	position: absolute;
	z-index: 1;
	top: -20px;
	left: 0px;
	right: 0px;
	color: #fff;
}
.navbar-inverse {
	background: none;
	border: none;
	text-transform: uppercase;
}
.navbar-inverse .navbar-nav > li > a {
	color: #fff;
	padding-top: 22px;
	padding-bottom: 22px;
	font-weight: 600;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.10);
}
.mynav {
	background: #fdc33b;
	padding-right: 0px;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
	background: none;
	color: #222;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
	background: none;
	color: #fff;
}
.dropdown-menu .sub-menu {
	left: 100%;
	position: absolute;
	top: 0;
	visibility: hidden;
	margin-top: -1px;
}
.dropdown-menu > li {
	text-transform: capitalize;
	border-bottom: 1px solid #fdc33b;
}
.dropdown-menu li:hover .sub-menu {
	visibility: visible;
	text-transform: capitalize;
}
.dropdown:hover .dropdown-menu {
	display: block;
}
.btn-box {
	position: relative;
}
.btn-box a {
	background: #fff;
	display: inline-block;
	padding: 22px;
	color: #222;
	float: right;
	margin-right: none;
	font-weight: bold;
	text-decoration: none;
	padding-left: 30px;
	padding-right: 40px;
	position: relative;
}
.btn-box a:hover {
	color: #fdc33b;
}
.btn-box a::before {   /*border-color:transparent #fff  #fff transparent ;
    border-style: solid;
    border-width: 32.5px 20px;
    height:100%;
    content: "";
    right:175px;

    position: absolute;*/
	background: #ffffff;
	content: "";
	height: 100%;
	left: -20px;
	position: absolute;
	top: 0;
	transform: skewX(-20deg);
	width: 35px;
	z-index: 1;
}
/*menu end*/


.mission-box {
	position: absolute;
	z-index: 1;
	bottom: -100px;
	left: 0px;
	right: 0px;
}
.mission {
	background: #31B0D5/*, url(../images/mission.jpg)  no-repeat*/;
	background-size: cover;
	text-align: center;
	padding: 20px;
	padding-bottom: 50px;
	color: #ffffff;
}
.mission h3 {
	margin-top: 0px;
}
.btn-primary {
	position: absolute;
	border-radius: 60px;
	left: 120px;
	bottom: -15px;
	padding: 8px 25px 8px 25px;
	background: #fff;
	border: 1px solid #fdc33b;
	color: #fdc33b;
	text-transform: uppercase;
	font-weight: 600;
}
.btn-primary:hover {
	color: #fff;
	background-color: #222;
	border-color: #222;
}
.vision {
	background: #EC6126 /*url(../images/vision.jpg)  no-repeat*/;
	background-size: cover;
	text-align: center;
	padding: 20px;
	padding-bottom: 50px;
	color: #fff;
}
.vision h3 {
	margin-top: 0px;
}
/******************mission end****************/

.about {
	margin-top: 70px;
}
.about h3 {
	margin: 0px;
	text-transform: uppercase;
	color: #fdc33b;
}
.about h2 {
	margin-top: 10px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: bold;
}
.img-thumbnail {
	background-color: #fdc33b;
}
.btn-danger {
	border-radius: 60px;
	padding: 8px 25px 8px 25px;
	background: #fff;
	border: 1px solid #fdc33b;
	color: #fdc33b;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 20px;
}
.btn-danger:hover {
	color: #fff;
	background-color: #222;
	border-color: #222;
}
/**************about Us***************/


.medical-camp {
	padding-top: 80px;
	text-align: center;
	padding-bottom: 80px;
	margin-top: 80px;
	background: #f1f1f1 url("../images/donate.jpg") repeat fixed 0 0;
	/*background-size:cover;
	background-attachment:fixed;*/
	position: relative;
}
.medical-camp::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(251, 251, 251, 0.95);
	left: 0px;
	top: 0px;
}
.medical h3 {
	margin-top: 0px;
	color: #fdc33b;
}
.medical h2 {
	margin-bottom: 20px;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}
.medical p {
	margin-bottom: 40px;
}
.btn-warning {
	background: #31B0D5;
	border-color: #31B0D5;
	padding: 10px 20px;
	margin-right: 20px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.20);
}
.btn-warning:hover {
	color: #303030;
	background: #fff;
	border-color: #303030;
}
.btn-info {
	background: #fdc33b;
	border-color: #fdc33b;
	padding: 10px 20px;
}
.btn-info:hover {
	color: #fdc33b;
	background: #fff;
	border-color: #fdc33b;
}
.btn-info-2 {
	background: #fdc33b;
	border-color: #fdc33b;
	padding: 10px 20px;
	margin-top: 90px;
	color: #fff;
}
.btn-info-2:hover {
	color: #fdc33b;
	background: #fff;
	border-color: #fdc33b;
}
.btn-info-3 {
	background: #fdc33b;
	border-color: #fdc33b;
	padding: 10px 20px;
	margin-top: 20px;
	color: #fff;
}
.btn-info-3:hover {
	color: #fdc33b;
	background: #fff;
	border-color: #fdc33b;
}
/**/
.gallery-box {
	margin-top: 80px;
}
.gallery-box h2 {
	margin-top: 0px;
	font-weight: bold;
	margin-bottom: 20px;
}
.gallery-box p {
	margin-bottom: 40px;
}
.gallery-box span {
	color: #fdc33b;
}
.padding-0 {
	padding-right: 1px;
	padding-left: 0px;
}
.padding-0:last-child {
	padding-right: 0px;
}
.padding-1 {
	padding-right: 1px;
	padding-left: 0px;
	margin-top: 1px;
}
.padding-1:last-child {
	padding-right: 0px;
}
.activitiy-box h3 {
	font-weight: 600;
	margin-bottom: 20px;
}
/*activity end*/

.orange-box {
	margin-top: 80px;
	background: #fdc33b;
	color: #fff;
}
.btn-default {
	background: none;
	color: #fff;
	border-radius: 2px;
	border: 2px solid #fff;
	padding: 10px 25px;
	font-weight: bold;
}
.btn-default:hover {
	color: #fdc33b;
	background: #ffffff;
	border: 2px solid #fff;
	font-weight: bold;
}
.orang-img {
	background: url(../images/map-pattern.png) center no-repeat;
	background-attachment: fixed;
	background-size: cover;
	padding-top: 30px;
	padding-bottom: 30px;
}
.orang-img h2 {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*donate now end*/

.footer {
	background: #000 url(../images/footer-bg.jpg) no-repeat;
	color: #c9c9c9;
	margin-top: 80px;
	position: relative;
}
.footer::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(41, 41, 41, 0.97);
	left: 0px;
	top: 0px;
}
.footer-main {
	padding-top: 60px;
	padding-bottom: 40px;
}
.footer-logo {
	margin-bottom: 20px;
}
.footer-main p {
	margin-bottom: 20px;
}
.contact-info {
	position: relative;
	margin-bottom: 20px;
}
.contact-info li {
	position: relative;
	padding-left: 30px;
	margin: 0px 0px 7px;
	line-height: 30px;
	list-style: none;
}
.contact-info li .icon {
	position: absolute;
	font-weight: 700;
	font-size: 16px;
	color: #fdc33b;
	left: 0px;
	top: 0px;
	line-height: 30px;
}
.footer-social a {
	color: #ffffff;
	display: inline-block;
	font-size: 14px;
	height: 28px;
	line-height: 26px;
	margin-right: 5px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.20);
	text-align: center;
	transition: all 500ms ease 0s;
	width: 28px;
	border-radius: 50%;
	border: 1px solid #fff;
}
.footer-social a:hover {
	opacity: 0.9;
	background-color: #fdc33b;
}
.footer-box h3 {
	margin-top: 0px;
	text-transform: uppercase;
	margin-bottom: 25px;
	color: #fff;
	font-weight: bold;
	font-size: 21px;
}
.footer-box ul li {
	list-style: none;
	margin-bottom: 15px;
}
.footer-box ul li a {
	color: #c9c9c9;
}
.contact-gallery {
	position: relative;
	margin-bottom: 20px;
}
.contact-gallery li {
	position: relative;
	padding-left: 80px;
	margin: 0px 0px 7px;
	line-height: 30px;
	list-style: none;
}
.contact-gallery li .icon {
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 10px;
}
.fot-text {
	background: #fdc43b !important;
	border: medium none;
	color: #ffffff;
	font-size: 13px;
	height: 45px;
	margin-bottom: 10px;
	outline: medium none;
	padding: 0 20px;
	width: 100%;
	border-radius: 0px;
	font-weight: bold;
}
.fot-text:hover {
	background: #ffffff;
	color: #fdc33b;
}
.contact-form input {
	background: rgba(0, 0, 0, 0.15) none repeat scroll 0 0;
	border: medium none;
	color: #c9c9c9;
	font-size: 13px;
	height: 50px;
	margin-bottom: 10px;
	outline: medium none;
	padding: 0 20px;
	width: 100%;
	border-radius: 0px;
}
.contact-form textarea {
	background: rgba(0, 0, 0, 0.15);
	border: medium none;
	color: #c9c9c9;
	font-size: 13px;
	border-radius: 0px;
	margin-bottom: 10px;
	outline: medium none;
	width: 100%;
}
.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	color: #808080;
	font-size: 15px;
	padding: 16px 0;
	position: relative;
	text-align: center;
}
.copyright {
	line-height: 20px;
	padding: 5px 0;
	position: relative;
}
.copyright a {
	color: #fdc33b;
}
/**********************home end*********************************/

.about-ban {
	background: url(../images/about-us.jpg) no-repeat;
	position: relative;
}
.about-ban::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(41, 41, 41, 0.60);
	left: 0px;
	top: 0px;
}
.about-ban-2 {
	background: url(../images/banner.png) no-repeat;
	position: relative;
}
.about-ban-2::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(41, 41, 41, 0.60);
	left: 0px;
	top: 0px;
}
.sec-title {
	margin-bottom: 50px;
	position: relative;
	padding-top: 100px;
}
.bread-crumb {
	color: #ffffff;
	position: relative;
}
.sec-title h1 {
	color: #ffffff;
	font-weight: bolder;
	margin-bottom: 15px;
	text-transform: uppercase;
	margin-top: 0px;
}
.bread-crumb a {
	color: #ffffff;
	font-size: 15px;
	margin: 0 5px;
	position: relative;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}
.bread-crumb a:hover {
	color: #fdc33b;
}
.about-text {
	margin-top: 60px;
	position: relative;
}
.about-text h2 {
	font-weight: bolder;
	margin-top: 0px;
	margin-bottom: 20px;
}
.about-text-2 {
	margin-top: 60px;
	position: relative;
}
.about-text-2 h2 {
	font-weight: bolder;
	margin-top: 0px;
	margin-bottom: 20px;
}
.add-box {
	color: #222;
}
.contact-row input {
	/*background: rgba(0, 0, 0, 0.15) none repeat scroll 0 0;*/
	border: 1px solid #ccc;
	color: #c9c9c9;
	font-size: 13px;
	height: 50px;
	margin-bottom: 10px;
	outline: medium none;
	padding: 0 20px;
	width: 100%;
	border-radius: 0px;
}
.contact-row textarea {
	/*background: rgba(0, 0, 0, 0.15);*/
	border: 1px solid #ccc;
	color: #c9c9c9;
	font-size: 13px;
	margin-bottom: 10px;
	outline: medium none;
	border-radius: 0px;
	width: 100%;
}
.form-control-dsh {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #898989;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.my-box7-usr {
	border: 1px solid #F3A819;
	padding: 0px 0px 20px 0px !important;
	margin-top: 10px;
}
.my-box7-usr h3 {
	background: #65BDF0;
	padding: 10px 0px 10px 12px;
	margin: 0 0;
	font-size: 16px;
	font-weight: 600;
	color: #FFF;
}
.dsh {
	margin-top: 15px;
}
.form-group-inner span {
	color: #f00;
}
/*****************activity start*************************/


.product-img {
	width: 100%;
	height: 180px;
	overflow: hidden;
	padding: 3px;
	border: 1px solid #ccc;
	/*background-color: #fdc33b;*/
	transition: all 500ms ease 0s;
	    margin-bottom: 20px;
}
.product-img img {
	width: 100%;
	height: 100%;
}
.product-img:hover {
	box-shadow: 0px 0px 10px #ccc;
}
.gallery-box {
	margin-bottom: 20px;
}
.navbar-collapse {
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
	overflow-x: visible;
	padding-left: 0px;
	padding-right: 15px;
}
.upcomBanner {
	background-color: #ffcb05;
	text-align: center;
}
.upcomBanner img {
	margin: 0 auto;
}
.gallery img {
	margin: 0 auto;
}
.gallery .dist {
	margin: 40px 0;
}
.nav>li>a {
	padding-left: 26px !important;
	padding-right: 26px !important;
}

.embed-responsive-1by1 {
  padding-bottom: percentage((1 / 1)); // 100%;
}
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 375px) {
.activitiy-box {
    margin-top: 10px;
    margin-bottom: 10px;
}
.gallery img {
    margin-top: 10px;
    margin-bottom: 10px;
}
	.gallery .dist {
		display: none;
	}
}
#myNavbar li {
    margin: 0 10px;
	font-size:13px;
}

.yellowTitile {
    text-transform: uppercase;
    color: #fdc33b;
	text-align: center;
}