body {
	font-family: 'museo_sans300';
	font-size: 14px;
	color: #25292f;
	line-height: 1.8em;
	font-weight: 400;
	background: #ffffff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-font-smoothing: antialiased;
}
a {
	text-decoration: none;
	cursor: pointer;
	color: #b3be02;
}
a:hover, a:focus, a:visited {
	text-decoration: none;
	outline: none;
}
h1, h2, h3, h4, h5, h6 {
	position: relative;
	font-family: 'museo_sans300';
	font-weight: normal;
	margin: 0px;
	background: none;
	line-height: 1.4em;
}
input, button, select, textarea {
	font-family: 'museo_sans300';
}
p {
	position: relative;
	line-height: 1.8em;
}
.strike-through {
	text-decoration: line-through;
}
.auto-container {
	position: static;
	max-width: 1200px;
	padding: 0px 15px;
	margin: 0 auto;
}
.small-container {
	max-width: 1000px;
	margin: 0 auto;
}
.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 320px;
	min-height: 500px;
}
ul, li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.main-header {
	position: relative;
	left: 0px;
	top: 0px;
	background: #ffffff;
	z-index: 999;
	width: 100%;
}
.main-header .top-bar {
	position: relative;
	z-index: 1;
}
.main-header .top-bar .top-container {
	position: relative;
	max-width: 1170px;
	margin: 0 auto;
}
.main-header .top-bar .info-outer {
	position: absolute;
	right: 0px;
	top: 0px;
	background: #b3be02;
	color: #ffffff;
	padding: 3px 20px 7px 20px;
	border-radius: 0px 0px 5px 5px;
}
.main-header .top-bar .info-outer:before {
	content: '';
	position: absolute;
	left: -20px;
	top: 0px;
	border-top: 37px solid #b3be02;
	border-left: 20px solid transparent;
}
.main-header .top-bar .info-box {
	position: relative;
}
.main-header .top-bar .info-box li {
	position: relative;
	float: left;
	padding-left: 20px;
	margin-right: 56px;
	line-height: 30px;
}
.main-header .top-bar .info-box li:after {
	content: '/';
	position: absolute;
	right: -40px;
	top: 0px;
	color: #fff;
	font-size: 20px;
}
.main-header .top-bar .info-box li .icon {
	position: absolute;
	left: 0px;
	top: 0px;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
}
.main-header .top-bar .info-box li a {
	position: relative;
	color: #ffffff;
	font-weight: 300;
	font-size: 14px;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}
