/* Table of Content
[Master Stylesheet]
Project:		Eco Life
Version:		1.2
Author:			Themelooper
Primary use:	Eco Life

/** Table of Content
- 	Wrapper    	  					LENE 		000  		-		000
-	Header							LINE		000			-		000
-	Banner							LINE		000			-		000
-	Section 1						LINE		000			-		000
-	Project Section 				LINE		000			-		000
-	Urgent Section 		 			LINE		000			-		000
-	Donation Section 				LINE		000			-		000
-	Post Section  					LINE		000			-		000
-	Event Section 					LINE		000			-		000
-	Testimonials Section			LINE		000			-		000
-	Message Section					LINE		000			-		000
-	Supporter Section				LINE		000			-		000
-	Footer Section					LINE		000			-		000
-	Newsletter Section				LINE		000			-		000
-	Features Section				LINE		000			-		000
-	Welcome Section					LINE		000			-		000
-	Call Action Section				LINE		000			-		000
-	Recent Section					LINE		000			-		000
-	Donation Section				LINE		000			-		000
-	Upcoming Section				LINE		000			-		000
-	Recent Post Section				LINE		000			-		000
-	Choose Section					LINE		000			-		000
-	Banner Inner Section			LINE		000			-		000
-	Gallery Section					LINE		000			-		000
-	Pagination Section				LINE		000			-		000
-	404 Section						LINE		000			-		000
-	Coming Soon Section				LINE		000			-		000
-	Team Section					LINE		000			-		000
-	Volunteers Section				LINE		000			-		000
-	Contact Section					LINE		000			-		000
-	Sidebar Section					LINE		000			-		000
-	Donation Section				LINE		000			-		000
-	News Section					LINE		000			-		000
-	About Section					LINE		000			-		000
-	Transition Section				LINE		000			-		000

End of Table of Conten*/
@import url('https://fonts.googleapis.com/css?family=Roboto:300i,400,400i,500,500i,700');
body {
	padding: 0;
	margin: 0;
	font: 400 16px/28px 'Roboto', sans-serif;
	color: #777;
}
#wrapper {
	float: left;
	width: 100%;
	position: relative;
}
#main {
	float: left;
	width: 100%;
}
.template-style-1 h1 {
	font: 700 55px 'Roboto', sans-serif;
	color: #222;
	margin: 0;
}
.template-style-1 h2 {
	font: 700 36px 'Roboto', sans-serif;
	color: #222;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}
.template-style-1 h3 {
	font: 500 24px/28px 'Roboto', sans-serif;
	color: #222;
	margin: 0 0 10px 0;
}
.template-style-1 h4 {
	font: 400 18px 'Roboto', sans-serif;
	color: #222;
	margin: 0 0 15px 0;
}
.template-style-1 p {
	font: 400 16px/28px 'Roboto', sans-serif;
	color: #000000;
	margin: 0 0 20px 0;
}
.template-style-1 h1 a, .template-style-1 h2 a, .template-style-1 h3 a, .template-style-1 h4 a {
	color: #222;
	text-decoration: none;
}
.btn-row {
	display: block;
	text-align: center;
	width: 100%;
}
.btn-row a.btn-style-1 {
	float: none;
	display: inline-block;
}
.btn-row a.btn-style-2 {
	float: none;
	display: inline-block;
}
.clear-row {
	float: left;
	width: 100%;
}
a.btn-style-1 {
	font: 400 16px/16px 'Roboto', sans-serif;
	color: #fff;
	padding: 20px 37px;
	text-decoration: none;
	float: left;
	position: relative;
	z-index: 11;
	text-decoration: none;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
}
a.btn-style-1:hover {
	color: #fff;
	text-decoration: none;
}
a.btn-style-1:hover:before {
	width: 100%;
	opacity: 1;
}
a.btn-style-1:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 50%;
	background-color: #000;
	z-index: -1;
	opacity: 0;
	transition: all 0.5s linear;
}
a.btn-readmore {
	font: 400 16px/16px 'Roboto', sans-serif;
	color: #222;
	float: left;
	text-decoration: none;
	position: relative;
	padding: 8px 14px;
	border: 1px solid #ccc;
}
a.btn-readmore:hover {
	text-decoration: none;
}
.frame {
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
	background: #000;
}
.frame:hover img {
	opacity: 0.7;
}
.frame:hover:before {
	opacity: 0.4;
	top: 0;
	z-index: 9;
}
.frame:hover:after {
	opacity: 0.4;
	bottom: 0;
	z-index: 9;
}
.frame:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -20%;
	width: 100%;
	height: 50%;
	opacity: 0;
	background: #000;
}
.frame:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -20%;
	width: 100%;
	height: 50%;
	opacity: 0;
	background: #000;
}
.frame img {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
}
.text-box {
	float: left;
	width: 100%;
}
/*===========================================================================*/
						/*Header*/
/*===========================================================================*/
#header {
	float: left;
	width: 100%;
}
#header.header-style-2 .cart-box-outer .dropdown-menu {
	top: 81px;
}
.topbar {
	float: left;
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding: 0;
}
.topbar .left-box {
	float: left;
}
.topbar .left-box ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.topbar .left-box ul li {
	float: left;
	height: 49px;
	padding: 16px 30px 22px 30px;
	border-left: 1px solid #ccc;
}
.topbar .left-box ul li:hover a {
	color: #222;
}
.topbar .left-box ul li:first-child {
	border: 0;
	padding: 16px 31px 22px 0;
}
.topbar .left-box .fa {
	padding: 0 10px 0 0;
	color: #ccc;
	font-size: 13px;
	float: left;
}
.topbar .left-box span {
	font: 400 13px/13px 'Roboto', sans-serif;
	float: left;
	color: #222;
}
.topbar .left-box span a {
	text-decoration: none;
}
.topbar .left-box .dropdown {
	float: left;
	padding: 0 0 0 4px;
}
.topbar .left-box button {
	font: 400 13px/13px 'Roboto', sans-serif;
	border: 0;
	background: none;
	float: left;
	padding: 0;
}
.topbar .left-box button .fa {
	float: right;
	font-size: 13px;
	color: #999;
	padding: 0 0 0 8px;
}
.topbar .left-box .dropdown-menu {
	border: 1px solid #ccc;
	border-radius: 0;
	box-shadow: none;
	font: 400 13px/13px 'Roboto', sans-serif;
	margin: 0;
	min-width: 100%;
	padding: 0;
	top: 31px;
}
.topbar .left-box .dropdown-menu li {
	border: 0;
	height: auto;
	padding: 0;
	width: 100%;
}
.topbar .left-box .dropdown-menu li:first-child {
	padding: 0;
}
.topbar .left-box .dropdown-menu > li > a {
	font: 400 13px/13px 'Roboto', sans-serif;
	color: #777;
	display: block;
	padding: 3px 10px;
}
.topbar .left-box .dropdown-menu > li > a:hover, .topbar .left-box .dropdown-menu > li > a:focus {
	color: #fff;
}
.topbar .right-box {
	float: right;
}
.topbar-social {
	float: left;
}
.topbar-social ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.topbar-social ul li {
	float: left;
	width: 40px;
	height: 49px;
	padding: 15px 0;
	border-left: 1px solid #fff;
}
#wrapper .topbar-social ul li:hover a {
	color: #fff;
}
.header-style-2 .topbar-social ul li {
	width: auto;
	padding: 15px 10px;
}
.topbar-social ul li a {
	font-size: 14px;
	color: #fff;
	display: block;
	text-align: center;
	text-decoration: none;
}
.topbar-social ul li:hover {
	background: #222;
}
.navigation-row {
	float: left;
	width: 100%;
	padding: 10px 0;
}
strong.logo {
	float: left;
	margin: 0 75px 0 0;
}
.navigation-row .navbar-inverse {
	background-color: transparent;
	border-color: transparent;
	float: left;
}
.navigation-row .navbar {
	border-radius: 0;
}
.navigation-row .navbar {
	border: 0;
	margin: 24px 0 0 0;
	min-height: inherit;
	padding: 0;
	float: right;
}
.navigation-row .navbar-collapse {
	padding: 0;
}
#nav {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav li {
	float: left;
	position: relative;
}
#nav li:first-child {
	background: none;
}
#nav li a {
	font: 400 14px/56px 'Roboto', sans-serif;
	color: #222;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 22px;
	display: block;
	position: relative;
	z-index: 20;
}
#nav li.active a {
	color: #fff;
}
#nav li:hover > a {
	color: #fff;
}
#nav li ul li a:hover, #nav li ul li:hover > a {
	text-decoration: none;
	margin: 4px 0;
	color: #fff !important;
}
#nav li.active ul li a {
	background: none;
	color: #222;
}
#nav li ul {
	position: absolute;
	left: 0;
	top: 100%;
	width: 190px;
	background: #fff;
	padding: 0 10px;
	display: none;
	list-style: none;
	z-index: 10;
}
#nav li:hover > ul {
	display: block;
}
#nav li ul li > ul {
	position: absolute;
	left: 100%;
	top: 0;
	width: 190px;
	padding: 0;
}
#nav li ul li {
	float: none;
	width: auto;
	background: none;
	border-top: 1px solid #e1e1e1;
}
#nav li ul li:first-child {
	border: 0;
}
#nav li ul li a {
	background: none;
	font: 400 14px/14px 'Roboto', sans-serif;
	text-align: left;
	padding: 14px 10px;
	display: block;
}
#nav li ul li a .fa {
	float: right;
}
.shop-box {
	float: right;
}
.shop-box .dropdown {
	float: left;
}
.shop-box .dropdown button {
	background: none;
	padding: 10px 11px;
	font-size: 19px;
	color: #222;
	border: 1px solid #ccc;
	position: relative;
}
.shop-box .dropdown button span.number {
	position: absolute;
	right: -5px;
	top: -1px;
	font: 400 10px/17px 'Roboto', sans-serif;
	color: #fff;
	width: 17px;
	height: 17px;
	border-radius: 100%;
}
.shop-box .dropdown-menu {
	background-color: #fff;
	border: 1px solid #e1e1e1;
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
	left: 0;
	list-style: none;
	margin: 0;
	min-width: 180px;
	padding: 0;
	top: 100%;
}
.cart-box-outer .dropdown-menu {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 0;
	box-shadow: none;
	font-size: inherit;
	left: inherit;
	right: 0;
	margin: 0;
	min-width: 358px;
	padding: 0;
	position: absolute;
	top: 70px;
	z-index: 1000;
}
.cart-box-outer .cart-box {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: left;
	padding: 18px 19px;
	width: 100%;
	height: auto;border: 0;margin: 0;text-align: left;
}
.cart-box-outer .cart-box:hover{background: none;}
.cart-box-outer .cart-box strong.title {
	border-bottom: 1px solid #ccc;
	color: #888;
	display: block;
	font: italic 700 14px/14px 'Roboto', sans-serif;
	margin: 0 0 20px;
	padding: 0 0 20px;
}
.cart-box-outer .cart-box strong.title a {
	text-decoration: none;
}
.cart-box-outer .cart-box .cart-row {
	border-bottom: 1px solid #ccc;
	float: left;
	margin-bottom: 20px;
	padding-bottom: 20px;
	width: 100%;
}
.cart-box-outer .cart-box .cart-row .thumb {
	float: left;
	margin: 0 15px 0 0;
	width: auto;
}
.cart-box-outer .cart-box .cart-row .thumb img {
	width: auto;
}
.cart-box-outer .cart-box .cart-row .text-box {
	overflow: hidden;
	width: auto;
	float: none;
	text-align: left;
}
.cart-box-outer .cart-box .cart-row a.close {
	border-radius: 0;
	color: #fff;
	float: right;
	font-size: 12px;
	height: 23px;
	line-height: 23px;
	opacity: 1;
	text-align: center;
	text-decoration: none;
	width: 23px;
}
.cart-box-outer .cart-box .cart-row a.close .fa {
	color: #fff;
	font-weight: 100;
	font-size: 13px;
}
.cart-box-outer .cart-box .cart-row .text-box a {
	color: #222;
	display: block;
	font: 400 16px/22px 'Roboto', sans-serif;
	padding: 0 0 18px;
	text-decoration: none;
}
.cart-box-outer .cart-box .cart-row .text-box strong.amount {
	display: block;
	font: 400 16px/16px 'Roboto', sans-serif;
}
.cart-box-outer .cart-box strong.subtotal {
	clear: both;
	color: #222;
	display: block;
	font: 700 16px/16px 'Roboto', sans-serif;
	padding: 0 0 20px;
}
.cart-box-outer .cart-box a.btn-checkout {
	color: #fff;
	display: inline-block;
	font: 700 16px/16px "Montserrat", sans-serif;
	padding: 15px 58px;
	text-decoration: none;
}
.cart-box-outer {
	float: left;
	position: relative;
}
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
    background: #0c446cda;
	z-index: 9999;
}
#rider-boxed .overlay {
	background: rgba(255,207,0,0.80);
}
#rider-repair .overlay {
	background: rgba(240,80,80,0.95);
}
#rider-store .overlay {
	background: rgba(145,201,218,0.90);
}
.overlay .overlay-close {
	width: 80px;
	height: 80px;
	position: absolute;
	right: 20px;
	top: 20px;
	overflow: hidden;
	border: none;
	background: url(../images/cross.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
}
.overlay nav {
	text-align: center;
	position: relative;
	top: 50%;
	height: 60%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
}
.overlay ul li {
	display: block;
	height: 20%;
	height: calc(100% / 5);
	min-height: 54px;
}
.overlay ul li a {
	font-size: 54px;
	font-weight: 300;
	display: block;
	color: #fff;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}
.overlay ul li a:hover, .overlay ul li a:focus {
	color: #f0f0f0;
}
.overlay-contentscale {
	visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
	transition: transform 0.5s, visibility 0s 0.5s;
}
.overlay-contentscale.open {
	visibility: visible;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}
.search-holder #trigger-overlay {
	background-color: transparent;
}
.search-inner {
	width: 750px;
	margin: 0 auto;
	padding-top: 200px;
}
.search-inner form {
	float: left;
	width: 100%;
	position: relative;
}
.search-inner form input[type="text"] {
	font-size: 14px;
	color: #fff;
	height: 40px;
	line-height: 40px;
	text-transform: uppercase;
	padding: 0;
	background: transparent;
	border: none;
	border-bottom: 1px solid #fff;
	position: relative;
	float: left;
	width: 100%;
}
.search-inner form input::-webkit-input-placeholder {
 color:#fff;
 opacity:1;
}
.search-inner form input:-moz-placeholder {
 color:#fff;
 opacity:1;
}
.search-inner form input::-moz-placeholder {
 color:#fff;
 opacity:1;
}
.search-inner form input:-ms-input-placeholder {
 color:#fff;
 opacity:1;
}
.search-inner form .submit {
	font-size: 18px;
	color: #fff;
	height: 40px;
	line-height: 40px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	display: inline-block;
	background-color: transparent;
	border: none;
}
.search-holder {
	float: right;
	margin: 33px 0 0 40px;
}
.search-holder button {
	padding: 7px 11px;
	font-size: 16px;
	color: #fff;
	border: 0;
}
/*===========================================================================*/
						/*Banner*/
/*===========================================================================*/
#banner {
	float: left;
	width: 100%;
	position: relative;
}
#banner img {
	display: block;
	width: 100%;
}
#banner .caption {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}
#banner .caption .holder {
	float: left;
	width: 600px;
	padding: 0;
}
#banner .caption .holder h1 {
	font: 700 70px 'Roboto', sans-serif;
	color: #222;
	text-transform: capitalize;
	margin: 0 0 4px 0;
	text-shadow: 0 5px 7px rgba(0, 0, 0, 0.3);
}
#banner .caption .holder h2 {
	color: #222;
	text-transform: none;
	font-weight: 400;
	text-shadow: 0 5px 7px rgba(0, 0, 0, 0.3);
	margin: 0 0 10px 0;
}
#banner .caption .holder a.btn-style-1 {
	margin: 0 11px 0 0;
}
#banner .owl-buttons {
	display: none;
}
#banner .owl-dots{position: absolute;left: 0;width: 100%;bottom: 80px;text-align: center;}
#banner .owl-carousel button.owl-dot{width: 18px;height: 18px;background:#222;border-radius: 100%;margin: 0 3px;}
#banner .owl-carousel button.owl-dot.active{background:#4b810d;}
/*===========================================================================*/
						/*Section 1*/
