/* Khidmat Donation HTML-5 & Industry HTML Template */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header / Style Two / Style Three
5. Main Slider
6. Call To Action Section / Two / Three
7. Welcome Section
8. Counter Section
9. Causes Section
10. Services Section / Two
11. Fluid Section
12. Volunter Section
13. News Section
14. Clients Section
15. Main Footer
16. Urgent Causes Section
17. Gallery Section
18. Team Section
19. News Section Two
20. Contact Section
21. Clients Section
22. Goal Section
23. Events Section
24. Donate Section
25. Faq Section
26. Testimonial Section
27. Article Section
28. Newsletter Section
29. Page Title
30. Causes Detail Section
31. Project Detail Section
32. Our Blogs
33. Sidebar Widgets
34. Error Section
35. Contact Form
36. Map Section

**********************************************/

@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700|Roboto:300,300i,400,400i,500,500i,700,700i,900,900i|Yantramanav:300,400,500,700,900');

/* font-family: 'Roboto', sans-serif;

font-family: 'Yantramanav', sans-serif; */

@import url('font-awesome.min.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('animation.css');
@import url('jquery-ui.css');
@import url('magnific-popup.css');
@import url('jquery.fancybox.min.css');
@import url('jquery.bootstrap-touchspin.css');
@import url('jquery.mCustomScrollbar.min.css');
:root {
	--thm-font: 'Nunito', sans-serif;
	--thm-reey-font: 'reeyregular';
	--thm-gray: #707876;
	--thm-gray-rgb: 112, 120, 118;
	--thm-primary: #15c8a0;
	--thm-primary-rgb: 21, 200, 160;
	--thm-black: #1f2230;
	--thm-black-rgb: 31, 34, 48;
}

@font-face {
	font-family: 'icomoon';
	src: url('../fonts/icomoon.eot?orkqwr');
	src: url('../fonts/icomoon.eot?orkqwr#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?orkqwr') format('truetype'), url('../fonts/icomoon.woff?orkqwr') format('woff'), url('../fonts/icomoon.svg?orkqwr#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
a:hover {
	color: #224f60;
	text-decoration: underline;
}
[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*** 

====================================================================
	Reset
====================================================================

 ***/
 
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	color:#777777;
	line-height:1.7em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

.bordered-layout .page-wrapper{
	padding:0px 50px 0px;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#fa7712;
}

button,
a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none !important;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.6em;
	
}

input,button,select,textarea{
	
}

.pull-left{
	float:left;
}

.pull-right{
	float:right;
}

textarea{
	overflow:hidden;
}

p{
	position:relative;
	line-height:1.8em;	
}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.medium-container{
	max-width:850px;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

img{
	display:inline-block;
	max-width:100%;
}

.theme-btn{
	cursor:pointer;
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.centered{
	text-align:center;	
}

/*List Style One*/

.list-style-one{
	position:relative;
}

.list-style-one li{
	position:relative;
	color:#ffffff;
	font-size:14px;
	padding-left:38px;
	font-weight:400;
	margin-bottom:20px;
	line-height:1.8em;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.list-style-one li a{
	position:relative;
	color:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.list-style-one li a:hover{
	color:#d5ada6;
}

.list-style-one li .icon{
	position:absolute;
	left:0px;
	top:6px;
	font-size:16px;
	color:#d5ada6;
	line-height:1em;
}

.list-style-one li:last-child{
	margin-bottom:0px;
}

/* List Style Two */

.list-style-two{
	position:relative;
}

.list-style-two li{
	position:relative;
	margin-bottom:15px;
	color:#777777;
	font-size:14px;
	padding-left:25px;
	line-height:1.8em;
}

.list-style-two li:before{
	position:absolute;
	content:"\f30b";
	left:0px;
	top:0px;
	color:#d5ada6;
	font-weight:800;
	font-size:16px;
	font-family: 'FontAwesome';
}

/* List Style Three */

.list-style-three{
	position:relative;
}

.list-style-three li{
	position:relative;
	margin-bottom:15px;
	color:#777777;
	font-size:14px;
	padding-left:25px;
	line-height:2em;
}

.list-style-three li:before{
	position:absolute;
	content:"\f061";
	left:0px;
	top:0px;
	color:#d5ada6;
	font-weight:800;
	font-size:16px;
	font-family: 'FontAwesome';
}

/*Btn Style One*/

.btn-style-one{
	position:relative;
	padding:15px 32px 15px;
	line-height:26px;
	background:#333333;
	color:#ffffff;
	font-size:15px;
	font-weight:500;
	border:2px solid #333333;
	text-transform:uppercase;
}

.btn-style-one:hover{
	background:#d5ada6;
	border-color:#d5ada6;
	color:#ffffff;
}

/*Btn Style Two*/

.btn-style-two {
	position: relative;
	padding: 15px 38px 15px;
	line-height: 26px;
	background: #204e5e;
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	border-radius: 50px;
	border: 2px solid #204e5e;
	text-transform: capitalize;
}

.btn-style-two:hover{
	background:#d5ada6;
	border-color:#d5ada6;
	color:#ffffff;
}

/* Btn Style Three */

.btn-style-three{
	position:relative;
	padding:15px 38px 15px;
	line-height:26px;
	background:#333333;
	color:#ffffff;
	font-size:18px;
	font-weight:500;
	border-radius:50px;
	text-transform:uppercase;

	background-image: -ms-linear-gradient(bottom, #d5ada6 0%, #F39900 100%);
	background-image: -moz-linear-gradient(bottom, #d5ada6 0%, #F39900 100%);
	background-image: -o-linear-gradient(bottom, #d5ada6 0%, #F39900 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d5ada6), color-stop(100, #F39900));
	background-image: -webkit-linear-gradient(bottom, #d5ada6 0%, #F39900 100%);
	background-image: linear-gradient(to top, #d5ada6 0%, #F39900 100%);
}

	.btn-style-three:hover {
		background-color: #79a7a7;
		color: #ffffff;
	}

/* Btn Style Four */

.btn-style-four {
	position: relative;
	padding: 13px 38px 13px;
	line-height: 26px;
	background: #204e5e;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	border-radius: 50px;
	border: 2px solid #204e5e;
	text-transform: capitalize;
}

.btn-style-four:hover{
	background:#d5ada6;
	border-color:#d5ada6;
	color:#ffffff;
}

/* Btn Style Five */

.btn-style-five{
	position:relative;
	padding:17px 49px 17px;
	line-height:26px;
	background:#333333;
	color:#ffffff;
	font-size:16px;
	font-weight:400;
	border-radius:50px;
	text-transform:capitalize;
	
	background-image: -ms-linear-gradient(bottom, #d5ada6 0%, #F39900 100%);
	background-image: -moz-linear-gradient(bottom, #d5ada6 0%, #F39900 100%);
	background-image: -o-linear-gradient(bottom, #d5ada6 0%, #F39900 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d5ada6), color-stop(100, #F39900));
	background-image: -webkit-linear-gradient(bottom, #d5ada6 0%, #F39900 100%);
	background-image: linear-gradient(to top, #d5ada6 0%, #F39900 100%);
}



/* Btn Style Six */

.btn-style-six{
	position: relative;
	display: inline-block;
	font-size: 13px;
	line-height: 30px;
	color: #ffffff;
	padding: 8px 42px;
	font-weight: 500;
	overflow: hidden;
	background: none;
	border-radius:50px;
	text-transform: uppercase;
	border:2px solid #ffffff;
}

.btn-style-six .txt{
	position:relative;
	z-index:1;
}

.btn-style-six:before{
	position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #d5ada6;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.5, 1);
    transform: scale(0.5, 1);
}

.btn-style-six:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-six:hover{
	color: #ffffff;
	border-color:#d5ada6;
}

/* Social Icon One */

.social-icon-one{
	position:relative;
}

.social-icon-one li{
	position:relative;
	margin-right:20px;
	display:inline-block;
}

.social-icon-one li.share{
	position:relative;
	color:#333333;
	font-size:18px;
	font-weight:700;
	
}

.social-icon-one li a{
	position:relative;
	color:#777777;
	font-size:16px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.social-icon-one li a:hover{
	color:#d5ada6;
}

.theme_color{
	color:#d5ada6;
}

.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#ffffff; background-position:center center; background-repeat:no-repeat; background-image:url(/images/icons/preloader.svg); background-size:120px;}

img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:15px;
	right:15px;
	width:50px;
	height:50px;
	color:#ffffff;
	font-size:24px;
	text-transform:uppercase;
	line-height:50px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	background:#0a0a0a;
	display:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;		
}

.scroll-to-top:hover{
	color:#ffffff;
	background:#d5ada6;
}

/*** 

====================================================================
	Section Title
====================================================================

***/

.sec-title{
	position:relative;
	margin-bottom:50px;
}

	.sec-title h2 {
		position: relative;
		font-size: 36px;
		color: #204e5e;
		font-weight: 700;
		line-height: 1.3em;
		padding-bottom: 22px;
		text-transform: capitalize;
		/* -webkit-mask-image: linear-gradient(-75deg, rgba(255,255,255,0.6) 50%, #fa7712 50%, rgba(0,0,0,1) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite; */
	}

		.sec-title h2:before {
			position: absolute;
			content: '';
			left: 0px;
			bottom: 0px;
			height: 2px;
			width: 42px;
			background-color: #204e5e;
		}

.sec-title .text{
	position: relative;
    font-size: 14px;
    color:#777777;
    font-weight: 400;
    line-height: 1.9em;
	margin-top:30px;
	/* -webkit-mask-image: linear-gradient(-75deg, rgba(255,255,255,0.6) 50%, #fa7712 50%, rgba(0,0,0,1) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite; */
}

/* @-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  
  to {
    -webkit-mask-position: -50%;
  }
} */

.sec-title.light h2{
	color:#ffffff;
}

.sec-title.light h2:before{
	background-color:#ffffff;
}

.sec-title.light .title-inner:before{
	background-color:#777777;
}

.sec-title.centered{
	text-align: center;
}

.sec-title.centered h2:before{
	left:50%;
	margin-left:-21px;
}

/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.main-header {
	position: relative;
	display: block;
}

.main-header__logo {
	position: relative;
	width: 15%;
	float: left;
	background-color: #79a7a8;
	text-align: center;
	padding: 44px 0;
}





.main-menu-wrapper {
	position: relative;
	background-color: #ffffff;

}

.main-menu-wrapper__top {
	position: relative;
	display: block;
	padding: 0 60px 0;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 1px 0px 0px rgb(229, 238, 236);
}

.main-menu-wrapper__top-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 4px 0;
}



.main-menu-wrapper__left-content {
	display: flex;
	align-items: center;
}



.main-menu-wrapper__left-text p {
	font-size: 14px;
	color: var(--thm-black);
	margin: 0;
}

.main-menu-wrapper__left-email-box {
	display: flex;
	align-items: center;
	margin-left: 40px;
}



	.main-menu-wrapper__left-email-box .icon i {
		color: #79a7a8;
		font-size: 12px;
	}

	.main-menu-wrapper__left-email-box .email {
		margin-left: 10px;
	}

		.main-menu-wrapper__left-email-box .email a {
			font-size: 14px;
			color: var(--thm-black);
		}



.main-menu-wrapper__right-social {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	padding: 9px 0;
}

	.main-menu-wrapper__right-social a {
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-pack: center;
		justify-content: center;
		text-align: center;
		color: var(--thm-black);
		font-size: 14px;
		-webkit-transition: all 500ms ease;
		transition: all 500ms ease;
	}

		.main-menu-wrapper__right-social a:hover {
			color: #79a7a8;
			transition: all 500ms ease;
		}

		.main-menu-wrapper__right-social a + a {
			margin-left: 35px;
		}

.main-menu-wrapper__bottom {
	position: relative;
	display: block;
	
}


.main-menu {
	position: relative;
	z-index: 91;
}

.main-menu__inner {
	display: flex;
	align-items: center;
	position: relative;
}

.main-menu__right {
	margin-left: auto;

	display: flex;
	align-items: center;
	position: relative;
}

	.main-menu__right:before {
		position: absolute;
		top: 28px;
		left: 0;
		bottom: 28px;
		content: "";
		background-color: #e5eeec;
		width: 1px;
	}

@media (max-width: 425px) {
	.main-menu__right {
		padding-left: 0;
	}
}

.main-menu__search {
	font-size: 24px;
	color: var(--thm-black);
	margin-right: 30px;
	transition: all 500ms ease;
}

.main-menu__cart {
	font-size: 24px;
	color: var(--thm-black);
	margin-right: 60px;
	transition: all 500ms ease;
}

	.main-menu__search:hover,
	.main-menu__cart:hover {
		color: #79a7a8;
	}

@media (max-width: 1199px) {

	.main-menu__search,
	.main-menu__cart {
		margin-right: 20px;
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.main-menu__cart {
		margin-right: 0;
	}
}

.main-menu__phone-contact {
	display: flex;
	align-items: center;
	background-color: #eff5f4;
	padding: 19.5px 15px;
}

.main-menu__phone-icon {
	height: 60px;
	width: 60px;
	background-color: #ffffff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 35px;
	color: #79a7a8;
}



.main-menu__phone-number {
	margin-left: 10px;
}

	.main-menu__phone-number > p {
		margin: 0;
		font-size: 14px;
		line-height: 19px;
	}

	.main-menu__phone-number > a {

		font-size: 15px;
		font-weight: 800;
	}

.main-menu__donate-btn {
	font-size: 14px;
	color: #ffffff;
	font-weight: 900;
	background: #79a7a8;
	display: inline-block;
	padding: 7px 20px;
	transition: all 500ms ease;

}

	.main-menu__donate-btn i {
		margin-right: 7px;
		font-size: 12px;
	}

	.main-menu__donate-btn:hover {
		background-color: var(--thm-black);
		color: #ffffff;
	}

.stricky-header.main-menu {
	padding: 0 60px;
}


.main-menu .main-menu__list,
.main-menu .main-menu__list ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	align-items: center;
	display: none;
}

@media (min-width: 1200px) {

	.main-menu .main-menu__list,
	.main-menu .main-menu__list ul,
	.stricky-header .main-menu__list,
	.stricky-header .main-menu__list ul {
		display: flex;
		padding-left: 50px;
	}
}

.main-menu .main-menu__list > li,
.stricky-header .main-menu__list > li {
	padding-top: 34.5px;
	padding-bottom: 34.5px;
	position: relative;
}

	.main-menu .main-menu__list > li + li,
	.stricky-header .main-menu__list > li + li {
		margin-left: 35px;
	}

	.main-menu .main-menu__list > li > a,
	.stricky-header .main-menu__list > li > a {
		font-size: 16px;
		font-weight: 700;
		display: flex;
		align-items: center;
		color: var(--thm-gray);
		position: relative;
		transition: all 500ms ease;
	}

		.main-menu .main-menu__list > li > a::before,
		.stricky-header .main-menu__list > li > a::before {
			content: '';
			width: 100%;
			height: 2px;
			background-color: #79a7a8;
			position: absolute;
			bottom: 0;
			left: 0;
			transition: transform 500ms ease;
			transform: scale(0, 1);
			transform-origin: left center;
		}

	.main-menu .main-menu__list > li.current > a,
	.main-menu .main-menu__list > li:hover > a,
	.stricky-header .main-menu__list > li.current > a,
	.stricky-header .main-menu__list > li:hover > a {
		color: var(--thm-black);
	}

		.main-menu .main-menu__list > li.current > a::before,
		.main-menu .main-menu__list > li:hover > a::before,
		.stricky-header .main-menu__list > li.current > a::before,
		.stricky-header .main-menu__list > li:hover > a::before {
			transform: scale(1, 1);
			transform-origin: right center;
		}

.main-menu .main-menu__list li ul,
.stricky-header .main-menu__list li ul {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 220px;
	background-color: #fff;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	opacity: 0;
	visibility: hidden;
	transition: 500ms ease;
	z-index: 99;
	box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
}

.main-menu .main-menu__list li:hover > ul,
.stricky-header .main-menu__list li:hover > ul {
	opacity: 1;
	visibility: visible;
}

.main-menu .main-menu__list li ul li,
.stricky-header .main-menu__list li ul li {
	flex: 1 1 100%;
	width: 100%;
	position: relative;
}

	.main-menu .main-menu__list li ul li + li,
	.stricky-header .main-menu__list li ul li + li {
		border-top: 1px solid RGBA(var(--thm-black), 0.1);
	}

	.main-menu .main-menu__list li ul li a,
	.stricky-header .main-menu__list li ul li a {
		font-size: 16px;
		line-height: 30px;
		color: var(--thm-black);
		display: flex;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
		transition: 500ms;
	}

	.main-menu .main-menu__list li ul li:hover > a,
	.stricky-header .main-menu__list li ul li:hover > a {
		background-color: #79a7a8;
		color: #fff;
	}

	.main-menu .main-menu__list li ul li > ul,
	.stricky-header .main-menu__list li ul li > ul {
		top: 0;
		left: 100%;
	}

		.main-menu .main-menu__list li ul li > ul.right-align,
		.stricky-header .main-menu__list li ul li > ul.right-align {
			top: 0;
			left: auto;
			right: 100%;
		}

		.main-menu .main-menu__list li ul li > ul ul,
		.stricky-header .main-menu__list li ul li > ul ul {
			display: none;
		}

.stricky-header {
	position: fixed;
	z-index: 991;
	top: 0;
	left: 0;
	background-color: #fff;
	width: 100%;
	visibility: hidden;
	transform: translateY(-120%);
	transition: transform 500ms ease, visibility 500ms ease;
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
	.stricky-header {
		display: none;
	}
}

.stricky-header.stricky-fixed {
	transform: translateY(0);
	visibility: visible;
}

.stricky-header .main-menu__inner {
	box-shadow: none;
	padding-right: 0;
}

.mobile-nav__buttons {
	display: flex;
	margin-left: auto;
	margin-right: 10px;
}

@media (min-width: 1200px) {
	.mobile-nav__buttons {
		display: none;
	}
}

.mobile-nav__buttons a {
	font-size: 20px;
	color: var(--thm-black);
	cursor: pointer;
}

	.mobile-nav__buttons a + a {
		margin-left: 10px;
	}

	.mobile-nav__buttons a:hover {
		color: var(--thm-base);
	}

.main-menu .mobile-nav__toggler {
	font-size: 20px;
	color: var(--thm-black);
	cursor: pointer;
	transition: 500ms;
	margin-right: 20px;
}

	.main-menu .mobile-nav__toggler:hover {
		color: var(--thm-base);
	}

@media (min-width: 1200px) {
	.main-menu .mobile-nav__toggler {
		display: none;
	}
}


/*--------------------------------------------------------------
# Navigations Two
--------------------------------------------------------------*/
.main-header-two {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
}

.main-header-two__inner {
	position: relative;
	display: block;
	background-color: var(--thm-black);
}



.main-header-two__logo {
	position: relative;
	display: block;
	max-width: 120px;
	float: left;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 63px;
}





.main-header-two__contact-info {
	position: relative;
	display: block;
	max-width: 905px;
	float: right;
	width: 100%;
	margin-left: 145px;
}

.main-header-two__contact-list {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	padding-top: 35px;
	padding-bottom: 58px;
}

	.main-header-two__contact-list li {
		display: inline-block;
		position: relative;
		padding-left: 35px;
	}

		.main-header-two__contact-list li:before {
			position: absolute;
			top: -9px;
			right: -30px;
			bottom: 7px;
			content: "";
			background: rgba(255, 255, 255, .09);
			width: 1px;
		}

		.main-header-two__contact-list li:last-child:before {
			display: none;
		}

		.main-header-two__contact-list li + li {
			margin-left: 55px;
		}

.main-header-two__contact-icon {
	position: absolute;
	top: 2px;
	left: 0;
}

	.main-header-two__contact-icon span {
		font-size: 35px;
		color: #79a7a8;
	}

.main-header-two__contact-text {
	margin-left: 15px;
}

	.main-header-two__contact-text p {
		font-size: 14px;
		color: #afb2c0;
		margin: 0;
		line-height: 14px;
	}

	.main-header-two__contact-text a {
		font-size: 16px;
		color: #ffffff;
		font-weight: 800;
	}

	.main-header-two__contact-text h5 {
		font-size: 16px;
		color: #ffffff;
		font-weight: 800;
		margin-top: 7px;
	}

.main-header-two__btn {
	position: relative;
	display: block;
	float: right;
	padding-top: 55px;
	padding-bottom: 39px;
}

.main-header-two__donate-btn {
	font-size: 14px;
	color: #ffffff;
	font-weight: 900;
	background: #79a7a8;
	display: inline-block;
	padding: 7px 20px;
	transition: all 500ms ease;
}

	.main-header-two__donate-btn i {
		margin-right: 7px;
		font-size: 12px;
	}

	.main-header-two__donate-btn:hover {
		color: var(--thm-black);
	}

.main-header-two__bottom {
	position: relative;
	display: block;
	z-index: 5;
	top: -39px;
}



.main-menu__two .main-menu__inner {
	background: #ffffff;
	padding: 0 50px;
}

.main-menu__two .main-menu__right {
	padding-left: 0px;
	padding-top: 22px;
	padding-bottom: 21px;
}

	.main-menu__two .main-menu__right:before {
		display: none;
	}

.main-menu__right-social {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	position: relative;
	padding-right: 30px;
	margin-right: 30px;
}

	.main-menu__right-social:before {
		position: absolute;
		top: -4px;
		right: 0;
		bottom: -3px;
		content: "";
		background: #e5eeec;
		width: 1px;
	}

	.main-menu__right-social a {
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-pack: center;
		justify-content: center;
		text-align: center;
		width: 35px;
		height: 35px;
		background-color: #e5eeec;
		color: var(--thm-black);
		font-size: 13px;
		border-radius: 50%;
		-webkit-transition: all 500ms ease;
		transition: all 500ms ease;
	}

		.main-menu__right-social a + a {
			margin-left: 10px;
		}

		.main-menu__right-social a:hover {
			color: #ffffff;
			background: #79a7a8;
		}

.main-menu__two .main-menu__cart {
	margin-right: 0;
}

.main-menu__two .main-menu__list > li,
.stricky-header.main-menu__two .main-menu__list > li {
	padding-top: 24px;
	padding-bottom: 24px;
}

.stricky-header.main-menu__two .main-menu__inner {
	padding: 0 0;
}

.stricky-header.main-menu__two {
	padding: 0 0;
}




/*--------------------------------------------------------------
# Navigations Three
--------------------------------------------------------------*/
.main-header-three {
	position: relative;
	display: block;
}

.main-header-three__menu-box {
	position: relative;
	display: block;
	padding: 0 30px;
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

@media(min-width: 992) {
	.main-header-three__menu-box {
		padding: 0 60px;
	}
}





.main-menu-three__logo {
	position: relative;
	display: block;
	float: left;
	text-align: center;
	padding: 28.5px 0;
}





.main-menu-three__inner-upper {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70%;
	float: left;
}

.main-menu-three__btn {
	margin-right: 60px;
}

.main-menu-three__donate-btn {
	font-size: 14px;
	color: #ffffff;
	font-weight: 900;
	background: #79a7a8;
	display: inline-block;
	padding: 7px 20px;
	transition: all 500ms ease;
}

	.main-menu-three__donate-btn i {
		margin-right: 7px;
		font-size: 12px;
	}

	.main-menu-three__donate-btn:hover {
		color: var(--thm-black);
	}



.main-menu__right-three {
	position: relative;
	float: right;
	padding-left: 0;
	padding: 36.5px 0;
}

	.main-menu__right-three:before {
		display: none;
	}

	.main-menu__right-three .main-menu__search {
		padding: 5.5px 0;
	}

	.main-menu__right-three .main-menu__cart {
		padding: 5.5px 0;
		margin-right: 0;
	}

.main-menu-three__inner .main-menu__list > li,
.stricky-header.main-menu-three .main-menu__list > li {
	padding-top: 39.5px;
	padding-bottom: 38.5px;
}


/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
.main-slider {
	overflow: hidden;
	position: relative;
}

	.main-slider .swiper-slide {
		position: relative;
		background-color: var(--thm-black);
	}

.main-slider-three .swiper-slide {
	background-color: rgba(0, 0, 0, 0);
}

.main-slider .swiper-slide .container {
	position: relative;
	z-index: 30;
}

.main-slider .image-layer {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	transform: scale(1);
	
	transition: transform 7000ms ease;
	z-index: 1;
}

.main-slider .image-layer-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(var(--thm-black-rgb), .7);
	z-index: 2;
}




.main-slider .container {
	padding-bottom: 190px;
	padding-top: 219px;
}

.main-slider__content {
	position: relative;
	display: block;
	text-align: right;
}

.main-slider__shape-1 {
	position: absolute;
	bottom: 215px;
	right: 9px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 1000ms ease, visibility 1000ms ease;
	transition-delay: 1000ms;
}

.main-slider .swiper-slide-active .main-slider__shape-1 {
	opacity: 1;
	visibility: visible;
}






	

.main-slider .swiper-slide-active .image-layer {
	transform: scale(1.15);
}

.main-slider .swiper-slide-active .thm-btn,
.main-slider .swiper-slide-active p,
.main-slider .swiper-slide-active h2,
.main-slider .swiper-slide-active p {
	visibility: visible;
	opacity: 1;
	transform: translateY(0) translateX(0);
}

.main-slider__counter {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
	z-index: 1;
}

.main-slider__counter-box {
	position: relative;
	display: block;
	margin: 0;
	float: right;
}

	.main-slider__counter-box li {
		position: relative;
		max-width: 230px;
		background: #eff5f4;
		padding: 40px 50px 40px;
		float: left;
		transition: all 500ms ease;
	}

		.main-slider__counter-box li:hover {
			background: #79a7a8;
		}

.main-sldier__counter-digit {
	font-size: 44px;
	color: #79a7a8;
	font-weight: 900;
	transition: all 500ms ease;
}

.main-slider__counter-text {
	font-size: 16px;
	color: var(--thm-black);
	margin: 0;
	font-weight: 900;
	line-height: 26px;
	transition: all 500ms ease;
}

.main-slider__counter-box li:hover .main-sldier__counter-digit {
	color: #ffffff;
}

.main-slider__counter-box li:hover .main-slider__counter-text {
	color: #ffffff;
}

.main-slider__nav {
	width: 100%;
	max-width: 1200px;
	padding-left: 15px;
	padding-right: 15px;
	position: absolute;
	top: 54%;
	left: 50%;
	z-index: 100;
	transform: translateY(-50%) translateX(-50%);
	display: flex;
	align-items: flex-end;
	flex-direction: column;
}


	.main-slider__nav .swiper-button-next,
	.main-slider__nav .swiper-button-prev {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		z-index: 100;
		width: 63px;
		height: 63px;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 20px;
		color: var(--thm-black);
		background: #ffffff;
		border-radius: 50%;
		opacity: 1;
		margin: 0;
		text-align: center;
		transition: all 500ms ease;
	}


		.main-slider__nav .swiper-button-next:hover,
		.main-slider__nav .swiper-button-prev:hover {
			opacity: 0.5;
		}

		.main-slider__nav .swiper-button-next::after,
		.main-slider__nav .swiper-button-prev::after {
			display: none;
		}

	.main-slider__nav .swiper-button-prev {
		margin-bottom: 10px;
	}

		.main-slider__nav .swiper-button-prev .icon-left-arrow {
			position: relative;
			transform: rotate(180deg);
		}

#main-slider-pagination {
	z-index: 10;
	bottom: 51px;
	left: 50%;
	width: 100%;
	max-width: 1170px;
	-webkit-transform: translate(-50%, calc(-50% + 95px));
	transform: translate(-50%, calc(0% + 0px));
	text-align: left;
}

	#main-slider-pagination .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
		border-radius: 50%;
		opacity: 0.5;
		background-color: #fff;
	}

		#main-slider-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
			margin-left: 2px;
		}

		#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
			opacity: 1;
		}

/*--------------------------------------------------------------
# Main Slider Two
--------------------------------------------------------------*/
.main-slider-two .container {
	padding-bottom: 175px;
	padding-top: 380px;
}

.main-slider-two .image-layer-overlay {
	background: rgba(var(--thm-primary-rgb), 0.5);
}






.main-slider__nav-two {
	width: 100%;
	max-width: 1200px;
	padding-left: 15px;
	padding-right: 15px;
	position: absolute;
	top: 59%;
	left: 50%;
	z-index: 100;
	transform: translateY(-50%) translateX(-50%);
	display: flex;
	align-items: center;
	justify-content: space-between;
}


	.main-slider__nav-two .swiper-button-next,
	.main-slider__nav-two .swiper-button-prev {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		z-index: 100;
		width: 63px;
		height: 63px;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 20px;
		color: var(--thm-black);
		background: #ffffff;
		border-radius: 50%;
		opacity: 1;
		margin: 0;
		text-align: center;
		transition: all 500ms ease;
	}


		.main-slider__nav-two .swiper-button-next:hover,
		.main-slider__nav-two .swiper-button-prev:hover {
			opacity: 0.5;
		}

		.main-slider__nav-two .swiper-button-next::after,
		.main-slider__nav-two .swiper-button-prev::after {
			display: none;
		}

	.main-slider__nav-two .swiper-button-prev {
		margin-bottom: 10px;
	}

		.main-slider__nav-two .swiper-button-prev .icon-left-arrow {
			position: relative;
			transform: rotate(180deg);
		}


.main-slider-two #main-slider-pagination {
	text-align: center;
}



/*--------------------------------------------------------------
# Main Slider Three
--------------------------------------------------------------*/
.main-slider-three .container {
	padding-bottom: 210px;
	padding-top: 240px;
}

.main-slider-three .image-layer {
	opacity: inherit;
}

.main-slider-three .image-layer-overlay {
	background: rgba(255, 255, 255, .30);
}

.main-slider-three p {
	color: #79a7a8;
}

.main-slider-three h2 {
	color: var(--thm-black);
}

.main-slider-three-shape {
	position: absolute;
	top: -50px;
	right: 194px;
	-webkit-animation: service_hexagon_2 15s infinite linear;
	-moz-animation: service_hexagon_2 15s infinite linear;
	-o-animation: service_hexagon_2 15s infinite linear;
	animation: service_hexagon_2 15s infinite linear;
}




/*** 

====================================================================
	Call To Action Section
====================================================================

***/

.call-to-action-section{
	position:relative;
	padding:40px 0px;
	background-image: -ms-linear-gradient(left, #d5ada6 0%, #f39900 100%);
	background-image: -moz-linear-gradient(left, #d5ada6 0%, #f39900 100%);
	background-image: -o-linear-gradient(left, #d5ada6 0%, #f39900 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #d5ada6), color-stop(100, #f39900));
	background-image: -webkit-linear-gradient(left, #d5ada6 0%, #f39900 100%);
	background-image: linear-gradient(to right, #d5ada6 0%, #f39900 100%);
}

.call-to-action-section h2{
	position:relative;
	color:#ffffff;
	font-size:36px;
	font-weight:700;
}

.call-to-action-section .text{
	position:relative;
	color:#ffffff;
	font-size:18px;
	font-weight:400;
	margin-top:8px;
}

.call-to-action-section .theme-btn{
	margin-top:13px;
}

/*** 

====================================================================
	Welcome Section
====================================================================

***/

.welcome-section {
	position: relative;
	padding: 60px 0px 60px;
}

.welcome-section .content-column{
	position:relative;
}

	.welcome-section .content-column .inner-column {
		position: relative;
		padding-top: 30px;
	}

	.welcome-section .content-column h2 {
		position: relative;
		color: #204e5e;
		font-weight: 700;
		font-size: 30px;
	}

.welcome-section .content-column .bold-text{
	position:relative;
	color:#777777;
	font-weight:500;
	font-size:16px;
	margin-top:15px;
}

	.welcome-section .content-column .text {
		position: relative;
		color: #204e5e;
		font-weight: 400;
		font-size: 14px;
		margin-top: 28px;
		line-height: 2em;
		max-width: 450px;
		margin-bottom: 0;
	}

/*Video Box*/

.video-box{
	position:relative;
	border-radius:25px;
	overflow:hidden;
}

.video-box .video-image{
	position:relative;
	margin:0px;
}

.video-box .video-image img{
	position:relative;
	width:100%;
	z-index:3;
}

.video-box .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	text-align:center;
	overflow:hidden;
	line-height: 80px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.video-box .overlay-box span{
	position: absolute;
	width:80px;
	height: 80px;
	left:50%;
    top: 50%;
	z-index:99;
	color: #ffffff;
	font-weight:400;
	font-size:20px;
	text-align: center;
	border-radius:50%;
	padding-left:4px;
	display: inline-block;
	margin-top: -50px;
	margin-left:-50px;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	background-color:#d5ada6;
}

.video-box .ripple,
.video-box .ripple:before,
.video-box .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 80px;
    width: 80px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(253, 96, 29, .6);
    -moz-box-shadow: 0 0 0 0 rgba(253, 96, 29, .6);
    -ms-box-shadow: 0 0 0 0 rgba(253, 96, 29, .6);
    -o-box-shadow: 0 0 0 0 rgba(253, 96, 29, .6);
    box-shadow: 0 0 0 0 rgba(253, 96, 29, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.video-box .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.video-box .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(253, 96, 29, 0);}
    100% {box-shadow: 0 0 0 0 rgba(253, 96, 29, 0);}
}

@keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(253, 96, 29, 0);}
    100% {box-shadow: 0 0 0 0 rgba(253, 96, 29, 0);}
}

/*** 

====================================================================
	Counter Section
====================================================================

***/

.counter-section{
	position:relative;
	padding:80px 0px 60px;
	background-color:#1e1a15;
	background-position:right center;
	background-attachment:fixed;
	background-repeat:no-repeat;
}

	.counter-section:before {
		position: absolute;
		content: '';
		left: 0px;
		top: 0px;
		right: 0px;
		bottom: 0px;
		background-color: rgba(121, 167, 167,0.8);
	}

.counter-section.style-two{
	padding-top:300px;
	margin-top:-230px;
}

/*fact counter*/

.fact-counter{
	position:relative;
}

.fact-counter .column{
	position:relative;
	margin-bottom:30px;
}

.fact-counter .column .inner{
	position:relative;
}

.fact-counter .column .inner .content{
	position:relative;
	text-align:center;
}

.fact-counter .column .inner .icon{
	position:relative;
	color:#ea3a60;
	font-size:60px;
	text-align:center;
	line-height:1em;
	font-weight: 400;
	margin-bottom:28px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.fact-counter .count-outer .percentage{
	display:inline-block;
	font-weight:600;
	color:#020e28;
	font-size:48px;
	line-height:1em;
}

.fact-counter .column .inner .count-outer{
	position:relative;
	font-weight:700;
	color:#ffffff;
	font-size:36px;
	line-height:1em;
	display:inline-block;
	
}

.fact-counter .column .inner .counter-title{
	position:relative;
	font-size:24px;
	padding-top:14px;
	font-weight:700;
	color:#fa7712;
	margin-top:18px;
}

	.fact-counter .column .inner .counter-title:before {
		position: absolute;
		content: '';
		left: 50%;
		top: 0px;
		width: 32px;
		height: 1px;
		margin-left: -16px;
		background-color: #416068;
	}

/*** 

====================================================================
	Causes Section
====================================================================

***/

.causes-section{
	position:relative;
	padding:90px 0px 70px;
}

.causes-section .sec-title .theme-btn{
	margin-top:50px;
}

/* Causes Block */

.causes-block{
	position:relative;
	margin-bottom:40px;
}

.causes-block .inner-box{
	position:relative;
}

.causes-block .inner-box .image{
	position:relative;
	overflow:hidden;
	border-radius:10px;
	background-color:#d5ada6;
	transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.causes-block .inner-box:hover .image img{
	position:relative;
	width:100%;
	display:block;
	opacity:0.4;
	transform:scale(1.1,1.1);
}

.causes-block .inner-box .image img{
	width:100%;
	display:block;
	transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.causes-block .inner-box .image .ribbon{
	position:absolute;
	left:0px;
	top:20px;
	color:#ffffff;
	font-size:14px;
	z-index:1;
	padding:4px 14px;
	text-transform:uppercase;
}

.causes-block .inner-box .image .ribbon:before{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	left:-40px;
	height:100%;
	z-index:-1;
	background-color:#d5ada6;
	transform:skew(-30deg);
}

.causes-block .inner-box .image .like-icon{
	position:absolute;
	right:20px;
	top:20px;
	display:block;
	opacity:0;
	font-size:28px;
	color:#ffffff;
	transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.causes-block .inner-box:hover .image .like-icon{
	opacity:1;
}

.causes-block .inner-box .lower-content{
	position:relative;
	padding-top:25px;
}

.causes-block .inner-box .lower-content h3{
	position:relative;
	color:#333333;
	font-size:24px;
	font-weight:700;
	margin-bottom:20px;
	text-align:center;
}

	.causes-block .inner-box .lower-content h3 a {
		color: #79a7a7;
		transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
	}

.causes-block .inner-box .lower-content h3 a:hover{
	color:#d5ada6;
}

.causes-block .inner-box .lower-content .text{
	position:relative;
	color:#777777;
	font-size:14px;
	line-height:1.9em;
	text-align:center;
	margin-bottom:50px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.causes-block .inner-box .lower-content .content{
	position:relative;
}

.causes-block .inner-box .lower-content .content .overlay-box .collect{
	position:relative;
	color:#666666;
	font-size:16px;
	font-weight:400;
	margin-bottom:15px;
}

.causes-block .inner-box .lower-content .donate-percentage{
	position:relative;
}

.causes-block .inner-box .lower-content .donate-percentage .donate-bar-info{
	position:relative;
	margin-bottom:10px;
	background-color:#cccccc;
}

.causes-block .inner-box .lower-content .donate-bar-info .donate-percent{
	position:relative;
	font-weight:400;
	color:#000000;
	font-size:18px;
	display:block;
	width:100%;
	text-align:center;
	text-transform:uppercase;
}

.causes-block .inner-box .lower-content .donate-bar-info .donate-percent .count-box{
	position:absolute;
	width:100%;
	color:#aa1f43;
	font-size:14px;
	text-align:center;
	margin-top:10px;
}

.causes-block .inner-box .lower-content .donate-percentage .donate-bar{
	position:relative;
	width:100%;
	height:2px;	
}

.causes-block .inner-box .lower-content .donate-percentage .donate-bar .bar-inner{
	position:relative;
	width:100%;
	height:6px;
	background:#e1e1e1;
}

.causes-block .inner-box .lower-content .donate-percentage .donate-bar .bar-inner .bar{
	position:absolute;
	left:0px;
	top:0px;
	height:6px;
	width:0px;
	background-color:#d5ada6;
	-webkit-transition:all 2000ms ease;
	-ms-transition:all 2000ms ease;
	-o-transition:all 2000ms ease;
	-moz-transition:all 2000ms ease;
	transition:all 2000ms ease;
}

.causes-block .inner-box .lower-content .donate-percentage .donate-bar .bar-inner .bar:before{
	position:absolute;
	content:'';
	right:-1px;
	top:-5px;
	width:16px;
	height:16px;
	border-radius:50%;
	background-color:#e1e1e1;
	border:1px solid #d5ada6;
}

.causes-block .inner-box .lower-content .donate-percentage .donate-bar .bar-inner .bar .count-box{
	position:absolute;
	right:-12px;
	top:-30px;
	color:#333333;
	font-size:14px;
}

.causes-block .inner-box .lower-content .donate-percentage .amounts{
	position:relative;
	margin-top:15px;
}

.causes-block .inner-box .lower-content .donate-percentage .amounts .number{
	position:relative;
	color:#333333;
	font-size:18px;
	font-weight:700;
}

.causes-block .inner-box .lower-content .btns-box{
	position:relative;
	text-align:center;
	margin-top:30px;
}

.causes-block .inner-box .lower-content .btns-box .theme-btn{
	margin:0px 2px;
	padding:11px 38px;
}

.causes-block .inner-box .lower-content .btns-box .btn-style-three{
	padding:13px 38px;
}

/*** 

====================================================================
	Services Section
====================================================================

***/

.services-section{
	position:relative;
	padding:85px 0px 70px;
	background-repeat:repeat;
}

.service-block{
	position:relative;
	margin-bottom:30px;
}

.service-block .inner-box{
	position:relative;
	text-align:center;
}

.service-block .inner-box .icon-box{
	position:relative;
	font-size:64px;
	color:#333333;
	line-height:1em;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.service-block .inner-box:hover .icon-box{
	color:#d5ada6;
}

.service-block .inner-box h3{
	position:relative;
	font-weight:700;
	color:#333333;
	font-size:30px;
	line-height:1.3em;
	margin-top:20px;
}

.service-block .inner-box h3 a{
	position:relative;
	color:#d5ada6;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.service-block .inner-box:hover h3 a{
	color:#333333;
}

.service-block .inner-box .text{
	position:relative;
	font-weight:400;
	color:#777777;
	font-size:14px;
	line-height:2em;
	margin-top:20px;
}

/*** 

====================================================================
	Fluid Section One
====================================================================

***/

.fluid-section-one{
	position:relative;
}

.fluid-section-one .outer-section{
	position:relative;
}

.fluid-section-one .image-column{
    position: absolute;
    left: 0px;
	top:0px;
    width: 40%;
    bottom:50px;
	float:right;
	height:105%;
	margin-top:-20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
}

.fluid-section-one .image-column .image{
    width: 100%;
    display: none;
}

.fluid-section-one .image-column .image img{
    display: block;
    width: 100%;
}

/*Content Column*/

.fluid-section-one .content-column{
	position: relative;
    width: 60%;
	float:right;
}

.fluid-section-one .content-column .content-box{
	position:relative;
	max-width:720px;
	width:100%;
	float:left;
	margin:0 auto;
	padding:70px 15px 90px 90px;
}

.event-block{
	position:relative;
}

.event-block .inner-box{
	position:relative;
}

.event-block .inner-box .upper-box{
	position:relative;
}

.event-block .inner-box .upper-box .upper-inner{
	position:relative;
	padding-top:15px;
	padding-left:100px;
}

.event-block .inner-box .upper-box .date-outer{
	position:absolute;
	left:0px;
	top:0px;
}

.event-block .inner-box .upper-box .date-outer .date{
	position:relative;
	color:#333333;
	width:70px;
	height:70px;
	font-size:36px;
	font-weight:700;
	line-height:1.3em;
	border-radius:10px;
	text-align:center;
	line-height:66px;
	border:2px solid #e1e1e1;

}

.event-block .inner-box .upper-box .date-outer .month{
	position:relative;
	color:#d5ada6;
	font-size:24px;
	font-weight:700;
	border-radius:10px;
	text-align:center;
	margin-top:10px;
	text-transform:uppercase;

}

.event-block .inner-box .upper-box .upper-inner .category{
	position:relative;
	color:#333333;
	font-size:14px;
	line-height:1.9em;
}

.event-block .inner-box .upper-box .upper-inner .category span{
	display:block;
}

.event-block .inner-box h3{
	position:relative;
	color:#333333;
	font-size:20px;
	line-height:1.5em;
	font-weight:700;
	margin-top:60px;
	margin-bottom:30px;
}

.event-block .inner-box h3 a{
	position:relative;
	color:#333333;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.event-block .inner-box h3 a:hover{
	color:#fd651b;
}

.event-block .inner-box .post-meta{
	position:relative;
	padding-top:25px;
	margin-bottom:18px;
	border-top:3px solid #cccccc;
}

.event-block .inner-box .post-meta:before{
	position:absolute;
	content:'';
	left:0px;
	top:-3px;
	width:20px;
	height:3px;
	transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	background-color:#d5ada6;
}

.event-block .inner-box:hover .post-meta:before{
	width:100%;
}

.event-block .inner-box .post-meta li{
	position:relative;
	color:#777777;
	font-size:12px;
	font-weight:500;
	margin-right:2px;
	margin-bottom:8px;
	display:inline-block;
}

.event-block .inner-box .post-meta li:last-child{
	margin-right:0px;
}

.event-block .inner-box .post-meta li a{
	position:relative;
	color:#777777;
}

.event-block .inner-box .post-meta li a .icon{
	position:relative;
	margin-right:8px;
	color:#d5ada6;
}

.event-block .inner-box .btns-box{
	position:relative;
	text-align:center;
}

.event-block .inner-box .btns-box .theme-btn{
	padding:4px 22px;
	font-size:14px;
	font-weight:400;
	margin:0px 6px;
	text-transform:capitalize;
}

.event-block .inner-box .btns-box .theme-btn:first-child{
	padding:6px 22px;
}

/*** 

====================================================================
	Call To Action Section
====================================================================

***/

.call-to-action-section-two{
	position:relative;
	padding:90px 0px;
	text-align:center;
	background-attachment:fixed;
	background-size:cover;
	background-repeat:no-repeat;
}

.call-to-action-section-two:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color:rgba(1,1,1,0.85);
}

.call-to-action-section-two h2{
	position:relative;
	color:#ffffff;
	font-size:30px;
	font-weight:700;
	line-height:1.4em;
	padding-bottom:28px;
}

.call-to-action-section-two h2:before{
	position:absolute;
	content:'';
	left:50%;
	bottom:0px;
	height:2px;
	width:45px;
	margin-left:-22px;
	background-color:#d5ada6;
}

.call-to-action-section-two .text{
	position:relative;
	color:#ffffff;
	font-size:14px;
	font-weight:400;
	line-height:2em;
	padding-bottom:28px;
	max-width:650px;
	margin:0 auto;
	margin-top:30px;
}

/*** 

====================================================================
	Volunter Section
====================================================================

***/

.volunter-section{
	position:relative;
	padding:90px 0px 60px;
}

.volunter-block{
	position:relative;
	margin-bottom:30px;
}

.volunter-block .inner-box{
	position:relative;
}

.volunter-block .inner-box .image{
	position:relative;
	border-radius:10px;
}

.volunter-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	border-radius:10px;
}

.volunter-block .inner-box .image .overlay-box{
	position:absolute;
	left:15px;
	right:15px;
	top:-15px;
	bottom:15px;
	opacity:0;
	overflow:hidden;
	border-radius:12px;
	padding:22px 24px 0px;
	transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
	-webkit-transform:scaleX(0.7) translateX(-30px);
	-ms-transform:scaleX(0.7) translateX(-30px);
	-moz-transform:scaleX(0.7) translateX(-30px);
	transform:scaleX(0.7) translateX(-30px);
	-webkit-transform-origin:left;
	-ms-transform-origin:left;
	-moz-transform-origin:left;
	transform-origin:left;
}

.volunter-block .inner-box:hover .image .overlay-box{
	opacity:1;
	-webkit-transform:scaleX(1) translateX(0px);
	-ms-transform:scaleX(1) translateX(0px);
	-moz-transform:scaleX(1) translateX(0px);
	transform:scaleX(1) translateX(0px);
}

.volunter-block .inner-box .image .overlay-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	opacity:0.85;
	background-image: -ms-linear-gradient(top, #d5ada6 0%, #F39900 100%);
	background-image: -moz-linear-gradient(top, #d5ada6 0%, #F39900 100%);
	background-image: -o-linear-gradient(top, #d5ada6 0%, #F39900 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d5ada6), color-stop(100, #F39900));
	background-image: -webkit-linear-gradient(top, #d5ada6 0%, #F39900 100%);
	background-image: linear-gradient(to bottom, #d5ada6 0%, #F39900 100%);
}

.volunter-block .inner-box .image .overlay-box .overlay-inner{
	position:relative;
	height:100%;
}

.volunter-block .inner-box .image .overlay-box .text{
	position:relative;
	color:#ffffff;
	font-size:16px;
	line-height:1.8em;
}

.volunter-block .inner-box .image .overlay-box .link-btn{
	position:absolute;
	left:50%;
	top:50%;
	color:#ffffff;
	font-size:22px;
	line-height:1em;
	margin-left:-10px;
}

.volunter-block .inner-box .image .overlay-box .social-box{
	position: absolute;
	left:0px;
	right:0px;
	bottom:-70px;
	transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
}

.volunter-block .inner-box:hover .image .overlay-box .social-box{
	bottom:0px;
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.volunter-block .inner-box .image .overlay-box .social-box li{
	position: relative;
	display: inline-block;
}

.volunter-block .inner-box .image .overlay-box .social-box li a{
	position: relative;
	color: #ffffff;
	font-size: 16px;
	padding: 13px 10px;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.volunter-block .inner-box .image .overlay-box .social-box li a:hover{
	color:#ffffff;
	background-color:#333333;
}

.volunter-block .inner-box .lower-box{
	position:relative;
	text-align:center;
	padding-top:25px;
}

.volunter-block .inner-box .lower-box h3{
	position:relative;
	color:#222222;
	font-size:20px;
	font-weight:700;
	text-transform:uppercase;
}

.volunter-block .inner-box .lower-box h3 a{
	position:relative;
	color:#222222;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.volunter-block .inner-box .lower-box h3 a:hover{
	color:#d5ada6;
}

.volunter-block .inner-box .lower-box .designation{
	position:relative;
	color:#777777;
	font-size:14px;
	margin-top:10px;
}

/*** 

====================================================================
	News Section
====================================================================

***/

.news-section{
	position:relative;
	padding:90px 0px 60px;
	background-color:#f5f5f5;
}

/* News Block */

.news-block{
	position:relative;
	margin-bottom:30px;
}

.news-block .inner-box{
	position:relative;
	border-radius:12px;
	overflow:hidden;
	background-color:#ffffff;
}

.news-block .inner-box .image{
	position:relative;
}

.news-block .inner-box .image a{
	position:relative;
	display:block;
}

.news-block .inner-box .image a:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	opacity:0;
	z-index:1;
	background-color:rgba(255,87,34,0.60);
	transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
	background-size:cover;
	-webkit-transform:scaleX(0.7) translateX(-130px);
	-ms-transform:scaleX(0.7) translateX(-130px);
	-moz-transform:scaleX(0.7) translateX(-130px);
	transform:scaleX(0.7) translateX(-130px);
	-webkit-transform-origin:left;
	-ms-transform-origin:left;
	-moz-transform-origin:left;
	transform-origin:left;
}

.news-block .inner-box:hover .image a:before{
	opacity:1;
	-webkit-transform:scaleX(1) translateX(0px);
	-ms-transform:scaleX(1) translateX(0px);
	-moz-transform:scaleX(1) translateX(0px);
	transform:scaleX(1) translateX(0px);
}

.news-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.news-block .inner-box .lower-content{
	position:relative;
	padding:30px 30px 30px;
}

.news-block .inner-box .lower-content .content{
	position:relative;
	padding-left:90px;
}

.news-block .inner-box .lower-content .date-outer{
	position:absolute;
	left:0px;
	top:0px;
}

.news-block .inner-box .lower-content .date-outer .date{
	position:relative;
	color:#d5ada6;
	width:60px;
	height:60px;
	font-size:30px;
	font-weight:700;
	line-height:1.3em;
	border-radius:10px;
	text-align:center;
	line-height:56px;
	border:2px solid #e1e1e1;

}

.news-block .inner-box .lower-content .date-outer .month{
	position:relative;
	color:#333333;
	font-size:16px;
	font-weight:700;
	border-radius:10px;
	text-align:center;
	margin-top:10px;
	text-transform:capitalize;

}

.news-block .inner-box .lower-content h3{
	position:relative;
	color:#333333;
	font-size:24px;
	line-height:1.5em;
	font-weight:700;
	margin-bottom:12px;
}

.news-block .inner-box .lower-content h3 a{
	position:relative;
	color:#333333;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-block .inner-box .lower-content h3 a:hover{
	color:#fd651b;
}

.news-block .inner-box .lower-content .post-meta{
	position:relative;
	margin-bottom:5px;
}

.news-block .inner-box .lower-content .post-meta li{
	position:relative;
	color:#777777;
	font-size:14px;
	font-weight:400;
	margin-right:22px;
	margin-bottom:8px;
	display:inline-block;
}

.news-block .inner-box .lower-content .post-meta li:last-child{
	margin-right:0px;
}

.news-block .inner-box .lower-content .post-meta li a{
	position:relative;
	color:#777777;
}

.news-block .inner-box .lower-content .post-meta li a .icon{
	position:relative;
	margin-right:8px;
	color:#d5ada6;
}

.news-block .inner-box .lower-content .text{
	position:relative;
	color:#777777;
	font-size:14px;
	line-height:1.8em;
}

/* News Block Two */

.news-block-two{
	position:relative;
	margin-bottom:30px;
}

.news-block-two .inner-box{
	position:relative;
	border-radius:12px;
	overflow:hidden;
	padding:32px 40px 15px;
	background-color:#ffffff;
}

.news-block-two .inner-box .image-layer{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	opacity:0;
	height:100%;
	transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
	background-size:cover;
	-webkit-transform:scaleX(0.7) translateX(-30px);
	-ms-transform:scaleX(0.7) translateX(-30px);
	-moz-transform:scaleX(0.7) translateX(-30px);
	transform:scaleX(0.7) translateX(-30px);
	-webkit-transform-origin:left;
	-ms-transform-origin:left;
	-moz-transform-origin:left;
	transform-origin:left;
}

.news-block-two .inner-box .image-layer:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(255,87,34,0.90);
}

.news-block-two .inner-box:hover .image-layer{
	opacity:1;
	-webkit-transform:scaleX(1) translateX(0px);
	-ms-transform:scaleX(1) translateX(0px);
	-moz-transform:scaleX(1) translateX(0px);
	transform:scaleX(1) translateX(0px);
}

.news-block-two .inner-box .content{
	position:relative;
	padding-left:90px;
}

.news-block-two .inner-box .content .date-outer{
	position:absolute;
	left:0px;
	top:0px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-block-two .inner-box .content .date-outer .date{
	position:relative;
	color:#d5ada6;
	width:60px;
	height:60px;
	font-size:30px;
	font-weight:700;
	line-height:1.3em;
	border-radius:10px;
	text-align:center;
	line-height:56px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	border:2px solid #e1e1e1;

}

.news-block-two .inner-box .content .date-outer .month{
	position:relative;
	color:#333333;
	font-size:16px;
	font-weight:700;
	border-radius:10px;
	text-align:center;
	margin-top:10px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	text-transform:capitalize;

}

.news-block-two .inner-box .content h3{
	position:relative;
	color:#333333;
	font-size:24px;
	line-height:1.4em;
	font-weight:700;
	margin-bottom:12px;
}

.news-block-two .inner-box .content h3 a{
	position:relative;
	color:#333333;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-block-two .inner-box:hover .content h3 a{
	color:#ffffff;
}

.news-block-two .inner-box .content .post-meta{
	position:relative;
	margin-bottom:5px;
}

.news-block-two .inner-box .content .post-meta li{
	position:relative;
	color:#777777;
	font-size:14px;
	font-weight:400;
	margin-right:22px;
	margin-bottom:8px;
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-block-two .inner-box .content .post-meta li:last-child{
	margin-right:0px;
}

.news-block-two .inner-box .content .post-meta li a{
	position:relative;
	color:#777777;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-block-two .inner-box .content .post-meta li a .icon{
	position:relative;
	margin-right:8px;
	color:#d5ada6;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-block-two .inner-box:hover .content .date-outer .date{
	background-color:#ffffff;
	color:#333333;
}

.news-block-two .inner-box:hover .content .post-meta li a,
.news-block-two .inner-box:hover .content .date-outer .month{
	color:#ffffff;
}

.news-block-two .inner-box:hover .content .post-meta li a .icon{
	color:#333333;
}

/*** 

====================================================================
	Clients Section
====================================================================

***/

.clients-section{
	position:relative;
	padding:70px 0px 30px;
}

.clients-section .outer-container{
	position:relative;
	padding:0px 60px;
}

.clients-section .sponsors-outer .owl-dots,
.clients-section .sponsors-outer .owl-nav{
	position:relative;
	display:none;
}

.clients-section .sponsors-outer .image-box{
	position:relative;
	text-align:center;
	margin:0px;
}

.clients-section .sponsors-outer .image-box img{
	max-width:100%;
	width:auto;
	opacity:0.5;
	display:inline-block;
	-webkit-filter: grayscale(100%);
  filter: grayscale(100%);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	
}

.clients-section .sponsors-outer .image-box img:hover{
	opacity:1;
	cursor: col-resize;
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

/*** 

====================================================================
	Main Footer Section
====================================================================

***/

.main-footer {
	position: relative;
	background-color: #204e5e;
	background-position: center center;
	background-repeat: no-repeat;
}

.main-footer.alternate{
	padding-top:110px;
}

.main-footer.style-two{
	background-size:cover;
}

.main-footer.style-two:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color:rgba(0,0,0,0.90);
}

.main-footer .widgets-section{
	position:relative;
	padding:90px 0px 50px;
}

.main-footer .footer-widget{
	position:relative;
	margin-bottom:30px;
	text-align:right
}

.main-footer .footer-widget .logo{
	position:relative;
	margin-bottom:25px;
}

.main-footer .footer-widget h2{
	position:relative;
	color:#ffffff;
	font-size:20px;
	font-weight:700;
	line-height:1.2em;
	margin-bottom:45px;
	padding-bottom:18px;
	text-transform:capitalize;
}

.main-footer .footer-widget h2:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:4px;
	height:1px;
	width:30px;
	background-color:#d5ada6;
}

.main-footer .footer-widget h2:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	height:1px;
	width:40px;
	background-color:#d5ada6;
}

.main-footer .logo-widget .text{
	position:relative;
	color:#ffffff;
	font-size:14px;
	line-height:2em;
	margin-bottom:40px;
}

.main-footer .logo-widget .social-box{
	position: relative;
}

.main-footer .logo-widget .social-box li{
	position: relative;
	margin-right: 15px;
	display: inline-block;
}

	.main-footer .logo-widget .social-box li a {
		position: relative;
		width: 40px;
		height: 40px;
		color: #ffffff;
		font-size: 16px;
		border-radius: 50%;
		text-align: center;
		line-height: 42px;
		display: inline-block;
		background-color: #d5ada6;
		-webkit-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		-o-transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		transition: all 300ms ease;
	}

.main-footer .logo-widget .social-box li a:hover{
	color:#ffffff;
	background-color:#d5ada6;
}

/*News Widget*/

.main-footer .news-widget .post{
	position:relative;
	padding-left:100px;
	min-height:70px;
	margin-bottom:20px;
}

.main-footer .news-widget .post .post-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:80px;
	height:80px;
	overflow:hidden;
}

.main-footer .news-widget .post .text{
	position:relative;
	line-height:1.4em;
	
}

.main-footer .news-widget .post .text a{
	position:relative;
	color:#ffffff;
	font-size:18px;
	font-weight:700;
	line-height:1.7em;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-footer .news-widget .post .text a:hover{
	color:#d5ada6;
}

.main-footer .news-widget .post .post-info{
	position:relative;
	color:#777777;
	font-size:14px;
	margin-top:6px;
}

.main-footer .info-widget .emailed-form{
	margin-top:35px;
}

/*Emailed Form*/

.emailed-form .form-group{
	position:relative;
	display:block;
	margin:0px;
	width:100%;
	max-width:550px;
}

.emailed-form .form-group input[type="text"],
.emailed-form .form-group input[type="tel"],
.emailed-form .form-group input[type="email"],
.emailed-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	height:50px;
	font-size:15px;
	color:#ffffff;
	font-weight:400;
	padding:10px 50px 10px 30px;
	background:none;
	border-radius:50px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	border:1px solid rgba(255,255,255,0.40);
}

.emailed-form .form-group input[type="text"]:focus,
.emailed-form .form-group input[type="tel"]:focus,
.emailed-form .form-group input[type="email"]:focus,
.emailed-form .form-group textarea:focus{
	border-color:#d5ada6;
}

.emailed-form .form-group input[type="submit"],
.emailed-form button{
	position:absolute;
	right:0px;
	top:0px;
	height:50px;
	line-height:40px;
	color:#ffffff;
	font-size:14px;
	text-align:center;
	background:none;
	width:100px;
	font-weight:700;
	border-radius:0px 50px 50px 0px;
	background-color:#d5ada6;
	text-transform:capitalize;
	
}

.main-footer .footer-bottom{
	position:relative;
	padding:40px 0px;
	border-top:2px solid rgba(255,255,255,0.20);
}

.main-footer .footer-bottom .copyright{
	position:relative;
	font-size:15px;
	font-weight:400;
	color:#ffffff;
}

.main-footer .footer-bottom .footer-nav{
	position:relative;
}

.main-footer .footer-bottom .footer-nav li{
	position:relative;
	margin-left:40px;
	display:inline-block;
}

.main-footer .footer-bottom .footer-nav li a{
	position:relative;
	color:#777777;
	font-size:15px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-footer .footer-bottom .footer-nav li a:hover{
	color:#d5ada6;
}

/*** 

====================================================================
	Urgent Causes Section
====================================================================

***/

.urgent-causes-section{
	position:relative;
	padding:90px 0px 60px;
}

.urgent-causes-section .title-column{
	position:relative;
	margin-bottom:40px;
}

.urgent-causes-section .title-column .inner-column{
	position:relative;
}

.urgent-causes-section .title-column .sec-title{
	margin-bottom:30px;
}

.urgent-causes-section .title-column .bold-text{
	position:relative;
	color:#333333;
	font-size:20px;
	font-weight:700;
	line-height:1.4em;
	margin-bottom:15px;
}

.urgent-causes-section .title-column .text{
	position:relative;
	color:#777777;
	font-size:14px;
	line-height:2em;
	margin-bottom:30px;
}

.urgent-causes-section .title-column .theme-btn{
	padding:10px 36px 10px;
	border:none;
	font-size:14px;
	margin-right:15px;
	margin-bottom:15px;
}

.urgent-causes-section .donate-column{
	position:relative;
	margin-bottom:40px;
}

.urgent-causes-section .donate-column .inner-column{
	position:relative;
	padding-left:70px;
	padding-top:20px;
}

.urgent-causes-section .donate-column .title{
	position:relative;
	color:#777777;
	font-size:20px;
	font-weight:700;
	
}

.urgent-causes-section .donate-column h3{
	position:relative;
	color:#222222;
	font-size:24px;
	font-weight:700;
	margin-top:6px;
}

.urgent-causes-section .donate-column .donate-bar{
	position:relative;
	width:100%;
	margin-top:50px;
}

.urgent-causes-section .donate-column .donate-bar .bar-inner{
	position:relative;
	width:100%;
	height:6px;
	background:#333333;
}

.urgent-causes-section .donate-column .donate-bar .bar-inner .bar{
	position:absolute;
	left:0px;
	top:0px;
	height:6px;
	width:0px;
	background-color:#d5ada6;
	-webkit-transition:all 2000ms ease;
	-ms-transition:all 2000ms ease;
	-o-transition:all 2000ms ease;
	-moz-transition:all 2000ms ease;
	transition:all 2000ms ease;
}

.urgent-causes-section .donate-column .donate-bar .bar-inner .bar:before{
	position:absolute;
	content:'';
	right:-1px;
	top:-5px;
	width:16px;
	height:16px;
	border-radius:50%;
	background-color:#ffffff;
	border:1px solid #d5ada6;
}

.urgent-causes-section .donate-column .donate-bar .bar-inner .bar .count-box{
	position:absolute;
	right:-12px;
	top:-30px;
	color:#333333;
	font-size:15px;
	font-weight:600;
}

.urgent-causes-section .donate-column .amounts{
	position:relative;
	margin-top:50px;
}

.urgent-causes-section .donate-column .amounts .number{
	position:relative;
	color:#222222;
	font-size:36px;
	font-weight:700;
}

.urgent-causes-section .donate-column .amounts .number span{
	position:relative;
	display:block;
	color:#d5ada6;
	font-size:24px;
	margin-top:20px;
	
}

/*** 

====================================================================
	Services Section Two
====================================================================

***/

.services-section-two{
	position:relative;
	padding:90px 0px 130px;
}

.services-section-two.style-two{
	padding-bottom:50px;
}

.service-block-two{
	position:relative;
	margin-bottom:65px;
}

.service-block-two .inner-box{
	position:relative;
	padding-left:150px;
}

.service-block-two .inner-box .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	color:#d5ada6;
	font-size:84px;
	line-height:1em;
}

.service-block-two .inner-box h3{
	position:relative;
	font-size:24px;
	font-weight:700;
	line-height:1.3em;
}

.service-block-two .inner-box h3 a{
	position:relative;
	color:#333333;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.service-block-two .inner-box:hover h3 a{
	color:#d5ada6;
}

.service-block-two .inner-box:hover .icon-box{
	color:#333333;
}

.service-block-two .inner-box .text{
	position:relative;
	color:#777777;
	font-size:14px;
	line-height:2em;
	margin-top:15px;
}

/*** 

====================================================================
	Popular Causes Section
====================================================================

***/

.popular-causes-section{
	position:relative;
	padding:0px 0px 130px;
}

.popular-causes-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(0,0,0,0.80);
}

.popular-causes-section .image-column{
	position:relative;
	margin-bottom:40px;
}

.popular-causes-section .image-column .inner-column{
	position:relative;
	margin-top:-100px;
	padding-left:50px;
	padding-right:50px;
}

.popular-causes-section .image-column .inner-column .image{
	position:relative;
}

.popular-causes-section .image-column .inner-column .image:before{
	position:absolute;
	content:'';
	left:-40px;
	bottom:-40px;
	right:50px;
	top:0px;
	border:3px solid rgba(255,255,255,0.25);
}

.popular-causes-section .image-column .inner-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.popular-causes-section .content-column{
	position:relative;
	margin-bottom:40px;
}

.popular-causes-section .content-column .inner-column{
	position:relative;
	padding-top:90px;
}

.popular-causes-section .content-column .sec-title{
	margin-bottom:40px;
}

.popular-causes-section .content-column .bold-text{
	position:relative;
	color:#ffffff;
	font-size:30px;
	font-weight:700;
	margin-bottom:25px;
	
}

.popular-causes-section .content-column .text{
	position:relative;
	color:#bbbbbb;
	font-size:14px;
	line-height:2em;
	margin-bottom:55px;
}


.popular-causes-section .content-column .donate-percentage{
	position:relative;
	margin-bottom:35px;
}

.popular-causes-section .content-column .donate-percentage .donate-bar-info{
	position:relative;
	margin-bottom:10px;
	background-color:#cccccc;
}

.popular-causes-section .content-column .donate-bar-info .donate-percent{
	position:relative;
	font-weight:400;
	color:#000000;
	font-size:18px;
	display:block;
	width:100%;
	text-align:center;
	text-transform:uppercase;
}

.popular-causes-section .content-column .donate-bar-info .donate-percent .count-box{
	position:absolute;
	width:100%;
	color:#aa1f43;
	font-size:14px;
	text-align:center;
	margin-top:10px;
}

.popular-causes-section .content-column .donate-percentage .donate-bar{
	position:relative;
	width:100%;
	height:2px;	
}

.popular-causes-section .content-column .donate-percentage .donate-bar .bar-inner{
	position:relative;
	width:100%;
	height:6px;
	background:#e1e1e1;
}

.popular-causes-section .content-column .donate-percentage .donate-bar .bar-inner .bar{
	position:absolute;
	left:0px;
	top:0px;
	height:6px;
	width:0px;
	background-color:#d5ada6;
	-webkit-transition:all 2000ms ease;
	-ms-transition:all 2000ms ease;
	-o-transition:all 2000ms ease;
	-moz-transition:all 2000ms ease;
	transition:all 2000ms ease;
}

.popular-causes-section .content-column .donate-percentage .donate-bar .bar-inner .bar:before{
	position:absolute;
	content:'';
	right:-1px;
	top:-5px;
	width:16px;
	height:16px;
	border-radius:50%;
	background-color:#ffffff;
	border:1px solid #d5ada6;
}

.popular-causes-section .content-column .donate-percentage .donate-bar .bar-inner .bar .count-box{
	position:absolute;
	right:-12px;
	top:-30px;
	color:#ffffff;
	font-size:14px;
}

.popular-causes-section .content-column .donate-percentage .amounts{
	position:relative;
	margin-top:25px;
}

.popular-causes-section .content-column .donate-percentage .amounts .number{
	position:relative;
	color:#ffffff;
	font-size:18px;
	font-weight:400;
}

.popular-causes-section .content-column .btns-box .theme-btn{
	font-size:14px;
	border:none;
	margin-right:15px;
	padding:12px 35px;
	margin-bottom:10px;
}

/*** 

====================================================================
	Gallery Section
====================================================================

***/

.gallery-section{
	position:relative;
	padding:95px 0px 95px;
}

.gallery-section .filters{
	position:relative;
	margin-bottom:60px;
}

.gallery-section .filters .filter-tabs{
	position:relative;
}

.gallery-section .filters li{
	position: relative;
    display: inline-block;
    color: #222222;
	padding:7px 25px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
	margin:0px 1px 2px;
	border-radius:50px;
	display:inline-block;
	border:1px solid transparent;
	text-transform:uppercase;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
	
}

.gallery-section .filters .filter.active,
.gallery-section .filters .filter:hover{
    color:#d5ada6;
	border-color:#d5ada6;
}

.gallery-block{
	position:relative;
	margin-bottom:30px;
}

.gallery-block .inner-box{
	position:relative;
	overflow:hidden;
}

.gallery-block .inner-box .image{
	position:relative;
}

.gallery-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.gallery-block .inner-box .overlay-box{
	position:absolute;
	left:15px;
	right:15px;
	bottom:0%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	-o-transition:all 900ms ease;
	-moz-transition:all 900ms ease;
	transition:all 900ms ease;
}

.gallery-block .inner-box:hover .overlay-box{
	bottom:0%;
	opacity: 1;
	visibility: visible;
}

.gallery-block .inner-box .overlay-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	opacity:0.85;
	background-image: -ms-linear-gradient(top, #d5ada6 0%, #F39900 100%);
	background-image: -moz-linear-gradient(top, #d5ada6 0%, #F39900 100%);
	background-image: -o-linear-gradient(top, #d5ada6 0%, #F39900 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d5ada6), color-stop(100, #F39900));
	background-image: -webkit-linear-gradient(top, #d5ada6 0%, #F39900 100%);
	background-image: linear-gradient(to bottom, #d5ada6 0%, #F39900 100%);
}

.gallery-block .inner-box .overlay-box .overlay-inner{
	position:relative;
	padding:28px 28px;
}

.gallery-block .inner-box .overlay-box h3{
	position:relative;
	font-size:24px;
	font-weight:700;
	padding-bottom:18px;
	margin-bottom:25px;
}

.gallery-block .inner-box .overlay-box h3 a{
	position:relative;
	color:#ffffff;
}

.gallery-block .inner-box .overlay-box h3:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	height:2px;
	width:40px;
	background-color:#333333;
}

.gallery-block .inner-box .overlay-box .text{
	position:relative;
	color:#ffffff;
	line-height:2em;
	margin-bottom:30px;
}

.gallery-block .inner-box .overlay-box .links{
	position:relative;
}

.gallery-block .inner-box .overlay-box .links li{
	position:relative;
	margin-right:12px;
	display:inline-block;
}

.gallery-block .inner-box .overlay-box .links li a{
	position:relative;
	width:40px;
	height:40px;
	color:#ffffff;
	font-size:15px;
	line-height:37px;
	text-align:center;
	display:inline-block;
	border:1px solid #ffffff;
	transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.gallery-block .inner-box .overlay-box .links li a:hover{
	border-color:#333333;
	background-color:#333333;
}

.gallery-block.mix{
	display:none;
}

.gallery-section .load-more-btn{
	position:relative;
	margin-top:30px;
}

/*** 

====================================================================
	Call To Action Section Three
====================================================================

***/

.call-to-action-section-three{
	position:relative;
	padding:150px 0px;
	background-attachment:fixed;
	background-size:cover;
	background-repeat:no-repeat;
}

.call-to-action-section-three .title{
	position:relative;
	color:#d5ada6;
	font-size:18px;
	margin-bottom:15px;
}

.call-to-action-section-three:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-image: -ms-linear-gradient(left, #131313 0%, rgba(255,255,255,0) 100%);
	background-image: -moz-linear-gradient(left, #131313 0%, rgba(255,255,255,0) 100%);
	background-image: -o-linear-gradient(left, #131313 0%, rgba(255,255,255,0) 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #131313), color-stop(100, rgba(255,255,255,0)));
	background-image: -webkit-linear-gradient(left, #131313 0%, rgba(255,255,255,0) 100%);
	background-image: linear-gradient(to right, #131313 0%, rgba(255,255,255,0) 100%);
}

.call-to-action-section-three h2{
	position:relative;
	color:#ffffff;
	font-size:30px;
	font-weight:700;
	line-height:1.4em;
	padding-bottom:20px;
}

.call-to-action-section-three .text{
	position:relative;
	color:#ffffff;
	font-size:14px;
	font-weight:400;
	line-height:2.1em;
	padding-bottom:35px;
}

/*** 

====================================================================
	Team Section
====================================================================

***/

.team-section{
	position:relative;
	padding:95px 0px 95px;
}

.team-block{
	position:relative;
}

	.team-block .inner-box {
		position: relative;
		background-color: #204e5e;
		border-radius: 0px 20px 0px 0px;
	}

.team-block .inner-box .image-column{
	position:relative;
	float:left;
	padding:0px;
}

.team-block .inner-box .image-column .inner-column{
	position:relative;
	padding-right:15px;
}

.team-block .inner-box .image-column .inner-column .image{
	position:relative;
	overflow:hidden;
}

.team-block .inner-box .image-column .inner-column .image:before{
	position:absolute;
	content:'';
	left:-150px;
	top:0px;
	right:250px;
	bottom:0px;
	z-index:1;
	-ms-transform: skewX(45deg);
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
	background-color:#f39a00;
}

.team-block .inner-box .image-column .inner-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.team-block .inner-box .content-column{
	position:relative;
	float:left;
	padding:0px;
}

.team-block .inner-box .content-column .inner-column{
	position:relative;
	padding:40px 30px 30px 15px;
}

	.team-block .inner-box .content-column h3 {
		position: relative;
		color: #d5ada6;
		font-size: 18px;
		font-weight: 700;
		line-height: 2.3em;
	}

.team-block .inner-box .content-column h3 a{
	position:relative;
	color:#d5ada6;
	transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.team-block .inner-box .content-column h3 a:hover{
	color:#222222;
}

	.team-block .inner-box .content-column .location {
		position: relative;
		color: #b08d58;
		font-size: 14px;
		margin-top: 6px;
		font-weight: 700;
	}

.team-block .inner-box .content-column .text{
	position:relative;
	color:#fff;
	z-index:1;
	font-size:14px;
	margin-top:15px;
	font-weight:400;
	line-height:1.9em;
}

.team-block .inner-box .content-column .quote-icon{
	position:absolute;
	right:25px;
	bottom:20px;
	color:#e8e8e8;
	line-height:1em;
	font-size:60px;
}

.team-section .owl-nav{
	display:none;
}

.team-section .owl-dots{
	position:relative;
	text-align:center;
	margin-top:80px;
}

.team-section .owl-dots .owl-dot{
	position:relative;
	width:20px;
	height:4px;
	margin:0px 4px;
	border-radius:50px;
	display:inline-block;
	background-color:#333333;
	transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.team-section .owl-dots .owl-dot.active,
.team-section .owl-dots .owl-dot:hover{
	background-color:#d5ada6;
}

/*** 

====================================================================
	News Section
====================================================================

***/

.news-section-two{
	position:relative;
	padding:90px 0px 60px;
	background-attachment:fixed;
	background-size:cover;
	background-position:no-repeat;
}

.news-section-two:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color:rgba(17,17,17,0.90);
}

.news-section-two .owl-dots{
	display:none;
}

.news-section-two .owl-nav{
	position:absolute;
	right:0px;
	top:-105px;
}

.news-section-two .owl-nav .owl-prev,
.news-section-two .owl-nav .owl-next{
	position:relative;
	width:35px;
	height:35px;
	color:#777777;
	font-size:18px;
	text-align:center;
	line-height:37px;
	border-radius:50px;
	margin-left:12px;
	display:inline-block;
	background-color:#ffffff;
	transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.news-section-two .owl-nav .owl-prev:hover,
.news-section-two .owl-nav .owl-next:hover{
	background-color:#fe5b20;
	color:#ffffff;
}

/* News Block Three */

.news-block-three{
	position:relative;
	margin-bottom:30px;
}

.news-block-three .inner-box{
	position:relative;
}

.news-block-three .inner-box .image{
	position:relative;
	border-radius:12px;
	overflow:hidden;
}

.news-block-three .inner-box .image .read-more{
	position:absolute;
	left:-100%;
	bottom:0px;
	padding:0px 20px 20px;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.news-block-three .inner-box .image .read-more .more{
	position:relative;
	color:#ffffff;
	font-size:18px;
	font-weight:700;
	display:inline-block;
	
}

.news-block-three .inner-box .image .read-more:before{
	position:absolute;
	content:'';
    top: -120px;
    left: -115px;
    bottom: 0px;
    right: 25px;
	-ms-transform: skewX(52deg);
	-webkit-transform: skewX(52deg);
	transform: skewX(52deg);
	background-color:rgba(255,87,34,0.85);
}

.news-block-three .inner-box:hover .image .read-more{
	left:0px;
}

.news-block-three .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.news-block-three .inner-box:hover .image img{
	transform:scale(1.09,1.09);
}

.news-block-three .inner-box .lower-content{
	position:relative;
	padding:35px 0px 0px;
}

.news-block-three .inner-box .lower-content .content{
	position:relative;
	padding-left:90px;
}

.news-block-three .inner-box .lower-content .date-outer{
	position:absolute;
	left:0px;
	top:0px;
}

.news-block-three .inner-box .lower-content .date-outer .date{
	position:relative;
	color:#d5ada6;
	width:60px;
	height:60px;
	font-size:30px;
	font-weight:700;
	line-height:1.3em;
	border-radius:10px;
	text-align:center;
	line-height:56px;
	background-color:#ffffff;
	border:2px solid #cccccc;
	
}

.news-block-three .inner-box .lower-content .date-outer .month{
	position:relative;
	color:#ffffff;
	font-size:16px;
	font-weight:700;
	border-radius:10px;
	text-align:center;
	margin-top:10px;
	text-transform:capitalize;
	
}

.news-block-three .inner-box .lower-content h3{
	position:relative;
	color:#ffffff;
	font-size:22px;
	line-height:1.5em;
	font-weight:700;
	margin-bottom:12px;
}

.news-block-three .inner-box .lower-content h3 a{
	position:relative;
	color:#ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-block-three .inner-box .lower-content h3 a:hover{
	color:#d5ada6;
}

.news-block-three .inner-box .lower-content .post-meta{
	position:relative;
	margin-bottom:5px;
}

.news-block-three .inner-box .lower-content .post-meta li{
	position:relative;
	color:#bbbbbb;
	font-size:14px;
	font-weight:400;
	margin-right:22px;
	margin-bottom:8px;
	display:inline-block;
}

.news-block-three .inner-box .lower-content .post-meta li:last-child{
	margin-right:0px;
}

.news-block-three .inner-box .lower-content .post-meta li a{
	position:relative;
	color:#bbbbbb;
}

.news-block-three .inner-box .lower-content .post-meta li a .icon{
	position:relative;
	margin-right:8px;
	color:#d5ada6;
}

/*** 

====================================================================
	Contact Section
====================================================================

***/

.contact-section{
	position:relative;
	padding:95px 0px 75px;
	background-color:#f5f5f5;
	background-position:center center;
	background-repeat:no-repeat;
}

.contact-section .sec-title{
	margin-bottom:70px;
}

.contact-section .info-column{
	position:relative;
	margin-bottom:30px;
}

.contact-section .info-column .inner-column{
	position:relative;
	padding-left:90px;
}

.contact-section .info-column .inner-column .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	color:#d5ada6;
	font-size:60px;
	line-height:1em;
}

.contact-section .info-column .inner-column h3{
	position:relative;
	color:#222222;
	font-size:14px;
	font-weight:700;
}

.contact-section .info-column .inner-column .text{
	position:relative;
	color:#777777;
	font-size:14px;
	font-weight:400;
	line-height:1.8em;
	margin-top:5px;
}

.contact-section .default-form{
	margin-top:45px;
}

/*Default Form*/

.default-form{
	position:relative;
}

.default-form .form-group{
	position:relative;
	margin-bottom:30px;
}

.default-form .form-group .captcha{
	position:relative;
	color:#0e2a4e;
	font-size:20px;
	font-weight:600;
	margin-bottom:12px;
	display:block;
}

	.default-form input[type="text"],
	.default-form input[type="email"],
	.default-form input[type="password"],
	.default-form input[type="tel"],
	.default-form input[type="number"],
	.default-form select,
	.default-form textarea {
		display: block;
		width: 100%;
		line-height: 28px;
		height: 60px;
		font-size: 15px;
		padding: 10px 20px;
		background: #ffffff;
		color: #222222;
		border-radius: 5px;
		border: 1px solid #dddddd;
		transition: all 500ms ease;
		-webkit-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
	}

.default-form textarea{
	height:240px;
	resize:none;
	font-size:16px;
	background:#ffffff;
}

.default-form input[type="text"]:focus,
.default-form input[type="email"]:focus,
.default-form input[type="password"]:focus,
.default-form select:focus,
.default-form textarea:focus{
	border-color:#ff5921;
}

.default-form .form-group .select-box{
	position:relative;
}

.default-form .form-group .select-box label{
	position: relative;
    font-size: 15px;
    color: #777777;
    font-weight:400;
    cursor: pointer;
    margin-bottom:0px;
	padding-left:35px;
	line-height:1.6em;
}



.default-form .form-group .select-box .default-check{
    position: absolute;
    left: 0px;
    top: 2px;
    width: 19px;
    height: 19px;
    background-color: #ffffff;
    border: 1px solid #cfcfcf;
}

	.default-form .form-group .select-box .check-icon {
		position: absolute;
		content: '\f00c';
		left: 0px;
		top: 2px;
		width: 19px;
		height: 19px;
		color: #d5ada6;
		z-index: 99;
		font-size: 14px;
		line-height: 19px;
		text-align: center;
		font-weight: 800;
		opacity: 0;
		font-family: 'FontAwesome';
	}



.default-form .select-amount{
	position:relative;
	margin-bottom:20px;
}

.default-form .select-amount .select-box{
	position:relative;
	float:left;
	text-align:center;
	margin:0px 20px 10px 0px;	
}

.default-form .select-amount .input-box{
	position:relative;
	float:left;
	width:290px;
}

.default-form .select-amount .select-box input[type="radio"]{
	left:0px;
	top:0px;
	visibility:hidden;
	position:absolute;
	opacity:0;	
}

.default-form .select-amount .select-box label{
	display:block;
	line-height:22px;
	padding:13px 28px;
	text-align:center;
	font-size:16px;
	font-weight:700;
	color:#333333;
	border:1px solid #e0e0e0;
	cursor:pointer;
	border-radius:50px;
	transition:all 500ms ease;
	
}

.default-form .select-amount .select-box input[type="radio"]:checked+label{
	background:#d5ada6;
	border-color:#d5ada6;
	color:#ffffff;	
}











.default-form .theme-btn{
	margin-top:10px;
	font-weight:700;
	
}

.default-form.style-two .form-group{
	margin-bottom:20px;
}

.default-form.style-two input{
	border-radius:50px;
	height:50px;
	padding:12px 30px;
}

.default-form.style-two textarea{
	height:150px;
	padding:12px 30px;
	border-radius:15px;
}

.default-form.style-two .theme-btn{
	text-transform:capitalize;
	margin-top:10px;
}

/* Footer List */

.footer-list{
	position:relative;
}

.footer-list li{
	position:relative;
	margin-bottom:15px;
}

.footer-list li a{
	position:relative;
	font-size:14px;
	color:#ffffff;
	padding-left:25px;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.footer-list li a:before{
	position:absolute;
	content:'\f101';
	left:0px;
	top:-4px;
	color:#d5ada6;
	font-weight:900;
	font-family: "FontAwesome";
}

.footer-list li a:hover{
	color:#d5ada6;
}

.footer-bottom-two{
	position:relative;
	padding:25px 0px;
	margin-top:30px;
	z-index:1;
	background-color:#d5ada6;
}

.footer-bottom-two .copyright{
	position:relative;
	color:#ffffff;
}

.footer-bottom-two .copyright a{
	text-transform:uppercase;
	color:#000000;
}

.footer-bottom-two .footer-nav{
	position:relative;
}

.footer-bottom-two .footer-nav li{
	position:relative;
	margin-left:45px;
	display:inline-block;
}

.footer-bottom-two .footer-nav li a{
	position:relative;
	color:#ffffff;
}

.footer-bottom-two.style-two{
	background-color:#333333;
}

.footer-bottom-two.style-two .copyright a{
	color:#d5ada6;
}

/*** 

====================================================================
	Goal Section
====================================================================

***/

.goal-section{
	position:relative;
	padding:95px 0px 60px;
}

.goal-section .row{
	margin:0px -25px;
}

.goal-section .goal-block{
	padding:0px 25px;
}

.goal-block{
	position:relative;
	margin-bottom:30px;
}

	.goal-block .inner-box {
		position: relative;
		padding: 60px 30px;
		text-align: center;
		border-radius: 5px;
		box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
		background-color: #204e5e;
	}

.goal-block .inner-box .hover-one{
	position:absolute;
	left:0px;
	top:0px;
	width:50%;
	height:100%;
	display:block;
}

.goal-block .inner-box .hover-one:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:50%;
	height:0%;
	background-color:#333333;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
}

.goal-block .inner-box .hover-one:after{
	position:absolute;
	content:'';
	right:0px;
	bottom:0px;
	width:50%;
	height:0%;
	background-color:#333333;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
}

.goal-block .inner-box:hover .hover-one:before,
.goal-block .inner-box:hover .hover-one:after{
	height:100%;
}

.goal-block .inner-box .hover-two{
	position:absolute;
	right:0px;
	top:0px;
	width:50%;
	height:100%;
	display:block;
}

.goal-block .inner-box .hover-two:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:50%;
	height:0%;
	background-color:#333333;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
}

.goal-block .inner-box .hover-two:after{
	position:absolute;
	content:'';
	right:0px;
	bottom:0px;
	width:50%;
	height:0%;
	background-color:#333333;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
}

.goal-block .inner-box:hover .hover-two:before,
.goal-block .inner-box:hover .hover-two:after{
	height:100%;
}

.goal-block .inner-box .icon-box{
	position:relative;
	color:#d5ada6;
	font-size:70px;
	line-height:1em;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.goal-block .inner-box h3{
	position:relative;
	color:#333333;
	font-size:20px;
	font-weight:700;
	line-height:1.3em;
	margin-top:35px;
	margin-bottom:25px;
}

.goal-block .inner-box h3 a{
	position:relative;
	color:#333333;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

		.goal-block .inner-box .text {
			position: relative;
			color: #fff;
			font-size: 13px;
			text-align: justify;
			line-height: 2em;
			-webkit-transition: all 300ms ease;
			-moz-transition: all 300ms ease;
			-ms-transition: all 300ms ease;
			-o-transition: all 300ms ease;
			transition: all 300ms ease;
		}

.goal-block .inner-box:hover h3 a{
	color:#ffffff;
}

.goal-block .inner-box:hover .text{
	color:#bbbbbb;
}

/*** 

====================================================================
	Popular Causes Section
====================================================================

***/

.popular-causes-section-two{
	position:relative;
	padding-top:100px;
}

.popular-causes-section-two .inner-container{
	position:relative;
	z-index:1;
	padding:0px 70px 40px;
	background-color:#ffffff;
}

.popular-causes-section-two .inner-container:before{
	position:absolute;
	content:'';
	left:0px;
	top:70px;
	right:0px;
	bottom:0px;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.popular-causes-section-two .image-column{
	position:relative;
	margin-bottom:30px;
}

.popular-causes-section-two .image-column .inner-column{
	position:relative;
	padding-right:50px;
}

.popular-causes-section-two .image-column .inner-column .image{
	position:relative;
}

.popular-causes-section-two .image-column .inner-column .image:before{
	position:absolute;
	content:'';
	left:-40px;
	bottom:-40px;
	right:50px;
	top:0px;
	border:3px solid rgba(255,255,255,0.25);
}

.popular-causes-section-two .image-column .inner-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.popular-causes-section-two .content-column{
	position:relative;
	margin-bottom:40px;
	padding-top:70px;
}

.popular-causes-section-two .content-column .inner-column{
	position:relative;
	padding-top:70px;
}

.popular-causes-section-two .content-column .sec-title{
	margin-bottom:40px;
}

.popular-causes-section-two .content-column .bold-text{
	position:relative;
	color:#777777;
	font-size:30px;
	font-weight:700;
	margin-bottom:25px;
	
}

.popular-causes-section-two .content-column .text{
	position:relative;
	color:#777777;
	font-size:16px;
	line-height:1.8em;
	margin-bottom:55px;
}

.popular-causes-section-two .content-column .donate-percentage{
	position:relative;
	margin-bottom:35px;
}

.popular-causes-section-two .content-column .donate-percentage .donate-bar-info{
	position:relative;
	margin-bottom:10px;
	background-color:#cccccc;
}

.popular-causes-section-two .content-column .donate-bar-info .donate-percent{
	position:relative;
	font-weight:400;
	color:#000000;
	font-size:18px;
	display:block;
	width:100%;
	text-align:center;
	text-transform:uppercase;
}

.popular-causes-section-two .content-column .donate-bar-info .donate-percent .count-box{
	position:absolute;
	width:100%;
	color:#aa1f43;
	font-size:14px;
	text-align:center;
	margin-top:10px;
}

.popular-causes-section-two .content-column .donate-percentage .donate-bar{
	position:relative;
	width:100%;
	height:2px;	
}

.popular-causes-section-two .content-column .donate-percentage .donate-bar .bar-inner{
	position:relative;
	width:100%;
	height:6px;
	background:#e1e1e1;
}

.popular-causes-section-two .content-column .donate-percentage .donate-bar .bar-inner .bar{
	position:absolute;
	left:0px;
	top:0px;
	height:6px;
	width:0px;
	background-color:#d5ada6;
	-webkit-transition:all 2000ms ease;
	-ms-transition:all 2000ms ease;
	-o-transition:all 2000ms ease;
	-moz-transition:all 2000ms ease;
	transition:all 2000ms ease;
}

.popular-causes-section-two .content-column .donate-percentage .donate-bar .bar-inner .bar:before{
	position:absolute;
	content:'';
	right:-1px;
	top:-5px;
	width:16px;
	height:16px;
	border-radius:50%;
	background-color:#ffffff;
	border:1px solid #d5ada6;
}

.popular-causes-section-two .content-column .donate-percentage .donate-bar .bar-inner .bar .count-box{
	position:absolute;
	right:-12px;
	top:-30px;
	color:#777777;
	font-size:14px;
}

.popular-causes-section-two .content-column .donate-percentage .amounts{
	position:relative;
	margin-top:25px;
}

.popular-causes-section-two .content-column .donate-percentage .amounts .number{
	position:relative;
	color:#777777;
	font-size:18px;
	font-weight:400;
}

.popular-causes-section-two .content-column .btns-box .theme-btn{
	font-size:14px;
	border:none;
	margin-right:15px;
	padding:12px 35px;
	margin-bottom:12px;
}

.popular-causes-section-two .owl-dots{
	display:none;
}

.popular-causes-section-two .owl-nav{
	position:absolute;
	right:0px;
	top:140px;
}

.popular-causes-section-two .owl-nav .owl-prev{
	position:relative;
	color:#bbbbbb;
	font-size:20px;
	display:inline-block;
	padding-right:10px;
	margin-right:10px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
	border-right:2px solid #333333;
}

.popular-causes-section-two .owl-nav .owl-next{
	position:relative;
	color:#bbbbbb;
	font-size:20px;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.popular-causes-section-two .owl-nav .owl-prev:hover,
.popular-causes-section-two .owl-nav .owl-next:hover{
	color:#d5ada6;
}

/*** 

====================================================================
	Events Section
====================================================================

***/

.events-section{
	position:relative;
	padding:90px 0px 90px;
}

.events-section .owl-dots{
	display:none;
}

.events-section .owl-nav{
	position:relative;
	text-align:center;
	margin-top:0px;
}

.events-section .owl-nav .owl-prev{
	position:relative;
	color:#bbbbbb;
	font-size:20px;
	display:inline-block;
	padding-right:10px;
	margin-right:10px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
	border-right:2px solid #333333;
}

.events-section .owl-nav .owl-next{
	position:relative;
	color:#bbbbbb;
	font-size:20px;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.events-section .owl-nav .owl-prev:hover,
.events-section .owl-nav .owl-next:hover{
	color:#d5ada6;
}

.event-block-two{
	position:relative;
}

.event-block-two .inner-box{
	position:relative;
}

.event-block-two .inner-box .image{
	position:relative;
	border-radius:8px;
	overflow:hidden;
}

.event-block-two .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.event-block-two .inner-box .lower-content{
	position:relative;
	padding-top:20px;
	text-align:center;
}

.event-block-two .inner-box .lower-content .post-meta{
	position:relative;
}

.event-block-two .inner-box .lower-content .post-meta li{
	position:relative;
	color:#777777;
	font-size:16px;
	margin:0px 7px;
	display:inline-block;
}

.event-block-two .inner-box .lower-content .post-meta li .icon{
	position:relative;
	top:-1px;
	margin-right:8px;
	color:#fd5e1e;
	font-size:14px;
}

.event-block-two .inner-box .lower-content h3{
	position:relative;
	color:#333333;
	font-size:24px;
	font-weight:700;
	line-height:1.3em;
	margin-top:14px;
	margin-bottom:25px;
}

.event-block-two .inner-box .lower-content h3 a{
	position:relative;
	color:#333333;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.event-block-two .inner-box .lower-content h3 a:hover{
	color:#fe5a20;
}

.event-block-two .inner-box .lower-content .theme-btn{
	padding:12px 40px 12px;
}

.event-block-two .inner-box .lower-content .time-counter{
	margin-bottom:20px;
	display:block;
}

/*** 

====================================================================
	Countdown style
====================================================================

***/

.time-counter{
	position:relative;
}

.time-counter .time-countdown{
	position:relative;
}

.time-counter .time-countdown .counter-column{
	position:relative;
	margin-right:8px;
	width:100px;
	text-align:center;
	display:inline-block;
	padding:0px 0px 0px;
	color:#d5ada6;
	font-size:16px;
	line-height:30px;
	text-transform: capitalize;
	font-weight:700;
	margin-bottom:8px;
	padding-bottom:30px;
	
	border-right:1px solid #e6e6e6;
}

.time-counter .time-countdown .counter-column:last-child{
	margin-right:0px;
	border-right:none;
}

.time-counter .time-countdown .counter-column .count{
	position:relative;
	display:block;
	font-size:24px;
	line-height:40px;
	padding:0px 10px 0px;
	color:#333333;
	letter-spacing:1px;
	font-weight:700;
	
}

.time-counter .time-countdown .counter-column .unit{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	display:block;
	text-align:center;
	font-size:16px;
	text-transform: capitalize;
}

/*** 

====================================================================
	Donate Form Section
====================================================================

***/

.donate-form-section{
	position:relative;
	padding:85px 0px 85px;
}

.donate-form-section .image-column{
	position:relative;
}

.donate-form-section .form-column{
	position:relative;
}

/*** 

====================================================================
	Faq Section
====================================================================

***/

.faq-section{
	position:relative;
	padding:100px 0px 60px;
}

.faq-section.style-two{
	padding-bottom:0px;
}

.faq-section .accordian-column{
	position:relative;
	margin-bottom:40px;
}

.faq-section .accordian-column .inner-column{
	position:relative;
}

.faq-section .image-column{
	position:relative;
}

.faq-section .image-column .inner-column{
	position:relative;
	padding-top:140px;
}

.accordion-box{
	position:relative;
}

.accordion-box .block{
	position: relative;
    margin-bottom:20px;
	background-color:#ffffff;
}

.accordion-box .block.active-block{
	box-shadow:0px 0px 25px rgba(0,0,0,0.15);
}

.accordion-box .block .acc-btn{
	position:relative;
	font-size:20px;
	cursor:pointer;
	line-height:34px;
	color:#333333;
	font-weight:700;
	background-color:#f2f3f6;
	padding:17px 50px 15px 25px;
	transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	
}

	.accordion-box .block .acc-btn.active {
		background-color: #d5ada6;
		color: #ffffff;
	}

.accordion-box .block .icon-outer{
	position:absolute;
	right:20px;
	top:18px;
	font-size:20px;
	color: #262626;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.accordion-box .block .icon-outer .icon{
    position: absolute;
	right: 0px;
	width:30px;
	height:30px;
	color:#ffffff;
    font-size: 14px;
    text-align: center;
	line-height:32px;
	background-color:#fc6b18;
}

.accordion-box .block .icon-outer .icon-plus{
	opacity:1;
}

.accordion-box .block .icon-outer .icon-minus{
	opacity:0;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-minus{
	opacity:1;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus{
	opacity:0;
}

.accordion-box .block .acc-content{
	position:relative;
	display:none;
}

.accordion-box .block .acc-content .content-text{
	padding-bottom:6px;
}

.accordion-box .block .acc-content.current{
	display:block;	
}

.accordion-box .block .content{
	position:relative;
	font-size:14px;
	padding:30px 35px 30px 35px;
}

.accordion-box .block .content .accordian-text{
	line-height:1.9em;
	font-size:16px;	
	color:#84858a;
	font-weight:600;
}

.accordion-box .block .content p:last-child{
	margin-bottom:0px;	
}

/*** 

====================================================================
	Testimonial Section
====================================================================

***/

.testimonial-section{
	position:relative;
	padding:95px 0px 95px;
	background-color:#010101;
	background-repeat:no-repeat;
	background-position:left center;
}

.testimonial-section .content-box{
	position:relative;
	max-width:670px;
	width:100%;
	display:block;
	float:right;
}

.testimonial-section .owl-dots{
	display:none;
}

.testimonial-section .owl-nav{
	position:relative;
	margin-top:30px;
}

.testimonial-section .owl-nav .owl-prev{
	position:relative;
	color:#bbbbbb;
	font-size:24px;
	display:inline-block;
	padding-right:10px;
	margin-right:10px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
	border-right:2px solid #333333;
}

.testimonial-section .owl-nav .owl-next{
	position:relative;
	color:#bbbbbb;
	font-size:24px;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.testimonial-section .owl-nav .owl-prev:hover,
.testimonial-section .owl-nav .owl-next:hover{
	color:#d5ada6;
}

/* Testimonial Block */

.testimonial-block{
	position:relative;
}

.testimonial-block .inner-box{
	position:relative;
}

.testimonial-block .inner-box .upper-box{
	position:relative;
}

.testimonial-block .inner-box .upper-box .quote-icon{
	position:absolute;
	right:0px;
	top:0px;
	color:#1a1a1a;
	font-size:70px;
	line-height:1em;
}

.testimonial-block .inner-box .upper-box .upper-inner{
	position:relative;
	padding-left:120px;
	padding-top:20px;
	min-height:90px;
}

.testimonial-block .inner-box .upper-box .image{
	position:absolute;
	left:0px;
	top:0px;
	width:90px;
	height:90px;
}

.testimonial-block .inner-box .upper-box h3{
	position:relative;
	color:#d5ada6;
	font-size:18px;
	font-weight:700;
	line-height:1.3em;
}

.testimonial-block .inner-box .upper-box .location{
	position:relative;
	color:#ffffff;
	font-size:14px;
	font-weight:700;
	line-height:1.3em;
	margin-top:10px;
}

.testimonial-block .inner-box .text{
	position:relative;
	color:#bbbbbb;
	font-size:14px;
	line-height:2em;
	margin-top:32px;
}

/*** 

====================================================================
	Article Section
====================================================================

***/

.article-section{
	position:relative;
	padding:95px 0px 95px;
}

.article-section .inner-container{
	position:relative;
	max-width:750px;
	margin:0 auto;
}

.article-section .owl-dots{
	display:none;
}

.article-section .owl-nav{
	position:absolute;
	left:0px;
	top:50%;
	width:100%;
}

.article-section .owl-nav .owl-prev{
	position:absolute;
	left:-170px;
	color:#333333;
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.article-section .owl-nav .owl-next{
	position:absolute;
	right:-170px;
	color:#333333;
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.article-section .owl-nav .owl-prev:hover,
.article-section .owl-nav .owl-next:hover{
	color:#d5ada6;
}

/* Article Block */

.article-block{
	position:relative;
}

.article-block .inner-box{
	position:relative;
	overflow:hidden;
}

.article-block .inner-box .image{
	position:relative;
}

.article-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.article-block .inner-box .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
}

.article-block .inner-box .overlay-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	visibility: hidden;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    background:rgba(0,0,0,0.30);
	-moz-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	background-color:rgba(0,0,0,0.60);
}

.article-block .inner-box:hover .overlay-box:before{
	-moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
    visibility: visible;
}

.article-block .inner-box .overlay-box .overlay-inner{
	position:absolute;
	top:0px;
	right:0px;
	left:40px;
	bottom:40px;
}

.article-block .inner-box .overlay-box .overlay-inner .content{
	position:absolute;
	left:0px;
	bottom:-150px;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.article-block .inner-box:hover .overlay-box .overlay-inner .content{
	bottom:0px;
	transition-delay: 500ms;
}

.article-block .inner-box .overlay-box .post-meta{
	position:relative;
}

.article-block .inner-box .overlay-box .post-meta li{
	position:relative;
	color:#ffffff;
	font-size:14px;
	margin-right:20px;
	margin-bottom:8px;
	display:inline-block;
}

.article-block .inner-box .overlay-box .post-meta li .icon{
	position:relative;
	margin-right:12px;
	color:#d5ada6;
}

.article-block .inner-box .overlay-box h3{
	position:relative;
	font-size:26px;
	font-weight:700;
	line-height:1.3em;
	margin-top:5px;
}

.article-block .inner-box .overlay-box h3 a{
	position:relative;
	color:#ffffff;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.article-block .inner-box .overlay-box h3 a:hover{
	color:#d5ada6;
}

/*** 

====================================================================
	Newsletter Section
====================================================================

***/

.newsletter-section{
	position:relative;
}

.newsletter-section.margin-bottom{
	margin-bottom:-100px;
	z-index:1;
}

.newsletter-section .inner-container{
	position:relative;
	padding:65px 60px 65px;
	background-size:cover;
	background-color:#d5ada6;
	background-repeat:no-repeat;
}

.newsletter-section .title-column{
	position:relative;
}

.newsletter-section .title-column .inner-column{
	position: relative;
    padding-top: 6px;
    margin-bottom: 6px;
}

.newsletter-section .title-column h4{
	position:relative;
	color:#ffffff;
	font-weight:700;
	font-size:30px;
	text-transform:capitalize;
}

.newsletter-section .title-column .inner-column .title{
	position:relative;
	color:#ffffff;
}

.newsletter-section .form-column{
	position:relative;
}

.newsletter-section .form-column .inner-column{
	position:relative;
	margin-top:7px;
}

/*Subscribe Form*/

.subscribe-form .form-group{
	position:relative;
	display:block;
	margin:0px;
	width:100%;
}

.subscribe-form .form-group input[type="text"],
.subscribe-form .form-group input[type="tel"],
.subscribe-form .form-group input[type="email"],
.subscribe-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	height:60px;
	font-size:14px;
	color:#000000;
	background:#ffffff;
	border-radius:50px;
	padding:10px 50px 10px 30px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.subscribe-form .form-group input[type="submit"],
.subscribe-form button{
	position:absolute;
	right:2px;
	top:2px;
	bottom:2px;
	width:150px;
	color:#ffffff;
	font-weight:400;
	font-size:16px;
	cursor:pointer;
	border-radius:50px;
	background-color:#333333;
}

.subscribe-form button:hover{
	background:none;
	color:#ffffff;
	background-color:#d5ada6;
}

/*** 

====================================================================
	Page Title Style
====================================================================

***/

.page-title{
	position:relative;
	color:#ffffff;
	padding:120px 0px 120px;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}

.page-title:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(0,0,0,0.80);
}

.page-title .auto-container{
	position:relative;
	z-index:1;	
}

.page-title h1{
	position:relative;
	font-size:36px;
	line-height:1.2em;
	font-weight:700;
	margin-bottom:20px;
	color:#ffffff;
	padding-left:30px;
	text-transform:capitalize;
	border-left:2px solid #fb6d16;
}

.page-title .bread-crumb{
	position:relative;
	padding-top:18px;
	text-align:right;
	margin-right:30px;
}

.page-title .bread-crumb li{
	position:relative;
	display:inline-block;
	line-height:30px;
	margin-left:25px;
	color:#d5ada6;
	font-size:16px;
	font-weight:400;
}

.page-title .bread-crumb li:before{
	content:'/';
	position:absolute;
	right:-20px;
	top:0px;
	width:15px;
	color:#ffffff;
	text-align:center;
	line-height:30px;
}

.page-title .bread-crumb li:first-child{
	margin-left:0px;	
}

.page-title .bread-crumb li:last-child:before{
	display:none;	
}

.page-title .bread-crumb li a{
	color:#ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.page-title .bread-crumb li .icon{
	position:relative;
	font-size:14px;
	color:#d5ada6;
	top:-1px;
	margin-right:6px;
	line-height:1em;
}

.page-title .bread-crumb li a:hover{
	color:#d5ada6;
}

.team-page-section .volunter-block{
	margin-bottom:50px;
}

/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container{
	position:relative;
	padding:90px 0px 60px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side{
	margin-bottom:30px;
}

.sidebar-page-container .sidebar-side .sidebar{
	padding:30px 25px 25px;
	border-radius:5px;
	border:1px solid #e1e1e1;
}

.sidebar-widget{
    position: relative;
    margin-bottom: 40px;
}

.sidebar-widget:last-child{
	margin-bottom:0px;
}

.sidebar-title{
	position:relative;
	margin-bottom:22px;
}

.sidebar-title h2{
	position:relative;
	color:#333333;
	font-size:20px;
	font-weight:700;
	text-transform:uppercase;
}

/*Search Box Widget*/

.sidebar .search-box .form-group{
	position:relative;
	margin:0px;	
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"]{
	position:relative;
	line-height:30px;
	padding:10px 50px 10px 30px;
	border:1px solid #ebebeb;
	background:#ebebeb;
	display:block;
	font-size:14px;
	width:100%;
	height:50px;
	color:#222222;
	border-radius:50px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sidebar .search-box .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	height:50px;
	width:50px;
	display:block;
	font-size:16px;
	color:#ffffff;
	font-weight:300;
	line-height:52px;
	background:#d5ada6;
	border-radius:50px;
	cursor:pointer;
}

.sidebar .search-box .form-group input::-webkit-input-placeholder{
	color:#333333;
}

.categories-blog ul{
	position:relative;
}

.categories-blog ul li{
	position:relative;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.categories-blog ul li:first-child a{
	padding-top:0px;
}

.categories-blog ul li a{
	position:relative;
	font-size:16px;
	font-weight:400;
	color:#777777;
	display:block;
	padding:13px 0px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	border-bottom:1px solid #ebebeb;
}

.categories-blog ul li span{
	position:absolute;
	right:0px;
}

.categories-blog ul li:last-child a{
	border-bottom:none;
	border-bottom:0px;
}

.categories-blog ul li.active a,
.categories-blog ul li a:hover{
	color:#d5ada6;
}

/*Post Widget*/

.sidebar .popular-posts .widget-content{
	position:relative;
}

.sidebar .popular-posts .post{
	position:relative;
	font-size:14px;
	color:#666666;
	padding:0px 0px;
	padding-left:125px;
	min-height:100px;
	padding-top:10px;
	margin-bottom:30px;
}

.sidebar .popular-posts .post:last-child{
	margin-bottom:0px;
}

.sidebar .popular-posts .post .post-thumb{
	 position:absolute;
	 left:0px;
	 top:0px;
	 width:100px;
	 overflow:hidden;
	 border-radius:4px;
}

.sidebar .popular-posts .post:hover .post-thumb img{
	opacity:0.70;
}

.sidebar .popular-posts .post .post-thumb img{
	display:block;
	width:100%;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.sidebar .popular-posts .post .text{
	position:relative;
	top:-4px;
	font-size:18px;
	margin:0px 0px 0px;
	font-weight:700;
	color:#333333;
	line-height:1.6em;
	text-transform:capitalize;
	
}

.sidebar .popular-posts .post .text a{
	color:#333333;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.sidebar .popular-posts .post a,
.sidebar .popular-posts .post a:hover{
	color:#d5ada6;
}

.sidebar .popular-posts .post-info{
	position:relative;
	font-size:14px;
	color:#777777;
	padding-left:22px;
}

.sidebar .popular-posts .post-info:before{
	position:absolute;
	content: "\f124";
	left:0px;
	top:0px;
	color:#d5ada6;
	font-family: "Flaticon";
}

.help-widget .text{
	position:relative;
	color:#777777;
	font-size:14px;
	line-height:1.9em;
	margin-bottom:15px;
}

.help-widget .list{
	position:relative;
}

.help-widget .list li{
	position:relative;
	color:#777777;
	font-size:14px;
	line-height:1.9em;
	padding-left:30px;
	margin-bottom:8px;
}

.help-widget .list li .icon{
	position:absolute;
	left:0px;
	top:5px;
	color:#d5ada6;
}

/*** 

====================================================================
	Donation Section
====================================================================

***/

.donation-section{
	position:relative;
}

/*Custom Select*/

.form-group .ui-selectmenu-button.ui-button{
	width:100%;
	font-size:16px;
	font-style:normal;
	line-height:25px;
	color:#797979;
	float:left;
	border-radius:50px;
	border:0px;
	padding:14px 20px;
	background:#ffffff;
	border:1px solid #e1e1e1;
}

.form-group .ui-button .ui-icon{
	background: none;
    position: relative;
    top: -1px;
    text-indent: 0px;
    color: #333333;
    font-size: 20px;
}

	.form-group .ui-button .ui-icon:before {
		font-family: 'FontAwesome';
		content: "\f0d7";
		position: absolute;
		right: 0px;
		top: 2px !important;
		top: 13px;
		width: 10px;
		height: 30px;
		display: block;
		color: #d5ada6;
		line-height: 23px;
		font-size: 18px;
		font-weight: 800;
		text-align: center;
		z-index: 5;
	}

.ui-widget.ui-widget-content{
	border:1px solid #e0e0e0;
}

.ui-menu .ui-menu-item{
	font-size:14px;
	border-bottom:1px solid #e0e0e0;
}

.ui-menu .ui-menu-item:last-child{
	border:none;	
}

.ui-state-active, .ui-widget-content .ui-state-active{
	background-color:#d5ada6;
	border-color:#d5ada6;
}

.ui-menu .ui-menu-item-wrapper{
	position:relative;
	display:block;
	padding:8px 20px ;
	font-size:14px;
	line-height:24px;
}

/*** 

====================================================================
	Causes Page Section
====================================================================

***/

.causes-page-section{
	position:relative;
	padding:100px 0px 100px;
}

.gallery-page-section .styled-pagination,
.causes-page-section .styled-pagination{
	margin-top:30px;
}

/*** 

====================================================================
	Styled Pagination
====================================================================

***/

.styled-pagination{
	position:relative;
}

.styled-pagination li{
	position:relative;
	margin:0px 3px 10px;
	display:inline-block;
}

.styled-pagination li a{
	position:relative;
	width:50px;
	height:50px;
	color:#333333;
	font-size:20px;
	font-weight:400;
	line-height:48px;
	text-align:center;
	border-radius:50%;
	display:inline-block;
	border:1px dashed #777777;
	background-color:#ebebeb;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.styled-pagination li.active a,
.styled-pagination li:hover a{
	color:#ffffff;
	border-color:#d5ada6;
	background-color:#d5ada6;
}

.styled-pagination li.prev a{
	font-size:14px;
	color:#ffffff;
	background-color:#777777;
}

.styled-pagination li.next a{
	font-size:14px;
	color:#ffffff;
	background-color:#777777;
}

/*** 

====================================================================
	Causes Single
====================================================================

***/

.causes-single{
	position:relative;
}

.causes-single .inner-box{
	position:relative;
}

.causes-single .inner-box .donates{
	position:relative;
	padding-right:185px;
}

.causes-single .inner-box .donates .theme-btn{
	position:absolute;
	right:0px;
	top:0px;
	padding:12px 30px;
}

.causes-single .inner-box .donates .donate-percentage{
	position:relative;
	padding-top:25px;
}

.causes-single .inner-box .donates .donate-percentage .donate-bar-info{
	position:relative;
	margin-bottom:10px;
	background-color:#cccccc;
}

.causes-single .inner-box .donates .donate-bar-info .donate-percent{
	position:relative;
	font-weight:400;
	color:#000000;
	font-size:18px;
	display:block;
	width:100%;
	text-align:center;
	text-transform:uppercase;
}

.causes-single .inner-box .donates .donate-bar-info .donate-percent .count-box{
	position:absolute;
	width:100%;
	color:#aa1f43;
	font-size:14px;
	text-align:center;
	margin-top:10px;
}

.causes-single .inner-box .donates .donate-percentage .donate-bar{
	position:relative;
	width:100%;
	height:2px;	
}

.causes-single .inner-box .donates .donate-percentage .donate-bar .bar-inner{
	position:relative;
	width:100%;
	height:6px;
	background:#e1e1e1;
}

.causes-single .inner-box .donates .donate-percentage .donate-bar .bar-inner .bar{
	position:absolute;
	left:0px;
	top:0px;
	height:6px;
	width:0px;
	background-color:#d5ada6;
	-webkit-transition:all 2000ms ease;
	-ms-transition:all 2000ms ease;
	-o-transition:all 2000ms ease;
	-moz-transition:all 2000ms ease;
	transition:all 2000ms ease;
}

.causes-single .inner-box .donates .donate-percentage .donate-bar .bar-inner .bar:before{
	position:absolute;
	content:'';
	right:-1px;
	top:-5px;
	width:16px;
	height:16px;
	border-radius:50%;
	background-color:#e1e1e1;
	border:1px solid #d5ada6;
}

.causes-single .inner-box .donates .donate-percentage .donate-bar .bar-inner .bar .count-box{
	position:absolute;
	right:-12px;
	top:-30px;
	color:#333333;
	font-size:14px;
}

.causes-single .inner-box .donates .donate-percentage .amounts{
	position:relative;
	margin-top:15px;
}

.causes-single .inner-box .donates .donate-percentage .amounts .number{
	position:relative;
	color:#333333;
	font-size:18px;
	font-weight:700;
}

.causes-single .inner-box .upper-box{
	position:relative;
}

.causes-single .inner-box h2{
	position:relative;
	color:#333333;
	font-size:30px;
	font-weight:700;
	line-height:1.2em;
	margin-top:30px;
	margin-bottom:35px;
}

.causes-single .inner-box .image{
	position:relative;
	border-radius:5px;
	overflow:hidden;
	margin-bottom:20px;
}

.causes-single .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.causes-single .inner-box h3{
	position:relative;
	color:#333333;
	font-size:24px;
	font-weight:700;
	line-height:1.2em;
	margin-bottom:22px;
}

.causes-single .inner-box .collection{
	position:relative;
	color:#666666;
	font-size:16px;
	font-weight:700;
}

.causes-single .inner-box .text{
	position:relative;
	margin-bottom:25px;
}

.causes-single .inner-box .text p{
	position:relative;
	color:#777777;
	font-size:16px;
	line-height:1.8em;
	margin-bottom:15px;
}

.causes-single .inner-box .two-column .image-column{
	position:relative;
	margin-bottom:40px;
}

.causes-single .inner-box .two-column .content-column .note{
	position:relative;
	color:#777777;
	font-size:16px;
	line-height:1.7em;
	margin-top:20px;
	margin-bottom:20px;
}

.causes-single .inner-box .two-column .content-column .note span{
	font-weight:700;
	color:#333333;
}

/*** 

====================================================================
	Faq Page Section
====================================================================

***/

.faq-page-section{
	position:relative;
	padding:80px 0px 80px;
}

.faq-page-section .title-box{
	position:relative;
	text-align:center;
	margin-bottom:50px;
}

.faq-page-section .title-box .text{
	position:relative;
	color:#777777;
	font-size:20px;
	line-height:1.9em;
}

.faq-page-section .title-box .text a{
	font-weight:600;
	color:#d5ada6;
}

.faq-page-section .accordion-box{
	max-width:970px;
	margin:0 auto;
}

/*** 

====================================================================
	Faq Form Section
====================================================================

***/

.faq-form-section{
	position:relative;
	padding-bottom:80px;
	max-width:970px;
	margin:0 auto;
}

.map-section{
	position:relative;
	padding:90px 0px;
}
.map-section .map-outer iframe{ 
	position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 500px;
    margin-bottom: -10px;	
}
.map-canvas{
	height: 500px;
}

.map-data{
	text-align:center;
	font-size:14px;
	font-weight:400;
	line-height:1.8em;
}

.map-data h6{
	font-size:16px;
	font-weight:700;
	text-align:center;
	margin-bottom:5px;
	color:#121212;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error{
	border-color:#ff0000 !important;	
}

.contact-form label.error{
	display:block;
	line-height:24px;
	padding:5px 0px 0px;
	margin:0px;
	text-transform:uppercase;
	font-size:12px;
	color:#ff0000;
	font-weight:500;	
}

/* Event Block Three */

.event-block-three{
	position:relative;
	margin-bottom:70px;
}

.event-block-three .inner-box{
	position:relative;
}

.event-block-three .inner-box .image-column{
	position:relative;
}

.event-block-three .inner-box .image-column .inner-column{
	position:relative;
}

.event-block-three .inner-box .image-column .image{
	position:relative;
}

.event-block-three .inner-box .image-column .image img{
	position:relative;
	width:100%;
	display:block;
	border-radius:8px;
}

.event-block-three .inner-box .content-column{
	position:relative;
}

.event-block-three .inner-box .content-column .inner-column{
	position:relative;
}

.event-block-three .inner-box .content-column .upper-box{
	position:relative;
}

.event-block-three .inner-box .content-column .upper-inner{
	position:relative;
	padding-top:15px;
	padding-left:100px;
}

.event-block-three .inner-box .content-column .date-outer{
	position:absolute;
	left:0px;
	top:0px;
}

.event-block-three .inner-box .content-column .date-outer .date{
	position:relative;
	color:#333333;
	width:70px;
	height:70px;
	font-size:36px;
	font-weight:700;
	line-height:1.3em;
	border-radius:10px;
	text-align:center;
	line-height:66px;
	border:2px solid #e1e1e1;
	
}

.event-block-three .inner-box .content-column .date-outer .month{
	position:relative;
	color:#d5ada6;
	font-size:24px;
	font-weight:700;
	border-radius:10px;
	text-align:center;
	margin-top:10px;
	text-transform:uppercase;
	
}

.event-block-three .inner-box .content-column .upper-box .upper-inner .category{
	position:relative;
	color:#333333;
	font-size:14px;
	line-height:1.9em;
}

.event-block-three .inner-box .content-column .upper-box .upper-inner .category span{
	display:block;
}

.event-block-three .inner-box .content-column h3{
	position:relative;
	color:#333333;
	font-size:20px;
	line-height:1.6em;
	font-weight:700;
	margin-top:60px;
	margin-bottom:30px;
}

.event-block-three .inner-box .content-column h3 a{
	position:relative;
	color:#333333;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.event-block-three .inner-box .content-column h3 a:hover{
	color:#fd651b;
}

.event-block-three .inner-box .content-column .post-meta{
	position:relative;
	padding-top:25px;
	margin-bottom:18px;
	border-top:3px solid #cccccc;
}

.event-block-three .inner-box .content-column .post-meta:before{
	position:absolute;
	content:'';
	left:0px;
	top:-3px;
	width:20px;
	height:3px;
	transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	background-color:#d5ada6;
}

.event-block-three .inner-box:hover .post-meta:before{
	width:100%;
}

.event-block-three .inner-box .content-column .post-meta li{
	position:relative;
	color:#777777;
	font-size:12px;
	font-weight:500;
	margin-right:15px;
	margin-bottom:8px;
	display:inline-block;
}

.event-block-three .inner-box .content-column .post-meta li:last-child{
	margin-right:0px;
}

.event-block-three .inner-box .content-column .post-meta li a{
	position:relative;
	color:#777777;
}

.event-block-three .inner-box .content-column .post-meta li a .icon{
	position:relative;
	margin-right:8px;
	color:#d5ada6;
}

.event-block-three .inner-box .content-column .btns-box{
	position:relative;
	text-align:center;
}

.event-block-three .inner-box .content-column .btns-box .theme-btn{
	padding:8px 26px;
	font-size:14px;
	font-weight:400;
	margin:0px 6px;
	text-transform:capitalize;
}

.event-block-three .inner-box .content-column .btns-box .theme-btn:first-child{
	padding:10px 26px;
}

/*** 

====================================================================
	Events Detail Section
====================================================================

***/

.events-detail-section{
	position:relative;
	padding:100px 0px 100px;
}

.events-detail-section .auto-container{
	position:relative;
	max-width:970px;
	margin:0 auto;
}

.events-detail-section .inner-container{
	position:relative;
}

.events-detail-section .inner-container .upper-image{
	position:relative;
}

.events-detail-section .inner-container .upper-image img{
	position:relative;
	width:100%;
	display:block;
	border-radius:12px;
}

.events-detail-section .lower-section{
	position:relative;
	padding-top:28px;
}

.events-detail-section .lower-section .post-meta{
	position:relative;
	margin-bottom:5px;
}

.events-detail-section .lower-section .post-meta li{
	position:relative;
	color:#777777;
	font-size:16px;
	font-weight:400;
	margin-right:20px;
	margin-bottom:8px;
	display:inline-block;
}

.events-detail-section .lower-section .post-meta li:last-child{
	margin-right:0px;
}

.events-detail-section .lower-section .post-meta li .icon{
	position:relative;
	margin-right:8px;
	color:#d5ada6;
}

.events-detail-section .lower-section h2{
	position:relative;
	color:#333333;
	font-size:30px;
	font-weight:700;
	line-height:1.3em;
}

.events-detail-section .lower-section .text{
	position:relative;
	margin-top:20px;
}

.events-detail-section .lower-section .text p{
	position:relative;
	color:#777777;
	font-size:14px;
	line-height:2em;
	margin-bottom:15px;
}

.events-detail-section .lower-section .two-column{
	position:relative;
	margin-top:35px;
	margin-bottom:40px;
}

.events-detail-section .lower-section .two-column .image{
	position:relative;
	border-radius:10px;
	overflow:hidden;
}

.events-detail-section .lower-section .two-column .image img{
	width:100%;
	display:block;
}

.events-detail-section .lower-section .events-info-box{
	position:relative;
}

.events-detail-section .lower-section .events-info-box .social-icon-one{
	float:left;
	padding-top:25px;
}



.events-detail-section .lower-section .events-info-box .button-box{
	float:left;
	margin-left:30px;
}

.events-detail-section .lower-section .events-info-box .button-box .theme-btn{
	
	text-transform:capitalize;
	font-weight:700;
}

.events-detail-section .events-new-posts{
	position:relative;
	padding-top:45px;
	margin-top:50px;
	border-top:1px solid #e6e6e6;
}

.events-detail-section .events-new-posts .prev{
	position:relative;
	font-weight:700;
	color:#222222;
	font-size:18px;
	z-index:1;
	padding:16px 36px;
	display:inline-block;
	background-color:#bbbbbb;
	border-radius:0px 50px 50px 0px;
	
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.events-detail-section .events-new-posts .next{
	position:relative;
	font-weight:700;
	color:#222222;
	z-index:1;
	font-size:18px;
	padding:16px 36px;
	display:inline-block;
	background-color:#bbbbbb;
	border-radius:50px 0px 0px 50px;
	
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.events-detail-section .events-new-posts .prev:hover,
.events-detail-section .events-new-posts .next:hover{
	background-color:#222222;
	color:#ffffff;
}

.events-detail-section .events-new-posts .grid{
	position:relative;
	text-align:center;
	font-size:32px;
	padding-top:12px;
}

.events-detail-section .events-new-posts .grid a{
	color:#d5ada6;
}

/* News Block Four */

.news-block-four{
	position:relative;
	margin-bottom:50px;
}

.news-block-four .inner-box{
	position:relative;
	padding-bottom:35px;
	border-bottom:1px solid #dddddd;
}

.news-block-four .inner-box .image{
	position:relative;
	border-radius:12px;
	overflow:hidden;
}

.news-block-four .inner-box .image .read-more{
	position:absolute;
	left:-100%;
	bottom:0px;
	padding:0px 20px 20px;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.news-block-four .inner-box .image .read-more .more{
	position:relative;
	color:#ffffff;
	font-size:18px;
	font-weight:700;
	display:inline-block;
	
}

.news-block-four .inner-box .image .read-more:before{
	position:absolute;
	content:'';
    top: -120px;
    left: -115px;
    bottom: 0px;
    right: 25px;
	-ms-transform: skewX(52deg);
	-webkit-transform: skewX(52deg);
	transform: skewX(52deg);
	background-color:rgba(255,87,34,0.85);
}

.news-block-four .inner-box:hover .image .read-more{
	left:0px;
}

.news-block-four .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.news-block-four .inner-box:hover .image img{
	transform:scale(1.09,1.09);
}

.news-block-four .inner-box .lower-content{
	position:relative;
	padding:35px 0px 0px;
}

.news-block-four .inner-box .lower-content .content{
	position:relative;
	padding-left:90px;
}

.news-block-four .inner-box .lower-content .date-outer{
	position:absolute;
	left:0px;
	top:0px;
}

.news-block-four .inner-box .lower-content .date-outer .date{
	position:relative;
	color:#d5ada6;
	width:60px;
	height:60px;
	font-size:30px;
	font-weight:700;
	line-height:1.3em;
	border-radius:10px;
	text-align:center;
	line-height:56px;
	background-color:#ffffff;
	border:2px solid #cccccc;
	
}

.news-block-four .inner-box .lower-content .date-outer .month{
	position:relative;
	color:#333333;
	font-size:16px;
	font-weight:700;
	border-radius:10px;
	text-align:center;
	margin-top:10px;
	text-transform:capitalize;
	
}

.news-block-four .inner-box .lower-content h3{
	position:relative;
	color:#333333;
	font-size:30px;
	line-height:1.5em;
	font-weight:700;
	margin-bottom:12px;
}

.news-block-four .inner-box .lower-content h3 a{
	position:relative;
	color:#333333;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-block-four .inner-box .lower-content h3 a:hover{
	color:#d5ada6;
}

.news-block-four .inner-box .lower-content .post-meta{
	position:relative;
	margin-bottom:5px;
}

.news-block-four .inner-box .lower-content .post-meta li{
	position:relative;
	color:#777777;
	font-size:14px;
	font-weight:400;
	margin-right:22px;
	margin-bottom:8px;
	display:inline-block;
}

.news-block-four .inner-box .lower-content .post-meta li:last-child{
	margin-right:0px;
}

.news-block-four .inner-box .lower-content .post-meta li a{
	position:relative;
	color:#777777;
}

.news-block-four .inner-box .lower-content .post-meta li a .icon{
	position:relative;
	margin-right:8px;
	color:#d5ada6;
}

.news-block-four .inner-box .lower-content .text{
	position:relative;
	color:#777777;
	font-size:14px;
	line-height:1.9em;
}

/* News Detail */

.news-detail{
	position:relative;
	margin-bottom:50px;
}

	.news-detail .inner-box {
		position: relative;
		padding-bottom: 35px;
	}

.news-detail .inner-box .image{
	position:relative;
	border-radius:12px;
	overflow:hidden;
}

.news-detail .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.news-detail .inner-box:hover .image img{
	transform:scale(1.09,1.09);
}

.news-detail .inner-box .lower-content{
	position:relative;
	padding:35px 0px 0px;
}

.news-detail .inner-box .lower-content .content{
	position:relative;
	padding-left:90px;
}

.news-detail .inner-box .lower-content .content .social-box{
	position:absolute;
	left:0px;
	bottom:0px;
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	transform-origin: 6% 0%;
}

.news-detail .inner-box .lower-content .content .social-box li{
	position:relative;
	margin-right:20px;
	display:inline-block;
}

.news-detail .inner-box .lower-content .content .social-box li.share{
	position:relative;
	color:#333333;
	font-size:18px;
	font-weight:700;
	
}

.news-detail .inner-box .lower-content .content .social-box li a{
	position:relative;
	color:#bbbbbb;
	font-size:16px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.news-detail .inner-box .lower-content .content .social-box li a:hover{
	color:#d5ada6;
}

.news-detail .inner-box .lower-content .date-outer{
	position:absolute;
	left:0px;
	top:0px;
}

.news-detail .inner-box .lower-content .date-outer .date{
	position:relative;
	color:#d5ada6;
	width:60px;
	height:60px;
	font-size:30px;
	font-weight:700;
	line-height:1.3em;
	border-radius:10px;
	text-align:center;
	line-height:56px;
	background-color:#ffffff;
	border:2px solid #cccccc;
	
}

.news-detail .inner-box .lower-content .date-outer .month{
	position:relative;
	color:#333333;
	font-size:16px;
	font-weight:700;
	border-radius:10px;
	text-align:center;
	margin-top:10px;
	text-transform:capitalize;
	
}

.news-detail .inner-box .lower-content h3{
	position:relative;
	color:#333333;
	font-size:30px;
	line-height:1.5em;
	font-weight:700;
	margin-bottom:25px;
}

.news-detail .inner-box .lower-content .post-meta{
	position:relative;
	margin-bottom:5px;
}

.news-detail .inner-box .lower-content .post-meta li{
	position:relative;
	color:#777777;
	font-size:14px;
	font-weight:400;
	margin-right:22px;
	margin-bottom:8px;
	display:inline-block;
}

.news-detail .inner-box .lower-content .post-meta li:last-child{
	margin-right:0px;
}

.news-detail .inner-box .lower-content .post-meta li .icon{
	position:relative;
	margin-right:8px;
	color:#d5ada6;
}

.news-detail .inner-box .lower-content .text{
	position:relative;
}

.news-detail .inner-box .lower-content .text blockquote{
	font-size:18px;
	font-weight:400;
	line-height:1.9em;
	padding-left:45px;
	margin-top:30px;
	margin-bottom:50px;
	border-left:2px solid #d5ada6;
	
}

.news-detail .inner-box .lower-content .text p{
	position:relative;
	color:#777777;
	font-size:14px;
	line-height:2.1em;
	margin-bottom:20px;
}

.news-detail .inner-box .lower-content .text .two-column{
	position:relative;
	margin-top:30px;
	margin-bottom:25px;
}



/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area{
	position:relative;
	margin-top:70px;
	margin-bottom:70px;
}

.sidebar-page-container .comments-area .comment-box{
	position:relative;
	padding:35px 35px 35px;
	margin-bottom:40px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	background-color:#f5f5f5;
}

.sidebar-page-container .comments-area .comment-box.reply-comment{
	margin-left:100px;
}

.sidebar-page-container .comments-area .comment-box:last-child{
	margin-bottom:0px;
}

.sidebar-page-container .comments-area .comment-box:hover{
	border-color:#aa1f43;	
}

.sidebar-page-container .comments-area .comment{
	position:relative;
	font-size:14px;
	padding:0px 0px 0px 160px;
}

.sidebar-page-container .comments-area .comment .comment-inner{
	position:relative;
}

.sidebar-page-container .comments-area .comment .comment-reply{
	position:relative;
	color:#d5ada6;
	font-size:14px;
	font-weight:700;
	display:inline-block;
	margin-top:20px;
	text-transform: uppercase;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sidebar-page-container .comments-area .comment .comment-reply .fas{
	margin-right:4px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:130px;
	overflow:hidden;
	margin-bottom:20px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img{
	width:130px;
	display:block;
}

.sidebar-page-container .comments-area .comment-info{
	color:#3e5773;
	line-height:24px;
	font-size:13px;	
}

.sidebar-page-container .comments-area .comment-box strong{
	font-size:18px;
	font-weight:700;
	color:#333333;
	line-height:18px;
	display:inline-block;
	text-transform:capitalize;
	
}

.sidebar-page-container .comments-area .comment-box .text{
	color:#777777;
	font-size:14px;
    margin-top:10px;
	margin-bottom:0px;
    line-height: 1.8em;
}

.sidebar-page-container .comments-area .comment-info .comment-time{
	position:relative;
	font-size:12px;
	color:#777777;
	margin-left:38px;
	text-transform:capitalize;
	display:inline-block;
}

/*Error Section*/

.error-section{
	position:relative;
	padding:165px 0px 165px;
	background-repeat:no-repeat;
	background-size:cover;
}

.error-section .content{
	position:relative;
	text-align:center;
}

.error-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(0,0,0,0.70);
}

.error-section h1{
	position:relative;
	color:#ffffff;
	font-size:200px;
	font-weight:700;
	line-height:1em;
	margin-bottom:10px;
	
}

.error-section h2{
	position:relative;
	color:#ffffff;
	font-size:65px;
	font-weight:700;
	line-height:1.2em;
	margin-bottom:10px;
}

.error-section h2 span{
	color:#d5ada6;
}

.error-section .text{
	position:relative;
	color:#ffffff;
	font-size:32px;
	font-weight:400;
	margin-top:30px;
	line-height:1.3em;
	margin-bottom:60px;
}

.color-palate .option-box > li{
	position: relative;
	color:#ffffff;
	width: 40%;
	margin:0px 3px;
	cursor: pointer;
	margin-bottom: 9px;
	padding:6px 12px;
	display: inline-block;
	background-color: #d5ada6;
	text-transform:uppercase;
}


/*Comming Soon*/

.comming-soon{
	position:fixed;
	width:100%;
	height:100%;
	display:block;
	overflow-y:auto;
	background-size:cover;
}

.comming-soon:before{
	position:fixed;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(0,0,0,0.70);
}

.comming-soon .content{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    text-align:center;
    vertical-align: middle;
}

.comming-soon .content .content-inner{
	position: relative;
	padding: 50px 15px;
    display: table-cell;
    vertical-align: middle;
}

.comming-soon .content .content-inner h2{
	position:relative;
	color:#ffffff;
	font-size:60px;
	font-weight:700;
	line-height:1.2em;
	margin-bottom:60px;
	
}

.comming-soon .content .content-inner .text{
	position:relative;
	color:#ffffff;
	font-size:22px;
	font-weight:300;
	line-height:1.6em;
	margin-top:30px;
	margin-bottom:30px;
	
}

.comming-soon .content .content-inner .emailed-form .form-group{
	margin:0 auto;
}

.comming-soon .time-counter .time-countdown .counter-column .count{
	color:#ffffff;
}

.testimonial-page-section{
	position:relative;
	padding:95px 0px 70px;
}

/* Testimonial Block Two */

.testimonial-block-two{
	position:relative;
	margin-bottom:60px;
}

.testimonial-block-two .inner-box{
	position:relative;
	text-align:center;
	padding:35px 30px;
	background-color:#ffffff;
	background-position:left top;
	background-repeat:no-repeat;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	box-shadow:0px 0px 20px rgba(0,0,0,0.15);
}

.testimonial-block-two .inner-box:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:0px;
	height:5px;
	background-color:#cccccc;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.testimonial-block-two .inner-box:after{
	position:absolute;
	content:'';
	right:0px;
	bottom:0px;
	width:0px;
	height:5px;
	background-color:#cccccc;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.testimonial-block-two .inner-box:hover::before,
.testimonial-block-two .inner-box:hover::after{
	width:100%;
}

.testimonial-block-two .inner-box .quote-icon{
	position:absolute;
	right:45px;
	top:-20px;
	color:#e0e0e0;
	font-size:60px;
	line-height:1em;
	-moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.testimonial-block-two .inner-box:hover{
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}

.testimonial-block-two .inner-box:hover .quote-icon{
	color:#222222;
}

.testimonial-block-two .inner-box .image-outer{
	position:relative;
	display:inline-block;
}

.testimonial-block-two .inner-box .image{
	position:relative;
	width:76px;
	height:76px;
	overflow:hidden;
	margin:0 auto;
	border-radius:50px;
}

.testimonial-block-two .inner-box .image-outer:before{
	position:absolute;
	content:'';
	left:-4px;
	top:-4px;
	right:-4px;
	bottom:-4px;
	border-radius:50px;
	border:2px solid #e0e0e0;
}

.testimonial-block-two .inner-box .text{
	position:relative;
	color:#000000;
	font-size:16px;
	line-height:1.7em;
	margin-top:20px;
	margin-bottom:10px;
}

.testimonial-block-two .inner-box h5{
	position:relative;
	font-size:20px;
	font-weight:700;
	line-height:1.7em;
    color: #222222;
}

.testimonial-block-two .inner-box .designation{
	position:relative;
	color:#222222;
	font-size:15px;
	font-weight:400;
	line-height:1.4em;
}




/*** 

====================================================================
	Hidden Sidebar style
====================================================================

***/

.hidden-bar{
	position: fixed;
	top: 0px;
	right: 0px;
	width: 305px;
	height: 100%;
	background: #272727;
	z-index: 9999;
	transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
}

.hidden-bar-wrapper {
	height: 100%;
}

.hidden-bar .mCSB_inside > .mCSB_container{
	margin-right:0px;	
}

.hidden-bar.right-align {
	right: -400px;
}

.hidden-bar.right-align.visible-sidebar{
	right:0px;	
}

.hidden-bar .hidden-bar-closer {
	position: absolute;
	top: 10px;
	right:15px;
	background: none;
	color: #ffffff;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	z-index: 999999;
}

.hidden-bar .hidden-bar-closer button {
	background: none;
	display:block;
	font-size: 16px;
	color:#ffffff;
	width:40px;
	height:40px;
	cursor: pointer;
	line-height:40px;
}

.hidden-bar .hidden-bar-closer:hover button {
	color: #ffffff;
}

.hidden-bar .hidden-bar-closer:hover {
	color: #414857;
}

.hidden-bar .hidden-bar-closer:hover .btn {
	color: #ffffff;
}

.hidden-bar .hidden-bar-closer .btn {
	background-color: transparent;
	border: none;
	outline: none;
	font-size: 14px;
}

.sidebar-info-contents{
	position:relative;
}

.sidebar-info-contents .content-inner{
	position:relative;
}

.sidebar-info-contents .content-inner .logo {
	padding:0px 0px 40px;
}

.sidebar-info-contents .content-inner .logo img{
	display:inline-block;
	max-width:100%;	
}

.sidebar-info-contents .content-inner .content-box{
	position:relative;
}

.sidebar-info-contents .content-inner .content-box h2{
	position:relative;
	font-size:20px;
	color:#ffffff;
	font-weight:500;
	margin-bottom:20px;
}

.sidebar-info-contents .content-inner .content-box .text{
	position:relative;
	font-size:14px;
	color:rgba(255,255,255,0.60);
	margin-bottom:25px;
}

.sidebar-info-contents .content-inner .contact-info{
	position:relative;
	margin-top:60px;
}

.sidebar-info-contents .content-inner .contact-info h2{
	position:relative;
	font-size:20px;
	color:#ffffff;
	font-weight:500;
	margin-bottom:20px;
}

.sidebar-info-contents .content-inner .social-box{
	position:relative;
	margin-top:20px;
	margin-bottom:30px;
}

.sidebar-info-contents .content-inner .social-box li{
	position:relative;
	display:inline-block;
	margin-right:6px;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.sidebar-info-contents .content-inner .social-box li a{
	position:relative;
	width:36px;
	height:36px;
	color:#222222;
	z-index:1;
	font-size:13px;
	line-height:36px;
	text-align:center;
	border-radius:50%;
	display:inline-block;
	background-color:#ffffff;
}




/*Boxed Layout Style*/

.box-layout{
	position: relative;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.20);
}

.box-layout:before{
	position:fixed;
	content: '';
	left:0px;
	top: 0px;
	width: 100%;
	height:100%;
	display: block;
	background: url(../images/background/1.jpg) no-repeat;
}

.box-layout .page-wrapper{
	max-width:1170px;
	width: 100%;
	margin: 0 auto;
	padding:15px;
	background-color: #ffffff;
}

.box-layout .header-style-two .nav-outer::before,
.box-layout .header-style-two .nav-outer .side-curve{
	display:none;
}

/* RTL Version */

.rtl .header-top .top-right{
	text-align:left;
}

.rtl .main-menu,
.rtl .main-header .header-upper .logo-box,
.rtl .header-top .top-right .question{
	float:right;
}

.rtl .main-header .outer-box,
.rtl .header-style-two .nav-outer,
.rtl .main-header .header-upper .upper-right,
.rtl .header-top .top-right .social-box{
	float:left;
}

.rtl .sec-title,
.rtl .main-footer .footer-widget,
.rtl .header-top .top-left,
.rtl .call-to-action-section,
.rtl .main-slider .text,
.rtl .accordion-box .block,
.rtl .main-slider .content,
.rtl .event-block .inner-box h3,
.rtl .event-block .inner-box .post-meta,
.rtl .header-top-two .top-left,
.rtl .team-block .inner-box .content-column .inner-column,
.rtl .urgent-causes-section .title-column .inner-column,
.rtl .volunter-block .inner-box .image .overlay-box .text,
.rtl .welcome-section .content-column .inner-column,
.rtl .gallery-block .inner-box .overlay-box,
.rtl .urgent-causes-section .donate-column .inner-column,
.rtl .popular-causes-section .content-column .inner-column,
.rtl .default-form input[type="text"],
.rtl .default-form input[type="email"],
.rtl .default-form input[type="password"],
.rtl .default-form select,
.rtl .default-form textarea,
.rtl .call-to-action-section-three,
.rtl .testimonial-block .inner-box .text,
.rtl .testimonial-section .owl-nav,
.rtl .categories-blog ul li a,
.rtl .sidebar-title h2,
.rtl .help-widget .text,
.rtl .causes-single .inner-box,
.rtl .causes-single .inner-box h2,
.rtl .events-detail-section .lower-section h2,
.rtl .events-detail-section .lower-section .text,
.rtl .event-block-three .inner-box .content-column h3,
.rtl .events-detail-section .lower-section .post-meta,
.rtl .event-block-three .inner-box .content-column .post-meta,
.rtl .main-slider-three .content-column .inner-column,
.rtl .popular-causes-section-two .content-column .inner-column{
	text-align:right;
}

.rtl .events-detail-section .lower-section .post-meta li .icon{
	float:right;
	top:4px;
	margin-left:8px;
}

.rtl .list-style-two li{
	padding-left:0px;
	padding-right:25px;
}

.rtl .help-widget .list li{
	text-align:right;
	padding-left:0px;
	padding-right:30px;
}

.rtl .accordion-box .block .icon-outer{
	left:50px;
	right:auto;
}

.rtl .popular-causes-section-two .owl-nav{
	top:110px;
}

.rtl .sidebar .popular-posts .post{
	text-align:right;
	padding-left:0px;
	padding-right:125px;
}

.rtl .sidebar .popular-posts .post-info{
	padding-left:0px;
	padding-right:22px;
}

.rtl .list-style-three li{
	padding-left:0px;
	padding-right:22px;
	text-align:right;
}

.rtl .causes-single .inner-box .donates .theme-btn,
.rtl .categories-blog ul li span,
.rtl .sidebar .search-box .form-group button,
.rtl .testimonial-block .inner-box .upper-box .quote-icon,
.rtl .news-section-two .owl-nav{
	left:0px;
	right:auto;
}

.rtl .list-style-three li:before,
.rtl .list-style-two li:before{
	left:auto;
	right:0px;
	transform:rotate(180deg);
}

.rtl .news-detail .inner-box .lower-content .content .social-box{
	left:auto;
	right:-230px;
}

.rtl .sidebar-page-container .comments-area .comment-box .author-thumb,
.rtl .news-detail .inner-box .lower-content .date-outer,
.rtl .news-block-four .inner-box .lower-content .date-outer,
.rtl .event-block-three .inner-box .content-column .date-outer,
.rtl .help-widget .list li .icon,
.rtl .sidebar .popular-posts .post-info:before,
.rtl .sidebar .popular-posts .post .post-thumb,
.rtl .testimonial-block .inner-box .upper-box .image,
.rtl .contact-section .info-column .inner-column .icon-box,
.rtl .news-block-three .inner-box .lower-content .date-outer,
.rtl .service-block-two .inner-box .icon-box,
.rtl .list-style-one li .icon,
.rtl .main-footer .news-widget .post .post-thumb,
.rtl .news-block .inner-box .lower-content .date-outer,
.rtl .news-block-two .inner-box .content .date-outer,
.rtl .event-block .inner-box .upper-box .date-outer,
.rtl .gallery-block .inner-box .overlay-box h3:before,
.rtl .sec-title h2:before{
	left:auto;
	right:0px;
}

.rtl .sidebar .search-box .form-group input[type="text"],
.rtl .sidebar .search-box .form-group input[type="search"]{
	padding:10px 30px 10px 50px;
	text-align:right;
}

.rtl .event-block .inner-box .post-meta li{
	margin-right:0px;
	margin-left:8px;
}

.rtl .welcome-section .content-column .text{
	max-width:100%;
}

.rtl .main-slider .link-box .theme-btn{
	margin-right:0px;
}

.rtl .event-block .inner-box .upper-box .upper-inner{
	padding-left:0px;
	padding-right:100px;
	text-align:right;
}

.rtl .news-block-two .inner-box .content{
	padding-left:0px;
	padding-right:100px;
	text-align:right;
}

.rtl .news-block-four .inner-box .lower-content .content,
.rtl .news-block .inner-box .lower-content .content{
	padding-left:0px;
	padding-right:90px;
	text-align:right;
}

.rtl .main-footer .news-widget .post{
	padding-left:0px;
	padding-right:100px;
}

.rtl .list-style-one li{
	padding-left:0px;
	padding-right:38px;
}

.rtl .emailed-form .form-group input[type="submit"],
.rtl .emailed-form button{
	left:0px;
	right:auto;
	border-radius:50px 0px 0px 50px;
}

.rtl .emailed-form .form-group input[type="text"],
.rtl .emailed-form .form-group input[type="tel"],
.rtl .emailed-form .form-group input[type="email"],
.rtl .emailed-form .form-group textarea{
	padding:10px 30px 10px 50px;
	text-align:right;
}

.rtl .main-footer .footer-widget h2:after,
.rtl .main-footer .footer-widget h2:before{
	right:0px;
	left:auto;
}

.rtl .header-style-two .header-upper .outer-box{
	float:left;
	margin-left:0px;
	margin-right:60px;
}

.rtl .popular-causes-section-two .content-column .btns-box .theme-btn,
.rtl .gallery-block .inner-box .overlay-box .links li,
.rtl .popular-causes-section .content-column .btns-box .theme-btn,
.rtl .urgent-causes-section .title-column .theme-btn{
	margin-right:0px;
	margin-left:15px;
}

.rtl .popular-causes-section-two .image-column .inner-column .image:before{
	display:none;
}

.rtl .service-block-two .inner-box{
	padding-left:0px;
	padding-right:150px;
	text-align:right;
}

.rtl .news-section-two .owl-nav .owl-prev,
.rtl .news-section-two .owl-nav .owl-next{
	margin-left:0px;
	margin-right:12px;
}

.rtl .contact-section .info-column .inner-column,
.rtl .news-block-three .inner-box .lower-content .content{
	padding-left:0px;
	padding-right:90px;
	text-align:right;
}

.rtl .testimonial-block .inner-box .upper-box .upper-inner{
	padding-left:0px;
	padding-right:120px;
	text-align:right;
}

.rtl .default-form.style-two .form-group,
.rtl .subscribe-form .form-group input[type="text"],
.rtl .subscribe-form .form-group input[type="tel"],
.rtl .subscribe-form .form-group input[type="email"],
.rtl .subscribe-form .form-group textarea{
	text-align:right;
}

.rtl .newsletter-section .title-column .inner-column,
.rtl .article-block .inner-box .overlay-box .overlay-inner{
	text-align:right;
}

.rtl .subscribe-form .form-group input[type="submit"],
.rtl .subscribe-form button{
	left:3px;
	right:auto;
}

.rtl .article-block .inner-box .overlay-box .overlay-inner .content{
	right:40px;
}

.rtl .article-block .inner-box .overlay-box .post-meta li{
	margin-right:0px;
	margin-left:15px;
}

.rtl .page-title h1{
	text-align:right;
	padding-left:30px;
	padding-right:30px;
	border-left:0px;
	border-right:2px solid #fb6d16;
}

.rtl .causes-single .inner-box .donates{
	padding-right:0px;
	padding-left:185px;
}

.rtl .event-block-three .inner-box .content-column .upper-inner{
	padding-left:0px;
	padding-right:100px;
	text-align:right;
}

.rtl .news-detail .inner-box .lower-content .content{
	padding-left:0px;
	padding-right:90px;
	text-align:right;
}

.rtl .sidebar-page-container .comments-area .comment{
	padding-left:0px;
	padding-right:160px;
	text-align:right;
}

.rtl .sidebar-page-container .comments-area .comment-box.reply-comment{
	margin-left:0px;
	margin-right:100px;
}

.box-layout .causes-block .inner-box .lower-content .btns-box .btn-style-three{
	padding:13px 30px;
}

.rtl .header-top .top-right:before {
    right: 0px;
}

.rtl .header-top .top-left:before {
    left: 0px;
}
.dropdown-btn
{
	display:none
}
@media (max-width:1199px)
{
	.main-menu-wrapper__left
	{
		display:none
	}
	.main-menu-wrapper__top
	{
		padding:0;
	}
	.main-menu__donate-btn
	{
		display:none
	}
}
.theme_btn {
	overflow: hidden;
	color: white;
	background: #d5ada6;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	
	padding: 20px 70px 20px 44px;
	display: inline-block;
	border-radius: 30px;
	position: relative;
	z-index: 1;
	cursor: pointer;
	text-transform: uppercase;
	transition: all 0.4s ease-in-out;
}
	.theme_btn::before {
		top: 0px;
		width: 0px;
		left: auto;
		right: 0px;
		z-index: -1;
		bottom: 0px;
		content: "";
		position: absolute;
		border-radius: 30px;
		transition: all 0.3s ease-in-out;
	}
.theme_btn_bg::before {
	background: #79a7a8 !important;
}
.theme_btn span {
	position: absolute;
	right: 10px;
	background: white;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	border-radius: 50%;
	top: 10px;
	display: inline-block;
	z-index: 3;
}
	.theme_btn span i {
		color: #d5ada6;
		font-size: 15px;
		line-height: 35px;
		-webkit-transition: all 0.4s ease-out 0s;
		-moz-transition: all 0.4s ease-out 0s;
		-ms-transition: all 0.4s ease-out 0s;
		-o-transition: all 0.4s ease-out 0s;
		transition: all 0.4s ease-out 0s;
	}
.theme_btn:hover {
	color: white;
}
	.theme_btn:hover::before {
		left: 0px;
		width: 100%;
		right: auto;
	}
	.theme_btn:hover i {
		color: #79a7a8;
		transform: rotateY( 180deg );
	}
.call-to-action-section .theme_btn {
	margin-top: 13px;
}
body .fact-counter .column .inner .counter-title {
	color: #204e5e
}
.main-slider .mouse-btn-down {
	position: absolute;
	right: 50%;
	margin-right: -20px;
	bottom: 35px;
	width: 30px;
	height: 68px;
	cursor: pointer;
	display: block;
	background: url(../images/icons/mouse-icon.png) center center no-repeat;
	z-index: 20;
}
.main-slider .mouse-btn-down {
	-webkit-animation: mover 1s infinite alternate;
	animation: mover 1s infinite alternate;
}
.main-slider .mouse-btn-down {
	-webkit-animation: mover 1s infinite alternate;
	animation: mover 1s infinite alternate;
}
.main-slider
{
	position:relative
}
.sec-title h2
{
	text-align:right
}
	.sec-title h2:before {
		
		right: 0px;
		left:auto
	}
.btns-box .theme_btn {
	min-width: 160px;
	margin: 0px 5px;
}
	.btns-box .theme_btn:first-child {
		background: #79a7a7;
	}
		.btns-box .theme_btn:first-child span i {
			color: #7aa7a7;
		}
		.btns-box .theme_btn:first-child:hover::before {
			background: #d5ada6 !important;
		}
		.btns-box .theme_btn:first-child:hover span i {
			color: #d5ada6;
		}
.services-section .sec-title
{
	width:100%;
}
.mt-30 {
	margin-top: 30px;
}
.single_event.event_color-1 {
	background-color: #204e5e;
}
.single_event .event_image {
	position: relative;
	overflow: hidden;
}
	.single_event .event_image::before {
		position: absolute;
		top: 0;
		left: 0;
		content: '';
		width: 100%;
		height: 100%;
		background-color: rgba(34, 34, 34, 0.3);
		opacity: 0;
		-webkit-transition: all 0.3s ease-out 0s;
		-moz-transition: all 0.3s ease-out 0s;
		-ms-transition: all 0.3s ease-out 0s;
		-o-transition: all 0.3s ease-out 0s;
		transition: all 0.3s ease-out 0s;
		visibility: hidden;
	}
	.single_event .event_image img {
		width: 100%;
		height: 246px;
		object-fit: cover;
		object-position: center;
		-webkit-transition: all 0.3s ease-out 0s;
		-moz-transition: all 0.3s ease-out 0s;
		-ms-transition: all 0.3s ease-out 0s;
		-o-transition: all 0.3s ease-out 0s;
		transition: all 0.3s ease-out 0s;
	}

	.single_event .event_image .event_date {
		width: 75px;
		height: 75px;
		text-align: center;
		border-radius: 50%;
		border-top-right-radius: 42%;
		position: absolute;
		bottom: 30px;
		left: 30px;
		z-index: 5;
	}

.single_event.event_color-1 .event_image .event_date {
	background-color: #204e5e;
}

.single_event .event_image img {
	width: 100%;
	height: 246px;
	object-fit: cover;
	object-position: center;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.single_event .event_image .event_date .shape {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.single_event .event_image .event_date .date {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	font-family: "Chelsea Market", cursive;
}

	.single_event .event_image .event_date .date span {
		font-size: 30px;
		display: block;
		line-height: 35px;
	}

.single_event .event_content {
	padding: 30px;
	height:246px;
}

	.single_event .event_content .event_title a {
		font-size: 24px;
		color: #fff;
		font-weight: 400;
	}

	.single_event .event_content p {
		font-size: 16px;
		font-weight: 400;
		line-height: 24px;
		color: #fff;
		margin-top: 20px;
		padding-left: 25px;
		position: relative;
	}

		.single_event .event_content p img {
			margin-right: 5px;
			width: 14px;
			position: absolute;
			top: 5px;
			left: 0;
		}

.single_event.event_color-2 {
	background-color: #d5ada6;
}

	.single_event.event_color-2 .event_image .event_date {
		background-color: #d5ada6;
	}

.single_event.event_color-3 {
	background-color: #7aa7a7;
}

	.single_event.event_color-3 .event_image .event_date {
		background-color: #7aa7a7;
	}
.event_content .theme_btn {
	background:#fff;
}
.single_event.event_color-1 .theme_btn span {
	background: #204e5e;
}
.event_content .theme_btn span i {
	color:#fff;
}
.event_content .theme_btn_bg::before {
	background: #fff !important;
}
.event_color-2 .theme_btn {
	background: #fff;
	color: #d5ada6;
}
.single_event.event_color-2 .theme_btn span {
	background: #d5ada6;
}

.event_color-3 .theme_btn {
	background: #fff;
	color: #7aa7a7;
}

.single_event.event_color-3 .theme_btn span {
	background: #7aa7a7;
}
.team-about {
	padding: 80px 0 80px;
	background: #f7f7f7;
}

.team-card {
	position: relative;
}
.team-card__image {
	border-top-left-radius: 185px;
	border-top-right-radius: 185px;
	overflow: hidden;
}
	.team-card__image > img {
		width: 100%;
	}
.team-card__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 500ms ease;
	transition: 500ms ease;
}
	.team-card__social a {
		border-radius: 50%;
		width: 40px;
		height: 40px;
		background-color: #1da1f2;
		color: #fff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
		font-size: 14px;
		-webkit-transition: 500ms ease;
		transition: 500ms ease;
	}
		.team-card__social a + a {
			margin-left: 10px;
		}
		.team-card__social a:nth-child(2) {
			-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
			background-color: #4867aa;
			color: #fff;
		}
		.team-card__social a:nth-child(3) {
			-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
			background-color: #0077b5;
			color: #fff;
		}
		.team-card__social a:nth-child(4) {
			background-color: #8a3ab9;
			color: #fff;
		}
.team-card__content {
	background-color: #d5ada6;
	margin-left: 25px;
	margin-right: 25px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: -50px;
	position: relative;
	z-index: 10;
	border-radius: 15px;
}
.content-bg-1 .team-card__content {
	background-color: #214f5f;
}
.team-3-col .team-card__content {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: -20px;
}
.team-card__content h3 {
	margin: 0;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 6px;
}
.team-card__content p {
	margin: 0;
	line-height: 1;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}
.content-bg-2 .team-card__content {
	background-color: #204e5e;
}
.content-bg-3 .team-card__content {
	background-color: #7aa7a7;
}
.content-bg-4 .team-card__content {
	background-color: #5366c2;
}
.team-about .sec-title {
	width: 100%;
}
.team-card:hover .team-card__social {
	opacity: 1;
	visibility: visible;
}
@-webkit-keyframes mover {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(-10px);
	}
}

@keyframes mover {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(-10px);
	}
}
.stories {
	position: relative;
	width: 100%;
	padding: 80px 0 140px;
	background-color: #fff;
}
.stories .sec-title{
	width:100%;
}
.news-widget li a{
	color:#fff !important;
	font-size:18px;

}
.news-widget li
{
	margin-bottom:20px;
}
.post-item {
	margin-bottom: 30px;
	position: relative;
}
	.post-item .thumb {
		overflow: hidden;
		position: relative;
	}
		.post-item .thumb > a {
			display: block;
			position: relative;
		}
		.post-item .thumb img {
			width: 100%;
			transition: 0.8s;
			-webkit-transition: 0.8s;
			-moz-transition: 0.8s;
			-ms-transition: 0.8s;
			-o-transition: 0.8s;
		}
		.post-item .thumb .meta-date {
			align-items: center;
			background-color: #d5ada6;
			display: flex;
			height: 92px;
			justify-content: center;
			left: 35px;
			padding-top: 8px;
			line-height: 23px;
			position: absolute;
			text-align: center;
			top: 25px;
			width: 92px;
			z-index: 1;
		}
			.post-item .thumb .meta-date a {
				color: #fff;
				font-size: 13px;
				font-weight: 700;
				display: block;
				letter-spacing: 1.2px;
				text-transform: uppercase;
			}
				.post-item .thumb .meta-date a span {
					display: block;
					
					font-weight: 400;
					font-size: 38px;
					letter-spacing: 0;
					line-height: 1;
					margin-bottom: 3px;
				}
		.post-item .thumb .shape-line {
			border: 2px solid #fff;
			height: 92px;
			left: 45px;
			position: absolute;
			top: 35px;
			width: 92px;
		}
	.post-item .content {
		background-color: #f7f7f7;
		bottom: -125px;
		left: 35px;
		overflow: hidden;
		padding-bottom: 1px;
		position: absolute;
		right: 35px;
		z-index: 1;
		transition: 0.3s;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-ms-transition: 0.3s;
		-o-transition: 0.3s;
	}
		.post-item .content .inner-content {
			background-color: #f7f7f7;
			padding: 29px 34px 24px;
		}

		.post-item .content .title {
			font-size: 21px;
			margin-bottom: 0;
			line-height: 1.4;
		}
			.post-item .content .title a {
				color: #001d23;
			}
		.post-item .content p {
			margin: 5px 0 0;
		}
		.post-item .content .post-footer {
			align-items: center;
			background-color: #f7f7f7;
			display: flex;
			justify-content: space-between;
			margin-bottom: -71px;
			opacity: 1;
			padding: 1px 34px 32px;
			visibility: hidden;
			transition: 0.3s;
			-webkit-transition: 0.3s;
			-moz-transition: 0.3s;
			-ms-transition: 0.3s;
			-o-transition: 0.3s;
		}
	.post-item:hover .thumb img {
		transform: scale(1.15);
		-webkit-transform: scale(1.15);
		-moz-transform: scale(1.15);
		-ms-transform: scale(1.15);
		-o-transform: scale(1.15);
	}
	.post-item:hover .content .post-footer {
		margin-bottom: 0;
		opacity: 1;
		padding-top: 0;
		visibility: visible;
	}
@media only screen and (max-width: 991px) {
	.mb-md-150 {
		margin-bottom: 150px !important;
	}
	.team-3-col .col-md-3
	{
		margin-bottom:30px
	}
		.team-3-col .col-md-3:last-child {
			margin-bottom: 0px
		}
	.clients-section
	{
		padding:30px 0
	}
	}
.navbar {
	
	padding: 0rem 1rem;
}
.navbar-light .navbar-nav .nav-link {
	font-size: 16px;
	font-weight: 700;
	display: flex;
	align-items: center;
	color: var(--thm-gray);
	position: relative;
}
.mr-auto, .mx-auto {
	margin-left: auto !important;
	margin-right:auto !important
}
.navsearch-button {
	position: relative;
	margin-top: 0;
	font-size: 20px;
	color: #222222;
	cursor: pointer;
	
}
.navbar .form-inline li {
	display: inline-block;
	margin-left: 10px;
}
	.navbar .form-inline li img {
		max-height: 88px;
	}
.navsearch-button i{
	vertical-align:sub
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
	color: rgb(32 78 94);
}


.dropdown-toggle::after {

	margin-right: .255em;
	margin-left:0
}
.navbar.bg-light {
	background-color: #fff !important;
	border-top: 1px solid #ddd;
}
@media (max-width:991px)
{
	.navbar .form-inline li {
		display: block;
		margin-left: 0;
	}
	.form-inline ul{
		width:100%;
		text-align:right
	}
	.navbar .form-inline li {
	
		margin-bottom: 20px;
	}
	.navbar .form-inline ul li:last-child {
		margin-bottom: 0px;
	}
}

.main-slider p {
	font-size: 40px;
	color: #ffffff;
	font-family: var(--thm-reey-font);
	font-weight: 400;
	margin: 0;
	line-height: 50px;
	margin-bottom: 19px;
	opacity: 0;
	transform: translateY(100px);
	transition-delay: 2500ms;
	transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease, background 500ms ease;
}
.main-slider h2 {
	margin: 0;
	margin-bottom: 37px;
	color: #fff;
	font-weight: 900;
	font-family: var(--thm-reey-font);
	opacity: 0;
	visibility: hidden;
	transform: translateY(120px);
	transition-delay: 1000ms;
	transition: transform 2000ms ease, opacity 2000ms ease;
	font-size: 110px;
	line-height: 120px;
}
.main-slider .thm-btn {
	font-size: 18px;
	font-weight: 800;
	padding: 20px 48px;
	opacity: 0;
	transform: translateY(100px);
	transition-delay: 2500ms;
	transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease, background 500ms ease;
}
.main-slider .swiper-slide-active .thm-btn, .main-slider .swiper-slide-active p, .main-slider .swiper-slide-active h2, .main-slider .swiper-slide-active p {
	visibility: visible;
	opacity: 1;
	transform: translateY(0) translateX(0);
}
@media only screen and (max-width: 767px) {
	.main-slider h2 {
		font-size: 43px;
		line-height: 53px;
	}
}
@media only screen and (max-width: 767px) {
	.main-slider p {
		font-size: 29px;
		line-height: 39px;
	}
}
.problem-single-item {
	text-align: center;
	transition: all 0.3s ease-out;
}
	.problem-single-item .icon {
		font-size: 55px;
		margin-bottom: 15px;
		transition: all 500ms;
		position: relative;
		display: inline-block;
		z-index: 0;
	}
		.problem-single-item img {
			max-width:66px;
		}
	.problem-single-item .content {
		flex: 1;
	}
		.problem-single-item .content .title {
			font-size: 18px;
			line-height: 34px;
		
			font-weight: 700;
			transition: all 500ms;
		}
		.problem-single-item .content p {
			font-size: 14px;
			line-height: 24px;
			max-width: 265px;
			margin: auto;
			min-height: 75px;
		}
	.problem-single-item .icon::after {
		content: "";
		position: absolute;
		left: 50%;
		bottom: 18px;
		transition: all 500ms;
		transform: translateX(-50%);
		-webkit-clip-path: polygon(100% 51%, 8% 0, 0 100%);
		clip-path: polygon(100% 51%, 8% 0, 0 100%);
		width: 50px;
		height: 55px;
		background-color: rgba(214, 175, 168,0.5);
		z-index: -1;
		top: 10px;
	}
	.problem-single-item:hover .icon::after {
		transform: rotate( 180deg );
		left: 0;
	}
	
	.problem-single-item:hover .icon {
		transform: scale(1.2);
	}
		.problem-single-item:hover .icon::after {
			transform: rotate( 180deg );
			left: 0;
		}
.mar-t-60
{
	margin-top:60px;
}
.campaing_items {
	padding: 20px;
	border-radius: 50px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	-webkit-box-shadow: 0px 0px 95px 0px rgb(0 0 0 / 15%);
	-moz-box-shadow: 0px 0px 95px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 95px 0px rgb(0 0 0 / 15%);
	background-color: #fff;
}
	.campaing_items .items_icon {
		width: 100px;
		height: 100px;
		position: relative;
		border-radius: 50px;
		border-top-right-radius: 42%;
		background-color: rgba(146, 56, 164, 0.1);
	}
		.campaing_items .items_icon img {
			vertical-align: middle;
			position: absolute;
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%, -50%);
			-moz-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			-o-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
		}
	.campaing_items .items_content {
		padding-left: 20px;
	}
		.campaing_items .items_content .items_title {
			font-size: 24px;
			font-weight: 400;
		}
		.campaing_items .items_content p {
			font-size: 16px;
			font-weight: 400;
			line-height: 24px;
		
			margin: 0px;
			margin-top: 15px;
		}
.goals .col-lg-3 {
	margin-bottom: 20px;
}
.problem-single-item {
	position: relative;
	display: block;
	padding: 25px 15px;
	transition: all .25s cubic-bezier(.645,.045,.355,1);
	border-radius: 5px;
	z-index: 99;
	background-color: #fff;
	border: 1px solid #e7e7e7;
}
.whydonation {
	position: relative;
	padding: 60px 0px 60px;
}
.tm-service {
	overflow: visible;
}
	.tm-service .thumb {
		overflow: hidden;
		position: relative;
	}
		.tm-service .thumb img {
			-webkit-transform: scale(1);
			-moz-transform: scale(1);
			-ms-transform: scale(1);
			transform: scale(1);
			transition: all 0.4s ease-in-out;
		}
		.tm-service .thumb:after {
			content: "";
			position: absolute;
			bottom: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background-color: rgba(0, 0, 0, 0.2);
			transition: all 0.3s linear;
			overflow: hidden;
			-webkit-transform: scaleY(1);
			-khtml-transform: scaleY(1);
			-moz-transform: scaleY(1);
			-ms-transform: scaleY(1);
			-o-transform: scaleY(1);
			transform: scaleY(1);
			opacity: 0.5;
			z-index: 1;
		}
	.tm-service .details {
		padding: 45px 30px;
		position: relative;
		transition: all 0.4s ease-in-out;
		background-color: #fff;
		text-align: center;
		box-shadow: 0px 0px 50px rgb(5 5 5 / 8%);
		width: 92%;
		margin: 0 auto;
		margin-top: -50px;
		z-index: 1;
	}
		.tm-service .details .service-link-btn {
			background: #F1F5F8;
			height: 65px;
			width: 65px;
			line-height: 65px;
			border-radius: 50%;
			color: #204e5e;
			margin-bottom: 15px;
			position: absolute;
			top: -35px;
			left: 0;
			margin: 0 auto;
			text-align: center;
			right: 0;
		}
.mb-15 {
	margin-bottom: 15px !important;
}
.tm-service .details .title {
	margin-top: 0;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.tm-sc-services.services-style-current-theme:hover .thumb img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.tm-sc-services.services-style-current-theme:hover .thumb:after {
	-webkit-transform: scaleY(0);
	-khtml-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	opacity: 1;
}
.tm-sc-services.services-style-current-theme:hover .details {
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px);
}
	.tm-sc-services.services-style-current-theme:hover .details .service-link-btn {
		background: #d5ada6;
		color: #fff;
	}
.section-content
{
	margin-top:70px;
}
.sec-title span {
	color: #d5ada6;
}
.tm-service p{
	margin-bottom:0
}
.tm-service .details .title {
	min-height:65px;
	font-size: 18px;
	margin-bottom:0
}
.tm-sc-services
{
	margin-bottom:30px;
}
.testimonial-one__single {
	position: relative;
	display: block;
	background-color: rgba(241, 245, 248,1);
	padding: 30px 40px 40px;
	direction: ltr
}
.testimonial-one__text {
	margin: 0;
	line-height: 34px;
}
.testimonial-one__client-info {
	display: flex;
	align-items: center;
	margin-top: 19px;
}
.testimonial-one__client-img {
	position: relative;
	display: block;
}
	.testimonial-one__client-img > img {
		display: block;
		width: 100%;
		border-radius: 50%;
	}
.testimonial-one__quote {
	position: absolute;
	top: 50%;
	right: -22px;
	height: 42px;
	width: 42px;
	background: #15c8a0;
	border-radius: 50%;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	transform: translateY(-50%);
}
	.testimonial-one__quote::before {
		content: '';
		width: 21px;
		height: 18px;
		background-image: url(../images/qoute-1-1.png);
		background-repeat: no-repeat;
		background-position: center center;
	}
.testimonial-one__client-name {
	margin-left: 40px;
}
	.testimonial-one__client-name h3 {
		font-size: 20px;
		color: #15c8a0;
		font-weight: 900;
		line-height: 20px;
	}
	.testimonial-one__client-name p {
		margin: 0;
		line-height: 29px;
	}
.testimonial-one__carousel.owl-theme .owl-nav {
	
	position:absolute
}
.testimonial-one__carousel.owl-theme .owl-nav
{
	display:flex
}
.testimonial-one__carousel.owl-theme .owl-nav
{
	display:none
}
.testimonial-one__text {

	min-height: 140px;
}
.about-service  ul{
	list-style: none;
	margin-top: 10px;
	margin-bottom: 18px;
	-moz-column-count: 4;
	-moz-column-gap: 20px;
	-webkit-column-count: 4;
	-webkit-column-gap: 20px;
	column-count: 4;
	column-gap: 20px;
	margin-top:50px;
}
	.about-service li {
	
		font-size: 14px;
		font-weight: bold;
		color: #6b6b6b;
		line-height: 30px;
		position: relative;
	
	}
		.about-service li:before {
			content: "\f058";
			font-family: 'FontAwesome';
			position: absolute;
			left: 0;
			top: 0;
			color: #d5ada6;
			font-size: 16px;
		}

.inner-column h2:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	height: 2px;
	width: 42px;
	background-color: #204e5e;
}
.contact-page {
	padding-top: 80px;
	padding-bottom: 0;
}
.mb-40 {
	margin-bottom: 40px;
}
.block-title {
	margin-bottom: 40px;
}
	.block-title p {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-size: 18px;
		font-weight: 500;
	
		margin: 0;
		line-height: 1;
	}
		.block-title p img {
			margin-right: 10px;
		}
	.block-title h3 {
		margin: 0;

		font-size: 30px;
		font-weight: 700;
		margin-top: 20px;
		letter-spacing: -0.04em;
	}
.block-text {
	font-size: 18px;
	line-height: 1.88;
	
	font-weight: 500;
}
.mb-30 {
	margin-bottom: 30px;
}
.pr-10 {
	padding-right: 10px;
}
.footer-social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
	.footer-social a {
		border-radius: 50%;
		width: 40px;
		height: 40px;
		background-color: #d5ada6;
		color: #fff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
		font-size: 14px;
		-webkit-transition: 500ms ease;
		transition: 500ms ease;
	}
.mb-40 {
	margin-bottom: 40px;
}
.form-one .form-group {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	grid-gap: 10px;
	margin: 0;
}
@media (min-width: 576px) {
	.form-one .form-group {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
	}
}
.form-one .form-control {
	border: none;
	width: auto;
	height: auto;
	border-radius: 0;
	padding: 0;
}
.form-one input[type=text], .form-one input[type=email], .form-one textarea {
	display: block;
	width: 100%;
	height: 73px;
	border-radius: 36.5px;
	background-color: #f1f1f1;
	color: #7e7e7e;
	font-size: 16px;
	font-weight: 500;
	border: none;
	outline: none;
	padding-left: 30px;
}
.footer-social a + a {
	margin-left: 10px;
}
.form-one .form-control-full {
	-ms-grid-column: 1;
	grid-column-start: 1;
	grid-column-end: -1;
}
.form-one textarea {
	border-radius: 30px;
	height: 195px;
	padding-top: 20px;
}
.contact-card {
	border-top-left-radius: 220.5px;
	border-top-right-radius: 220.5px;
	background-repeat: no-repeat;
	width: 100%;
	background-position: top right;
	min-height: 442px;
}
.background-special {
	background-color: #79a7a8;
}

.contact-card i {
	width: 164px;
	height: 164px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	color: #d5ada6;
	font-size: 64px;
	background-color: #fff;
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
}
.contact-card h3 {
	color: #fff;
	font-size: 18px;
	margin: 0;
	font-weight: bold;
	line-height: 1;
	margin-top: 20px;
	margin-bottom: 25px;
}
@media (min-width: 481px) {
	.contact-card h3 {
		font-size: 22px;
	}
}
.contact-card p {
	font-size: 18px;
	font-weight: 500;
	color: #ffffff;
	margin: 0;
}
	.contact-card p a {
		color: inherit;
		-webkit-transition: 500ms;
		transition: 500ms;
	}
.user-area-style {
	position: relative;
	z-index: 1;
	padding:60px 0;
}
	.user-area-style .contact-form-action {
		max-width: 600px;
		border-bottom: none;
		-webkit-box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
		box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
		background-color: #fff;
		padding: 30px;
		margin: auto;
	}
		.user-area-style .contact-form-action .account-title {
			margin-bottom: 30px;
		}
			.user-area-style .contact-form-action .account-title h2 {
				font-size: 30px;
				position: relative;
				line-height: 1;
			}
		.user-area-style .contact-form-action.recover p
		{
			margin:0
		}
			.user-area-style .contact-form-action.recover p.reset-desc {
				margin:25px 0; 
			}
.account-title h2{
	text-align:center
}
.team-about .col-md-3{
	margin-bottom:60px;
}
.pu_single_page_wrapper {
padding:80px 0 60px;
	position: relative;
	z-index: 9;
}
.team_member_img img {
	width: 100%;
}
.team_details_content .team_details_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
	.team_details_content .team_details_title .name {
		text-transform: uppercase;
		font-weight: 700;
		color: #363a57;
		font-size: 32px;
		margin-bottom: 0;
	}
		.team_details_content .team_details_title .name span {
			color: #e07a5e;
			font-size: 16px;
			display: block;
			line-height: 1;
		}
	.team_details_content .team_details_title .social_icon a {
		font-size: 16px;
		color: #1b1f2e;
		display: inline-block;
		margin-right: 8px;
		padding: 11px 18px;
		background-color: #ddd;
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}
.team_details_content .description {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	font-size: 16px;
	line-height: 26px;
}
.team_details_content .team_member_info p {
	position: relative;
	padding-left: 20%;
	margin-bottom: 6px;
	font-size: 16px;
}
.team_member_skil .title {
	margin-top: 40px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 32px;
}
.team_details_content .team_member_info p span {
	color: #363a57;
	font-weight: 700;
	left: 0;
	position: absolute;
}
.mar-t-15
{
	margin-top:15px;
}
.clear{
	clear:both;
	display:block;
	width:100%;
}
.events-detail-section .lower-section .post-meta li .icon.fa-clock:before {
	display: block !important
}
.time-box
{
	text-align:center
}
.mar-t-30
{
	margin-top:30px
}
.team-block
{
	margin-bottom:30px;
}



.stage-block-1 .inner-box .image-column .inner-column .image:before {
	background-color: #cd7f32;
}
body .stage-block-1 .inner-box .content-column h3 a {
	color: #cd7f32;
}
.stage-block-2 .inner-box .image-column .inner-column .image:before {
	background-color: silver;
}

body .stage-block-2 .inner-box .content-column h3 a {
	color: silver;
}

.stage-block-3 .inner-box .image-column .inner-column .image:before {
	background-color: gold;
}

body .stage-block-3 .inner-box .content-column h3 a {
	color: gold;
}

.stage-block-4 .inner-box .image-column .inner-column .image:before {
	background-color: #b9f2ff;
}

body .stage-block-4 .inner-box .content-column h3 a {
	color: #b9f2ff;
}











.stage-1.goal-block .inner-box h3 a {
	color: #b08d58;
}
.stage-2.goal-block .inner-box h3 a {
	color: silver;
}
.stage-3.goal-block .inner-box h3 a {
	color: gold;
}
.stage-4.goal-block .inner-box h3 a {
	color: #b9f2ff;
}
.stage-1.goal-block .inner-box .hover-one:before {
	background-color: #b08d58;
}
.stage-1.goal-block .inner-box .hover-one:after {
	
	background-color: #b08d58;

}
.stage-1.goal-block .inner-box .hover-two:before {

	background-color: #b08d58;

}
.stage-1.goal-block .inner-box .hover-two:after {
	
	background-color: #b08d58;
	
}
.stage-1.goal-block .inner-box:hover h3 a {
	color: #000
}
.stage-1.goal-block .inner-box:hover img {
	filter: brightness(0) invert(0);
}
.stage-1.goal-block .inner-box .text {
	color: #fff;
}



.stage-1.goal-block .inner-box:hover .text {
	color: #000
}





.stage-2.goal-block .inner-box .hover-one:before {
	background-color: silver;
}

.stage-2.goal-block .inner-box .hover-one:after {
	background-color: silver;
}

.stage-2.goal-block .inner-box .hover-two:before {
	background-color: silver;
}

.stage-2.goal-block .inner-box .hover-two:after {
	background-color: silver;
}

.stage-2.goal-block .inner-box:hover h3 a {
	color: #000
}

.stage-2.goal-block .inner-box:hover img {
	filter: brightness(0) invert(0);
}
.stage-2.goal-block .inner-box .text {
	color: #fff;
}
.stage-2.goal-block .inner-box:hover .text {
	color: #000
}



.stage-3.goal-block .inner-box .hover-one:before {
	background-color: gold;
}

.stage-3.goal-block .inner-box .hover-one:after {
	background-color: gold;
}

.stage-3.goal-block .inner-box .hover-two:before {
	background-color: gold;
}

.stage-3.goal-block .inner-box .hover-two:after {
	background-color: gold;
}

.stage-3.goal-block .inner-box:hover h3 a {
	color: #000
}

.stage-3.goal-block .inner-box:hover img {
	filter: brightness(0) invert(0);
}

.stage-3.goal-block .inner-box .text {
	color: #fff;
}

.stage-3.goal-block .inner-box:hover .text {
	color: #000
}




.stage-4.goal-block .inner-box .hover-one:before {
	background-color: #b9f2ff;
}

.stage-4.goal-block .inner-box .hover-one:after {
	background-color: #b9f2ff;
}

.stage-4.goal-block .inner-box .hover-two:before {
	background-color: #b9f2ff;
}

.stage-4.goal-block .inner-box .hover-two:after {
	background-color: #b9f2ff;
}

.stage-4.goal-block .inner-box:hover h3 a {
	color: #000
}

.stage-4.goal-block .inner-box:hover img {
	filter: brightness(0) invert(0);
}

.stage-4.goal-block .inner-box .text {
	color: #fff;
}
.stage-4.goal-block .inner-box:hover .text {
	color: #000
}

	.stage-step-1 .team-block .inner-box .image-column .inner-column .image:before {
		background: #b08d58
	}
.stage-step-1 .team-block .inner-box .content-column h3 a {
	color: #fff;
	display: inline-block;
}
.theme_color-inside > span {
	color: #d5ada6;
}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}
	.pagination > li {
		display: inline;
	}
		.pagination > li > a, .pagination > li > span {
			position: relative;
			float: left;
			padding: 6px 12px;
			margin-left: -1px;
			line-height: 1.42857143;
			color: #7aa7a7;
			text-decoration: none;
			background-color: #fff;
			border: 1px solid #ddd;
		}
		.pagination > li > a, .pagination > li > span {
			line-height: inherit;
		}
	.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
		color: #777;
		cursor: not-allowed;
		background-color: #fff;
		border-color: #ddd;
	}
	.pagination > li:first-child > a, .pagination > li:first-child > span {
		margin-left: 0;
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
	}
	.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
		z-index: 3;
		color: #fff;
		cursor: default;
		background-color: #7aa7a7;
		border-color: #7aa7a7;
	}
	.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
		color: #777;
		cursor: not-allowed;
		background-color: #fff;
		border-color: #ddd;
	}
	.pagination > li:last-child > a, .pagination > li:last-child > span {
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
	}
.default-form.style-two input[type=checkbox]
{
	height:inherit
}
.flex
{
	display:flex
}
.error{
	color:red
}
ul.flex li{
	display:flex
}
.checkcontainer {
	display: block;
	position: relative;
	padding-right: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 17px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
	.checkcontainer input {
		position: absolute;
		opacity: 0;
		cursor: pointer;
	}
.checkmark {
	position: absolute;
	top: 0;
	right: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
}
.checkcontainer input:checked ~ .checkmark {
	background-color: #2196F3;
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.checkcontainer .checkmark:after {
	right: 10px;
	top: 6px;
	width: 7px;
	height: 12px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate( 45deg );
	-ms-transform: rotate(45deg);
	transform: rotate( 45deg );
}
.checkcontainer input:checked ~ .checkmark:after {
	display: block;
}
.hidden{
	display:none !important
}
.default-form.style-two input[type=file] {
	border-radius: 50px;
	height: 50px;
	padding: 12px 30px;
	background-color: #fafafa;
	
	width: 100%;
	border: 1px solid #e6e3e3;
	border-radius: 50px !important;
	
	line-height: 1;
}
.causes-block .inner-box .image .ribbon.notactive:before {
	background-color: red;
}
.tags ul{
	list-style: none;
}
.tags li {
	background: #d5ada6;
	color: #fff;
	margin-bottom: 10px;
	display: inline-block;
	padding: 5px 8px 5px 7px;
	margin-right: 15px;
	font-size: 12px;
	line-height: 10px;
}
		.tags li a {
			color: #fff;
		}
.causes-single h4 {
	position: relative;
	color: #333333;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2em;
	align-content: space-between;
	margin-bottom: 22px;
	
}

.causes-single .faq-page-section {
	padding: 20px 0px 0px;
}
.cursornot
{
	cursor:none
}
.causes-single .donates .theme-btn
{
	color:#fff;
}
.btn-style-five:hover, .btn-style-three:hover {
	border-color: inherit;
}
.fl-wrap {
	float: left;
	width: 100%;
	position: relative;
}
.card {
	box-shadow: 0 1px 4px 0 rgb(0 0 0 / 10%);
	margin-bottom: 24px;
	width:100%;
}

.header-title {
	font-size: 20px;
	text-align: right
}
.table-light, .table-light > td, .table-light > th {
	background-color: rgba(0,0,0,.075);
}
.btn-task {
	padding: 10px 20px;
	font-size: 20px;
	display: inline-block;
	background: #d5ada6;
	color: #fff !important;
	border-radius: .25rem;
	cursor:inherit
}
.sharethis-inline-share-buttons {
	margin-bottom: 20px;
	text-align: right !important;
	margin-top: 10px;
}
.tel
{
    direction: ltr;
    display: inline-block;	
}

	.home_content .avatar {
		min-width: 300px;
		min-height: 300px;
		position: relative;
		border-radius: 100%;
	}
		.home_content .avatar .image {
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			background-repeat: no-repeat;
			background-position: 50%;
			background-size: cover;
			-webkit-animation: morph 8s ease-in-out 1s infinite;
			animation: morph 8s ease-in-out 1s infinite;
			background-blend-mode: multiply;
			box-shadow: inset 0 0 0 9px hsl(0deg 0% 100% / 30%);
			border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
			overflow: hidden;
		}
	
	.home_content .details {
		margin-left: 80px;
	}
		.home_content .details .name {
			font-size: 55px;
			font-weight: 800;
			text-transform: uppercase;
			margin-bottom: 19px;
		}
		.home_content .details .job {
			font-family: "Montserrat";
			font-style: italic;
			font-weight: 500;
			max-width: 450px;
			margin-bottom: 30px;
		}
@-webkit-keyframes morph {
	0% {
		border-radius: 60% 40% 30% 70%/60% 30% 70% 40%
	}

	50% {
		border-radius: 30% 60% 70% 40%/50% 60% 30% 60%
	}

	to {
		border-radius: 60% 40% 30% 70%/60% 30% 70% 40%
	}
}

@keyframes morph {
	0% {
		border-radius: 60% 40% 30% 70%/60% 30% 70% 40%
	}

	50% {
		border-radius: 30% 60% 70% 40%/50% 60% 30% 60%
	}

	to {
		border-radius: 60% 40% 30% 70%/60% 30% 70% 40%
	}
}
.winner {
	padding: 60px 0;
	background-image: url(/images/background/2.jpg);
}
	.winner .circle .bg_img {
		position: absolute;
		top: 18px;
		left: 18px;
		bottom: 18px;
		right: 18px;
		display: block;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		z-index: 15;
		border-radius: 100%;
	}
	.winner .circle {
		position: relative;
		
	
	}
.winner .circle > img {
	position: relative;
	display: block;
	min-width: 100%;
	border-radius: 100%;
	z-index: 15;
	opacity: 0;
}
.winner .circle_holder_blue span {
	position: absolute;
	top: 0;
	right: 0;
	left: 7px;
	bottom: 10px;
	background-color: #204e5f;
	z-index: 2;
	border-radius: 100%;
	box-shadow: 5px -5px 20px #204e5f;
}
.winner .circle_holder_orange span {
	position: absolute;
	top: 30px;
	right: 15px;
	left: 0;
	bottom: 0;
	background-color: #d5ada6;
	z-index: 2;
	border-radius: 100%;
	box-shadow: -5px 5px 20px #d5ada6;
}
.winner .lines {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
}
	.winner .lines span {
		width: 4px;
		height: 138%;
		display: block;
		background-color: #000;
		transform: rotate( 30deg);
		z-index: 13;
		position: absolute;
		top: -18%;
		left: 40%;
	}
		.winner .lines span:nth-child(2) {
			left: 52%;
			top: -21%;
		}
		.winner .lines span:nth-child(3) {
			left: 64%;
			top: -24%;
		}
	.winner .person_info {
		position: absolute;
		right: 52px;
		right: 11.8%;
		bottom: 0px;
		z-index: 25;
		cursor: pointer;
		display: block;
		text-decoration: none;
		width: 60px;
		height: 60px;
		background-color: #204e5f;
		border-radius: 50%;
		color: #fff;
	}
	.winner .person_info .fn__svg {
		width: 20px;
		height: 20px;
		position: absolute;
		left: 50%;
		top: 50%;
		margin: -10px 0 0 -10px;
	}
	.winner .person_info:after {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 70px;
		height: 70px;
		margin: -35px auto auto -35px;
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		background-color: inherit;
		z-index: -1;
		pointer-events: none;
		border: 20px solid #204e5f;
		transition: border-color .3s ease;
		border-radius: 100%;
		opacity: 1;
		-webkit-animation: cs_fn_pulse 2.5s cubic-bezier(.3,1,.3,1) infinite;
		animation: cs_fn_pulse 2.5s cubic-bezier(.3,1,.3,1) infinite;
	}
.winner .content {
	padding-top: 60px;
	padding-bottom:60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.winner .left_hero_header {
	width: 475px;
	max-width: 50%;
	padding-right: 40px;
}
.winner .right_hero_header {
	width: 50%;
}
.person_info img {
	filter: brightness(0) invert(1);
	max-width: 35px;
	margin: auto;
	display: block;
	margin-top: 12px;
}
.about_short_contact_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 24px;
}
	.about_short_contact_wrap ul {
		margin: 0;
		list-style-type: none;
	}
		.about_short_contact_wrap ul li .svg {
			position: absolute;
			left: 0;
			top: 6px;
			width: 17px;
			height: 17px;
			color: #e65f78;
		}
		.about_short_contact_wrap ul li i {
			color: #d5ada6;
			font-size: 18px;
			padding-left: 5px;
		}
		.about_short_contact_wrap ul li label {
			font-weight: 600;
			color: #000;
			min-width: 85px;
			display: inline-block;
		}
	.about_short_contact_wrap 
	{
		direction:rtl
	}
		.about_short_contact_wrap ul
		{
			text-align:right
		}
about_short_contact_wrap ul li:nth-of-type(2n) {
	clear: right;
}
.about_short_contact_wrap ul li {
	margin: 0 0 10px;
	width: 100%;
	
	position: relative;
	padding-left: 30px;
	font-size: 16px;
	line-height: 2;
}
@-webkit-keyframes cs_fn_pulse {
	from {
		opacity: 1;
		transform: scale(1,1)
	}

	to {
		opacity: 0;
		transform: scale(1.8,1.8)
	}
}

@keyframes cs_fn_pulse {
	from {
		opacity: 1;
		transform: scale(1,1)
	}

	to {
		opacity: 0;
		transform: scale(1.8,1.8)
	}
}
.apss-single-icon a {
	position: relative;
	display: block;
	float: right;
	
}
.apss-single-icon .apss-icon-block {
	font-size: 18px;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	padding: 1px 4px;
	position: relative;
	background-color: #f7f7f7;
	width: 90px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.apss-icon-block:before {
	position: absolute;
	height: 2px;
	width: 100%;
	content: "";
	left: 0;
	top: -1px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}
.apss-twitter .apss-icon-block:before {
	border-top: 2px solid #1dcaff;
}
.apss-icon-block .fa {
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	min-width: 22px;
	color: #1dcaff;
}
.apss-social-text {
	display: none;
}
.apss-share {
	color: #636363;
	font-size: 14px;
	margin: 0 0 0 7px;
}
.apss-linkedin .apss-icon-block:before {
	border-top: 2px solid #3f729b;
}
.apss-theme-1 .apss-linkedin .fa {
	color: #3f729b;
}
.about_short_contact_wrap ul ol li
{
	margin-bottom:0;
	display:inline-block
}
 .apss-linkedin .fa {
	color: #3f729b;
}
.apss-single-icon a.mr0{
	margin-right:0
}
.mrm10{
	margin-right:-10px;
}