.main-header .top-bar .info-box li a:hover {
	color: #58585a;
}
.social-links-one {
	position: relative;
	margin: 0px !important;
	padding-left: 0px !important;
}
.social-links-one:after {
	display: none;
}
.social-links-one a {
	position: relative;
	display: inline-block;
	text-align: center;
	width: 20px;
	line-height: 30px;
	font-size: 14px;
	color: #ffffff;
}
.social-links-one a:hover {
	color: #6ac610;
}
.main-header .header-upper {
	position: relative;
	width: 100%;
	left: -14px;
	top: 0px;
	color: #677c91;
	padding: 5px 0px;
	background: #ffffff;
}
.fixed-header.main-header .header-upper {

	padding: 10px 0px;
	border-bottom: 1px solid #d0d0d0;
}
.main-header .header-upper .logo {
	position: relative;
	float: left;
}
.main-header .header-upper .logo img {
	max-width: 100%;
	display: inline-block;
}
.main-header .header-upper .nav-outer {
	position: relative;
	float: left;
	margin-top: 15px;
	width: 101.1%;
	background: #58585a
}
.fixed-header.main-header .header-upper .nav-outer {
	margin-top: 22px;
}
.main-header .header-upper .nav-outer .btn-donate {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 150px;
	text-align: center;
	line-height: 24px;
	padding: 8px 15px;
	border-radius: 20px;
	color: #ffffff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
	background: #6ac610;
}
.main-header .header-upper .nav-outer .btn-donate:hover {
	background: #262626;
}
.main-menu {
	position: relative;
	float: left;
	padding: 0px 0px;
}
.main-menu .navbar-collapse {
	padding: 0px !important;
}
.main-menu .navigation {
	position: relative;
	float: right;
	margin: 0px;
	font-family: 'museo_sans300';
}
.main-menu .navigation > li {
	position: relative;
	float: left;
	padding: 0px;
	margin-right: 0px;
}
.main-menu .navigation > li > a {
	position: relative;
	display: block;
	padding: 12px 24px 12px 15px;
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	text-transform: uppercase;
	opacity: 1;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.main-menu .navigation > li.dropdown > a {
}
.main-menu .navigation > li.dropdown > a:before {
	font-family: 'FontAwesome';
	content: "\f0d7";
	position: absolute;
	right: 11px;
	font-weight: 400;
	font-size: 12px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.main-menu .navigation > li:hover > a, .main-menu .navigation > li.current > a, .main-menu .navigation > li.current-menu-item > a {
	color: #fff;
	opacity: 1;
	background: #b3be02;
}
.main-menu .navigation > li:hover > a:after {
	opacity: 1;
}
.main-menu .navigation > li.dropdown:hover > a:after {
	color: #ffffff;
}
.main-menu .navigation > li > ul {
	position: absolute;
	left: 0px;
	top: 120%;
	width: 200px;
	padding: 0px;
	z-index: 100;
	display: none;
	background: #ffffff;
	border: 1px solid #6ac610;
	border-top: 3px solid #6ac610;
	transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-n;
	-webkit-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
}
.main-menu .navigation > li > ul > li {
	position: relative;
	width: 100%;
	border-top: 1px solid #6ac610;
}
.main-menu .navigation > li > ul > li > a {
	position: relative;
	display: block;
	padding: 8px 15px;
	line-height: 20px;
	font-weight: 500;
	font-size: 14px;
	text-transform: capitalize;
	color: #444444;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.main-menu .navigation > li > ul > li:hover > a {
	color: #ffffff;
	background: #6ac610;
}
.main-menu .navigation > li > ul > li.dropdown > a:after {
	font-family: 'FontAwesome';
	content: "\f0da";
	position: absolute;
	right: 10px;
	top: 8px;
	width: 10px;
	height: 20px;
	display: block;
	color: #444444;
	line-height: 20px;
	font-size: 14px;
	text-align: center;
	z-index: 5;
}
.main-menu .navigation > li > ul > li.dropdown:hover > a:after {
	color: #ffffff;
}
.main-menu .navigation > li > ul > li > ul {
	position: absolute;
	left: 100%;
	top: -1px;
	width: 200px;
	padding: 0px;
	z-index: 100;
	display: none;
	background: #ffffff;
	border: 1px solid #6ac610;
	border-left: 4px solid #6ac610;
}
.main-menu .navigation > li > ul > li > ul > li {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #6ac610;
}
.main-menu .navigation > li > ul > li > ul > li:last-child {
	border: none;
}
.main-menu .navigation > li > ul > li > ul > li > a {
	position: relative;
	display: block;
	padding: 8px 15px;
	line-height: 20px;
	font-weight: 500;
	font-size: 14px;
	text-transform: capitalize;
	color: #444444;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.main-menu .navigation > li > ul > li > ul > li:hover > a {
	color: #ffffff;
	background: #6ac610;
}
.main-menu .navigation > li.dropdown:hover > ul {
	visibility: visible;
	opacity: 1;
	top: 100%;
}
.main-menu .navigation li > ul > li.dropdown:hover > ul {
	visibility: visible;
	opacity: 1;
	left: 100%;
	transition: all 500ms ease-in;
	-moz-transition: all 500ms ease-in;
	-webkit-transition: all 500ms ease-in;
	-ms-transition: all 500ms ease-in;
	-o-transition: all 500ms ease-in;
}
.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
	position: absolute;
	right: 10px;
	top: 6px;
	width: 34px;
	height: 30px;
	border: 1px solid #ffffff;
	background: url(../images/icons/submenu-icon.png) center center no-repeat;
	background-size: 20px;
	cursor: pointer;
	z-index: 5;
	display: none;
}
.slider-block .col-md-8, .slider-block-1 .col-md-4 {
	padding: 0px !important;
}
.slider {
	background: url(../images/slider.png) no-repeat;
	width: 100%;
	padding: 25px;
	float: left;
	min-height: 400px;
	border-radius: 30px 30px 30px 30spx;
	border-color: #000;
}
.slider-content img {
	height: 120px;
	width: 120px;
	border-radius: 50%;
}
a.img1:hover .contents {
	display: block !important;
	color: #fff;
}
.contents {
	display: none;
}
#thumbnail {
	display: block;
	width: 10px;
	height: 15px;
}
#thumbnail:hover + #title {
	display: block;
	color: #000;
}
#title {
	display: none;
	color: #ffffff;
	background-color: transparent;
	text-align: left;
	width: 13px;
	padding: 10px;
	border-color: #b3be02;
}
h1, h2, h3, h4, h5, h6 {
	position: relative;
	font-family: 'museo_sans300';
	font-weight: normal;
	margin: 121px;
	background: none;
	line-height: 1.4em;
	color: #b3be02;
	clear: both;
	display: block;
	font-size: 1.5em;
	-webkit-margin-before: 0.83em;
	-webkit-margin-after: 0.83em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	font-weight: bold;
}
.row {
	margin-right: -11px;
	margin-left: -44px;
}
.free-text {
	color: #000;
}
.hr {
	color: #CCC;
}
.clr {
	color: #b3be02;
}
.warsi {
	color: #b3be02;
}
#lbl {
	color: #58585a;
	margin-right: 486px;
	float: right;
}
.row-height {
 width: 380px;
	text-align: center;
	color: #fff;
	float: right;
	padding:15px;
}