/*===========================================================================*/
.welcome_section {
	float: left;
	width: 100%;
}
.welcome_section .left_side {
	float: left;
	width: 100%;
	padding: 80px 0 40px 0;
}
.welcome_section .left_side .inner {
	float: left;
}
.why-choose {
	float: left;
	width: 100%;
}
.chose-heading {
	float: left;
	width: 445px;
	margin: 0 45px 50px 0;
}
.chose-heading span.icon {
	float: left;
	margin: 0 20px 0 0;
}
.chose-heading h2 {
	border-left: 2px solid #ccc;
	padding: 0 0 0 20px;
	float: left;
}
.why-choose p {
	font-size: 16px;
}
.why-choose-box-row {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
.why-choose-box-row .col-md-4 {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.why-choose-box {
	float: left;
	width: 100%;
	text-align: center;
	padding: 40px 45px;
	min-height: 298px;
}
.why-choose-box:before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 0;
	height: 100%;
	background: #f9f9f9;
}
.why-choose-box:hover:before {
	content: '';
	width: 100%;
	z-index: -1;
}
.why-choose-box:hover p {
	color: #222;
}
.why-choose-box:hover img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.why-choose-box img {
	display: block;
	margin: 0 auto;
}
.why-choose .why-choose-box p {
	margin: 0;
	font: 400 14px/24px "Open Sans", sans-serif;
}
#wrapper .border-none {
	border-right: 0;
}
#wrapper .border-btm-none {
	border-bottom: 0;
}
.priorities {
	float: left;
	width: 100%;
	margin-bottom: 70px;
}
.priorities a.btn-style-2:before, .priorities a.btn-style-2:after {
	background: #fff;
}
.priorities a.btn-style-2:hover {
	color: #222;
}
.priorities .box {
	/* float: left; */
	width: auto;
	padding: 25px 25px;
}
.priorities .box img {
	float: left;
	margin: 0 10px 11px 0;
}
.priorities .box strong.title {
	font: 700 20px 'Roboto', sans-serif;
	color: #fff;
	text-transform: uppercase;
	float: left;
}
.priorities .box p {
	color: #fff;
	clear: both;
	font-size: 14px;
}
.priorities .box a.btn-style-2 {
	padding: 10px 20px;
	font: 400 14px/14px "Montserrat", sans-serif;
}
.priorities .slid-box {
	float: left;
	width: 100%;
}
.priorities .slid-box .text-box {
	background: #f0f0f0;
	padding: 15px 20px;
}
.priorities .slid-box .text-box strong.title {
	float: left;
	text-transform: uppercase;
	font: 400 14px 'Roboto', sans-serif;
	color: #222;
}
.priorities .slid-box .text-box strong.title a {
	text-decoration: none;
	color: #222;
}
.priorities .slid-box .text-box a.arrow {
	float: right;
	font-size: 14px;
	color: #222;
}
.priorities .owl-carousel {
	float: left;
	width: 100%;
}
.priorities .slid-box:hover .text-box strong.title a {
	color: #fff;
}
.priorities .slid-box:hover .text-box a.arrow {
	color: #fff;
}
.priorities .owl-next {
	position: absolute;
	right: 0;
	top: 33%;
	width: 39px;
	height: 35px;
	border: 1px solid #fff;
	background: rgba(0,0,0,0.25);
	font-size: 0;
}
.priorities .owl-next:before {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 20px;
	color: #fff;
	display: block;
	text-align: center;
	line-height: 33px;
}
.priorities .owl-prev {
	position: absolute;
	left: 0;
	top: 33%;
	width: 39px;
	height: 35px;
	border: 1px solid #fff;
	background: rgba(0,0,0,0.25);
	font-size: 0;
}
.priorities .owl-prev:before {
	content: "\f104";
	font-family: FontAwesome;
	font-size: 20px;
	color: #fff;
	display: block;
	text-align: center;
	line-height: 33px;
}
/*===========================================================================*/
						/*Project Section*/
/*===========================================================================*/
.project-section {
	float: left;
	width: 100%;
	margin-bottom: 80px;
}
.project-row {
	float: left;
	width: 100%;
}
.project-row .project-box {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.project-row .project-box .text-box {
	float: left;
	width: 100%;
	padding: 25px 20px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #fff;
	position: relative;
}
.project-row .project-box .text-box a.link {
	font: 400 14px 'Roboto', sans-serif;
	float: left;
	text-decoration: none;
	margin: 0 3px 8px 0;
}
.project-row .project-box .text-box:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
}
.project-row .project-box .text-box span {
	display: block;
	font: 400 14px 'Roboto', sans-serif;
	padding: 0 0 15px 0;
}
.project-row .project-box .text-box h3 {
	text-transform: capitalize;
	padding-right: 20px;
	font-weight: 500;
}
.project-row .project-box:hover .text-box:before {
	width: 100%;
}
.project-row .item {
	margin: 0 15px;
}
.project-section .heading-center {
	margin-bottom: 125px;
}
.project-section .owl-buttons {
	display: block;
	text-align: center;
}
.project-section .owl-next {
	display: inline-block;
	position: absolute;
	top: -60px;
	width: 50px;
	height: 40px;
	border: 1px solid #fff;
	font-size: 0;
}
.project-section .owl-next:hover, .project-section .owl-prev:hover {
	border: 1px solid rgba(0,0,0,0);
}
.project-section .owl-next:before {
	content: "\f178";
	display: block;
	font-family: FontAwesome;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
}
.project-section .owl-prev {
	display: inline-block;
	position: absolute;
	top: -60px;
	width: 50px;
	height: 40px;
	border: 1px solid #fff;
	font-size: 0;
	margin: 0 0 0 -55px;
}
.project-section .owl-prev:before {
	content: "\f177";
	display: block;
	font-family: FontAwesome;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
}
.project-medium .project-row .project-box {
	margin-bottom: 50px;
}
.project-medium {
	margin: 0;
}
.project-list .project-row .project-box .text-box {
	margin: 20px 0 0 -60px;
	position: relative;
	z-index: 9;
	width: 470px;
}
.project-list .project-row .project-box {
	margin-bottom: 50px;
}
.project-list {
	margin: 0;
}
.project-section.project-small .project-box .text-box {
	border: 0;
	box-shadow: none;
	padding: 20px 0;
}
.project-section.project-small .project-box .text-box h4 {
	margin: 0 0 8px 0;
}
.project-section.project-small .project-box .text-box a.link {
	float: left;
	font: 400 14px 'Roboto', sans-serif;
	margin: 0 3px 8px 0;
}
.project-section.project-small .project-box .text-box p {
	margin: 0 0 10px 0;
}
.project-small {
	margin: 0;
}
.project-large {
	float: left;
	width: 100%;
}
.project-detail .post-box .text-box a.link {
	padding: 0 5px 10px 0;
}
/*===========================================================================*/
						/*Urgent Section*/
/*===========================================================================*/
.urgent-donation {
	float: left;
	width: 100%;
	margin-bottom: 80px;
}
.donation-head {
	position: relative;
	z-index: 9;
	margin: 0 auto;
	width: 100%;
	display: block;
	overflow: hidden;
	padding: 30px 80px;
	text-align: center;
}
.donation-head strong.title {
	font: 700 20px/20px 'Roboto', sans-serif;
	color: #fff;
	text-transform: uppercase;
	display: block;
	padding: 0 0 10px 0;
}
.donation-head h2 {
	color: #fff;
	margin: 0 0 10px 0;
}
.donation-head p {
	color: #fff;
	margin: 0;
}
.donation-row {
	height: 245px;
	position: relative;
	margin: -80px auto 0;
	background: #fff;
	width: 100%;
	padding: 100px 0 0 0;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.donation-progress {
	float: left;
	width: 100%;
	margin: 23px 0 0 0;
}
.donation-progress .progress-outer {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 0;
	float: left;
	height: 10px;
	margin-bottom: 13px;
	padding: 0;
	position: relative;
	width: 100%;
}
.donation-progress .progressbars.progress-inner {
	border-radius: 0;
	height: 100%;
}
.donation-progress .progressbars.progress-inner > span {
	font: 400 16px/30px 'Roboto', sans-serif;
	color: #fff;
	text-align: center;
	width: 50px;
	height: 30px;
	opacity: 1;
	position: absolute;
	right: 0;
	top: -41px;
}
.donation-progress .progressbars.progress-inner > span:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -4px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 4px 0 4px;
	border-color: #007bff transparent transparent transparent;
}
.donation-progress strong.title {
	display: block;
	font: 400 14px/14px 'Roboto', sans-serif;
	color: #222;
	text-transform: uppercase;
}
.progress-box {
	float: left;
	width: 100%;
	padding: 0;
	text-align: center;
	border-left: 2px solid #ccc;
}
.progress-box.b-none{border: 0;}
.progress-box strong.number {
	font: 700 42px/42px 'Roboto', sans-serif;
	display: inline-block;
	padding: 0 0 10px 0;
}
.progress-box sup {
	display: inline-block;
	font: 700 28px 'Roboto', sans-serif;
	top: -14px;
}
.progress-box span {
	font: 400 18px/18px 'Roboto', sans-serif;
	color: #222;
	text-transform: uppercase;
	display: block;
}
.donation-row .btn-row {
	margin: 35px 0 0 0;
}
/*===========================================================================*/
						/*Donation Section*/
/*===========================================================================*/
.donation-form-row {
	float: left;
	width: 100%;
	margin-bottom: 80px;
}
.donation-form-row .donation-form {
	float: left;
	width: 100%;
	padding: 0;
}
.donation-form-row .donation-form h2 {
	margin: 0 0 10px 0;
}
#hotel-features article img.custom_amenity {
	margin-top: 5px;
	margin-right: 5px;
	opacity: 0.7
}
#hotel-features article img.custom_amenity:hover {
	opacity: 1
}
select {
	float: left;
	background: #fff;
	min-width: 100%;
	position: relative;
	font: 400 14px 'Roboto', sans-serif;
	color: #222;
	height: 45px;
	border: 1px solid #ccc;
	margin: 0 0 10px 0;
}

.donation-form-row .donation-form .holder input[type="text"] {
	float: left;
	width: 100%;
	height: 45px;
	padding: 0 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #ccc;
	background: #fff;
	font: 400 14px 'Roboto', sans-serif;
	color: #777;
	margin: 0 0 10px 0;
}
.donation-form-row .donation-form .holder input[type="submit"] {
	float: left;
	width: 100%;
	height: 45px;
	font: 400 16px 'Roboto', sans-serif;
	color: #fff;
	border: 0;
	padding: 0;
}
.donation-form-row .donation-form .holder input[type="submit"]:hover {
	background: #fff;
	color: #222;
}
.donation-count {
	float: left;
	width: 100%;
	background: #fff;
	border: 1px solid #ccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 23px 0;
}
.donation-count img {
	display: block;
	margin: 0 auto;
}
.count-box {
	float: left;
	padding: 30px 10px;
	width: 138px;
	border-right: 1px solid #c1c1c1;
}
.count-box .fa {
	font-size: 60px;
	display: block;
	text-align: center;
	padding: 0 0 5px 0;
}
.donation-form-row h2 {
	margin: 0 0 10px 0;
}
.count-box strong.number {
	display: block;
	text-align: center;
	font: 700 36px 'Roboto', sans-serif;
	color: #222;
	padding: 0 0 5px 0;
}
.count-box sup {
	font: 700 22px 'Roboto', sans-serif;
	color: #222;
}
.count-box span {
	display: block;
	text-align: center;
	text-transform: uppercase;
	font: 400 14px 'Roboto', sans-serif;
	color: #222;
}
.call-action-box {
	background-image: url(../images/call-action-bg.html);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	padding: 73px 0;
	float: left;
	width: 758px;
}
.call-action-box .holder {
	float: left;
	width: 330px;
	margin: 0 0 0 45px;
}
.call-action-box .holder strong.title {
	font: 700 20px/20px 'Roboto', sans-serif;
	color: #fff;
	display: block;
	padding: 0 0 10px 0;
}
.call-action-box .holder h2 {
	color: #fff;
	text-transform: inherit;
	margin: 0 0 5px 0;
}
.call-action-box .holder p {
	color: #fff;
}
.call-action-box .holder a.btn-style-1 {
	padding: 20px 30px;
	margin: 0 10px 0 0;
	background: #fff;
}
.call-action-box .holder a.btn-style-2 {
	padding: 18px 30px;
}
/*===========================================================================*/
						/*Post Section*/