.cu {
	float: left;
}
.tab-style-1 {
	border: none;
}
.tab-content {
	border: none;
	color: #58585a;
	background-color: #ececec;
	text-align: center;
	padding: 20px;
	min-height: 400px;
}
.btn-success:hover {
	color: #fff;
	background-color: #b3be02;
	border-color: #b3be02;
}
.margin-bottom-5 {
	margin-bottom: 5px;
}
.margin-bottom-10 {
	margin-bottom: 10px;
}
.margin-bottom-15 {
	margin-bottom: 15px;
}
.btn-rounded {
	border-radius: 40px;
	padding-left: 25px;
	padding-right: 25px;
}
.btn-success {
	background-color: #b3be02;
	border-color: #b3be02;
}
.btn btn-success btn-rounded a.visited {
	background-color: black;
}
.tab-style-1 .nav-tabs > li.active > a, .tab-style-1 .nav-tabs > li.active > a:hover, .tab-style-1 .nav-tabs > li.active > a:focus {
	cursor: default;
	background-color: transparent !important;
	border-radius: 50%;
	border: 5px solid #b3be02 !important;
}
.tab-style-1 .nav-tabs > li {
	float: left;
	margin-bottom: 10px;
	margin-right: 15px;
}
.tab-style-1 .nav > li > a > img {
	max-width: none;
	border-radius: 58px;
	height: 50px;
}
.tab-style-1 .nav > li > a > img {
	max-width: none;
	border-radius: 97px;
	height: 110px;
	width: 110px;
}
.tab-style-1 .nav-tabs > li > a {
	margin-right: 2px;
	border: 5px solid #58585a;
	border-radius: 50%;
	background-color: #58585a;
	padding: 0px !important;
}
.tab-style-1 .nav-tabs > li.active > a, .tab-style-1 .nav-tabs > li.active > a:hover, .tab-style-1 .nav-tabs > li.active > a:focus {
}
.tab-style-1 .nav-tabs {
	border-bottom: none;
}
.tab-style-1 .nav > li > a:hover, .tab-style-1 .nav > li > a:focus {
	text-decoration: none;
	background-color: #58585a;
}
.col-md-2 {
	border-radius: 0 15px 15px 0;
	background-color: #0F0
}
.tab-style-1 .nav-tabs > li > a:hover {
	border-color: #b3be02;
}
a.img-1 {
	margin-top: -10px;
}
a.img-2 {
	margin-top: 100px;
}
a.img-3 {
	margin-top: -10px;
}
a.img-4 {
	margin-top: 100px;
}
a.img-5 {
	margin-top: -10px;
}
.size-c {
	margin-left: 51px;
}
.margin-d {
	margin-left: -45px;
}
.w-m {
	margin-left: -45px;
}
.t-m {
	margin-left: -30px;
}
.c-u {
	float-top: -10
}
.bg-img {
	    background: url(../images/Untitled-2.png) no-repeat 1px 0px;
    padding-left: 89px;
    font-weight: bold;
   color:#fff;
    float: left;
    width: 100%;
    text-align: left;
    height: 75px;
    line-height: 75px;
	margin-bottom:
	
}
.bg-img a:hover{
	color:#fff;
	 text-decoration: underline;
	}
.btn-group btn btn-succe{
	background-color:#690;
	}
	.warsi {
		margin-left:20px;
		}
.row-2{
	height:200px;
	
	}
	.cms-block
	{
		clear:both;
		width:100%;
	
	}
	.cms-block img
	{
		margin-top:15px;
		
	}
	.row-height
	{
		margin-top:20px;
	}
	.row-height img
	{
		margin-top:15px;
	}