/*===========================================================================*/
.post-news-row {
	float: left;
	width: 100%;
	position: relative;
	padding-bottom: 80px;
}
.news-page .post-box {
	margin-bottom: 47px;
}
.post-news-row .left-box {
	float: left;
	width: 100%;
}
.blog-post .post-box {
	margin-bottom: 40px;
}
.post-box {
	float: left;
	width: 100%;
}
.slider-frame {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}
.post-box strong.sticky {
	width: 195px;
	height: 60px;
	font: 400 24px/60px 'Roboto', sans-serif;
	color: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 99;
	text-align: center;
}
.post-box .frame {
	margin-bottom: 25px;
}
.post-box .text-box a.link {
	float: left;
	font: 400 14px/14px 'Roboto', sans-serif;
	text-decoration: none;
	padding: 0 20px 10px 0;
}
.post-box .text-box a.link .fa {
	padding: 0 6px 0 0;
}
.post-box p {
	margin: 0 0 15px 0;
	font: 400 16px/28px 'Roboto', sans-serif;
}
.tags-row {
	float: left;
	width: 100%;
}
#wrapper .post-box .text-box a.btn-readmore {
	float: left;
	margin: 0;
	color: #222;
}
#wrapper .post-box .text-box a.btn-readmore:before {
	color: #222;
}
.post-news-row.blog-post .owl-next {
	width: 50px;
	height: 40px;
	border: 1px solid #fff;
	position: absolute;
	top: 0;
	font-size: 0;
	right: 10px;
	bottom: 0;
	margin: auto;
	background: rgba(0,0,0,0.25);
}
.post-news-row.blog-post .owl-next:hover, .post-news-row.blog-post .owl-prev:hover {
	border: 1px solid rgba(0,0,0,0);
}
.post-news-row.blog-post .owl-next:before {
	content: "\f178";
	font-family: FontAwesome;
	text-align: center;
	line-height: 38px;
	display: block;
	font-size: 14px;
	color: #fff;
}
.post-news-row.blog-post .owl-prev {
	width: 50px;
	height: 40px;
	border: 1px solid #fff;
	position: absolute;
	top: 0;
	font-size: 0;
	right: inherit;
	left: 10px;
	bottom: 0;
	margin: auto;
	background: rgba(0,0,0,0.25);
}
.post-news-row.blog-post .owl-prev:before {
	content: "\f177";
	font-family: FontAwesome;
	text-align: center;
	line-height: 38px;
	display: block;
	font-size: 14px;
	color: #fff;
}
.post-news-row .left-box .owl-next {
	position: absolute;
	right: 0;
	top: 35px;
	width: 29px;
	height: 25px;
	background: #e1e1e1;
	text-align: center;
	line-height: 25px;
	font-size: 0;
	color: #777;
}
.post-news-row .left-box .owl-next:hover, .post-news-row .left-box .owl-prev:hover {
	color: #fff;
}
.post-news-row .left-box .owl-next:before {
	content: "\f178";
	font-family: FontAwesome;
	text-align: center;
	line-height: 25px;
	display: block;
	font-size: 12px;
}
.post-news-row .left-box .owl-prev {
	position: absolute;
	right: 34px;
	top: 35px;
	width: 29px;
	height: 25px;
	background: #e1e1e1;
	text-align: center;
	line-height: 25px;
	font-size: 0;
	color: #777;
}
.post-news-row .left-box .owl-prev:before {
	content: "\f177";
	font-family: FontAwesome;
	text-align: center;
	line-height: 25px;
	display: block;
	font-size: 12px;
}
.news-box {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
.post-news-row.news{padding-bottom: 40px;}
.news-box .post-box .frame{margin: 0;}
.news-box .text-box {
	margin: -4px 0 0 0;
}
.news-box .post-box h3 {
	letter-spacing: -1px;
	margin: 0 0 10px 0;
}
.post-news-row.blog-post .pagination-box{margin: 0;}
.news-box .post-box h3 a{color: #222;}
.blog-post .video-frame {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.link-post {
	float: left;
	width: 100%;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 40px 30px;
	margin-bottom: 50px;
}
.link-post span {
	font: 400 14px/14px 'Roboto', sans-serif;
	float: left;
	margin: 0 20px 18px 0;
}
.link-post span .fa {
	padding: 0 6px 0 0;
}
.link-post a.link {
	font: 400 24px/24px 'Roboto', sans-serif;
	text-decoration: none;
	display: block;
}
.post-news-row.blog-post {
	margin: 0;
}
.post-news-row.blog-post.detail{padding-bottom: 40px;}
.post-news-row.blog-post:before {
	display: none;
}
.blog-list .text-box {
	margin: 40px 0 0 0;
	padding: 0 11px 0 0;
}
.blog-list.blog-post .post-box {
	margin: 0;
}
.blog-list.blog-post .frame {
	margin-bottom: 30px;
}
.blog-list.blog-post .pagination-box {
	margin: 20px 0 0 0;
}
.blockquote-outer {
	padding: 0;
}
.blockquote-outer blockquote {
	float: left;
	width: 100%;
	padding: 10px 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font: italic 300 22px/34px 'Roboto', sans-serif;
	color: #222;
	position: relative;
	margin: 10px 0 30px 0;
}
.list-box {
	float: left;
	width: 100%;
	margin: 10px 0 70px 0;
	padding: 0 100px 0 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
}
.list-box:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -40px;
	margin: auto;
	background: url(../images/line-img-2.html) no-repeat center bottom;
	width: 659px;
	height: 7px;
}
.list-box ul {
	padding: 0;
	margin: 20px 0 0 0;
	list-style: none;
	overflow: hidden;
}
.list-box ul li {
	display: block;
	overflow: hidden;
	font: 400 14px/24px 'Roboto', sans-serif;
	color: #777;
	position: relative;
	padding: 0 0 0 28px;
}
.list-box ul li:before {
	content: "\f046";
	font-family: FontAwesome;
	font-size: 14px;
	color: #777;
	position: absolute;
	left: 0;
}
.share-post {
	float: left;
	width: 100%;
	margin: 30px 0;
}
.share-post strong.title {
	float: left;
	font: 400 16px/33px 'Roboto', sans-serif;
	color: #222;
	padding: 0 7px 0 0;
}
.share-post ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.share-post ul li {
	float: left;
	padding: 0 5px 0 0;
}
.share-post ul li a {
	text-decoration: none;
	float: left;
	border: 1px solid #ccc;
	width: 35px;
	height: 35px;
	font-size: 14px;
	color: #666;
	text-align: center;
	line-height: 33px;
}
.share-post ul li a:hover {
	border: 1px solid rgba(0,0,0,0);
	color: #fff;
}
.share-post ul li a.bullet {
	background: url(../images/social-bullets-img.html) no-repeat left top;
	float: left;
	text-indent: -99999px;
}
.share-post ul li:hover a.bullet {
	background-image: url(../images/social-bullets-img-hover.html);
}
.comment-box {
	float: left;
	width: 100%;
}
.comment-box form {
	float: left;
	width: 100%;
}
.comment-box form input[type="text"] {
	float: left;
	width: 100%;
	height: 45px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 15px;
	font: 400 14px 'Roboto', sans-serif;
	color: #222;
	margin-bottom: 30px;
}
.comment-box form input::-webkit-input-placeholder {
 color:#222;
 opacity:1;
}
.comment-box form input:-moz-placeholder {
 color:#222;
 opacity:1;
}
.comment-box form input::-moz-placeholder {
 color:#222;
 opacity:1;
}
.comment-box form input:-ms-input-placeholder {
 color:#222;
 opacity:1;
}
.comment-box form textarea::-webkit-input-placeholder {
 color:#222;
 opacity:1;
}
.comment-box form textarea:-moz-placeholder {
 color:#222;
 opacity:1;
}
.comment-box form textarea::-moz-placeholder {
 color:#222;
 opacity:1;
}
.comment-box form textarea:-ms-input-placeholder {
 color:#222;
 opacity:1;
}
.comment-box form textarea {
	float: left;
	width: 100%;
	resize: none;
	height: 243px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 15px;
	font: 400 14px 'Roboto', sans-serif;
	color: #777;
	margin-bottom: 30px;
}
.comment-box form input[type="submit"] {
	float: right;
	padding: 16px 45px;
	font: 400 16px 'Roboto', sans-serif;
	color: #fff;
	border: 2px solid rgba(0,0,0,0);
}
.comment-box form input[type="submit"]:hover {
	color: #222;
	background: #fff;
}
/*===========================================================================*/
						/*Event Section*/
/*===========================================================================*/
.attend-event {
	float: left;
	width: 100%;
	margin-bottom: 160px;
	position: relative;
}
.attend-event:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -86px;
	background: url(../images/line-img.html) no-repeat center bottom;
	width: 833px;
	height: 7px;
}
.attend-event .outer-thumb {
	padding: 0 10px;
	position: relative;
}
.sc-noo-event-slider-wrap .swiper-slide-active .wrap .outer-thumb {
	padding: 0 20px;
}
.attend-event a.link {
	font: 400 14px/14px 'Roboto', sans-serif;
	text-decoration: none;
	float: left;
	padding: 0 20px 8px 0;
}
.attend-event a.link .fa {
	padding: 0 6px 0 0;
}
.attend-event a.btn-readmore {
	margin: 0 30px 0 0;
}
.attend-event strong.date {
	position: absolute;
	left: 45px;
	top: -15px;
	display: block;
	width: 72px;
	height: 70px;
	text-align: center;
	font: 700 36px/25px 'Roboto', sans-serif;
	color: #fff;
	text-transform: uppercase;
	padding: 13px 0 0 0;
}
.attend-event strong.date span {
	font: 400 14px/24px 'Roboto', sans-serif;
	display: block;
}
.attend-event strong.date:before {
	content: '';
	position: absolute;
	left: -15px;
	top: 0;
	width: 0;
	height: 0;
	border-bottom: 15px solid #258229;
	border-left: 15px solid transparent;
}
/*===========================================================================*/
						/*Testimonials Section*/
/*===========================================================================*/
.testimonials-team-section {
	float: left;
	width: 100%;
	margin-bottom: 80px;
}
.testimonials-team-section .team-style-2 {
	margin: 0;
}
.testimonials-team-section .team-style-2 .box {
	margin-bottom: 1px;
}
.testimonials-style-1 {
	float: left;
	width: 100%;
	border: 1px solid #ccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 20px 20px 22px 40px;
	position: relative;
}
.testimonials-outer {
	padding: 0 0 0 40px;
}
.testimonials-style-1 em {
	font: italic 300 22px/34px 'Roboto', sans-serif;
	color: #777;
	display: block;
	padding: 0 0 15px 15px;
}
.testimonials-style-1 .fa {
	width: 82px;
	height: 82px;
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	border-radius: 100%;
	text-align: center;
	line-height: 80px;
	font-size: 44px;
	position: absolute;
	left: -45px;
	top: 30px;
}
.testimonials-style-1 .thumb {
	float: left;
	margin: 0 15px 0 0;
}
.testimonials-style-1 .text-col {
	overflow: hidden;
}
.testimonials-style-1 strong.name {
	font: 400 18px/18px 'Roboto', sans-serif;
	color: #222;
	text-transform: uppercase;
	display: block;
	padding: 25px 0 10px 0;
}
.testimonials-style-1 span {
	font: 400 14px/14px 'Roboto', sans-serif;
	color: #777;
	display: block;
}
.testimonials-style-1 .owl-buttons {
	display: none;
}
.testo-page .owl-buttons {
	display: none;
}
.testo-page .owl-pagination {
	display: block;
	text-align: center;
	margin: 30px 0 0 0;
}
.testo-page .owl-page {
	display: inline-block;
	width: 12px;
	height: 12px;
	border: 2px solid #ccc;
	background: #fff;
	border-radius: 100%;
	margin: 0 3px;
}
.testo-page .owl-page.active {
	border: 2px solid rgba(0,0,0,0);
}
.testimonials-style-1 .owl-pagination {
	display: block;
	position: absolute;
	bottom: -25px;
	left: -67px;
}
.testimonials-style-1 .owl-page {
	width: 12px;
	height: 12px;
	border: 2px solid #ccc;
	background: #fff;
	border-radius: 100%;
	margin: 3px 0;
}
.testimonials-style-1 .owl-page.active {
	border: 2px solid rgba(0,0,0,0);
}
.team-section {
	float: left;
	width: 100%;
	padding: 0 0 50px 0;
}
.team-section .box {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.team-section .box .frame {
	margin: 0;
	position: relative;
}
.team-section .box .frame:hover .text-box {
	bottom: 0;
}
.team-section .box .frame:hover:before, .team-section .box .frame:hover:after {
	display: none;
}
.team-section .box .text-box {
	position: absolute;
	left: 0;
	bottom: -100%;
	z-index: 9;
	padding: 20px 0;
}
.team-section .box .text-box h4 {
	text-align: center;
	text-transform: uppercase;
	display: block;
	margin: 0 0 10px 0;
	color: #fff;
}
.team-section .box .text-box h4 a {
	color: #fff;
}
.social {
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	list-style: none;
}
.social li {
	display: inline-block;
	padding: 0 10px;
}
.social li a {
	text-decoration: none;
	color: #fff;
	font-size: 16px;
}
.box .text-box span {
	display: block;
	text-align: center;
	font: 400 14px/14px 'Roboto', sans-serif;
	color: #fff;
	padding: 0 0 10px 0;
}
.testimonials-team-section a.btn-readmore {
	float: right;
	margin: 40px 110px 0 0;
}
.testimonials-team-section .item {
	margin: 0 30px 0 0;
}
.testo-page.testimonials-team-section .item {
	margin: 0 50px;
}
.testo-page.testimonials-style-1 .owl-pagination {
	bottom: -34px;
	display: block;
	text-align: center;
}
.team-section .owl-next {
	position: absolute;
	top: -50px;
	right: 0;
	right: 34px;
	width: 29px;
	height: 25px;
	background: #e1e1e1;
	font-size: 0;
}
.team-section .owl-next:before {
	content: "";
	display: block;
	font-family: FontAwesome;
	font-size: 12px;
	line-height: 25px;
	text-align: center;
}
.team-section .owl-prev {
	position: absolute;
	top: -50px;
	right: 66px;
	width: 29px;
	height: 25px;
	background: #e1e1e1;
	font-size: 0;
}
.team-section .owl-prev:before {
	content: "";
	display: block;
	font-family: FontAwesome;
	font-size: 12px;
	line-height: 25px;
	text-align: center;
}
.team-section .owl-next:hover:before, .team-section .owl-prev:hover:before {
	color: #fff;
}
/*===========================================================================*/
						/*Message Section*/
/*===========================================================================*/
.exeutive-section {
	float: left;
	width: 100%;
	margin-bottom: 70px;
}
.exeutive-section .container-fluid {
	padding: 0;
}
.exeutive-section .col-md-7, .exeutive-section .col-md-5, .exeutive-section .col-md-3 {
	padding: 0;
}
.exeutive-section .empty-section {
	background: url(../images/exeutive-bg-2.html) no-repeat left top;
	width: 390px;
	height: 450px;
	float: left;
}
.exeutive-section .video-box {
	float: left;
	width: 100%;
	height: 450px;
	padding: 175px 0;
	position: relative;
	background-image: url(../images/video-bg-1.html);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.exeutive-section .video-box button {
	display: block;
	text-align: center;
	margin: 0 auto;
	border: 0;
	background: none;
}
.exeutive-section .video-box .modal-dialog {
	width: 1000px;
}
.exeutive-section .video-box .modal-header {
	border: 0;
	padding: 0;
	position: relative;
}
.exeutive-section .video-box .close {
	color: #000;
	width: 30px;
	height: 30px;
	background: #fff;
	float: right;
	font-size: 21px;
	opacity: 1;
	text-shadow: none;
	position: absolute;
	right: -30px;
	top: 0;
}
.exeutive-section .video-box .modal-body {
	padding: 0;
}
.executive-message-box {
	float: left;
	height: 450px;
	width: 100%;
	background-image: url(../images/executive-bg.html);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	padding: 54px 0;
}
.message-box {
	width: 555px;
	border: 1px solid #ccc;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	padding: 30px 30px 0 30px;
	/*margin: 0 0 0 -98px;*/
	margin: 0 0 0 -143px;
}
.message-box h2 {
	margin: 0 0 10px 0;
}
.message-box input[type="text"] {
	float: left;
	width: 100%;
	border: 1px solid #ccc;
	background: #fff;
	height: 45px;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	font: 400 14px 'Roboto', sans-serif;
	color: #777;
	padding: 0 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom: 30px;
}
.message-box input[type="submit"] {
	float: left;
	width: 100%;
	border: 1px solid rgba(0,0,0,0);
	background: #fff;
	height: 45px;
	font: 400 16px 'Roboto', sans-serif;
	color: #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom: 30px;
}
.message-box input[type="submit"]:hover {
	background: #fff;
	color: #222;
	border: 2px solid;
}
.executive-message-box-2 {
	background: url(../images/exeutive-bg-3.html) no-repeat left top;
	width: 1123px;
	height: 450px;
	float: left;
}
.executive-message-box-2 .message-box {
	margin: 50px 0 0 98px;
}
.exeutive-facts-box {
	float: left;
	width: 390px;
	height: 450px;
}
.exeutive-facts-box ul {
	padding: 0 30px;
	margin: 0;
	list-style: none;
}
.exeutive-facts-box ul li {
	display: block;
	overflow: hidden;
	padding: 28px 0 28px 20px;
	border-top: 1px solid rgba(255,255,255,0.4);
}
.exeutive-facts-box ul li:first-child {
	border: 0;
}
.exeutive-facts-box span.icon {
	float: left;
	margin: 0 14px 0 0;
}
.exeutive-facts-box .text-col {
	overflow: hidden;
}
.exeutive-facts-box .text-col strong.number {
	display: inline-block;
	font: 700 36px/36px "Montserrat", sans-serif;
	padding: 0 0 6px 0;
	color: #fff;
}
.exeutive-facts-box .text-col sup {
	display: inline-block;
	font: 700 20px "Montserrat", sans-serif;
	top: -12px;
	left: 3px;
	color: #fff;
}
.exeutive-facts-box .text-col span {
	color: #fff;
	display: block;
	font: 400 14px/14px "Montserrat", sans-serif;
	text-transform: uppercase;
}
/*===========================================================================*/
						/*Supporter Section*/
/*===========================================================================*/
.supporters-section {
	float: left;
	width: 100%;
	margin-bottom: 80px;
}
.supporters-section .holder {
	width: 100%;
	float: left;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.supporters-section .holder ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.supporters-section .holder ul li {
	float: left;
	padding: 30px 35px;
	border-left: 1px solid #ccc;
}
.supporters-section .holder ul li:first-child {
	border: 0;
}
.supporters-section .holder ul li:hover img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
/*===========================================================================*/
						/*Footer Section*/
/*===========================================================================*/
#footer {
	float: left;
	width: 100%;
}
/*===========================================================================*/
						/*Newsletter Section*/
/*===========================================================================*/
.newsletter {
	float: left;
	width: 100%;
	margin: 0 0 -52px 0;
	position: relative;
	z-index: 9;
}
.newsletter .holder {
	margin: 0 auto;
	display: block;
	background: #fff;
	width: 1200px;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	padding: 30px 0;
}
.newsletter .holder strong.title {
	font: 400 17px/45px 'Roboto', sans-serif;
	color: #222;
	text-transform: uppercase;
	float: left;
}
.newsletter .holder input[type="text"] {
	float: left;
	width: 100%;
	height: 45px;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	padding: 0 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font: 400 14px 'Roboto', sans-serif;
	color: #777;
}
.newsletter .holder button[type="submit"] {
	float: left;
	height: 45px;
	width: 100%;
	border: 0;
	padding: 0;
	font-size: 28px;
	color: #fff;
	text-align: center;
	line-height: 45px;
}
.newsletter .holder button[type="submit"]:hover {
	border: 2px solid;
	color: #222;
	background: #fff;
}
.footer-section-1 {
	float: left;
	width: 100%;
	background: #111;
	position: relative;
	padding: 60px 0;
}
.welcome-frame{margin-bottom: 30px;}
.footer-section-1 .box {
	float: left;
	width: 100%;
}
.footer-section-1 .box a.btn-style-2:before, .footer-section-1 .box a.btn-style-2:after {
	background: #fff;
}
.footer-section-1 .box a.btn-style-2:hover {
	color: #222;
}
strong.footer-logo {
	float: left;
	margin: 0 0 25px 0;
}
.footer-section-1 .box p {
	clear: both;
	color: #fff;
}
.footer-section-1 .box a.btn-style-2 {
	font: 400 14px/14px "Montserrat", sans-serif;
	padding: 14px 25px;
}
.footer-section-1 .box h3 {
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}
.services-widget {
	float: left;
	width: 100%;
}
.services-widget ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.services-widget ul li {
	display: block;
	overflow: hidden;
	padding: 12px 0 0 0;
}
.services-widget ul li:hover {
	padding-left: 8px;
}
.services-widget ul li:first-child:hover {
	padding-left: 8px;
}
.services-widget ul li:first-child {
	padding: 0;
}
.services-widget ul li:hover a {
	color: #fff;
}
.services-widget ul li a {
	font: 400 16px/16px 'Roboto', sans-serif;
	text-decoration: none;
	color: #fff;
}
.services-widget ul li a .fa {
	font-size: 14px;
	padding: 0 8px 0 0;
}
.recent-post-widget {
	float: left;
	width: 100%;
}
.recent-post-widget ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.recent-post-widget ul li {
	display: block;
	overflow: hidden;
	padding: 10px 0 0 0;
}
.footer-section-1 .box .recent-post-widget ul li:hover .text-col a.title {
	color: #fff;
}
.footer-section-1 .box .recent-post-widget ul li:hover .thumb img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	opacity: 0.6;
}
.recent-post-widget ul li:first-child {
	padding: 0;
}
.recent-post-widget .thumb {
	float: left;
	margin: 0 15px 0 0;
	overflow: hidden;
	background: #fff;
}
.recent-post-widget .text-col {
	overflow: hidden;
}
.recent-post-widget .text-col a.title {
	font: 400 14px/22px 'Roboto', sans-serif;
	text-decoration: none;
	display: block;
	color: #fff;
	padding: 0 0 10px 0;
}
.recent-post-widget .text-col span.date {
	font: 400 12px 'Roboto', sans-serif;
	display: block;
}
.recent-post-widget .text-col span.date .fa {
	padding: 0 5px 0 0;
}
.flickr {
	float: left;
	width: 100%;
}
.flickr ul {
	padding: 0;
	margin: 0 -20px 0 0;
	list-style: none;
}
.flickr ul li {
	float: left;
	margin: 0 8px 8px 0;
	overflow: hidden;
	background: #000;
	width: 85px;
	height: 85px;
}
.flickr ul li:hover img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	opacity: 0.7;
}
.footer-section-3 {
	float: left;
	width: 100%;
	background: #222;
	padding: 25px 0;
}
.footer-section-3 strong.copyrights {
	display: block;
	text-align: center;
	font: 400 14px 'Roboto', sans-serif;
	color: #fff;
	padding: 15px 0 0 0;
}
.footer-section-3 strong.copyrights a {
	text-decoration: none;
	font-weight: 700;
}
/*===========================================================================*/
						/*Features Section*/
/*===========================================================================*/
.features-section {
	float: left;
	width: 100%;
	margin: 0 0 30px 0;
}
.features-section .box {
	float: left;
	width: 100%;
	padding: 30px 20px;
	background: #fff;
	border: 1px solid #ccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom: 30px;
}
.features-section .box .fa {
	display: block;
	font-size: 40px;
	padding: 0 0 10px 0;
}
.features-section .box .text-col {
	overflow: hidden;
}
.features-section .box .text-col strong.title {
	font: 400 18px/18px 'Roboto', sans-serif;
	color: #222;
	text-transform: uppercase;
	display: block;
	padding: 0 0 10px 0;
}
.features-section .box .text-col strong.title a {
	text-decoration: none;
	color: #222;
}
.features-section .box .text-col p {
	margin: 0 0 8px 0;
}
.features-section .item {
	margin: 0 15px;
}
.features-section .owl-next {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
	right: -11px;
	width: 39px;
	height: 35px;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	font-size: 0;
}
.features-section .owl-next:before {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 20px;
	line-height: 33px;
	text-align: center;
	display: block;
}
.features-section .owl-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
	left: -11px;
	width: 39px;
	height: 35px;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	font-size: 0;
}
.features-section .owl-prev:before {
	content: "\f104";
	font-family: FontAwesome;
	font-size: 20px;
	line-height: 33px;
	text-align: center;
	display: block;
}
/*===========================================================================*/
						/*Welcome Section*/
/*===========================================================================*/
.welcome-tab {
	float: left;
	width: 100%;
	margin: -30px 0 50px 0;
}
.welcome-tab .frame {
	float: left;
	width: 100%;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 9px;
}
.welcome-tab .frame img {
	display: block;
	width: 100%;
}
.welcome-tab .tab-box {
	float: left;
	width: 100%;
}
.welcome-tab .tab-box h3 {
	margin: 0 0 20px 0;
}
.welcome-tab .tab-box .nav-tabs {
	border-bottom: 0;
}
.welcome-tab .tab-box .nav {
	list-style: outside none none;
	margin-bottom: 30px;
	padding-left: 0;
}
.welcome-tab .tab-box .nav-tabs > li.active > a, .welcome-tab .tab-box .nav-tabs > li.active > a:hover, .welcome-tab .tab-box .nav-tabs > li.active > a:focus {
	border: 1px solid rgba(0,0,0,0);
	color: #fff;
	box-shadow: none;
	cursor: default;
}
.welcome-tab .tab-box .nav-tabs > li > a {
	border: 1px solid #ccc;
	font: 400 18px/18px 'Roboto', sans-serif;
	color: #222;
	text-transform: uppercase;
	border-radius: 0;
	margin-right: 0;
	background: #fff;
}
.welcome-tab .nav > li > a {
	display: block;
	padding: 14px 30px;
	position: relative;
}
.welcome-tab .nav-tabs li {
	margin: 0;
	padding: 0 0 0 10px;
}
.welcome-tab .nav-tabs li:first-child {
	padding: 0;
}
.welcome-tab .tab-box blockquote {
	font: italic 400 18px/28px 'Roboto', sans-serif;
	color: #777;
	padding: 0 0 0 15px;
	border-width: 4px;
	margin-bottom: 35px;
}
.welcome-tab .tab-box .list {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}
.welcome-tab .tab-box .list li {
	display: block;
	overflow: hidden;
	padding: 0;
	font: 500 16px/28px 'Roboto', sans-serif;
	color: #777;
}
.welcome-tab .tab-box .list li .fa {
	padding: 0 15px 0 0;
}
/*===========================================================================*/
						/*Recent Section*/
/*===========================================================================*/
.recent-project.post-news-row:before {
	display: none;
}
.recent-project.post-news-row {
	margin-bottom: 60px;
}
.recent-project.post-news-row p {
	text-align: center;
	margin: 58px 0 30px 0;
}
.recent-project.post-news-row .post-box .frame {
	margin: 0 0 18px 0;
}
.recent-project.post-news-row .post-box .text-box h4 {
	margin: 0 0 10px 0;
}
.recent-project.post-news-row .post-box .text-box a.link {
	padding: 0 2px 10px 0;
}
.recent-project.post-news-row .post-box .text-box p {
	margin: 0 0 10px 0;
	text-align: left;
}
.recent-project.post-news-row .post-box {
	margin-bottom: 30px;
}
.recent-project .center-box {
	float: left;
	width: 100%;
}
.recent-project .center-box:hover .frame:hover:after {
	opacity: 0;
}
.recent-project .center-box .frame {
	float: left;
	width: 100%;
	position: relative;
}
.recent-project .center-box .frame img {
	display: block;
	width: 100%;
}
.recent-project .center-box .frame:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	z-index: 9;
}
.recent-project .center-box .frame .caption {
	position: absolute;
	left: 0;
	z-index: 9;
	bottom: 0;
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.recent-project.post-news-row .center-box .frame .caption .post-box {
	margin: 0;
}
.recent-project.post-news-row .center-box .frame .caption .post-box h3 a, .recent-project.post-news-row .center-box .frame .caption .post-box p, #wrapper .recent-project.post-news-row .center-box .frame .caption .post-box a.btn-readmore, #wrapper .recent-project.post-news-row .center-box .frame .caption .post-box a.btn-readmore:before {
	color: #fff;
}
.recent-project.post-news-row .center-box .frame .caption .post-box a.link {
	color: #ccc;
}
.recent-project.post-news-row.project-large {
	margin: 0;
}
.project-large .center-box .frame {
	margin-bottom: 50px;
}
/*===========================================================================*/
						/*Donation Section*/
/*===========================================================================*/
.donation-style-2 {
	float: left;
	width: 100%;
	margin-bottom: 80px;
	position: relative;
}
.donation-style-2 .holder {
	width: 1073px;
	float: right;
	background: url(../images/donation-bg-2.html) no-repeat left top;
	height: 250px;
	padding: 0 30px 0 0;
}
.donation-style-2 .holder:before {
	background: #fff;
	content: "";
	height: 287px;
	left: -24px;
	position: absolute;
	top: -42px;
	transform: rotate(20deg);
	width: 159px;
}
.donation-progress-box {
	float: left;
	background: url(../images/progress-bg.html) no-repeat left top;
	padding: 70px 10px 0 29px;
	position: absolute;
	left: 0;
	top: 40px;
	z-index: 99;
	width: 396px;
	height: 159px;
}
.donation-style-2 .container {
	position: relative;
}
.donation-progress-box a.btn-style-1 {
	font: 400 14px/14px "Montserrat", sans-serif;
	padding: 16px 25px;
	margin: 20px 0 0 0;
}
.donation-progress-box .donation-progress .progress-outer {
	width: 310px;
	height: 14px;
	padding: 2px;
}
.donation-progress-box .progressbars.progress-inner {
	height: 8px;
}
.donation-progress-box .btn-row {
	clear: both;
	margin: 0 0 0 -29px;
}
.donation-progress-box .donation-progress {
	margin: 0 0 0 0;
}
.donation-style-2 .holder .left-box {
	float: right;
	width: 730px;
	margin: 40px 0 0 0;
}
.donation-style-2 .holder .left-box .round-box {
	width: 165px;
	height: 165px;
	background: #fff;
	float: left;
	border-radius: 100%;
	box-shadow: 0 7px 5px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 7px 5px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 7px 5px 0 rgba(0, 0, 0, 0.1);
	position: relative;
}
.donation-style-2 .holder .left-box .round-box:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 90%;
	height: 90%;
	border-radius: 100%;
	border: 2px solid #e1e1e1;
}
.donation-style-2 .holder .left-box .round-box .progress-box {
	border: 0;
	text-align: center;
	padding: 60px 0 0 0;
}
.donation-style-2 .holder .left-box .round-box .progress-box sup {
	left: 4px;
}
/*===========================================================================*/
						/*Upcoming Section*/
/*===========================================================================*/
.upcoming-event-section {
	float: left;
	width: 100%;
	margin-bottom: 120px;
	position: relative;
}
.upcoming-event-section:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -50px;
	background: url(../images/line-img.html) no-repeat center bottom;
	width: 833px;
	height: 7px;
}
.upcoming-event-section p {
	text-align: center;
	margin: 58px 0 30px 0;
}
.upcoming-event-box {
	float: left;
	width: 100%;
	position: relative;
}
.upcoming-event-box .frame .caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.upcoming-event-box .frame .caption .holder {
	position: absolute;
	z-index: 99;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 0 20px 25px 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.upcoming-event-box strong.date {
	color: #fff;
	display: block;
	font: 700 36px/25px "Montserrat", sans-serif;
	height: 70px;
	left: 0;
	padding: 13px 0 0;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 0;
	width: 72px;
	z-index: 99;
}
.upcoming-event-box strong.date span {
	display: block;
	font: 400 14px/24px "Montserrat", sans-serif;
}
.upcoming-event-box .frame .caption .holder h3 a {
	color: #fff;
}
.upcoming-event-box .frame .caption .holder a.link {
	font: 400 14px/14px 'Roboto', sans-serif;
	color: #ffffff;
	float: left;
	padding: 0 15px 12px 0;
	text-decoration: none;
}
.upcoming-event-box .frame .caption .holder a.link .fa {
	padding: 0 6px 0 0;
}
.upcoming-event-box .frame .caption .holder a.btn-readmore {
	color: #ccc;
	margin: 0 20px 0 0;
}
.event-counter-box {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 296px;
	width: 75px;
	z-index: 99;
}
.event-counter-box .countdown-section {
	width: 70px;
	float: left;
	height: 70px;
	padding: 10px 0 0 0;
	margin: 0 0 5px 0;
	background: rgba(255,255,255,0.1);
	border: 1px solid #fff;
}
.event-counter-box .countdown-amount {
	font: 700 36px/36px 'Roboto', sans-serif;
	padding: 0 0 0 0;
	text-align: center;
	color: #fff;
	display: block;
}
.event-counter-box .countdown-period {
	font: 400 14px/14px 'Roboto', sans-serif;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	display: block;
}
.upcoming-event-box a.btn-style-1 {
	padding: 12px 25px;
}
.upcoming-event-box .owl-buttons {
	display: block;
	text-align: center;
}
.upcoming-event-box .owl-next {
	display: inline-block;
	width: 50px;
	height: 40px;
	border: 1px solid;
	font-size: 0;
	position: absolute;
	bottom: -60px;
	margin: 0 0 0 85px;
}
.upcoming-event-box .owl-next:before {
	content: "\f178";
	font-family: FontAwesome;
	font-size: 16px;
	line-height: 38px;
	text-align: center;
	display: block;
}
.upcoming-event-box .owl-prev {
	display: inline-block;
	width: 50px;
	height: 40px;
	border: 1px solid;
	font-size: 0;
	position: absolute;
	bottom: -60px;
	margin: 0 0 0 -136px;
}
.upcoming-event-box .owl-prev:before {
	content: "\f177";
	font-family: FontAwesome;
	font-size: 16px;
	line-height: 38px;
	text-align: center;
	display: block;
}
.upcoming-event-box .owl-carousel {
	margin-bottom: 20px;
}
.event-section {
	float: left;
	width: 100%;
}
.event-section .text-box {
	border: 1px solid #ccc;
	background: #fff;
	padding: 25px 23px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.event-box {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
.event-section .text-box a.link {
	float: left;
	padding: 0 20px 10px 0;
	font: 400 14px/14px 'Roboto', sans-serif;
	text-decoration: none;
}
.event-section .text-box a.link .fa {
	padding: 0 6px 0 0;
}
.event-section a.btn-readmore {
	margin: 0 20px 0 0;
}
.event-section .frame .caption {
	opacity: 0;
}
.event-section .frame:hover .caption {
	opacity: 1;
}
.event-section .frame {
	background: #000;
}
.event-section .frame:hover img {
	opacity: 0.6;
}
.event-section .event-counter-box {
	bottom: 0;
	height: 70px;
	margin: auto;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 30px;
	top: inherit;
	width: 320px;
	z-index: 99;
}
.event-section .event-counter-box .countdown-section {
	width: 70px;
	float: left;
	height: 70px;
	margin: 0 5px;
	background: #fff;
	border: 1px solid #ccc;
}
.event-section .event-counter-box .countdown-amount {
	font: 700 26px/26px 'Roboto', sans-serif;
	padding: 0 0 5px 0;
	text-align: center;
	display: block;
}
.event-section .event-counter-box .countdown-period {
	font: 400 14px/14px 'Roboto', sans-serif;
	text-transform: uppercase;
	text-align: center;
	display: block;
}
.event-section .pagination-box {
	margin: 0 0 80px 0;
}
.event-small h3 {
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}
.event-small .tags-row {
	padding: 0 0 10px 0;
}
.event-small.event-section .event-counter-box {
	width: 264px;
	bottom: 0;
}
.event-small.event-section .event-counter-box .countdown-section {
	width: 56px;
	height: 56px;
}
.event-small.event-section .event-counter-box .countdown-amount {
	font: 700 20px/20px 'Roboto', sans-serif;
}
.event-small.event-section .event-counter-box .countdown-period {
	font: 400 12px/12px 'Roboto', sans-serif;
}
.recent-events-photos {
	float: left;
	width: 100%;
}
.recent-events-photos h3 {
	margin: 0 0 25px 0;
}
.recent-events-photos ul {
	padding: 0;
	list-style: none;
}
.recent-events-photos ul li {
	float: left;
}
.event-detail {
	padding-bottom: 80px;
}
/*===========================================================================*/
						/*Recent Post Section*/
/*===========================================================================*/
.recent-post-style-2 {
	float: left;
	width: 100%;
	margin-bottom: 80px;
}
.recent-post-style-2 p {
	text-align: center;
	margin: 58px 0 30px 0;
}
.recent-post-style-2 .box {
	float: left;
	width: 100%;
}
.recent-post-style-2 .box .frame {
	margin-bottom: 15px;
}
.recent-post-style-2 .box a.link {
	float: left;
	text-decoration: none;
	font: 400 14px/14px 'Roboto', sans-serif;
	padding: 0 13px 10px 0;
}
.recent-post-style-2 .box a.link .fa {
	padding: 0 6px 0 0;
}
.recent-post-style-2 .box p {
	margin: 0 0 10px 0;
	text-align: left;
}
.urgent-donation.home-3 {
	margin-bottom: 155px;
}
/*===========================================================================*/
						/*Choose Section*/
/*===========================================================================*/
.choose-eco-section {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.choose-eco-section .holder {
	width: 1200px;
	display: block;
	margin: 0 auto;
	height: 577px;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.choose-eco-section .holder .frame {
	margin: -50px 0 0 0;
}
.choose-eco-section .holder .text-box {
	padding: 70px 0 0 0;
}
.choose-eco-section .holder .text-box ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.choose-eco-section .holder .text-box ul li {
	display: block;
	overflow: hidden;
}
.choose-eco-section .holder .text-box span.icon {
	margin: 4px 35px 0 0;
	float: left;
}
.choose-eco-section .holder .text-box h4 {
	margin: 0 0 10px 0;
}
.choose-eco-section .holder .text-box .col {
	overflow: hidden;
}
.post-news-row.news.home-3:before {
	background: rgba(0, 0, 0, 0) url("../images/line-img.html") no-repeat scroll center bottom;
	bottom: -30px;
	content: "";
	height: 7px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 833px;
	display: block;
}
.post-news-row.news.home-3 {
	margin-bottom: 100px;
}
/*===========================================================================*/
						/*Banner Inner Section*/
/*===========================================================================*/
.inner-banner {
	float: left;
	width: 100%;
	background: #000 url(../images/inner_banner.jpg) no-repeat left top;
	padding: 80px 0;
	margin-bottom: 80px;
}
.inner-banner h1 {
	line-height: 55px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 7px 5px rgba(0,0,0,0.45);
	margin: 0 0 30px 0;
}
.inner-banner .breadcrumb {
	background-color: #fff;
	border-radius: 0;
	margin: 0 auto;
	padding: 10px 30px;
	border: 1px solid #ccc;
	display: table;
	text-align: center;
	position: relative;
}
.inner-banner .breadcrumb > li {
	font: 400 14px 'Roboto', sans-serif;
	color: #444;
}
.inner-banner .breadcrumb > li a {
	text-decoration: none;
	font: 400 14px 'Roboto', sans-serif;
	color: #444;
}
.inner-banner .breadcrumb > li + li:before {
	color: #444;
	content: "/ ";
	padding: 0 5px;
}
/*===========================================================================*/
						/*Gallery Section*/
/*===========================================================================*/
.gallery-section {
	float: left;
	width: 100%;
}
.gallery-section .frame {
	margin-bottom: 30px;
	background: #000;
	overflow: hidden;
	border-radius: 10px;
	overflow: hidden;
}
.gallery-section .frame:hover img {
	opacity: 0.5;
}
.gallery-section .frame .caption {
	position: absolute;
	left: -200%;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 98%;
	height: 96%;
}
.gallery-section .frame .caption .holder {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 80px;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.gallery-section .frame .caption .holder a.link {
	width: 45px;
	height: 45px;
	background: #fff;
	text-align: center;
	line-height: 45px;
	color: #222;
	font-size: 18px;
	margin: 0 2px 10px 2px;
	display: inline-block;
	border-radius: 100%;
	position: absolute;
	bottom: -200%;
}
.gallery-section .frame .caption .holder h3 a {
	color: #fff;
	text-transform: uppercase;
}
.gallery-section .frame .caption .holder h3 {
	position: absolute;
	top: 0;
}
.gallery-section .frame:hover .caption {
	left: 0;
}
.gallery-section .frame:hover .holder h3 {
	position: relative;
	top: 0;
}
.gallery-section .frame:hover .holder a.link {
	position: relative;
	bottom: 0;
}
/*===========================================================================*/
						/*Pagination Section*/
/*===========================================================================*/
.pagination-box {
	float: left;
	width: 100%;
	margin-bottom: 75px;
}
.pagination-box .pagination {
	border-radius: 0;
	display: block;
	margin: 0;
	padding-left: 0;
	text-align: center;
}
.pagination-box .pagination > li {
	display: inline-block;
}
.pagination-box .pagination > li.active a {
	color: #fff;
}
.pagination-box .pagination > li > a, .pagination-box .pagination > li > span {
	background-color: #fff;
	border: 1px solid;
	float: left;
	font: 400 14px/14px 'Roboto', sans-serif;
	margin-left: 0;
	padding: 12px 16px;
	position: relative;
	text-decoration: none;
}
.pagination-box .pagination > li:first-child > a, .pagination-box .pagination > li:first-child > span {
	border-radius: 0;
	font-size: 20px;
	padding: 9px 16px;
}
.pagination-box .pagination > li:last-child > a, .pagination-box .pagination > li:last-child > span {
	border-radius: 0;
	font-size: 20px;
	padding: 9px 16px;
}
.pagination-box .pagination > li > a:hover, .pagination-box .pagination > li > span:hover, .pagination-box .pagination > li > a:focus, .pagination-box .pagination > li > span:focus {
	color: #fff;
}
/*===========================================================================*/
						/*404 Section*/
/*===========================================================================*/
.error-page {
	float: left;
	width: 100%;
	margin-bottom: 150px;
}
.error-page .holder {
	width: 555px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	text-align: center;
}
.error-page .holder h1 {
	font: 700 250px 'Roboto', sans-serif;
	margin: 0;
	display: block;
	text-align: center;
	margin: 0;
}
.error-page .holder span {
	display: block;
	text-align: center;
	font: 400 80px/80px 'Roboto', sans-serif;
	color: #ccc;
	margin: -30px 0 20px 0;
}
.error-page .holder p {
	font: 400 24px/40px 'Roboto', sans-serif;
	display: block;
	margin: 0 0 45px 0;
}
.error-page .holder form {
	float: left;
	width: 100%;
	position: relative;
}
.error-page .holder form input[type="text"] {
	float: left;
	width: 100%;
	height: 45px;
	padding: 0 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	font: 14px 'Roboto', sans-serif;
	color: #777;
}
.error-page .holder form button[type="submit"] {
	position: absolute;
	right: 0;
	height: 33px;
	width: 46px;
	top: 0;
	border: 0;
	padding: 8px 0;
	background: none;
	font-size: 16px;
	border-left: 1px solid #ccc;
	margin: 5px 0 0 0;
}
.error-page .holder form button[type="submit"]:hover {
	color: #fff;
	height: 45px;
	margin: 0;
	border: 0;
}
/*===========================================================================*/
						/*Coming Soon Section*/
/*===========================================================================*/
.comingsoon-section {
	float: left;
	width: 100%;
	background: url(../images/comingsoon-bg.html) no-repeat left top/cover;
	padding: 209px 0;
}
strong.coming-logo {
	display: block;
	text-align: center;
	margin: 0 auto 20px;
}
.comingsoon-section .holder {
	width: 901px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
}
.comingsoon-section .holder h1 {
	font: 700 80px 'Roboto', sans-serif;
	color: #fff;
	text-align: center;
	display: block;
	text-shadow: 0 7px 5px rgba(0, 0, 0, 0.45);
	margin: 0 0 15px 0;
}
.comingsoon-section .holder p {
	text-align: center;
	font: 300 24px/34px 'Roboto', sans-serif;
	color: #fff;
	margin: 0 0 40px 0;
}
.comingsoon-section .holder strong.title {
	display: block;
	text-align: center;
	font: 400 36px/36px 'Roboto', sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 7px 5px rgba(0, 0, 0, 0.45);
	padding: 0 0 30px 0;
}
.event-counter-box-2 {
	float: left;
	width: 100%;
	text-align: center;
}
.event-counter-box-2 .countdown-section {
	display: inline-block;
	text-align: center;
	margin: 0 50px;
}
.event-counter-box-2 .countdown-amount {
	font: 700 72px/72px 'Roboto', sans-serif;
	padding: 0 0 0 0;
	text-align: center;
	color: #fff;
	text-shadow: 0 7px 5px rgba(0, 0, 0, 0.45);
	display: inline-block;
}
.event-counter-box-2 .countdown-period {
	font: 400 16px/16px 'Roboto', sans-serif;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0 7px 5px rgba(0, 0, 0, 0.45);
	text-align: center;
	display: block;
}
/*===========================================================================*/
						/*Team Section*/
/*===========================================================================*/
.team-style-1 {
	float: left;
	width: 100%;
}
.team-style-1 .box {
	float: left;
	width: 100%;
	min-height: 606px;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 9px;
	margin-bottom: 50px;
}
.team-style-1 .box .text-box span {
	display: block;
	font: 400 14px/14px 'Roboto', sans-serif;
	padding: 0 0 15px 0;
}
.team-style-1 .box .text-box h4 {
	text-transform: uppercase;
}
.team-social {
	float: left;
	width: 100%;
	padding-bottom: 20px;
}
.team-social ul {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
	border-left: 1px solid #ccc;
}
.team-social ul li {
	float: left;
	padding: 0;
}
.team-social ul li a {
	float: left;
	text-decoration: none;
	border: 1px solid #ccc;
	border-left: 0;
	width: 32px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	color: #666;
}
.team-social ul li a:hover {
	color: #fff;
}
.team-style-1 .box .text-box {
	padding: 30px 15px 0 15px;
}
.team-style-1 .box:hover {
	border: 1px solid rgba(0,0,0,0);
	box-shadow: none;
}
.team-style-1 .box:hover .text-box {
	box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.1);
	padding: 30px 15px 0;
}
.about-section .team-style-1 {
	margin-bottom: 30px;
}
/*===========================================================================*/
						/*Volunteers Section*/
/*===========================================================================*/
.volunteer-form {
	float: left;
	width: 100%;
	margin-bottom: 80px;
}
.volunteer-form .text-box {
	margin: 90px 0 0 0;
}
.volunteer-form .text-box p {
	font: 400 16px/26px 'Roboto', sans-serif;
}
.volunteer-form .text-box form {
	float: left;
	width: 100%;
}
.volunteer-form .text-box form input[type="text"] {
	float: left;
	width: 100%;
	height: 45px;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font: 400 14px 'Roboto', sans-serif;
	color: #777;
	padding: 0 15px;
	margin-bottom: 30px;
}
.volunteer-form .text-box form input[type="submit"] {
	float: left;
	width: 100%;
	height: 47px;
	font: 400 16px 'Roboto', sans-serif;
	color: #fff;
	border: 2px solid;
	padding: 0;
}
.volunteer-form .text-box form input[type="submit"]:hover {
	border: 2px solid;
	color: #222;
	background: #fff;
}
/*===========================================================================*/
						/*Contact Section*/
/*===========================================================================*/
.contact-section {
	float: left;
	width: 100%;
	margin-bottom: 80px;
}
.contact-form {
	float: left;
	width: 100%;
	margin: 0;
}
.contact-form h3 {
	margin: 0 0 15px 0;
}
.contact-form form input[type="text"] {
	float: left;
	width: 100%;
	height: 45px;
	padding: 0 15px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font: 400 14px 'Roboto', sans-serif;
	color: #222;
	margin-bottom: 30px;
}
.contact-form form textarea {
	float: left;
	width: 100%;
	height: 180px;
	resize: none;
	padding: 15px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font: 400 14px 'Roboto', sans-serif;
	color: #222;
	margin-bottom: 30px;
}
.contact-form input::-webkit-input-placeholder {
 color:#222;
 opacity:1;
}
.contact-form input:-moz-placeholder {
 color:#222;
 opacity:1;
}
.contact-form input::-moz-placeholder {
 color:#222;
 opacity:1;
}
.contact-form input:-ms-input-placeholder {
 color:#222;
 opacity:1;
}
.contact-form textarea::-webkit-input-placeholder {
 color:#222;
 opacity:1;
}
.contact-form textarea:-moz-placeholder {
 color:#222;
 opacity:1;
}
.contact-form textarea::-moz-placeholder {
 color:#222;
 opacity:1;
}
.contact-form textarea:-ms-input-placeholder {
 color:#222;
 opacity:1;
}
.contact-form form input[type="submit"] {
	float: right;
	height: 55px;
	border: 0;
	padding: 0 50px;
	font: 400 16px 'Roboto', sans-serif;
	color: #fff;
	border: 2px solid;
	margin-bottom: 50px;
}
.contact-form .btn-row input[type="submit"] {
	float: none;
	display: inline-block;
	padding: 0 20px;
	margin: 0;
}
.contact-form form input[type="submit"]:hover {
	color: #222;
	background: #fff;
	border: 2px solid;
}
.address-box {
	float: left;
	width: 100%;
}
.address-box ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.address-box ul li {
	float: left;
	padding: 0 0 6px 0;
	font: 400 16px/26px 'Roboto', sans-serif;
	color: #777;
	position: relative;
	margin: 0 74px 0 0;
	width: 202px;
}
.address-box ul li .fa {
	color: #ababab;
	width: 28px;
}
.address-box p {
	font: 400 16px/26px 'Roboto', sans-serif;
	color: #777;
	margin: 0 0 25px 0;
	display: block;
}
.address-box p .fa {
	color: #ababab;
	padding: 0 15px 0 0;
}
.address-box ul li a {
	text-decoration: none;
	font: 400 16px/26px 'Roboto', sans-serif;
	color: #777;
}
.contact-map-box {
	float: left;
	width: 100%;
}
.contact-map-box .map_canvas {
	height: 700px;
	width: 100%;
}
/*===========================================================================*/
						/*Sidebar Section*/
/*===========================================================================*/
.sidebar {
	float: left;
	width: 100%;
}
.sidebar-box {
	float: left;
	width: 100%;
	margin-bottom: 35px;
}
.sidebar-box h3 {
	margin: 0 0 15px 0;
}
.sidebar-box form {
	float: left;
	width: 100%;
	position: relative;
}
.sidebar-box p {
	margin: -7px 0 0 0;
}
.sidebar-box .frame {
	width: 100%;
	margin-bottom: 20px;
}
.sidebar-box .box {
	float: left;
	width: 100%;
}
.sidebar-box .box .owl-buttons {
	display: block;
	text-align: center;
}
.sidebar-box .box .owl-next {
	display: inline-block;
	width: 35px;
	height: 24px;
	position: inherit;
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	font-size: 0;
}
.sidebar-box .box .owl-next:hover, .sidebar-box .box .owl-prev:hover {
	border: 1px solid rgba(0,0,0,0);
}
.sidebar-box .box .owl-next:hover:before, .sidebar-box .box .owl-prev:hover:before {
	color: #fff;
}
.sidebar-box .box .owl-next:before {
	content: "\f178";
	font-size: 12px;
	line-height: 22px;
	display: block;
	text-align: center;
	font-family: FontAwesome;
}
.sidebar-box .box .owl-prev {
	display: inline-block;
	width: 35px;
	position: inherit;
	height: 24px;
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	font-size: 0;
	margin: 0 10px;
}
.sidebar-box .box .owl-prev:before {
	content: "\f177";
	font-size: 12px;
	line-height: 22px;
	display: block;
	text-align: center;
	font-family: FontAwesome;
}
.sidebar-box .box a.title {
	font: 400 16px/16px 'Roboto', sans-serif;
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 0 0 15px 0;
}
.sidebar-box form input[type="text"] {
	float: left;
	width: 100%;
	height: 45px;
	padding: 0 15px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font: 400 14px 'Roboto', sans-serif;
	color: #222;
}
.sidebar-box form input::-webkit-input-placeholder {
 color:#222;
 opacity:1;
}
.sidebar-box form input:-moz-placeholder {
 color:#222;
 opacity:1;
}
.sidebar-box form input::-moz-placeholder {
 color:#222;
 opacity:1;
}
.sidebar-box form input:-ms-input-placeholder {
 color:#222;
 opacity:1;
}
.sidebar-box form button[type="submit"] {
	position: absolute;
	right: 0;
	top: 6px;
	background: none;
	font-size: 16px;
	width: 45px;
	height: 33px;
	border: 0;
	border-left: 1px solid #ccc;
}
.sidebar-box form button[type="submit"]:hover {
	color: #fff;
	height: 45px;
	border: 0;
	top: 0;
}
.donation-form {
	float: left;
	width: 100%;
}
.donation-form form input[type="text"] {
	float: left;
	width: 100%;
	height: 45px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 15px;
	font: 400 14px 'Roboto', sans-serif;
	color: #222;
	margin-bottom: 10px;
}
.selector {
	float: left;width: 100%;margin-bottom: 10px;
	height: 45px;
}
.donation-form form input[type="submit"] {
	float: left;
	width: 100%;
	height: 45px;
	border: 0;
	padding: 0;
	font: 400 16px 'Roboto', sans-serif;
	color: #fff;
	border: 2px solid rgba(0,0,0,0);
}
.donation-form form input[type="submit"]:hover {
	color: #222;
	background: #fff;
	border: 2px solid;
}
.recent-post {
	float: left;
	width: 100%;
}
.recent-post ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.recent-post ul li {
	display: block;
	padding: 15px 0 0 0;
}
.recent-post ul li:hover .thumb img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	opacity: 0.6;
}
.recent-post ul li:first-child {
	padding: 0;
}
.recent-post .thumb {
	float: left;
	margin: 0 15px 0 0;
	overflow: hidden;
	background: #000;
}
.recent-post .text-col {
	overflow: hidden;
}
.recent-post .text-col a {
	text-decoration: none;
	display: block;
	font: 400 14px/22px 'Roboto', sans-serif;
	color: #222;
	margin: -4px 0 8px 0;
}
.recent-post .text-col span {
	display: block;
	font: 400 12px 'Roboto', sans-serif;
}
.recent-post .text-col span .fa {
	padding: 0 6px 0 0;
}
.popular-post {
	float: left;
	width: 100%;
}
.popular-post ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.popular-post ul li {
	display: block;
	overflow: hidden;
	border-top: 1px dashed #ccc;
	padding: 14px 0;
}
.popular-post ul li:first-child {
	border: 0;
	padding: 0 0 14px 0;
}
.popular-post ul li:last-child {
	padding: 14px 0 0 0;
}
.popular-post ul li a {
	font: 400 14px/14px 'Roboto', sans-serif;
	color: #222;
	display: block;
	text-decoration: none;
	padding: 0 0 10px 0;
}
.popular-post ul li span {
	float: left;
	font: 400 12px 'Roboto', sans-serif;
	padding: 0 20px 0 0;
}
.popular-post ul li span .fa {
	padding: 0 6px 0 0;
}
.archives-widget {
	float: left;
	width: 100%;
}
.archives-widget ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.archives-widget ul li {
	display: block;
	padding: 10px 0 10px 22px;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	position: relative;
}
.archives-widget ul li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
}
.archives-widget ul li:hover:before {
	width: 100%;
}
.archives-widget ul li:hover a {
	color: #fff;
}
.archives-widget ul li:hover {
	padding: 10px 10px 10px 25px;
}
.archives-widget ul li a:hover:before {
	background: #fff;
}
.archives-widget ul li a:before {
	content: '';
	position: absolute;
	left: -22px;
	top: 3px;
	width: 5px;
	height: 5px;
	border-radius: 100%;
}
.archives-widget ul li a:after {
	content: '';
	position: absolute;
	left: -15px;
	width: 5px;
	height: 1px;
	top: 5px;
}
.archives-widget ul li a:hover:after {
	background: #fff;
}
.archives-widget ul li:hover:first-child {
	padding: 10px 10px 10px 25px;
}
.archives-widget ul li:first-child {
	padding: 0 0 10px 22px;
}
.archives-widget ul li a {
	font: 400 14px/14px 'Roboto', sans-serif;
	color: #222;
	text-decoration: none;
	display: block;
	position: relative;
}
.archives-widget ul li a span {
	float: right;
}
.tags {
	float: left;
	width: 100%;
	margin: -9px 0 0 0;
}
.tags a {
	float: left;
	text-decoration: none;
	border: 1px solid #ccc;
	padding: 8px 15px;
	font: 400 14px/14px 'Roboto', sans-serif;
	color: #777;
	text-decoration: none;
	margin: 9px 9px 0 0;
	position: relative;
	z-index: 11;
}
.tags a:hover {
	text-decoration: none;
	color: #fff;
}
.tags a:hover:before, .tags a:hover:after {
	height: 50%;
}
.tags a:before {
	top: 0;
}
.tags a:after {
	bottom: 0;
}
.tags a:before, .tags a:after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 0;
	transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	z-index: -1;
}
/*===========================================================================*/
						/*Donation Section*/
/*===========================================================================*/
.donation-section {
	float: left;
	width: 100%;
	margin-bottom: 60px;
}
.donation-section form {
	float: left;
	width: 100%;
}
.donation-section form ul {
	padding: 0;
	margin: 0 0 50px 0;
	list-style: none;
	overflow: hidden;
}
.donation-section form ul li {
	float: left;
	margin: 0 30px 0 0;
	position: relative;
}
.donation-section form ul li input.radio {
	width: 15px;
	height: 15px;
	border-radius: 100%;
	border: 1px solid #ccc;
	background: #fff;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}
.donation-section form ul li label {
	display: block;
}
.donation-section form ul li span {
	border: 1px solid #999;
	clear: both;
	color: #666;
	font: 500 24px/60px 'Roboto', sans-serif;
	height: 60px;
	margin-top: 30px;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 100px;
}
.donation-section form ul li span:before {
	background-color: #000;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	content: "";
	height: 7px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: -5px;
	transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	width: 7px;
}
input.radio:checked + label > span.show-hover {
	display: inline-block;
	color: #fff;
}
span.show-hover {
	display: none;
}
input.radio:checked + label > span.show {
	display: none;
}
input.radio + label > span.show {
	display: inline-block;
}
input.radio+label>span.show-hover {
}
input.radio + label > span.show:before {
	background: #fff;
}
.form-row {
	float: left;
	width: 100%;
}
.form-row label {
	font: 400 16px/16px 'Roboto', sans-serif;
	color: #333;
	display: block;
	text-transform: uppercase;
	padding: 0 0 15px 0;
}
.form-row input[type="text"] {
	float: left;
	width: 100%;
	border: 1px solid #ccc;
	height: 45px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font: 400 14px 'Roboto', sans-serif;
	color: #222;
	padding: 0 20px;
	margin-bottom: 28px;
}
.form-row input::-webkit-input-placeholder {
 color:#222;
 opacity:1;
}
.form-row input:-moz-placeholder {
 color:#222;
 opacity:1;
}
.form-row input::-moz-placeholder {
 color:#222;
 opacity:1;
}
.form-row input:-ms-input-placeholder {
 color:#222;
 opacity:1;
}
.form-row textarea::-webkit-input-placeholder {
 color:#222;
 opacity:1;
}
.form-row input[type="submit"] {
	float: left;
	width: 100%;
	height: 45px;
	border: 0;
	padding: 0;
	font: 400 16px 'Roboto', sans-serif;
	color: #fff;
	margin: 36px 0 0 0;
	border: 2px solid rgba(0,0,0,0);
}
.form-row .selector {
	margin-bottom: 28px;
}
.form-row input[type="submit"]:hover {
	color: #222;
	background: #fff;
}
/*===========================================================================*/
						/*News Section*/
/*===========================================================================*/
.news-timeline {
	margin: 28px 0 80px 0;
}
.news-timeline a.btn-style-1 {
	padding: 16px 40px;
}
.news-timeline-box {
	float: left;
	width: 100%;
	margin-bottom: 80px;
}
.news-timeline-box strong.date {
	float: left;
	width: 83px;
	height: 83px;
	font: 400 24px 'Roboto', sans-serif;
	color: #fff;
	text-align: center;
	border-radius: 100%;
	padding: 17px 0 0 0;
	margin: 82px 30px 0 0;
	position: relative;
}
.news-timeline-box strong.date:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 84px;
	width: 1px;
	height: 247px;
	border-left: 1px dashed #ccc;
}
.news-timeline-box strong.date:before {
	content: '';
	position: absolute;
	right: -30px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 30px;
	height: 1px;
	border-bottom: 1px dashed #ccc;
}
.news-timeline-box strong.date span {
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
}
.news-timeline-box .text-box {
	border: 1px solid #ccc;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 250px;
	padding: 0 0 0 30px;
	width: 734px;
	position: relative;
}
.news-timeline-box .text-box:before {
	content: '';
	width: 15px;
	height: 15px;
	border: 1px solid #ccc;
	border-radius: 100%;
	position: absolute;
	left: -80px;
	bottom: -50px;
	margin: auto;
}
.news-timeline-box .text-box:after {
	content: '';
	width: 9px;
	height: 9px;
	border-radius: 100%;
	position: absolute;
	left: -77px;
	bottom: -47px;
}
.last-none.news-timeline-box .text-box:before, .last-none.news-timeline-box .text-box:after, .last-none.news-timeline-box strong.date:after {
	display: none;
}
.news-timeline-box .text-box .holder {
	width: 406px;
	float: left;
	padding: 25px 0 0 0;
}
.news-timeline-box .text-box a.link {
	float: left;
	font: 400 14px 'Roboto', sans-serif;
	padding: 0 20px 10px 0;
}
.news-timeline-box .text-box a.link .fa {
	padding: 0 6px 0 0;
}
.news-timeline-box .text-box .thumb {
	border: 1px solid #ccc;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	padding: 5px;
	float: right;
	background: #fff;
	margin: -25px -4px 0 0;
}
/*===========================================================================*/
						/*About Section*/
/*===========================================================================*/
.about-section {
	float: left;
	width: 100%;
}
.welcome-row {
	float: left;
	width: 100%;
	margin-bottom: 70px;
}
.welcome-frame {
	float: left;
	width: 100%;
	overflow: hidden;
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	padding: 9px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
}
.welcome-frame img {
	width: 100%;
	display: block;
}
.welcome-frame-1:hover img {
	transform: scale(0.9);
	-moz-transform: scale(0.9);
	-webkit-transform: scale(0.9);
}
.welcome-frame:hover:before {
	top: 64px;
	right: -87px;
}
.welcome-frame:before {
	content: '';
	position: absolute;
	right: -97px;
	top: 74px;
	border: 10px solid #e1e1e1;
	width: 310px;
	height: 364px;
	z-index: -1;
}
.welcome-row .text-box h2 {
	margin: 0 0 10px 0;
}
.welcome-row .holder {
	float: left;
	width: 100%;
}
.list {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}
.list li {
	display: block;
	overflow: hidden;
	padding: 0;
	font: 700 14px/24px 'Roboto', sans-serif;
	color: #777;
}
.list li:hover:before {
	margin: 0 10px 0 5px;
}
.list li:before {
	content: "\f046";
	font-size: 14px;
	color: #777;
	font-family: FontAwesome;
	float: left;
	margin: 0 15px 0 0;
	font-weight: 400;
}
.about-section .why-choose .welcome-tab {
	margin: 0;
}
.about-section .why-choose {
	margin-bottom: 50px;
}
.about-video-row {
	float: left;
	width: 100%;
	margin-bottom: 75px;
}
.about-video-row .holder {
	float: left;
	width: 100%;
}
.about-video-row .text-box {
	float: right;
	width: 546px;
	margin: 75px 40px 0 0;
}
.about-video-row .container-fluid {
	padding: 0;
}
.about-video-row .col-md-6 {
	padding: 0;
}
.about-video-box {
	float: left;
	padding: 170px 0;
	width: 100%;
	background: #000 url(../images/about-video-bg.png) no-repeat left top/cover;
}
.about-video-box a.btn-play {
	background: url(../images/play-icon.png) no-repeat center center;
	width: 108px;
	height: 108px;
	margin: 0 auto;
	text-indent: -99999px;
	display: block;
	outline: none;
}
.about-video-box .modal-dialog {
	width: 1000px;
}
.about-video-box .modal-header {
	border: 0;
	padding: 0;
}
.about-video-box .modal-body {
	padding: 0;
}
.about-video-box .close {
	color: #000;
	background: #fff;
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	opacity: 1;
	text-shadow: none;
	position: absolute;
	right: -30px;
	top: 0;
	width: 30px;
	height: 30px;
}
.about-video-box .modal-content {
	border-radius: 0;
}
.think-row {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
/*===========================================================================*/
						/*Product Section*/
/*===========================================================================*/
.product-section {
	float: left;
	width: 100%;
}
.product-section .pagination-col{margin-bottom: 80px;}
.product-box {
	float: left;
	width: 100%;
	border: 1px solid #ccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0 0 50px 0;
}
.product-box .frame {
	background: #000;
}
.product-box .text-box {
	float: left;
	width: 100%;
	padding: 20px 0;
	text-align: center;
}
.product-box .text-box strong.price {
	display: inline-block;
	text-align: center;
	font: 500 18px/18px 'Roboto', sans-serif;
	padding: 0 0 18px 0;
}
.product-box .text-box strong.cut-price {
	display: inline-block;
	text-align: center;
	text-decoration: line-through;
	padding: 0 0 18px 5px;
	color: #222;
	font: 500 18px/18px 'Roboto', sans-serif;
}
.cart-row {
	float: left;
	width: 100%;
	text-align: center;
}
.cart-box, .like-box, .checkout-box {
	display: inline-block;
	width: 40px;
	height: 40px;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	color: #999;
	margin: 0 3px;
	border: 1px solid #ccc;
}
.cart-box a, .like-box a, .checkout-box a {
	text-decoration: none;
	color: #999;
}
.cart-box:hover, .like-box:hover, .checkout-box:hover {
	color: #fff;
}
.cart-box:hover a, .like-box:hover a, .checkout-box:hover a {
	color: #fff;
}
.product-box:hover {
	box-shadow: 0 4px 5px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 4px 5px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 4px 5px rgba(0,0,0,0.15);
}
.product-box:hover .frame img {
	opacity: 0.5;
}
.product-detail {
	float: left;
	width: 100%;padding-bottom: 10px;
}
.product-detail .bx-wrapper {
	float: left;
	width: 100%;
	margin: 0 0 30px 0;
}
.product-detail .bx-wrapper .bx-viewport {
	background: none;
	border: 0;
	box-shadow: none;
	left: 0;
}
.product-detail .bx-controls-direction {
	display: none;
}
#bx-pager {
	float: left;
	width: 100%;
	text-align: center;
}
#bx-pager a {
	float: left;
	margin: 0 0 0 30px;
}
#bx-pager a:first-child {
	margin: 0;
}
#bx-pager a img {
	display: block;
	width: 100%;
}
.product-detail .text-box span.reviews {
	float: left;
	font: 400 14px/14px 'Roboto', sans-serif;
	color: #444;
	padding: 5px 10px 0 0;
}
.product-detail .text-box h3{font: 500 28px/28px 'Roboto', sans-serif;}
.product-detail .text-box h3 a{text-decoration: none;color: #222;}
.product-rating {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}
.product-rating li {
	float: left;
	padding: 0;
}
.product-rating li a {
	font-size: 16px;
	text-decoration: none;
}
.product-detail .text-box span.cut-price {
	float: left;
	font: 20px/24px 'Roboto', sans-serif;
	color: #999;
	text-decoration: line-through;
	padding: 0 5px 0 0;
}
.product-box .text-box h5{font: 22px/22px 'Roboto', sans-serif;color: #222;}
.product-box .text-box h5 a{text-decoration: none;color: #222;}
.product-detail .text-box span.price {
	float: left;
	font: 24px/24px 'Roboto', sans-serif;
	color: #222;
}
.product-detail .text-box .btn-row {
	padding: 0 0 15px 0;
	float: left;
	width: 100%;
}
.list {
	float: left;
	padding: 0;
	margin: 20px 0 30px 0;
	list-style: none;
}
.list li {
	display: block;
	overflow: hidden;
	font: 400 14px/14px 'Roboto', sans-serif;
	color: #777;
	padding: 0 0 12px 0;
}
.list li .fa {
	padding: 0 10px 0 0;
}
.product-detail .text-box .detail-row {
	float: left;
	width: 100%;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 20px 0 0 0;
	margin-bottom: 30px;
}
.product-detail .text-box .detail-row ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.product-detail .text-box .detail-row ul li {
	float: left;
	width: 277px;
	padding: 0 0 20px 0;
	font: 400 14px/14px 'Roboto', sans-serif;
	color: #444;
}
.product-detail .text-box .detail-row ul li b {
	color: #222;
}
.product-quantity {
	float: left;
	margin: 0 40px 0 0;
}
.product-quantity .text {
	font: 500 16px/18px 'Roboto', sans-serif;
	display: inline-block;
	float: left;
	margin-top: 7px;
	color: #3a3a3a;
	margin-right: 10px;
}
.product-quantity input[type="text"] {
	font: 400 14px 'Roboto', sans-serif;
	width: 56px;
	color: #888;
	padding: 8px 3px;
	height: 40px;
	float: left;
	border: 1px solid #cecece;
	text-align: center;
}
.product-quantity .minus {
	background: transparent;
	border: 1px solid #cecece;
	padding: 6px 14px 8px;
	float: left;
	color: #111;
}
.product-quantity .plus {
	background: transparent;
	border: 1px solid #cecece;
	padding: 6px 14px 8px;
	float: left;
	color: #111;
}
.product-quantity .input-text.qty {
	float: left;
	text-align: center;
	width: 20%;
	font-size: 12px;
	color: #111;
	padding: 8px 0;
	border-radius: 0px;
	border: #e1e1e1 solid 1px;
}
.product-quantity .spinner {
	display: inline-block;
	color: #111;
}
.product-quantity .quantity span {
	margin: 0 7px 0 0;
}
.product-quantity .spinner .decrease {
	float: left;
}
.product-quantity .spinner .increase {
	float: right;
}
.product-quantity .spinner .spin-down, .product-quantity .spin-up {
	background: #fff;
	padding: 0;
	height: 40px;
	line-height: 40px;
	width: 29px;
	color: #999;
	font-size: 12px;
	cursor: pointer;
	display: inline-block;
	border: 1px solid #cecece;
	float: left;
	text-align: center;
}
.product-quantity .spinner .spin-down {
	padding-left: 0;
	border-right: 0;
}
.product-quantity .spin-up {
	border-left: none;
	padding-right: 0;
}
.product-detail .text-box a.btn-style-1 {
	padding: 13px 30px;
	font-size: 14px;
	line-height: 14px;
	background: #222;
	float: left;
	color: #fff;
}
.reviews-tab-col {
	float: left;
	width: 100%;
	margin: 50px 0 35px 0;
}
.reviews-tab-col .nav-tabs {
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}
.reviews-tab-col .nav-tabs > li {
	margin: 0;
}
.reviews-tab-col .nav-tabs > li > a {
	border: 0;
	border-bottom: 5px solid rgba(0,0,0,0);
	border-radius: 0;
	margin-right: 0;
	padding: 10px 19px;
	font: 400 22px/22px 'Roboto', sans-serif;
	color: #222;
}
.reviews-tab-col .nav-tabs > li.active > a, .reviews-tab-col .nav-tabs > li.active > a:hover, .reviews-tab-col .nav-tabs > li.active > a:focus {
	border: 0;
	border-bottom: 5px solid;
	color: #222;
}
.reviews-tab-col .nav > li > a:hover, .reviews-tab-col .nav > li > a:focus {
	background: none;
}
.reviews-tab-col .thumb {
	float: left;
	margin: 0 20px 0 0;
}
.reviews-tab-col .text-col {
	overflow: hidden;
}
.reviews-tab-col .text-col h4 {
	margin: 0 0 10px 0;
}
.reviews-tab-col .text-col span.date {
	float: left;
	font: 400 12px/22px 'Roboto', sans-serif;
	color: #777;
	padding: 0 10px 0 0;
}
.reviews-rating {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}
.reviews-rating li {
	float: left;
	padding: 0 2px 0 0;
}
.reviews-rating li a {
	font-size: 16px;
	color: #ffb300;
	text-decoration: none;
}
.product-detail .product-section {
	padding: 0 0 20px 0;
}
/*===========================================================================*/
						/*Pagination*/
/*===========================================================================*/
.pagination-col {
	float: left;
	width: 100%;
	margin: 0 0 50px 0;
}
.pagination-col .pagination {
	border-radius: 0;
	display: block;
	margin: 0;
	text-align: center;
	padding: 0;
}
.pagination-col .pagination > li {
	display: inline-block;
}
.pagination-col .pagination > li:first-child > a, .pagination-col .pagination > li:first-child > span, .pagination-col .pagination > li:last-child > a, .pagination-col .pagination > li:last-child > span {
	border-radius: 0;
	margin-left: 0;
}
.pagination-col .pagination > li > a, .pagination-col .pagination > li > span {
	background-color: #fff;
	border: 2px solid #ccc;
	font: 500 15px/15px 'Roboto', sans-serif;
	color: #777;
	float: left;
	margin-left: 0;
	padding: 10px 15px;
	position: relative;
	text-decoration: none;
}
.pagination-col .pagination li.active a {
	color: #fff;
	border-color: transparent;
}
.pagination-col .pagination > li > a:hover, .pagination-col .pagination > li > span:hover, .pagination-col .pagination > li > a:focus, .pagination-col .pagination > li > span:focus {
	color: #fff;
	border-color: transparent;
}
/*===========================================================================*/
						/*Transition Section*/
/*===========================================================================*/
.box .text-box, .flickr ul li img, .topbar .left-box .dropdown-menu > li > a, .topbar-social ul li a, .topbar .right-box a.btn-donate, .priorities .slid-box .text-box, .priorities .slid-box .text-box strong.title, .priorities .slid-box .text-box a.arrow, a.btn-readmore, a.btn-readmore .fa, .project-row .project-box .text-box h3 a, .project-row .project-box .text-box:before, .project-section .owl-next:hover, .project-section .owl-prev:hover, .call-action-box .holder, .donation-form-row .donation-form .holder, .post-news-row .left-box .owl-next, .post-news-row .left-box .owl-prev, .team-section .owl-next, .team-section .owl-prev, .team-section .owl-prev:before, .team-section .owl-next:before, .footer-social ul li a, .shop-box .dropdown button, .search-holder button, .topbar-social ul li, .header-style-2 .navigation-row #nav li a, #nav li a, .timeline-row .box .frame:before, .timeline-row .box .frame .caption a.btn-share, .timeline-section .timeline-row .box .frame .caption p, .timeline-section .timeline-row .box .frame .caption a.btn-readmore:after, .timeline-row .box strong.mnt, .testimonials-style-2-social ul li a, .team-style-2 .social li a, .team-style-2 .text-box, .team-style-2 .text-box h4 a, .team-style-2 .text-box span, .team-style-2 .social, .team-style-2 .text-box a.email, .team-style-2 .text-box, .gallery-section .frame img, .gallery-section .frame .caption, .gallery-section .frame .caption .holder h3, .gallery-section .frame .caption .holder a.link, .gallery-section .frame .caption .holder a.link, .pagination-box .pagination > li > a, .error-page .holder form button[type="submit"], .team-social ul li a, .news .owl-next, .news .owl-prev, .volunteer-form .text-box form input[type="submit"], .contact-form form input[type="submit"], .sidebar-box form button[type="submit"], .sidebar-box .box .owl-next, .sidebar-box .box .owl-prev, .sidebar-box .box .owl-next:before, .sidebar-box .box .owl-prev:before, .donation-form form input[type="submit"], .post-news-row.blog-post .owl-next, .post-news-row.blog-post .owl-prev, .tags a, .share-post ul li a, .comment-box form input[type="submit"], .form-row input[type="submit"], .event-section .frame .caption, .team-style-1 .box, .team-style-1 .box .text-box, .topbar .left-box ul li a, .why-choose-box, .why-choose-box img, .why-choose-box:before, .why-choose-box h3 a, .why-choose-box p, .priorities a.btn-style-2, .message-box input[type="submit"], .supporters-section .holder ul li img, .newsletter .holder button[type="submit"], .services-widget ul li, .services-widget ul li a, .footer-section-1 .box .recent-post-widget ul li .thumb img, .recent-post-widget .text-col a.title, .instagram ul li img, .header-style-2 .navigation-row a.btn-donate, .features-section .box img, .features-section .box .text-col strong.title a, .news-box .post-box h3 a, .timeline-row .box .frame p, .footer-menu ul li a, .welcome-frame-1:before, .welcome-frame-1 img, .welcome-frame-2 img, .list li:before, .recent-post ul li a, .recent-post ul li .thumb img, .popular-post ul li a, .archives-widget ul li, .archives-widget ul li:before, .archives-widget ul li a:before, .archives-widget ul li a:after, .archives-widget ul li:first-child, .blog-post .post-box .text-box h3 a, .team-style-2 .box .frame img, .frame:before, .frame:after, .frame img {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
