/* MyCharity 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: 'Roboto Slab', serif;
font-family: 'Yantramanav', sans-serif; */

@import url('font-awesome.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');

/*** 

====================================================================
	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;
	font-family: 'Roboto Slab', serif;
}

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;	
}

/* Typography */

h1{
	position:relative;
	font-size:60px;
	line-height:1.1em;
	font-weight:700;
}

h2{
	font-size:40px;
}

h3{
	font-size:24px;
}

h4{
	font-size:22px;
}

h5{
	font-size:20px;
}

h6{
	font-size:18px;
}

/*List Style One*/

.list-style-one{
	position:relative;
	z-index:1;
}

.list-style-one li{
	position:relative;
	color:#4a4a4a;
	font-size:16px;
	font-weight:400;
	margin-bottom:15px;
	padding-left:35px;
	line-height:1.8em;
}

.list-style-one li:before{
	position:absolute;
	left:0px;
	top:0px;
	content:'\f195';
	color:#ff5722;
	font-size:22px;
	font-weight:400;
	display:block;
	font-family: "Flaticon";
}

/* List Style Two */

.list-style-two{
	position:relative;
}

.list-style-two li{
	position:relative;
	color:#ffffff;
	font-size:16px;
	padding-left:38px;
	font-weight:400;
	margin-bottom:15px;
	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-two 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-two li a:hover{
	color:#ff5722;
}

.list-style-two li .icon{
	position:absolute;
	left:0px;
	top:6px;
	font-size:16px;
	color:#ff5722;
	line-height:1em;
}

.list-style-two li:last-child{
	margin-bottom:0px;
}

/*Btn Style One*/

.btn-style-one{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	padding: 14px 44px;
	font-weight: 700;
	overflow: hidden;
	border-radius:6px;
	background-color: #ff5722;
	text-transform: capitalize;
	box-shadow:0px 10px 15px rgba(0,0,0,0.20);
}

.btn-style-one:before{
	position: absolute;
	content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #ffffff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
}

.btn-style-one i{
	position:relative;
	top:1px;
	margin-left:4px;
}

.btn-style-one .txt{
	position:relative;
	z-index:1;
}

.btn-style-one:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-one:hover{
	color: #111111;
	border-radius:0px 12px 0px 12px;
}

/*Btn Style Two*/

.btn-style-two{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #111111;
	padding: 16px 44px;
	font-weight: 600;
	overflow:hidden;
	cursor:pointer;
	border-radius:5px;
	text-transform:capitalize;
	background-color: #ffffff;
}

.btn-style-two:before{
	position: absolute;
	content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #4a4a4a;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
}

.btn-style-two i{
	position:relative;
	top:1px;
	margin-left:4px;
}

.btn-style-two .txt{
	position:relative;
	z-index:1;
}

.btn-style-two:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-two:hover{
	color: #ffffff;
}

/* Btn Style Three */

.btn-style-three{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ff5722;
	padding: 11px 42px;
	font-weight: 700;
	overflow: hidden;
	border-radius:0px;
	background: none;
	border:2px solid #ff5722;
	text-transform: capitalize;
}

.btn-style-three:before{
	position: absolute;
	content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #ff5722;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
}

.btn-style-three .txt{
	position:relative;
	z-index:1;
}

.btn-style-three:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-three:hover{
	color: #ffffff;
}

/* Btn Style Four */

.btn-style-four{
	position:relative;
	padding:13px 48px;
	font-size:16px;
	line-height:30px;
	color:#ffffff;
	font-weight:700;
	text-align:center;
	background-color: #ff5722;
	overflow: hidden;
	border-radius: 0px;
	letter-spacing:1px;
	text-transform:capitalize;
}

.btn-style-four .btn-title{
	position: relative;
}

.btn-style-four:hover{
	color:#ffffff;
}

.btn-style-four:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #222222;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}

.btn-style-four:hover:before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
}

/* Btn Style Five */

.btn-style-five{
	position:relative;
	padding:16px 52px;
	font-size:16px;
	line-height:30px;
	color:#222222;
	font-weight:700;
	text-align:center;
	background-color: #ffffff;
	overflow: hidden;
	border-radius: 0px;
	letter-spacing:1px;
	text-transform:capitalize;
}

.btn-style-five .btn-title{
	position: relative;
}

.btn-style-five:hover{
	color:#ffffff;
}

.btn-style-five:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #222222;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}

.btn-style-five:hover:before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
}

/* 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;
	font-family: 'Roboto Slab', serif;
}

.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:#ff5722;
}

.theme_color{
	color:#ff5722;
}

.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;
	opacity:1 !important;
	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:#ff5722;
}

/*** 

====================================================================
	Section Title
====================================================================

***/

.sec-title{
	position:relative;
	margin-bottom:50px;
}

.sec-title .title{
	position: relative;
    font-size: 16px;
    color:#777777;
    font-weight: 400;
    line-height: 1.9em;
	margin-bottom:5px;
}

.sec-title h2{
	position: relative;
    font-size: 36px;
    color:#333333;
    font-weight: 700;
    line-height: 1.3em;
	text-transform:capitalize;
}

.sec-title .text{
	position: relative;
    font-size: 16px;
    color:#777777;
    font-weight: 400;
    line-height: 1.9em;
	margin-top:20px;
}

.sec-title.light h2,
.sec-title.light .text{
	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;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position:relative;
	z-index:9;
	width:100%;
}

/* Header Top */

.header-top{
	position: relative;
	z-index:10;
	background-color: #333333;
}

.header-top .top-left{
	position:relative;
	float: left;
	padding: 13px 15px;
}

.header-top .top-left ul{
	position:relative;
}

.header-top .top-left ul li{
	position:relative;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
}

.header-top .top-right{
	position:relative;
	float: right;
}

.header-top:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	height:100%;
	width:50%;
	background-color:#ff5722;
	border-radius:0px;
}

.header-top .top-right .question{
	position:relative;
	float:right;
	color:#ffffff;
	font-size:15px;
	padding:13px 0px;
	margin-left:10px;
}

.header-top .top-right .question a{
	color:#ffffff;
}

.header-top .top-right .social-box{
	position: relative;
	float:right;
}

.header-top .top-right .social-box li{
	position: relative;
	margin-left: 1px;
	display: inline-block;
}

.header-top .top-right .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;	
}

.header-top .top-right .social-box li a:hover{
	color:#ffffff;
	background-color:#333333;
}

.header-style-two{
	position:absolute;
	z-index:99;
}

.header-style-two.fixed-header .header-upper{
	position:fixed;
	left:0px;
	top:0px;
	right:0px;
	background-color:#222222;
}

.header-style-two.fixed-header .header-upper .logo-box{
	padding:10px 0px 10px;
}

.header-style-two.fixed-header .main-menu .navigation > li > a{
	padding:30px 0px;
}

.header-style-two.fixed-header .main-menu .navigation > li.dropdown > a:after{
	top:33px;
}

/* Header Top Two */

.header-top-two{
	position:relative;
	background:#f4f4f4;
	color:#ffffff;
}

.header-top-two .top-left{
	position:relative;
	float:left;
	padding:13px 0px 10px;
}

.header-top-two .top-left .links{
	position:relative;
	float:left;
}

.header-top-two .top-left .links li{
	position:relative;
	float:left;
	margin-right:20px;
	line-height:1em;
	color:#ababab;
	padding-right:20px;
}

.header-top-two .top-left .links li .dropdown-btn{
	display:none;
}

.header-top-two .top-left .links li:after{
	content:'';
	position:absolute;
	right:0px;
	top:50%;
	margin-top:-7px;
	height:15px;
	border-right:1px solid #c3c3c3;
}

.header-top-two .top-left ul li:last-child{
	top:3px;
	margin-right:0px;
	padding-right:0px;
}

.header-top-two .top-left .links li:last-child:after{
	display:none;	
}

.header-top-two .top-left .links li .icon{
	position:relative;
	top:2px;
	color:#ff4800;
	font-size:18px;
	line-height:24px;
	margin-right:10px;
}

.header-top-two .top-left .links li strong{
	font-weight:500;
}

.header-top-two .top-left .links li a{
	position:relative;
	line-height:24px;
	color:#252525;
	font-size:14px;
	font-weight:400;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.header-top-two .top-left .links li a:focus{
	box-shadow:none;
}

.header-top-two .top-left .links li a:after{
	display:none;
}

.header-top-two .top-left .links li a:hover{
	color:#ff4800;
}

.header-top-two .top-right{
	position:relative;
	float:right;
	padding:17px 0px;
}

.header-top-two .top-right ul li{
	position:relative;
	color:#808080;
	font-size:14px;
	float:left;
	padding-right:15px;
	line-height:1em;
	margin-right:14px;
	border-right:1px solid #c3c3c3;
}

.header-top-two .top-right ul li span{
	position:relative;
	margin:0px 5px;
}

.header-top-two .top-right ul li:first-child a{
	text-decoration:underline;
}

.header-top-two .top-right ul li:first-child a span{
	text-decoration:none !important;
}

.header-top-two .top-right ul li a{
	position:relative;
	color:#808080;
	font-size:14px;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.header-top-two .top-right ul li a .icon{
	position:relative;
	margin-right:12px;
	color:#ff4800;
}

.header-top-two .top-right ul li a:hover{
	color:#ff4800;
}

.header-top-two .top-right ul li:last-child{
	border:0px;
	margin-right:0px;
	padding-right:0px;
}

/*Language Dropdown*/

.header-top-two .language .flag-img{
	position:relative;
	margin-right:10px;
	top:-2px;
}

.header-top-two .language .dropdown-menu{
	top:100%;
	left:0px;
	width:170px;	
	border-radius:0px;
	margin-top:14px;
	background-color:#222222;
	border:none;
	padding:0px;
    border-top:3px solid #ff5722;
}

.header-top-two .language > a{
	padding:0px 0px;
	background:none !important;
    border:0px;	
}

.header-top-two language a:hover{
	background:none;
}

.header-top-two .language .dropdown-menu > li{
	padding-right:0px !important;
	margin:0px !important;
	float:none;
	width:100%;
	display:block !important;
    border-bottom: 1px solid rgba(255,255,255,0.20);
}

.header-top-two .language .dropdown-menu > li:last-child{
	border-bottom:none;	
}

.header-top-two .language .dropdown-menu > li > a{
	padding:8px 20px !important;
	color:#ffffff !important;
	text-align:left;
	display: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;
}

.header-top-two .language .dropdown-menu > li > a:hover{
	color:#ffffff !important;
	background-color:#ff5722;
}

.header-top-two .search-box-outer .search-box-btn{
	background:none;
	font-size:18px;
	margin:0px;
}

.header-top-two .search-box-outer .search-box-btn:after{
	display:none;
}

.header-top-two .search-box-outer .dropdown-menu{
	top:30px;
	right:0px;
	padding:0px;
	width:280px;
	left:auto !important;
	border-radius:0px;
	margin-top:35px;
	border-top:3px solid #ff4800;
	transform:translate3d(0px, 0px, 0px) !important;
}

.header-top-two .search-box-outer .dropdown-menu > li{
	float:none;
	padding:0px;
	border:none;
	background:none;
}

.header-top-two .search-panel .form-container{
	padding:25px 20px;	
}

.header-top-two .search-panel .form-group{
	position:relative;
	margin:0px;	
}

.header-top-two .search-panel input[type="text"],
.header-top-two .search-panel input[type="search"],
.header-top-two .search-panel input[type="password"],
.header-top-two .search-panel select{
	display:block;
	width:100%;
	height:40px;
	color:#000000;
	line-height:24px;
	background:#ffffff;	
	border:1px solid #e0e0e0;
	padding:7px 40px 7px 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;
}

.header-top-two .search-panel input:focus,
.header-top-two .search-panel select:focus{
	border-color:#ff4800;	
}

.header-top-two .search-panel .search-btn{
	position:absolute;
	right:0px;
	top:0px;
	width:40px;
	height:40px;
	text-align:center;
	color:#555555;
	font-size:12px;
	background:none;
	cursor:pointer;
}

/* Main Box */

.main-header .main-box{
	position:relative;
	padding:0px 0px;
	left:0px;
	top:0px;
	width:100%;
	background: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;
}

.main-header .main-box .outer-container{
	position:relative;
	padding:0px 40px;
}

.main-header .main-box .logo-box{
	position:relative;
	float:left;
	left:0px;
	z-index:10;
	padding:30px 0px;
}

.main-header .main-box .logo-box .logo img{
	display:inline-block;
	max-width: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;	
}

.main-header .header-upper{
	position:relative;
}

.main-header .header-upper .outer-container{
	position:relative;
	padding: 0px 60px;
}

.header-style-one .header-lower{
	position:absolute;
	left:0px;
	bottom:0px;
	right:0px;
	top:100%;
	margin-top:-33px;
}

.header-style-one .nav-outer{
	position:relative;
	padding:0px 0px 0px 30px;
	background-color:#ffffff;
	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;
}

.header-style-one .nav-outer:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	height:50%;
	border-radius:50px 50px 0px 0px;
	background-color:#f9f9f9;
}

.main-header .header-upper .logo-box{
	position: relative;
	padding:30px 0px 30px;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.main-header .header-upper .logo-box .logo{
	position:relative;
}

.main-header .outer-box{
	position: relative;
	float:right;
	    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-header .outer-box .button-box{
	position:relative;
	margin-left:25px;
	display:inline-flex;
}

.main-header .outer-box .navsearch-button{
	position:relative;
	font-size:22px;
	color:#222222;
	cursor:pointer;
	float:left;
	padding:23px 0px;
}

.main-header .header-lower .nav-box{
	position:relative;
	font-size:28px;
	color:#222222;
	cursor:pointer;
	float:left;
	padding:23px 0px;
	font-weight:600;
	margin-right:30px;
}

.close-side-widget{
	color:#ffffff;
}

/*Search Box Widget*/

.main-header .outer-box .search-box{
	position:relative;
	float:left;
}

.main-header .outer-box .search-box .form-group{
	position:relative;
	margin:0px;	
}

.main-header .outer-box .search-box .form-group input[type="text"],
.main-header .outer-box .search-box .form-group input[type="search"]{
	position:relative;
	width:220px;
	line-height:30px;
	padding:10px 50px 10px 30px;
	background:#ffffff;
	display:block;
	font-size:15px;
	width:100%;
	height:60px;
	color:#222222;
	font-weight:400;
	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-header .outer-box .search-box .form-group textarea::-webkit-input-placeholder,
.main-header .outer-box .search-box .form-group input::-webkit-input-placeholder{
	color:#777777;
}

.main-header .outer-box .search-box .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	height:60px;
	width:60px;
	display:block;
	font-size:16px;
	color:#ff5722;
	line-height:100%;
	font-weight:normal;
	background:none;
	cursor:pointer;
}

.main-header .outer-box .btn-box{
	position:relative;
	float:left;
}

/* Search Box Outer */

.main-header .header-lower .search-box-outer{
	position:relative;
	float:left;
}

.main-header .header-lower .search-box-btn{
	position:relative;
	top: 0px;
	display:block;
	width:100%;
	font-size:20px;
	color:#ffffff;
	line-height:20px !important;
	cursor:pointer;
	background:none;
	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-header .header-lower .search-box-btn:after{
	display:none;
}

.main-header .header-lower .search-box-outer .dropdown-menu{
	top:49px !important;
	right:0px;
	padding:0px;
	width:280px;	
	left: auto !important;
	border-radius:0px;
	border-top:3px solid #fa7712;
	-webkit-transform: translate3d(0px, 0px, 0px) !important;
	transform: translate3d(0px, 0px, 0px) !important;
}

.main-header .header-lower .search-box-outer .dropdown-menu > li{
	padding:0px;
	border:none;
	margin:0px;
	width:100%;
	background:none;
}

.main-header .header-lower .search-panel .form-container{
	padding:25px 20px;	
}

.main-header .header-lower .search-panel .form-group{
	position:relative;
	margin:0px;	
}

.main-header .header-lower .search-panel input[type="text"],
.main-header .header-lower .search-panel input[type="search"],
.main-header .header-lower .search-panel input[type="password"],
.main-header .header-lower .search-panel select{
	display:block;
	width:100%;
	height:40px;
	color:#000000;
	font-size: 14px;
	line-height:24px;
	background:#ffffff;	
	border:1px solid #e0e0e0;
	padding:7px 40px 7px 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-header .header-lower .search-panel input:focus,
.main-header .header-lower .search-panel select:focus{
	border-color:#fa7712;	
}

.main-header .header-lower .search-panel .search-btn{
	position:absolute;
	right:0px;
	top:0px;
	width:40px;
	height:40px;
	text-align:center;
	color:#555555;
	font-size:12px;
	background:none;
	cursor:pointer;
}

/* Main Menu */

.main-menu{
	position:relative;
	float:left;
	-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-menu .cart-box{
	position: relative;
	float:left;
	font-size: 26px;
	margin: 32px 0px;
	padding-left: 20px;
	border-left: 1px solid #dde4db;
}

.main-menu .cart-box a{
	position: relative;
	color: #fa7712;
}

.main-menu .cart-box .number{
	position: absolute;
	right: -15px;
	top: -15px;
	color: #fa7712;
	font-size: 18px;
}

.main-menu .navbar-collapse{
	padding:0px;
	float: left;
}

.main-menu .navigation{
	position:relative;
	margin:0px;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	margin-right:35px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li:last-child{
	margin-right:0px;
}

/* .sticky-header .main-menu .navigation > li > a{
	color:#444444 !important;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a{
	color:#fa7712;
	background-color:inherit !important;
}

.sticky-header .nav-outer .options-box{
	margin-top:45px;
} */

.main-header .header-upper .upper-right{
	position:relative;
    padding-top: 40px;
	padding-bottom:35px;
}

.main-header .header-upper .upper-right .header-lower{
	position:relative;
}

.main-header .header-upper .upper-right .header-lower:after{
	position:absolute;
	content:'';
	left:-68px;
	top:0px;
	height:1px;
	right:-6000px;
	background-color:rgba(255,255,255,0.20);
}

.main-header .header-upper .upper-right .info-outer{
	position:relative;
	padding-bottom:30px;
}

.main-header .info-box{
	position:relative;
	float:left;
	margin-right:60px;
	font-size:14px;
	color:#98b2c4;
	text-align:left;
	text-transform:uppercase;
	padding:0px 0px 0px 70px;
}

.main-header .info-box:last-child{
	margin:0px;
}

.main-header .info-box .icon-box{
	position:absolute;
	left:0px;
	top:2px;
	color:#fa7712;
	font-size:26px;
	line-height:44px;
	width:48px;
	height:48px;
	text-align:center;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .info-box .icon-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	border:1px dashed #ff5722;
	transform:rotate(45deg);
}

.main-header .info-box li{
	position:relative;
	color:#777777;
	font-size:14px;
	font-weight:400;
	line-height:1.8em;
	text-transform:capitalize;
}

.main-header .info-box li span{
	font-weight:700;
	font-size:16px;
	color:#333333;
	font-family: 'Roboto Slab', serif;
}

.main-header .info-box .social-box{
	position:relative;
	padding-top:8px;
}

.main-header .info-box .social-box li{
	position:relative;
	margin-left:2px;
	display:inline-block;
}

.main-header .info-box .social-box li a{
	position:relative;
	width:34px;
	height:34px;
	color:#ffffff;
	font-size:14px;
	line-height:34px;
	text-align:center;
	display:inline-block;
	background-color:#fa7712;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .info-box .social-box li a span{
	font-size:13px;
}

.main-header .info-box .social-box li a:hover{
	background-color:#000048;
}

.main-menu .navigation > li.dropdown > a{
	padding-right:15px !important;
}

.main-menu .navigation > li.dropdown > a:after{
	font-family: "Font Awesome 5 Free";
    content: "\f107";
    position: absolute;
	top:23px;
    right: 0px;
    font-size: 15px;
    line-height: 26px;
	font-weight:800;
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.header-style-two .main-menu .navigation > li.dropdown > a:after{
	top:48px;
}

.header-style-two .nav-outer{
	float:right;
	position:relative;
}

.header-style-two .header-upper .logo-box{
	padding:25px 0px 25px;
}

.header-style-two .main-menu .navigation > li > a{
	color:#ffffff;
	padding:45px 0px;
}

.header-style-two .header-upper .outer-box{
	padding-top:48px;
	margin-left:30px;
}

.header-style-two .header-upper .outer-box .nav-btn{
	font-size:28px;
	color:#ffffff;
	cursor:pointer;
}

.header-style-two.fixed-header .header-upper .outer-box{
	top:0px;
	padding-top:34px;
}

/* Header Style Three */

.header-style-three{
	position:absolute;
	top:30px;
}

.header-style-three.fixed-header{
	top:0px;
	position:fixed;
	background-color:rgba(0,0,0,0.90);
}

.header-style-three.fixed-header .inner-container{
	padding:0px;
	border-radius:0px;
	background-color:rgba(0,0,0,0.0);
}

.header-style-three .inner-container{
	position:relative;
	padding:0px 35px;
	border-radius:50px;
	background-color:rgba(0,0,0,0.70);
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.header-style-three .nav-outer{
	float:right;
}

.header-style-three .header-upper .logo-box{
	padding:15px 0px 15px;
}

.header-style-three .main-menu .navigation > li > a{
	color:#ffffff;
	padding:35px 0px;
}

.header-style-three .main-menu .navigation > li.dropdown > a:after{
	top:38px;
}

.header-style-three .header-upper .outer-box{
	padding-top:38px;
	margin-left:30px;
}

.header-style-three .header-upper .outer-box .nav-btn{
	font-size:28px;
	color:#ffffff;
	cursor:pointer;
}

.header-style-three.fixed-header .header-upper .outer-box{
	top:0px;
	padding-top:38px;
}

/* Header Style Four */

.header-style-four{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	min-height:130px;
}

.main-header.header-style-four .mobile-nav-toggler{
	display:block;
	color:#ffffff;
	padding:40px 0px;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.header-style-four.fixed-header .mobile-nav-toggler{
	padding:19px 0px;
}

.header-style-four.fixed-header .header-upper{
	position:fixed;
	width:100%;
	background-color:#222222;
}

.header-style-four.fixed-header .header-upper .logo-box{
	padding:10px 0px 10px;
}

.header-style-four .main-menu{
	display:none;
}

.header-style-four #navbarSupportedContent{
	display:block;
}

/*** 

====================================================================
	Search Popup
====================================================================

***/

.search-popup{
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100%;
	z-index: 99999;
	margin-top: -540px;
	transform: translateY(-100%);
	background-color: rgba(0,0,0,0.90);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}

.sidenav-bar-visible .search-popup{
	width: 80%;
}

.search-popup:before{
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 560px;
	background-image: url(../images/icons/waves-shape.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-top: 0px;
	content: "";
}

.search-active .search-popup{
	transform: translateY(0%);
	margin-top: 0;
}

.search-popup .close-search{
	position: absolute;
	left: 0;
	right: 0;
	top: 75%;
	margin: 0 auto;
	margin-top: -200px;
	border-radius: 50%;
	text-align: center;
	background-color: #f3501d;
	width: 70px;
	cursor:pointer;
	box-shadow: 0 0 10px rgba(0,0,0,0.05);
	border-bottom: 3px solid #ffffff;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	opacity: 0;
	visibility: hidden;
}

.search-popup .close-search span{
	position: relative;
	display: block;
	height: 70px;
	width: 70px;
	font-size: 40px;
	line-height: 85px;
	color: #ffffff;
}

.search-active .search-popup .close-search{
	visibility: visible;
	opacity: 1;
	top: 50%;
	-webkit-transition-delay: 1500ms;
	-moz-transition-delay: 1500ms;
	-ms-transition-delay: 1500ms;
	-o-transition-delay: 1500ms;
	transition-delay: 1500ms;
}

.search-popup form{
	position: absolute;
	max-width: 700px;
	top: 50%;
	left: 15px;
	right: 15px;
	margin:-35px auto 0;
	transform: scaleX(0);
	transform-origin: center;
	background-color: #111111;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.search-active .search-popup form{
	transform: scaleX(1);
	-webkit-transition-delay: 1200ms;
	-moz-transition-delay: 1200ms;
	-ms-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms;
}

.search-popup .form-group{
	position:relative;
	margin:0px;	
	overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"]{
	position:relative;
	display:block;
	font-size:18px;
	line-height: 50px;
	color:#000000;
	height:70px;
	width:100%;
	padding: 10px 30px;
	background-color: #ffffff;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
	font-weight:500;
	text-transform:capitalize;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button{
	position:absolute;
	right:30px;
	top:0px;
	height:70px;
	line-height: 70px;
	background: transparent;
	text-align:center;
	font-size:24px;
	color:#000000;
	padding: 0;
	cursor:pointer;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover{
	color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder{
	color:#000000;
}





/*Sticky Header

.sticky-header{
	position:fixed;
	opacity:0;
	visibility:hidden;
	left:0px;
	top:0px;
	width:100%;
	padding:0px 0px;
	background:#ffffff;
	z-index:0;
	border-bottom:1px solid #e8f1f7;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sticky-header .logo{
	padding:7px 0px 7px;
}

.fixed-header .sticky-header{
	z-index:999;
	opacity:1;
	visibility:visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;	
}*/

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	color:#333333;
	text-align:center;
	line-height:30px;
	text-transform:capitalize;
	letter-spacing:0px;
	opacity:1;
	font-weight:500;
	padding:20px 0px;
	font-size:16px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

/* .sticky-header .main-menu .navigation > li{
	position:relative;
	margin-left:12px;
	margin-right:0px;
}

.sticky-header .main-menu .navigation > li:before,
.sticky-header .main-menu .navigation > li:after{
	display:none;
} */

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a{
	opacity:1;
	color:#ff5722;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:-30px;
	top:100%;
	width:230px;
	z-index:100;
	display:none;
	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;
	padding:20px 15px;
	border-radius:10px;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
}

.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:6px 18px;
	line-height:24px;
	font-weight:500;
	font-size:15px;
	text-transform:capitalize;
	color:#222222;
	padding-left:10px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > a:before{
	position: absolute;
    top: -6px;
    left: 8px;
    color: transparent;
    content: '.';
    text-shadow: 0 0 transparent;
    font-size: 2em;
    line-height: 1em;
    -webkit-transition: text-shadow 0.3s, color 0.3s;
    -moz-transition: text-shadow 0.3s, color 0.3s;
    transition: text-shadow 0.3s, color 0.3s;
    pointer-events: none;
    animation: opacitychange 1s ease-in-out infinite;
}

.main-menu .navigation > li > ul > li:hover > a::before{
	opacity:1;
	color:#000000;
	text-shadow: 8px 0 #ff5722, -8px 0 #ff5722;
}

.main-menu .navigation > li > ul > li:hover > a{
	color:#ff5722;
	padding-left:30px;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	position:absolute;
	right:10px;
	top:10px;
	width:10px;
	height:20px;
	display:block;
	color:#253d4a;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;	
	font-weight:800;
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after{
	color:#222222;	
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:120%;
	top:0%;
	width:230px;
	z-index:100;
	display:none;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	padding:20px 15px;
	border-radius:10px;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
}

.main-menu .navigation > li > ul > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	
}

.main-menu .navigation > li > ul > li > ul > li > a{
	position: relative;
    display: block;
    padding: 6px 18px;
    line-height: 24px;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    color: #222222;
    padding-left: 10px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li > a:before{
	position: absolute;
    top: -6px;
    left: 8px;
    color: transparent;
    content: '.';
    text-shadow: 0 0 transparent;
    font-size: 2em;
    line-height: 1em;
    -webkit-transition: text-shadow 0.3s, color 0.3s;
    -moz-transition: text-shadow 0.3s, color 0.3s;
    transition: text-shadow 0.3s, color 0.3s;
    pointer-events: none;
    animation: opacitychange 1s ease-in-out infinite;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a::before{
	opacity:1;
	color:#000000;
	text-shadow: 8px 0 #ff5722, -8px 0 #ff5722;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a{
	color:#ff5722;
	padding-left:30px;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:10px;
	top:11px;
	width:10px;
	height:20px;
	display:block;
	color:#272727;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li > ul > li.dropdown:hover > a:after{
	color:#ffffff;	
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:100%;
	left:0px;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:0;
	left:107%;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;	
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:30px;
	height:30px;
	text-align:center;
	color:#ffffff;
	line-height:28px;
	border:1px solid #ffffff;
	background-size:20px;
	cursor:pointer;
	z-index:5;
	display:none;
}



/*** 

====================================================================
	Mobile Menu
====================================================================

***/

.main-header .mobile-nav-toggler{
	position: relative;
	float: right;
	font-size: 26px;
	line-height: 50px;
	cursor: pointer;
	color:#222222;
	display: none;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.mobile-menu{
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right:30px;
	max-width:100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
}

.mobile-menu .nav-logo{
	position:relative;
	padding:20px 20px;
	text-align:left;	
}

.mobile-menu .nav-logo img{
	max-width:200px;
}

.mobile-menu-visible{
	overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
	opacity: 1;
	visibility: visible;
}

.mobile-menu .menu-backdrop{
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0,0,0,0.90);
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
	opacity: 1;
	visibility: visible;
	-webkit-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transition:all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .menu-box{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #ffffff;
	padding: 0px 0px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	border-radius: 0px;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box{
	opacity: 1;
	visibility: visible;
	-webkit-transition:all 0.7s ease 500ms;
	-moz-transition:all 0.7s ease 500ms;
	-ms-transition:all 0.7s ease 500ms;
	-o-transition:all 0.7s ease 500ms;
	transition:all 0.7s ease 500ms;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .close-btn{
	position: absolute;
	right: 10px;
	top: 34px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	font-size: 24px;
	color: #000000;
	cursor: pointer;
	z-index: 10;
	display:inline-block;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}

.mobile-menu .close-btn .icon{
	position:relative;
	font-size:24px;
}

.mobile-menu-visible .mobile-menu .close-btn{
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.mobile-menu .close-btn:hover{
	opacity: 0.50;
}

.mobile-menu .navigation{
	position: relative;
	display: block;
	width:100%;
	border-top: 1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li{
	position: relative;
	display: block;
	border-bottom: 1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li > ul > li:last-child{
	border-bottom: none;
}

.mobile-menu .navigation li > ul > li:first-child{
	border-top: 1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li > a{
	position: relative;
	display: block;
	line-height: 24px;
	padding: 14px 20px;
	font-size: 15px;
	color: #404040;
	font-weight:600;
	text-transform: uppercase;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.mobile-menu .navigation li:hover > a,
.mobile-menu .navigation li.current > a{
	color:#ff5722;	
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:0px;
	top:0px;
	width:100%;
	height:50px;
	text-align:center;
	font-size:16px;
	line-height:52px;
	color:#404040;
	cursor:pointer;
	z-index:5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn span{
	position:absolute;
	right:0px;
	top:3px;
	height:44px;
	width:50px;
	line-height:44px;
}

.mobile-menu .navigation li.dropdown .dropdown-btn span:after{
	content:'';
	position:absolute;
	left:0px;
	top:10px;
	width:1px;
	height:24px;
	border-left:1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul{
	display: none;
}

/* .sticky-header .navbar-header{
	display:none;
}

.sticky-header .mobile-nav-toggler{
	display:none;
} */

.main-header.fixed-header .header-lower{
	position:fixed;
	top:0px;
	bottom:auto;
	margin-top:0px;
	background-color:#ffffff;
	box-shadow:0px 0px 10px rgba(0,0,0,0.10);
}

.main-header.fixed-header .header-lower .nav-outer{
	padding:0px;
}

.main-header.fixed-header .nav-outer:before{
	display:none;
}

.main-header.fixed-header .outer-box .button-box .theme-btn{
	border-radius:0px;
}

/*** 

====================================================================
	Main Slider Banner
====================================================================

***/

.main-slider{
	position:relative;
}

.main-slider .auto-container{
	position:relative;
}

.main-slider .mouse-btn-down{
	position:absolute;
	left:50%;
	margin-left:-20px;
	bottom:20px;
	width:30px;
	height:68px;
	cursor:pointer;
	display:block;
	z-index:1;
	cursor:pointer;
}

/* Chevron */

.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}

.main-slider .slide{
	position:relative;
	padding:300px 0px 220px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}

.main-slider .slide:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color:rgba(0,0,0,0.40);
}

.main-slider .center-align{
	text-align:center;
}

.main-slider .right-align{
	text-align:center;
}

.main-slider h1{
	position:relative;
	color:#ffffff;
	font-weight:700;
	line-height:1.1em;
	margin-bottom:20px;
	opacity: 0;
	text-transform:capitalize;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.main-slider h1 span{
	padding:0px 28px 8px;
	border-radius:50px;
	margin-top:15px;
	display:inline-block;
	background-color:#ff5722;
}

.main-slider .active h1{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 1000ms;
}

.main-slider .text{
	position:relative;
	color:#ffffff;
	font-size:18px;
	opacity:0;
	line-height: 1.8em;
	font-weight:400;
	margin-top:35px;
	margin-bottom:32px !important;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.main-slider .text.alternate{
	color:#1f1f1f;
}

.main-slider .active .text{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 1500ms;
}

.main-slider .link-box{
	opacity:0;
	width:100%;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.main-slider .active .link-box{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 2000ms;
}

.main-slider .link-box .theme-btn{
	
}

.main-slider .owl-dots{
	position:absolute;
	left:0px;
	top:50%;
	margin-left: 50px;
}

.main-slider .owl-dots .owl-dot{
	position:relative;
	width:12px;
	height:12px;
	margin:0px 4px 8px;
	overflow: hidden;
	border-radius: 50px;
	border:2px solid #ffffff;
	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-slider .owl-dots .owl-dot.active,
.main-slider .owl-dots .owl-dot:hover{
	background-color:#ff5722;
}

.main-slider .owl-nav{
	position:absolute;
	left:0px;
	top:50%;
	z-index:1;
	width:100%;
	margin-top:-10px;
}

.main-slider .owl-nav .owl-prev{
	position:absolute;
	left:40px;
	color:#ffffff;
	font-size:38px;
	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-slider .owl-nav .owl-next{
	position:absolute;
	right:40px;
	color:#ffffff;
	font-size:38px;
	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-slider .owl-nav .owl-prev:hover,
.main-slider .owl-nav .owl-next:hover{
	color:#fa7712;
}

/*** 

====================================================================
	Main Slider Two
====================================================================

***/

/*** 

====================================================================
	Main Slider style
====================================================================

***/

.main-slider-two{
	position:relative;
	z-index:10;
}

.main-slider-two .tp-caption{
	z-index:5 !important;
}

.main-slider-two .tp-dottedoverlay{
	background-color:rgba(0,0,0,0.60);
}

.main-slider-two .btns-box .theme-btn{
	margin-right:20px;
}

.main-slider-two .tp-bannertimer,
.main-slider-two .tp-bullets{
	display:none !important;	
}

.main-slider-two .slider-content{
	position:relative;
	z-index:10;
	/* padding:35px 35px;
	background-color:rgba(51,51,51,0.75); */
}

.main-slider-two .slider-content h2{
	position:relative;
	z-index:10;
	color:#ffffff;
	font-weight:700;
	line-height:1.2em;
	margin-bottom:20px;
}

.main-slider-two .slider-content .text{
	position:relative;
	color:#ffffff;
	font-size:18px;
	font-weight:400;
	margin-bottom:30px;
	line-height:1.7em;
}

.main-slider-two .slider-content .text .btns-box{
	position:relative;
}

.main-slider-two .slider-content .text .btns-box .theme-btn{
	position:relative;
	margin-right:30px;
}

/*** 

====================================================================
	Main Slider Three
====================================================================

***/

.main-slider-three{
	position:relative;
}

.main-slider-three .outer-section{
	position:relative;
	overflow:hidden;
}

.main-slider-three .slide{
	position:relative;
	background-repeat:no-repeat;
	background-position:center center;
}

.main-slider-three .content-column{
	position:relative;
	z-index:1;
}

.main-slider-three .content-column .inner-column{
	position:relative;
	padding:250px 0px 150px;
}

.main-slider-three .content-column .title{
	position:relative;
	color:#ff5722;
	font-size:18px;
	font-weight:700;
	text-transform:capitalize;
}

.main-slider-three .content-column h2{
	position:relative;
	color:#333333;
	font-size:48px;
	font-weight:700;
	line-height:1.1em;
	margin-top:20px;
	text-transform:capitalize;
}

.main-slider-three .content-column .text{
	position:relative;
	color:#222222;
	font-size:18px;
	font-weight:400;
	line-height:1.7em;
	margin-top:30px;
	margin-bottom:35px;
}

.main-slider-three .content-column .theme-btn{
	text-transform:capitalize;
}

.main-slider-three .image-column{
	position:static;
	overflow:hidden;
}

.main-slider-three .image-column .inner-column{
	position: static;
	height:100%;
	overflow:hidden;
}

.main-slider-three .image-column .image{
	position:absolute;
	width:45%;
	right:0px;
	bottom:0px;
	height:100%;
	overflow:hidden;
	background-position:center center;
	clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
}

.main-slider-three .image-column .image img{
	background-position:right center;
}

.main-slider-three .content-column .play-btn{
	position:relative;
	width:100px;
	height:100px;
	color:#ff5722;
	line-height:96px;
	text-align:center;
	border-radius:50%;
	font-size:28px;
	padding-left:4px;
	margin-bottom:40px;
	display:inline-block;
	background-color:#ffffff;
	border:2px solid #e2e2e2;
	box-shadow:0px 15px 20px rgba(0,0,0,0.10);

}

.main-slider-three .content-column .play-btn.ripple,
.main-slider-three .content-column .play-btn .ripple:before,
.main-slider-three .content-column .play-btn .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100px;
    width: 100px;
    -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;
}

.main-slider-three .content-column .play-btn .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.main-slider-three .content-column .play-btn .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(254, 93, 32, 0);}
    100% {box-shadow: 0 0 0 0 rgba(254, 93, 32, 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);}
}

/*** 

====================================================================
	Call To Action Section
====================================================================

***/

.call-to-action-section{
	position:relative;
	padding:40px 0px 55px;
	background-color:#ff5722;
}

.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:100px 0px 100px;
}

.welcome-section .content-column{
	position:relative;
}

.welcome-section .content-column .inner-column{
	position:relative;
	padding-top:60px;
}

.welcome-section .content-column h2{
	position:relative;
	color:#333333;
	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:#777777;
	font-weight:400;
	font-size:14px;
	margin-top:28px;
	line-height:2em;
	max-width:450px;
	margin-bottom:35px;
} */

/*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:1;
	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:#ff5722;
}

.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(0,0,0,0.80);
}

/*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:#ff5722;
	font-size:60px;
	text-align:center;
	line-height:1em;
	font-weight: 400;
	margin-bottom:28px;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.fact-counter .column .inner:hover .icon{
	transform:rotateY(360deg);
}

.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;
	font-weight:700;
	color:#ff5722;
	margin-top:12px;
}

/*** 

====================================================================
	Causes Section
====================================================================

***/

.causes-section{
	position:relative;
	padding:90px 0px 100px;
}

.causes-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color:rgba(0,0,0,0.70);
}

.causes-section .sec-title .theme-btn{
	margin-top:50px;
}

/* Causes Block */

.causes-block{
	position:relative;
	margin-bottom:40px;
}

.causes-block .inner-box{
	position:relative;
	overflow:hidden;
	border-radius:10px;
	background-color:#ffffff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.08);
}

.causes-block .inner-box .upper-content{
	position:relative;
	padding:25px 25px;
}

.causes-block .inner-box .image{
	position:relative;
	overflow:hidden;
	border-radius:0px;
	background-color:#ff5722;
	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:20px;
	top:20px;
	color:#ffffff;
	font-size:14px;
	z-index:1;
	padding:4px 14px;
	border-radius:0px;
	letter-spacing:1px;
	text-transform:uppercase;
	background-color:#ff5722;
}

.causes-block .inner-box .image .like-icon{
	position:absolute;
	right:20px;
	bottom: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:25px 20px 30px;
}

.causes-block .inner-box h3{
	position:relative;
	color:#333333;
	font-weight:700;
	margin-bottom:15px;
}

.causes-block .inner-box h3 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;
}

.causes-block .inner-box h3 a:hover{
	color:#ff5722;
}

.causes-block .inner-box .text{
	position:relative;
	color:#777777;
	font-size:14px;
	line-height:1.9em;
	margin-bottom: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;
}

.causes-block .inner-box .lower-content .content{
	position:relative;
	padding-top:25px;
}

.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:#ff5722;
	-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:0%;
	background-color:#ff5722;
	border:1px solid #ff5722;
	transform:rotate(45deg);
}

.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:20px;
}

.causes-block .inner-box .lower-content .donate-percentage .amounts .number{
	position:relative;
	color:#333333;
	font-size:16px;
	font-weight:700;
}

.causes-block .inner-box .lower-content .btns-box{
	position:relative;
	margin-top:30px;
}

.modal-searchPanel .xs-search-group .search-button{
	font-size:22px;
}

/*** 

====================================================================
	Services Section
====================================================================

***/

.services-section{
	position:relative;
	padding:95px 0px 70px;
	background-repeat:repeat;
}

.service-block{
	position:relative;
	margin-bottom:30px;
}

.service-block .inner-box{
	position:relative;
	text-align:center;
	padding:40px 10px 40px;
	background-color:#ffffff;
	border:2px solid #f8f8f8;
}

.service-block .inner-box .icon-box{
	position:relative;
	font-size:46px;
	color:#333333;
	line-height:1em;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.service-block .inner-box:hover .icon-box{
	color:#ff5722;
	transform:rotateY(360deg);
}

.service-block .inner-box h4{
	position:relative;
	font-weight:700;
	color:#222222;
	line-height:1.3em;
	margin-top:20px;
}

.service-block .inner-box h4 a{
	position:relative;
	color:#222222;
	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 h4 a{
	color:#ff5722;
}

.service-block .inner-box .text{
	position:relative;
	font-weight:400;
	color:#777777;
	font-size:14px;
	line-height:1.9em;
	margin-top:15px;
}

/*** 

====================================================================
	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:#ff5722;
}

.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;
}

.sticky-top{
	top:90px;
	z-index:1;
}

/*** 

====================================================================
	News Section
====================================================================

***/

.news-section{
	position:relative;
	padding:90px 0px 70px;
	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;
	box-shadow:0px 0px 20px rgba(0,0,0,0.10);
}

.news-block .inner-box .image{
	position:relative;
	overflow:hidden;
	background-color:rgba(255,87,34,1);
}

.news-block .inner-box .image a{
	position:relative;
	display:block;
}

.news-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
}

.news-block .inner-box:hover .image img{
	opacity:0.6;
	transform:scale(1.06,1.06);
}

.news-block .inner-box .lower-content{
	position:relative;
	padding:30px 30px 30px;
}

.news-block .inner-box .lower-content .content{
	position:relative;
}

.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;
	padding-left:22px;
}

.news-block .inner-box .lower-content .post-meta li a .icon{
	position:absolute;
	left:0px;
	top:-1px;
	margin-right:8px;
	color:#ff5722;
}

.news-block .inner-box .lower-content .text{
	position:relative;
	color:#777777;
	font-size:14px;
	line-height:1.8em;
}

.news-block .inner-box .lower-content .read-more{
	position:relative;
	margin-top:14px;
	display:block;
	color:#222222;
	font-size:16px;
	font-weight:600;
}

/* 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;
	min-height:110px;
}

.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:#ff5722;
	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;
	font-family: 'Roboto Slab', serif;
}

.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-bottom: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;
	font-family: 'Roboto Slab', serif;
}

.news-block-two .inner-box .content h3{
	position:relative;
	color:#333333;
	font-size:24px;
	line-height:1.4em;
	font-weight:700;
	margin-bottom:6px;
}

.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 .text{
	position:relative;
	color:#222222;
	font-size:14px;
	line-height:1.8em;
	margin-bottom: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;
}

.news-block-two .inner-box:hover .content .text{
	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:#ff5722;
	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 70px;
}

.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;
	overflow:hidden;
	padding:10px 0px 0px;
	background-color:#111111;
	background-repeat:repeat;
}

.main-footer .upper-section{
	position:relative;
}

.main-footer .upper-section .info-block{
	position:relative;
	float:left;
	width:32.5%;
	margin:0px 5px;
}

.main-footer .upper-section .info-block:last-child{
	margin-right:0px;
}

.main-footer .upper-section .info-block .block-inner{
	position:relative;
	min-height:175px;
	padding:55px 50px 50px;
	background-color:#f3501d;
}

.main-footer .upper-section .info-block .content{
	position:relative;
	padding-left:90px;
}

.main-footer .upper-section .info-block .icon{
	position:absolute;
	left:0px;
	top:5px;
	color:#ffffff;
	font-size:52px;
	line-height:1em;
}

.main-footer .upper-section .info-block h4{
	position:relative;
	color:#ffffff;
	font-size:22px;
	font-weight:700;
}

.main-footer .upper-section .info-block .title{
	position:relative;
	color:#ffffff;
	font-size:15px;
	font-weight:400;
	margin-top:6px;
}

.main-footer .footer-widget{
	position:relative;
	z-index:1;
	margin-bottom:30px;
}

.main-footer .widgets-section{
	position:relative;
	padding-top:90px;
	padding-bottom:30px;
}

.main-footer .footer-widget h4{
	position:relative;
	font-weight:700;
	color:#ffffff;
	font-size:27px;
	line-height:1.2em;
	margin-bottom:24px;
	text-transform:capitalize;
}

.main-footer .upper-section .info-block h4 a{
	position:relative;
	font-weight:700;
	color:#ffffff;
}

.main-footer .logo-widget{
	position:relative;
}

.main-footer .logo-widget .text{
	position:relative;
	color:#ffffff;
	font-size:15px;
	line-height:1.9em;
	margin-bottom:30px;
}

.main-footer .logo-widget .logo{
	position:relative;
	margin-bottom:20px;
}

.main-footer .logo-widget .social-icons{
	position:relative;
}

.main-footer .logo-widget .social-icons li{
	position:relative;
	margin-right:8px;
	display:inline-block;
}

.main-footer .logo-widget .social-icons li a{
	position:relative;
	width:44px;
	height:44px;
	color:#ffffff;
	font-size:16px;
	line-height:44px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	border:1px solid rgba(255,255,255,0.20);
}

.main-footer .logo-widget .copyright{
	position:relative;
	color:#ffffff;
	font-size:15px;
	margin-top:40px;
}

.main-footer .list-link{
	position:relative;
}

.main-footer .list-link li{
	position:relative;
	margin-bottom:14px;
}

.main-footer .list-link li a{
	position:relative;
	color:#ffffff;
	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 .list-link li a:hover{
	color:#ff5722;
}

/*News Widget*/

.main-footer .news-widget .post{
	position:relative;
	padding-left:100px;
	min-height:70px;
	margin-bottom:30px;
}

.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:16px;
	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{
	
}

.main-footer .news-widget .post .post-info{
	position:relative;
	color:#ffffff;
	font-size:14px;
	margin-top:6px;
}




/* Subscribe Form */

.main-footer .subscribe-form{
	position:relative;
	margin-bottom:30px;
}

.main-footer .subscribe-form .form-group{
    position: relative;
    display: block;
    z-index:1;
	margin-bottom: 0px;
}

.main-footer .subscribe-form .form-group input[type="text"],
.main-footer .subscribe-form .form-group input[type="tel"],
.main-footer .subscribe-form .form-group input[type="email"],
.main-footer .subscribe-form .form-group textarea {
    position: relative;
    width: 100%;
    line-height: 28px;
    padding: 10px 25px;
    height: 50px;
	color:#ffffff;
	display:inline-block;
    font-size: 14px;
    background: none;
	letter-spacing:1px;
	border-radius:50px;
	border:1px solid #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;
}

.main-footer .subscribe-form .form-group input:focus{
	border-color:#ffffff;
}

.main-footer .subscribe-form .form-group textarea::-webkit-input-placeholder,
.main-footer .subscribe-form .form-group input::-webkit-input-placeholder{
	color:#ffffff;
}

.main-footer .subscribe-form .form-group input[type="submit"],
.main-footer .subscribe-form .form-group button {
	position: relative;
	margin-top:10px;
	padding:10px 38px;
	background:none;
}

/*** 

====================================================================
	Services Section Two
====================================================================

***/

.services-section-two{
	position:relative;
	padding:90px 0px 100px;
}

.services-section-two .blocks-column{
	position:relative;
}

.services-section-two .blocks-column .inner-column{
	position:relative;
	padding-top:50px;
}

.services-section-two.style-two{
	padding-bottom:50px;
}

.service-block-two{
	position:relative;
	margin-bottom:30px;
}

.service-block-two .inner-box{
	position:relative;
	padding-left:60px;
}

.service-block-two .inner-box .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	color:#ff5722;
	font-size:44px;
	line-height:1em;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.service-block-two .inner-box h4{
	position:relative;
	font-weight:700;
	line-height:1.3em;
}

.service-block-two .inner-box h4 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;
}

.service-block-two .inner-box:hover h4 a{
	color:#ff5722;
}

.service-block-two .inner-box:hover .icon-box{
	-webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.service-block-two .inner-box .text{
	position:relative;
	color:#222222;
	font-size:14px;
	line-height:2em;
	margin-top:15px;
}

/*** 

====================================================================
	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:0px;
	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;
	font-family: 'Roboto Slab', serif;
}

.gallery-section .filters .filter.active,
.gallery-section .filters .filter:hover{
    color:#ff5722;
	border-color:#ff5722;
}

.gallery-block{
	position:relative;
	margin-bottom:30px;
}

.gallery-block .inner-box{
	position:relative;
}

.gallery-block .inner-box .image{
	position:relative;
}

.gallery-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.gallery-block .inner-box .image .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}

.gallery-block .inner-box:hover .overlay-box{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.gallery-block .inner-box .image .overlay-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index:1;
	background-image: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, #ff5722 100%);
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, #ff5722 100%);
	background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0%, #ff5722 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,0)), color-stop(100, #ff5722));
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #ff5722 100%);
	background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #ff5722 100%);
}

.gallery-block .inner-box .image .overlay-box .search-icon{
	position:absolute;
	left:50%;
	top:50%;
	width:60px;
	height:60px;
	color:#ff5722;
	z-index:1;
	font-weight:600;
	font-size:20px;
	text-align:center;
	line-height:60px;
	margin-left:-30px;
	margin-top:-60px;
	border-radius:0px;
	display:inline-block;
	background-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;
}

.gallery-block .inner-box .image .overlay-box .search-icon:hover{
	background-color:#ff5722;
	color:#ffffff;
}

.gallery-block .inner-box .image .overlay-box .content{
	position:absolute;
	left:40px;
	bottom:40px;
	right:40px;
	z-index:1;
}

.gallery-block .inner-box .image .overlay-box .content h4{
	position:relative;
	line-height:1.3em;
	font-weight:700;
}

.gallery-block .inner-box .image .overlay-box .content h4 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;
}

.gallery-block .inner-box .image .overlay-box .content h4 a:hover{
	
}

.gallery-block .inner-box .image .overlay-box .content .category{
	position:relative;
	margin-top:10px;
	color:#ffffff;
}

.gallery-block .inner-box .image .overlay-box .arrow{
	position:absolute;
	right:0px;
	bottom:0px;
	color:#ff5722;
	width:60px;
	height:60px;
	z-index:1;
	font-size:22px;
	text-align:center;
	line-height:60px;
	background-color:#ffffff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.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:110px 0px;
	text-align:center;
	background-attachment:fixed;
	background-size:cover;
	background-repeat:no-repeat;
}

.call-to-action-section-three .title{
	position:relative;
	color:#ff5722;
	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-section .owl-carousel .owl-stage-outer{
	padding:0px 0px 25px;
}

.team-section .owl-theme .testimonial-block{
	padding:0px 15px;
}

.team-section .owl-carousel{
	margin:0px -15px;
	width:auto;
}

.team-section .owl-nav{
	display:none;
}

.team-section .owl-dots{
	position:relative;
	text-align:center;
	margin-top:20px;
}

.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:#ff5722;
}

/*** 

====================================================================
	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:40px;
}

.news-block-three .inner-box{
	position:relative;
}

.news-block-three .inner-box .image-box{
	position:relative;
	overflow:hidden;
	background-color:#ff5722;
}

.news-block-three .inner-box .image-box img{
	position:relative;
	width:100%;
	display:block;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.news-block-three .inner-box:hover .image-box img{
	transform:scale(1.05,1.05);
	opacity:0.7;
}

.news-block-three .inner-box .image-box .post-meta{
	position:absolute;
	left:-2px;
	bottom:-75px;
	right:-3px;
	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 .image-box .post-meta li{
	position:relative;
	width:33.333%;
	float:left;
	font-size:14px;
	text-align:center;
	color:#172745;
	border-left:1px solid transparent;
	border-right:1px solid transparent;
}

.news-block-three .inner-box .image-box .post-meta li .inner{
	position:relative;
	font-size:14px;
	text-align:center;
	color:#ffffff;
	line-height:20px;
	border-left:1px solid transparent;
	border-right:1px solid transparent;
}

.news-block-three .inner-box .image-box .post-meta li a{
	display:block;
	color:#ffffff;
	padding:15px 0px;
	background-color:rgba(255,87,34,0.90);
	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 .image-box .post-meta li a:hover{
	background-color:rgba(255,87,34,0.95);
}

.news-block-three .inner-box .image-box .post-meta li .icon{
	color:#ffffff;
	font-size:18px;
}

.news-block-three .inner-box .lower-content{
	position:relative;
	padding-top:25px;
}

.news-block-three .inner-box .lower-content .posted{
	position:relative;
}

.news-block-three .inner-box .lower-content .posted li{
	position:relative;
	color:#ffffff;
	font-size:14px;
	padding-left:25px;
	display:inline-block;
	margin-right:15px;
}

.news-block-three .inner-box .lower-content .posted li .icon{
	position:absolute;
	left:0px;
	top:0px;
	color:#ff5722;
}

.news-block-three .inner-box .lower-content h3{
	position:relative;
	line-height:1em;
	margin:16px 0px 14px;
}

.news-block-three .inner-box .lower-content h3 a{
	color:#ffffff;
	font-weight:700;
	font-size:18px;
	text-transform:uppercase;
	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:#ff5722;
}

.news-block-three .inner-box .lower-content .text{
	color:#ffffff;
	font-size:14px;
	line-height:1.8em;
}

.news-block-three .inner-box .lower-content .text p{
	position:relative;
	color:#ffffff;
	font-size:14px;
	margin-bottom:20px;
	line-height:1.8em;
}

.news-block-three .inner-box .lower-content .text blockquote{
	position:relative;
	color:#ffffff;
	font-size:14px;
	font-style:italic;
	background-color:#fffdf5;
	border-left:0px;
	margin-top:10px;
	margin-bottom:22px;
	display:inline-block;
	padding:30px 45px 30px 65px;
	border-right:10px solid #fff0ad;
}

.news-block-three .inner-box .lower-content .text blockquote .author-title{
	position:relative;
	font-size:16px;
	color:#222222;
	font-weight:700;
	font-style:normal;
	margin-top:20px;
	text-transform:uppercase;
}

.news-block-three .inner-box .read-more{
	position:relative;
	color:#ffffff;
	font-size:16px;
	margin-top:20px;
	display:inline-block;
	padding-right:15px;
}

.news-block-three .inner-box .read-more:before{
	position:absolute;
	content: "\f14a";
	right:0px;
	top:7px;
	font-size:10px;
	font-weight:900;
	line-height:1em;
	font-family: "Flaticon";
}

.news-block-three .inner-box:hover .post-meta{
	bottom:0px;
}

/*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 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 input[type="checkbox"]{
	position: absolute;
    left: 0px;
    top: 2px;
    width: 19px;
    height: 19px;
	visibility: hidden;
    background-color: #ffffff;
}

.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: #ff5722;
    z-index: 99;
    font-size: 14px;
	line-height: 19px;
    text-align: center;
	font-weight:800;
    opacity: 0;
    font-family: 'Font Awesome 5 Free';
}

.default-form .form-group .select-box input[type="checkbox"]:checked+ label .check-icon{
	opacity:1;
}

.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;
	font-family: 'Roboto Slab', serif;
}

.default-form .select-amount .select-box input[type="radio"]:checked+label{
	background:#ff5722;
	border-color:#ff5722;
	color:#ffffff;	
}

.default-form .theme-btn{
	margin-top:10px;
	font-weight:700;
	font-family: 'Roboto Slab', serif;
}

.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:#ff5722;
	font-weight:900;
	font-family: "Font Awesome 5 Free";
}

.footer-list li a:hover{
	color:#ff5722;
}

.footer-bottom-two{
	position:relative;
	padding:25px 0px;
	margin-top:30px;
	z-index:1;
	background-color:#ff5722;
}

.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:20px;
	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:#ff5722;
}

/*** 

====================================================================
	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:70px 0px 40px;
	text-align:center;
	border-radius:0px;
}

.goal-block .inner-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color:#ffffff;
	clip-path: polygon(50% 0%, 100% 38%, 90% 100%, 10% 100%, 0% 38%);
}

.goal-block .inner-box .icon-box{
	position:relative;
	color:#ff5722;
	font-size:60px;
	line-height:1em;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.goal-block .inner-box h3{
	position:relative;
	color:#333333;
	font-size:20px;
	font-weight:700;
	line-height:1.3em;
	margin-top:25px;
	margin-bottom:20px;
}

.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:#777777;
	font-size:16px;
	line-height:2em;
	padding:0px 25px;
	-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 .icon-box{
	-webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.goal-block .inner-box:hover .text{
	color:#bbbbbb;
}

/*** 

====================================================================
	Popular Causes Section Two
====================================================================

***/



/*** 

====================================================================
	Events Section
====================================================================

***/

.events-section{
	position:relative;
	padding:90px 0px 60px;
}

.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:#ff5722;
}

.event-block-two{
	position: relative;
	margin-bottom: 45px;
}

.event-block-two .inner-box{
	position: relative;
	padding-left: 120px;
	padding-right:25px;
	min-height: 125px;
}

.event-block-two .date{
	position: absolute;
	left: 0;
	top: 0;
	height: 125px;
	width: 100px;
	border-radius: 3px;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	color: #ff5722;
	font-weight: 700;
	padding-top: 27px;
	border:2px solid #ff5722;
	-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:hover .date{
	background-color: #ff5722;
	color:#ffffff;
}

.event-block-two .date strong{
	position: relative;
	display: block;
	font-size: 40px;
	line-height: 1em;
	color: #ff5722;
	font-weight: 700;
	margin-bottom:6px;
}

.event-block-two .inner-box:hover .date strong{
	color:#ffffff;
}

.event-block-two h4{
	position: relative;
	font-size: 20px;
	line-height: 1.2em;
	color: #333333;
	font-weight: 700;
	margin-bottom: 5px;
}

.event-block-two h4 a{
	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 h4 a:hover{
	color: #ff5722;
}

.event-block-two .info{
	position: relative;
	margin-top:10px;
}

.event-block-two .info li{
	position: relative;
	display: inline-block;
	font-size: 13px;
	line-height: 23px;
	color: #777777;
	font-weight: 400;
	margin-right: 10px;
}

.event-block-two .info li i{
	display: inline-block;
	margin-right: 8px;
	color: #ff5722;
	font-size: 15px;
	line-height: 23px;
}

.event-block-two .text{
	position: relative;
	font-size: 15px;
	line-height: 26px;
	color: #555555;
	font-weight: 400;
	line-height:1.7em;
	margin-top:3px;
}

/*** 

====================================================================
	Donate Form Section
====================================================================

***/

.donate-form-section{
	position:relative;
	padding:85px 0px 85px;
	background-size:cover;
	background-position:right center;
	background-repeat:no-repeat;
}

.donate-form-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color:rgba(0,0,0,0.95);
}

.donate-form-section .image-column{
	position:relative;
}

.donate-form-section .image-column .inner-column{
	position:relative;
	padding-top:50px;
}

.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;
	margin-bottom:40px;
}

.faq-section .image-column .inner-column{
	position:relative;
	padding-top:40px;
}

.faq-section .image-column .inner-column .image{
	position:relative;
	clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
}

.faq-section .image-column .inner-column .image img{
	position:relative;
}

/*Accordion Box*/

.accordion-box{
	position:relative;
}

.accordion-box .block{
	position:relative;
	margin-bottom:25px;
}

.accordion-box .block .acc-btn{
	position:relative;
	font-size:19px;
	cursor:pointer;
	line-height:30px;
	color:#333333;
	font-weight:700;
	padding:0px 0px 0px 50px;
	transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	font-family: 'Roboto Slab', serif;
}

.accordion-box .block .icon-outer{
	position:absolute;
	left:0px;
	top:0px;
	width:30px;
	height:30px;
	text-align:center;
	border-radius:5px;
	font-size:16px;
	color:#ffffff;
	background-color:#eb5310;
	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;
	left:0px;
	top:50%;
	margin-top:-16px;
	width:100%;
	height:32px;
	line-height:32px;
	text-align:center;
	font-size:12px;
	color:#ffffff;
}

.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-btn.active .icon-outer{
	color:#ffae11;
	border-color:#ffae11;
}

.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:16px 0px 0px 0px;
}

.accordion-box .block .content .text{
	margin-bottom:20px;
	line-height:1.8em;
	color:#666666;
	font-size:16px;	
}

.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-size:cover;
}

.testimonial-section .owl-dots{
	position:relative;
	margin-top:40px;
	text-align:center;
}

.testimonial-section .owl-dots .owl-dot{
	position:relative;
	width:12px;
	height:12px;
	overflow:hidden;
	border-radius:50px;
	margin:0px 5px;
	display:inline-block;
	background-color:#ffffff;
}

.testimonial-section .owl-dots .owl-dot.active,
.testimonial-section .owl-dots .owl-dot:hover{
	background-color:#ff5722;
}

.testimonial-section .owl-nav{
	position:relative;
	display:none;
}

/* Testimonial Block */

.testimonial-block{
	position:relative;
	z-index:1;
}

.testimonial-block .inner-box{
	position:relative;
	padding:40px 40px 40px;
	border-radius:8px;
	background-color:#ffffff;
	border:1px solid rgba(0,0,0,0.10);
}

.testimonial-block .inner-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	
}

.testimonial-block .inner-box .author-image{
	position:relative;
	border-radius:50%;
	overflow:hidden;
	width:112px;
	height:112px;
	margin-bottom:22px;
	box-shadow:0px 15px 10px rgba(0,0,0,0.05);
}

.testimonial-block .inner-box .quote-icon{
	position:relative;
	color:#dddddd;
	font-size:20px;
}

.testimonial-block .inner-box .text{
	position:relative;
	color:#777777;
	font-size:18px;
	line-height:1.7em;
	margin-top:15px;
}

.testimonial-block .inner-box .lower-box{
	position:relative;
	padding-top:22px;
	margin-top:20px;
	border-top:2px solid #dddddd;
}

.testimonial-block .inner-box .lower-box .author-name{
	position:relative;
	color:#222222;
	font-size:18px;
	font-weight:600;
}

.testimonial-block .inner-box .lower-box .designation{
	position:relative;
	color:#777777;
	font-size:15px;
	font-weight:400;
	margin-top:4px;
}

.testimonial-block .inner-box .lower-box .rating{
	position:relative;
	margin-top:12px;
}

.testimonial-block .inner-box .lower-box .rating .fa{
	position:relative;
	color:#ff5722;
	font-size:16px;
	margin-left:4px;
}

.testimonial-block .inner-box .lower-box .rating .fa.light{
	color:#777777;
}

/*** 

====================================================================
	Article Section
====================================================================

***/

.article-section{
	position:relative;
	padding:95px 0px 95px;
}

.news-block-five{
	position:relative;
	margin-bottom:30px;
}

.news-block-five .inner-box{
	position:relative;
	overflow:hidden;
	border-radius:3px;
	background-color:#ffffff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.news-block-five .inner-box .image{
	position:relative;
	overflow:hidden;
}

.news-block-five .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.news-block-five .inner-box:hover .image img{
	transform:scale(1.09,1.09) rotate(2deg);
}

.news-block-five .inner-box .image:before{
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 75%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,87,34,.4) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,87,34,.4) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.news-block-five .inner-box:hover .image:before{
	-webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

.news-block-five .inner-box .lower-content{
	position:relative;
	padding:25px 30px;
}

.news-block-five .inner-box .lower-content h3{
	position:relative;
	color:#192c34;
	font-weight:700;
	line-height:1.4em;
}

.news-block-five .inner-box .lower-content h3 a{
	position:relative;
	color:#192c34;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-five .inner-box .lower-content h3 a:hover{
	color:#ff5722;
}

.news-block-five .inner-box .lower-content .text{
	position:relative;
	color:#4a4a4a;
	font-size:16px;
	font-weight:400;
	line-height:1.8em;
	margin-top:15px;
	margin-bottom:30px;
}

.news-block-five .inner-box .lower-content .time{
	position:relative;
	color:#1f1f1f;
	font-size:16px;
	font-weight:400;
}

.news-block-five .inner-box .lower-content .author{
	position:relative;
	color:#4a4a4a;
	z-index:1;
	font-size:16px;
	font-weight:600;
	line-height:1.4em;
}

/* .news-block-five .inner-box .lower-content .author:before{
	position:absolute;
	content:'';
	left:-20px;
	top:-12px;
	right:-100px;
	bottom:-30px;
	z-index:-1;
	background-color:#f7f9fc;
} */

/*** 

====================================================================
	Newsletter Section
====================================================================

***/

.newsletter-section{
	position:relative;
}

.newsletter-section.margin-bottom{
	margin-bottom:110px;
	z-index:1;
}

.newsletter-section .inner-container{
	position:relative;
	padding:65px 60px 65px;
	background-size:cover;
	background-color:#ff5722;
	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;
	margin-top:4px;
}

.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:#ff5722;
}

/*** 

====================================================================
	Page Title Style
====================================================================

***/

.page-title{
	position:relative;
	color:#ffffff;
	padding:140px 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 #ff5722;
}

.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:#ff5722;
	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:#ff5722;
	top:-1px;
	margin-right:6px;
	line-height:1em;
}

.page-title .bread-crumb li a:hover{
	color:#ff5722;
}

.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{
	
}

.sidebar-widget{
    position: relative;
    margin-bottom: 40px;
}

.sidebar-widget:last-child{
	margin-bottom:0px;
}

.sidebar-title{
	position:relative;
	margin-bottom:30px;
}

.sidebar-title h2{
	position:relative;
	color:#333333;
	font-size:20px;
	font-weight:700;
	text-transform:capitalize;
	padding-bottom:15px;
}

.sidebar-title h2:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	height:2px;
	width:50px;
	background-color:#ff5722;
}

/*Search Box Widget*/

.sidebar .widget-content{
	padding:30px 25px 30px;
	border-radius:5px;
	border:1px solid #e1e1e1;
}

.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 20px;
	border:1px solid #ebebeb;
	background:#ffffff;
	display:block;
	font-size:14px;
	width:100%;
	height:50px;
	color:#222222;
	border-radius:3px;
	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:#ff5722;
	border-radius:3px;
	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:#ff5722;
}

/*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;
	font-family: 'Roboto Slab', serif;
}

.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:#ff5722;
}

.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:#ff5722;
	font-family: "Flaticon";
}

.help-widget .text{
	position:relative;
	color:#777777;
	font-size:16px;
	line-height:1.9em;
	margin-bottom:15px;
}

.help-widget .list{
	position:relative;
}

.help-widget .list li{
	position:relative;
	color:#777777;
	font-size:16px;
	line-height:1.9em;
	padding-left:30px;
	margin-bottom:8px;
}

.help-widget .list li .icon{
	position:absolute;
	left:0px;
	top:5px;
	color:#ff5722;
}

/*** 

====================================================================
	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:5px;
	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: 'Font Awesome 5 Free';
	content: "\f0d7";
	position:absolute;
	right:0px;
	top:2px !important;
	top:13px;
	width:10px;
	height:30px;
	display:block;
	color:#ff5722;
	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:#ff5722;
	border-color:#ff5722;
}

.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:0%;
	display:inline-block;
	border:1px solid #f6efed;
	background-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;
}

.styled-pagination li.active a,
.styled-pagination li:hover a{
	color:#ffffff;
	border-color:#ff5722;
	background-color:#ff5722;
}

.styled-pagination li.prev a{
	font-size:14px;
	color:#ffffff;
	border-color:#ff5722;
	background-color:#ff5722;
}

.styled-pagination li.next a{
	font-size:14px;
	color:#ffffff;
	border-color:#ff5722;
	background-color:#ff5722;
}

/*** 

====================================================================
	Causes Single
====================================================================

***/

.causes-single{
	position:relative;
}

.causes-single .inner-box{
	position:relative;
}

.causes-single .inner-box .donates{
	position:relative;
}

.causes-single .inner-box .donates .donate-percentage{
	position:relative;
	padding-top:25px;
	margin-bottom: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:#ff5722;
	-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 #ff5722;
}

.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:#222222;
	font-size:16px;
	font-weight:600;
}

.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;
}

/*** 

====================================================================
	Faq Page Section
====================================================================

***/

.faq-page-section{
	position:relative;
	padding:90px 0px 80px;
}

.faq-page-section .accordion-box{
	max-width:970px;
	margin:0 auto;
}

.map-section{
	position:relative;
	padding:90px 0px 0px;
}

.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;	
}

/* 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;
	font-family: 'Roboto Slab', serif;
}

.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:#ff5722;
	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;
	font-family: 'Roboto Slab', serif;
}

.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;
	font-family: 'Roboto Slab', serif;
}

.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:#ff5722;
}

.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:#ff5722;
}

.news-block-four .inner-box .lower-content .text{
	position:relative;
	color:#777777;
	font-size:14px;
	line-height:1.9em;
}

/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area{
	position:relative;
	margin-top:70px;
	margin-bottom:70px;
}

.sidebar-page-container .comments-area .comment-box{
	position:relative;
	margin-bottom:30px;
	padding:35px 35px 35px;
	-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:2px solid #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:#ff5722;	
}

.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:#ff5722;
	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;
	border-radius:50%;
}

.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;
	font-family: 'Roboto Slab', serif;
}

.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:15px;
	color:#777777;
	line-height:1em;
	margin-left:20px;
	padding-left:17px;
	border-left:1px solid rgba(0,0,0,0.20);
	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:#ff5722;
}

.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: #ff5722;
	text-transform:uppercase;
}

.testimonial-page-section{
	position:relative;
	padding:95px 0px 70px;
}

/* Testimonial Block Two */

.testimonial-block-two{
	position:relative;
	margin-bottom:30px;
}

.testimonial-block-two .inner-box{
	position:relative;
	padding:40px 40px;
	border-radius:0px;
	background-color:#ffffff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
	transition: all 600ms ease;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
}

.testimonial-block-two .inner-box:hover{
	background-color:#192c34;
}

.testimonial-block-two .inner-box .author-info{
	position:relative;
}

.testimonial-block-two .inner-box .author-info .info-inner{
	position:relative;
	min-height:86px;
	padding-top:18px;
	padding-left:110px;
}

.testimonial-block-two .inner-box .author-info .info-inner .quote-icon{
	position:absolute;
	right:0px;
	top:20px;
	color:#ebe9ea;
	font-size:36px;
	line-height:1em;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.testimonial-block-two .inner-box .author-info .author-image{
	position:absolute;
	left:0px;
	top:0px;
	width:86px;
	height:86px;
	z-index:1;
	border-radius:80px;
}

.testimonial-block-two .inner-box .author-info .author-image:before{
	position:absolute;
	content:'';
	left:8px;
	top:8px;
	right:8px;
	bottom:8px;
	border-radius:50%;
	background-color:#ffffff;
	box-shadow:0px 0px 10px rgba(0,0,0,0.10);
}

.testimonial-block-two .inner-box .author-info .author-image:after{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index:-1;
	border-radius:50%;
	background-color:#ffffff;
	box-shadow:0px 0px 20px rgba(0,0,0,0.10);
}

.testimonial-block-two .inner-box .author-info .author-image .image{
	position:relative;
	width:56px;
	height:56px;
	margin-left:15px;
	margin-top:15px;
	border-radius:50%;
	overflow:hidden;
}

.testimonial-block-two .inner-box .author-info .author-image .image img{
	width:100%;
	display:block;
}

.testimonial-block-two .inner-box .author-info .author-name{
	position:relative;
	color:#192c34;
	font-size:18px;
	font-weight:400;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.testimonial-block-two .inner-box .author-info .designation{
	position:relative;
	color:#ff5722;
	font-size:16px;
	font-weight:500;
	margin-top:6px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.testimonial-block-two .inner-box .text{
	position:relative;
	color:#4a4a4a;
	font-size:16px;
	line-height:1.8em;
	margin-top:15px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.testimonial-block-two .inner-box:hover .author-info .info-inner .quote-icon{
	color:#ff5722;
}

.testimonial-block-two .inner-box:hover .text,
.testimonial-block-two .inner-box:hover .author-info .author-name{
	color:#ffffff;
}

/*** 

====================================================================
	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;
}

.box-layout .causes-block .inner-box .lower-content .btns-box .btn-style-three{
	padding:13px 30px;
}

/*** 

====================================================================
	Updated Donation Section
====================================================================

***/

.updated-donation-section{
	position: relative;
	padding: 100px 0 100px;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:right center;
}

.updated-donation-section:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #000000;
	content: "";
	opacity: 0.60;
}

.updated-donation-section .title-column .inner-column{
	position: relative;
	margin-right: -20px;
	text-align: right;
}

.updated-donation-section h2{
	position: relative;
	display: block;
	color: #ffffff;
	font-weight: 700;
	line-height:1.3em;
}

.updated-donation-section h2 span{
	position: relative;
	color:#ff5722;
}

.updated-donation-section .progress-column .inner-column{
	position: relative;
	padding-left: 70px;
	padding-top: 10px;
}

.updated-donation-section .progress-column .row{
	margin: 0 -27px;
}

.updated-donation-section .progress-column .progress-block{
	padding: 0 27px;
}

.updated-progress-block{
	position: relative;
	margin-bottom: 40px;
}

.updated-progress-block .inner-box{
	position: relative;
	min-height: 125px;
}

.updated-progress-block .graph-outer{
	position: relative;
	left: 0;
	top: 0;
	display: inline-block;
	text-align: center;
}

.updated-progress-block .graph-outer .count-box{
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    font-size: 18px;
    color: #f8f3e8;
    font-weight: 400;
    line-height: 25px;
	margin-top:-4px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.updated-progress-block .graph-outer .count-text{
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 1.2em;
	color: #f8f3e8;
	font-weight: 700;
}

/*** 

====================================================================
	Welcome Section
====================================================================

***/

.updated-welcome-section{
	position:relative;
	padding:100px 0px 70px;
}

.updated-welcome-section .content-column{
	position:relative;
	margin-bottom:40px;
}

.updated-welcome-section .content-column .inner-column{
	position:relative;
	padding-right:50px;
	padding-bottom:40px;
}

.updated-welcome-section .content-column h2{
	position:relative;
	color:#222222;
	font-weight:700;
	line-height:1.2em;
}

.updated-welcome-section .content-column .text{
	position:relative;
	color:#777777;
	font-size:16px;
	margin-top:15px;
	line-height:1.8em;
	margin-bottom:25px;
}

.updated-welcome-section .content-column .fact-counter{
	width:100%;
	max-width:100%;
	margin-top:15px;
	padding:30px 0px 0px;
	border-top:1px dashed #e5e5e5;
}

.updated-welcome-section .content-column .fact-counter .inner-column .inner{
    text-align: left;
	padding-top:6px;
	padding-left:80px;
}

.updated-welcome-section .content-column .fact-counter .inner-column .inner .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	width:60px;
	height:60px;
	line-height:56px;
	color:#ff5722;
	font-size:28px;
	text-align:center;
	border:2px solid #ff5722;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.updated-welcome-section .content-column .fact-counter .inner-column .inner:hover .icon-box{
	background-color:#ff5722;
	color:#ffffff;
	-webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.updated-welcome-section .content-column .fact-counter .inner-column{
	position:relative;
	z-index:5;
	float:left;
	width:auto;
	text-align:left;
	background:none;
	padding:0px;
	margin-right:30px;
}

.updated-welcome-section .content-column .fact-counter .inner-column:last-child{
	margin-right:0px;
}

.updated-welcome-section .content-column .fact-counter .count-outer .count-text{
	font-weight:700;
	color:#222222;
	font-size:35px;
}

.updated-welcome-section .content-column .fact-counter .inner-column .counter-title{
	font-size:14px;
	font-weight:400;
	color:#222222;
}

.updated-event-section{
	position:relative;
	padding:110px 0px 70px;
}

.updated-event-section .image-boxed{
	position:relative;
	margin-bottom:80px;
}

.updated-event-section .image-boxed .image{
	position:relative;
	height:300px;
	overflow:hidden;
}

.updated-event-section .image-boxed .image img{
	position:relative;
	width:100%;
	display:block;
	background-attachment:fixed;
	background-size:cover;
}

.event-block{
	position:relative;
	margin-bottom:50px;
}

.event-block .inner-box{
	position:relative;
}

.event-block .inner-box .image{
	position:relative;
	border-radius:8px;
	overflow:hidden;
}

.event-block .inner-box .upper-box{
	position:relative;
	padding-top:30px;
}

.event-block .inner-box .upper-box .upper-inner{
	position:relative;
	padding-top:0px;
	padding-left:90px;
	min-height:83px;
	margin-bottom:26px;
}

.event-block .inner-box .upper-box .date-outer{
	position:absolute;
	left:0px;
	top:0px;
	width:70px;
	padding:5px 0px;
	border-radius:5px;
	border:2px solid #e1e1e1;
}

.event-block .inner-box .upper-box .date-outer .date{
	position:relative;
	color:#333333;
	font-size:36px;
	font-weight:700;
	line-height:1.3em;
	border-radius:10px;
	text-align:center;
	line-height:46px;
}

.event-block .inner-box .upper-box .date-outer .month{
	position:relative;
	color:#ff5722;
	font-size:14px;
	font-weight:700;
	text-align:center;
	margin-top:0px;
	letter-spacing:1px;
	text-transform:uppercase;
}

.event-block .inner-box .upper-box h3{
	position:relative;
	color:#333333;
	font-size:20px;
	line-height:1.7em;
	font-weight:700;
	margin-bottom:30px;
}

.event-block .inner-box .upper-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 .upper-box h3 a:hover{
	color:#fd651b;
}

.event-block .inner-box .post-meta{
	position:relative;
	margin-bottom:10px;
}

.event-block .inner-box .post-meta li{
	position:relative;
	color:#777777;
	font-size:15px;
	font-weight:400;
	margin-right:10px;
	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;
	padding-left:22px;
}

.event-block .inner-box .post-meta li a .icon{
	position:absolute;
	left:0px;
	top:1px;
	margin-right:8px;
	color:#ff5722;
}

.event-block .inner-box .text{
	position:relative;
	color:#222222;
	line-height:1.8em;
	font-size:15px;
}

.event-block .inner-box .btns-box{
	position:relative;
	text-align:center;
	margin-top:28px;
}

.event-block .inner-box .btns-box .theme-btn{
	float:left;
	margin-right:10px;
	border-radius:50px;
}

/* Team Block */

.team-block-two{
	position:relative;
	margin-bottom:40px;
}

.team-block-two .inner-box{
	position:relative;
}

.team-block-two .inner-box .image{
	position:relative;
	border-radius:15px;
	overflow:hidden;
}

.team-block-two .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.team-block-two .inner-box .image .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	opacity:1;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.team-block-two .inner-box:hover .image .overlay-box{
	opacity:0;
}

.team-block-two .inner-box .image .overlay-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:100px;
	right:0px;
	bottom:0px;
	opacity:1;
	z-index:1;
	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-image: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.60) 100%);
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.60) 100%);
	background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.60) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,0)), color-stop(100, rgba(0,0,0,0.60)));
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.60) 100%);
	background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0,0.60) 100%);
}

.team-block-two .inner-box .image .overlay-box .overlay-inner{
	position:absolute;
	left:45px;
	bottom:40px;
	right:45px;
}

.team-block-two .inner-box .image .overlay-box .overlay-inner h3{
	position:relative;
	color:#ffffff;
	z-index:1;
	font-size:22px;
	font-weight:600;
}

.team-block-two .inner-box .image .overlay-box-two{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:100%;
	z-index:1;
	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:rgba(255,87,34,0.90);
}

.team-block-two .inner-box .image .overlay-box-two .overlay-inner-two{
	position:absolute;
	left:45px;
	right:45px;
	bottom:45px;
}

.team-block-two .inner-box:hover .image .overlay-box-two{
	bottom:0px;
}

.team-block-two .inner-box .image .overlay-box-two .title{
	position:relative;
	color:#ffffff;
	font-size:15px;
	line-height:1.4em;
}

.team-block-two .inner-box .image .overlay-box-two h4{
	position:relative;
	margin-top:10px;
	font-size:22px;
	font-weight:600;
	line-height:1.3em;
	padding-bottom:14px;
}

.team-block-two .inner-box .image .overlay-box-two h4 a{
	position:relative;
	color:#ffffff;
}

.team-block-two .inner-box .image .overlay-box-two h4:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	height:2px;
	width:35px;
	background-color:#ffffff;
}

.team-block-two .inner-box .image .overlay-box-two h4:after{
	position:absolute;
	content:'';
	left:40px;
	bottom:0px;
	height:2px;
	width:10px;
	background-color:#ffffff;
}

.team-block-two .inner-box .image .overlay-box-two .text{
	position:relative;
	font-size:15px;
	line-height:1.8em;
	margin-top:25px;
	color:rgba(255,255,255,0.90);
}

.team-block-two .inner-box .image .overlay-box-two .social-box{
	position:relative;
	padding-top:26px;
	margin-top:34px;
	border-top:1px solid rgba(255,255,255,0.20);
}

.team-block-two .inner-box .image .overlay-box-two .social-box .shared{
	position:relative;
	color:#ffffff;
	font-size:15px;
	font-weight:500;
	display:inline-block;
	margin-right:5px;
}

.team-block-two .inner-box .image .overlay-box-two .social-box a{
	position:relative;
	color:#ffffff;
	font-size:15px;
	margin-left:12px;
}

/*** 

====================================================================
	Help Section
====================================================================

***/

.help-section{
	position: relative;
	padding: 100px 0px 100px;
	background-attachment:fixed;
	background-size:cover;
}

.help-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color:rgba(0,0,0,0.70);
}

.help-block{
	position: relative;
	margin-bottom: 30px;
}

.help-block .inner-box{
	position: relative;
	text-align: center;
}

.help-block .inner-box:before{
	position: absolute;
	right: -20px;
	top: 0px;
	height: 145px;
	width: 1px;
	opacity:0.20;
	background-color: #ffffff;
	content: '';
}

.help-block:last-child .inner-box:before{
	display: none;
}

.help-block .count{
	position: relative;
	display: block;
	font-size: 48px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 20px;
}

.help-block .theme-btn{
	font-weight: 700;
	line-height: 30px;
	padding: 11px 44px;
	border-radius:50px;
}



/*** 

====================================================================
	Default Section
====================================================================

***/

.default-section{
	position:relative;
	padding:90px 0px 70px;
}

/*We Are Block*/

.we-are-block{
	position:relative;
	margin-bottom:40px;
}

.we-are-block .inner-box{
	position:relative;
}

.we-are-block .inner-box .image{
	position:relative;
	border-radius:2px;
	overflow:hidden;
	margin-bottom:25px;
}

.we-are-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.we-are-block .inner-box h3{
	position:relative;
	color:#333333;
	font-size:22px;
	font-weight:600;
	line-height:1.2em;
	margin-bottom:12px;
}

.we-are-block .inner-box h3 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;
}

.we-are-block .inner-box h3 a:hover{
	color:#ff5722;
}

.we-are-block .inner-box .text{
	position:relative;
	color:#777777;
	font-size:16px;
	line-height:1.8em;
	margin-bottom:12px;
}

.we-are-block .inner-box .read-more{
	position:relative;
	color:#ff5722;
	font-size:16px;
	font-weight:500;
}




/*Donation Box*/

.donate-box{
	position:relative;
}

.donate-box .inner-box{
	position:relative;
	padding:30px 35px 35px;
	border-radius:2px;
	border:2px solid #dddddd;
}

.donate-box .inner-box h2{
	position:relative;
	color:#333333;
	font-size:24px;
	font-weight:400;
	line-height:1.2em;
	margin-bottom:40px;
}

.donate-box .inner-box .column{
	position:relative;
	margin-bottom:15px;
}

.donate-box .inner-box .title{
	position:relative;
	color:#777777;
	font-size:18px;
	margin-bottom:6px;
}

.donate-box .inner-box h3{
	position:relative;
	color:#333333;
	font-size:24px;
	font-weight:700;
}

.donates .donate-item .donated-bar{
	position:relative;
	width:100%;
	height:5px;	
}

.donates .donate-item .donated-bar .bar-inner{
	position:relative;
	width:100%;
	overflow:hidden;
	height:5px;
	background:#ededed;
}

.donates .donate-item .donated-bar .bar-inner .bar{
	position:absolute;
	left:0px;
	top:0px;
	height:5px;
	width:0px;
	border-bottom:5px solid #333333;
	-webkit-transition:all 2000ms ease;
	-ms-transition:all 2000ms ease;
	-o-transition:all 2000ms ease;
	-moz-transition:all 2000ms ease;
	transition:all 2000ms ease;
}

.donates .donate-percent{
	position:relative;
	margin-top:10px;
	margin-bottom:30px;
}

.donates .number{
	position:relative;
	color:#666666;
	font-size:19px;
}

.donates .collected{
	position:relative;
	color:#222222;
	font-size:24px;
	font-weight:500;
	margin-top:15px;
}

.donates .donate-item .donate-header .donated-percentage{
	position:absolute;
	left:0px;
	right:0px;
	margin-top:10px;
	font-weight:600;
	color:#ff5722;
	font-size:19px;
	text-align:center;
	text-transform:uppercase;
}

/*** 

====================================================================
	Make Donation Section
====================================================================

***/

.make-donation-section{
	position:relative;
	padding:105px 0px 80px;
	background-size:cover;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center center;
}

.make-donation-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(0,0,0,0.90);
}

.make-donation-section .make-donate-form{
	max-width:700px;
}

.make-donation-section .map-canvas{
	position:absolute;
	right:0px;
	top:0px;
	height:100%;
	width:39%;
}

/*Donate Form*/

.make-donate-form{
	position:relative;
}

.make-donate-form.extended .search-outer{
	background:#242424;
}

.make-donate-form form .form-group{
	position:relative;
	margin:0px 0px 30px;	
}

.make-donate-form form .form-group.no-margin{
	margin-bottom:0px;
}

.make-donate-form form input[type="text"],
.make-donate-form form input[type="search"],
.make-donate-form form input[type="tel"],
.make-donate-form form input[type="email"],
.make-donate-form form input[type="range"],
.make-donate-form form select{
	position:relative;
	display:block;
	width:100%;
	height:52px;
	line-height:28px;
	padding:10px 20px;
	font-size:14px;
	font-style:normal;	
	background:#ffffff;
	border-radius:4px;
	transition:all 500ms ease;
}

.make-donate-form form .form-group .field-title{
	font-size:15px;
	text-transform:capitalize;
	color:#ffffff;
	line-height:20px;
	font-weight:400;
	margin-bottom:12px;	
}

.make-donate-form form select{
	-moz-appearance:none;
	-webkit-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	cursor:pointer;	
}

.make-donate-form form select option{
	position:relative;
	color:#656565;
}

.make-donate-form form .theme-btn .icon{
	position:absolute;
	left:0px;
	top:0px;
	width:60px;
	height:42px;
	line-height:42px;
	font-size:14px;
	border-right:1px solid rgba(255,255,255,0.20);	
}

.make-donate-form .radio-box{
	position:relative;
	float:left;
	width:33.333%;
}

.make-donate-form .radio-box input{
	opacity:0;
	visibility:hidden;
	position:absolute;	
}

.make-donate-form .radio-box label{
	position:relative;
	font-weight:normal;
	line-height:24px;
	display:block;
	padding:0px 0px 0px 30px;
	cursor:pointer;
	color:#d1d1d1;
	font-size:15px;
}

.make-donate-form .radio-box label:before{
	content:'';
	position:absolute;
	left:0;
	top:4px;
	width:16px;
	height:16px;
	background:none;
	border-radius:50px;
	border:2px solid #ffffff;
	background-color:#43413d;
}

.make-donate-form .radio-box input:checked + label:before{
	background:#ff5722;	
	border-color:#ff5722;
}

.make-donate-form .radio-box input:checked + label{
	color:#eb5310;
}

.make-donate-form form .theme-btn{
	font-style:normal;	
}

.donation-page-section{
	position:relative;
	padding:100px 0px 70px;
}

.donation-page-section .inner-container{
	max-width:950px;
	margin:0 auto;
}

/*** 

====================================================================
	Coming Soon
====================================================================

***/

.coming-soon{
	position:fixed;
	width:100%;
	height:100%;
	display:block;
	overflow-y:auto;
	background-repeat: no-repeat;
	background-position: center right;
	background-size: cover;
	text-align: center;
}

.coming-soon .content{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
}

.coming-soon .content:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #000000;
	content: "";
	opacity: .30;
}

.coming-soon .content .content-inner{
	position: relative;
	padding: 90px 15px;
    display: table-cell;
    vertical-align: middle;
}

.coming-soon .content .content-inner .social-icon-one li a{
	color:#ffffff;
}

.coming-soon .content .content-inner .logo{
	position:relative;
	margin-bottom: 200px;
}

.coming-soon .content .content-inner .sec-title{
	display: none;
	margin-bottom:50px;
}

.coming-soon .content .content-inner h2{
	position:relative;
	font-size:48px;
	font-weight:700;
	color: #ffffff;
	line-height:1.2em;
	padding-bottom: 0;
	font-variant: small-caps;
}

.coming-soon .content .content-inner h2:after{
	display: none;
}

.time-counter{
	position:relative;
}

.time-counter .time-countdown{
	position:relative;
	margin-bottom: 180px;
}

.time-counter .time-countdown .counter-column{
	position:relative;
	display: inline-block;
	width:180px;
	height:180px;
	font-size:20px;
	line-height: 1em;
	color:#ffffff;
	text-transform:uppercase;
	font-weight:600;
	text-align: center;
	z-index: 7;
	border-radius: 20px;
	box-shadow: 0 0 30px rgba(0,0,0,0.25);
    background-color: rgba(0,0,0,.60);
	margin:0 15px 20px;
}

.time-counter .time-countdown .counter-column .count{
	position:relative;
	display:block;
	font-size:72px;
	line-height:30px;
	padding:60px 0px 30px;
	color:#ffffff;
	font-weight:600;
}

.coming-soon .emailed-form{
	position: relative;
	margin-bottom: 40px;
}

.coming-soon .emailed-form h3{
	line-height: 1.2em;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 20px;
}

.coming-soon .emailed-form .text{
	position: relative;
	display: block;
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	line-height:1.8em;
	margin-bottom: 40px;
}

.coming-soon .emailed-form .form-group{
	position:relative;
	display:block;
	max-width:540px;
	width:100%;
	margin: 0 auto;
}

.coming-soon .emailed-form .form-group input[type="text"],
.coming-soon .emailed-form .form-group input[type="tel"],
.coming-soon .emailed-form .form-group input[type="email"],
.coming-soon .emailed-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	height:60px;
	font-size:16px;
	color:#000000;
	overflow:hidden;
	padding:15px 50px 15px 20px;
	background: #ffffff;
	border: 1px solid #f1f1f1;
	box-shadow: 0 0 13px rgba(0,0,0,0.10);
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.coming-soon .emailed-form .form-group input:focus,
.coming-soon .emailed-form .form-group select:focus,
.coming-soon .emailed-form .form-group textarea:focus{

}

.coming-soon .emailed-form .form-group input[type="submit"],
.coming-soon .emailed-form button{
	position:absolute;
	right:0px;
	top:0px;
	width: 60px;
	height:60px;
	line-height:40px;
	font-size:18px;
	color: #ff5722;
	background-color: transparent;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.coming-soon .emailed-form .form-group input[type="submit"]:hover,
.coming-soon .emailed-form button:hover{
	color: #353535;
}

.coming-soon .copyright-text{
	position: relative;
	font-size: 18px;
	line-height: 26px;
	color: #ffffff;
	font-weight: 400;
}

.coming-soon .copyright-text a{
	color: #ff9600;
}

.coming-soon .copyright-text a:hover{
	text-decoration: underline;
}

.clock-wrapper{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 250px;
    height: 250px;
    margin: auto;
    margin-top: -145px;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
    background-color: rgba(0,0,0,.40);
    transform: scale(2);
}

.clock-base{
    width: 250px;
    height: 250px;
    border-radius: 50%;
}

.click-indicator{
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 10px;
    width: 230px;
    height: 230px;
}

.click-indicator div{
    position: absolute;
    width: 2px;
    height: 4px;
    margin: 113px 114px;
}

.click-indicator div > span{
	height: 5px;
	width: 5px;
	background-color: #ffffff;
	display: inline-block;
	border-radius: 50%;
	margin-left: -1px;
	margin-top: -1px;
}

.click-indicator div:nth-child(1) {
    transform: rotate(30deg) translateY(-120px);
}

.click-indicator div:nth-child(2) {
    transform: rotate(60deg) translateY(-120px);
}

.click-indicator div:nth-child(3) {
    transform: rotate(90deg) translateY(-120px);
    background-color: #F00;
}

.click-indicator div:nth-child(4) {
    transform: rotate(120deg) translateY(-120px);
}

.click-indicator div:nth-child(5) {
    transform: rotate(150deg) translateY(-120px);
}

.click-indicator div:nth-child(6) {
    transform: rotate(180deg) translateY(-120px);
    background-color: #F00;
}

.click-indicator div:nth-child(7) {
    transform: rotate(210deg) translateY(-120px);
}

.click-indicator div:nth-child(8) {
    transform: rotate(240deg) translateY(-120px);
}

.click-indicator div:nth-child(9) {
    transform: rotate(270deg) translateY(-120px);
    background-color: #F00;
}

.click-indicator div:nth-child(10) {
    transform: rotate(300deg) translateY(-120px);
}

.click-indicator div:nth-child(11) {
    transform: rotate(330deg) translateY(-120px);
}

.click-indicator div:nth-child(12) {
    transform: rotate(360deg) translateY(-120px);
    background-color: #F00;
}

.clock-hour{
    position: absolute;
    z-index: 2;
    top: 75px;
    left: 123px;
    width: 4px;
    height: 65px;
    background-color: #ee3611;
    border-radius: 2px;
    box-shadow: 0 0 2px rgba(0,0,0,.2);
    transform-origin: 2px 50px;
    transition: .5s;
    -webkit-animation: rotate-hour 43200s linear infinite;
    -moz-animation: rotate-hour 43200s linear infinite;
}

.clock-minute{
    position: absolute;
    z-index: 3;
    top: 55px;
    left: 123px;
    width: 4px;
    height: 85px;
    background-color: #ee3611;
    border-radius: 2px;
    box-shadow: 0 0 2px rgba(0,0,0,.2);
    transform-origin: 2px 70px;
    transition: .5s;
    -webkit-animation: rotate-minute 3600s linear infinite;
    -moz-animation: rotate-minute 3600s linear infinite;
}

.clock-second{
    position: absolute;
    z-index: 4;
    top: 15px;
    left: 124px;
    width: 2px;
    height: 130px;
    background-color: #ffffff;
    opacity: .9;
    box-shadow: 0 0 2px rgba(0,0,0,.2);
    transform-origin: 1px 110px;
    transition: .5s;
    -webkit-animation: rotate-second 60s linear infinite;
    -moz-animation: rotate-second 60s linear infinite;
}

.clock-second:after{
    content: "";
    display: block;
    position: absolute;
    left: -3px;
    bottom: 16px;
    width: 8px;
    height: 8px;
    background-color: #a00;
    border: solid 2px #a00;
    border-radius: 50%;
    box-shadow: 0 0 3px rgba(0,0,0,.2);
}

.clock-center{
    position: absolute;
    z-index: 1;
    width: 150px;
    height: 150px;
    top: 50px;
    left: 50px;
    box-shadow: 0 0 3px rgba(0,0,0,.2);
    border-radius: 50%;
}

.clock-center:after{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin: 65px;
    background-color: #ddd;
    border-radius: 50%;
}




.upcoming-events .event-info{
	position:relative;
	margin-bottom:30px;
}

.upcoming-events .event-info:last-child{
	margin-bottom:0px;
}

.upcoming-events .event-info .info-inner{
	position:relative;
	padding-left:90px;
	min-height:80px;
}

.upcoming-events .event-info .info-inner .post-date{
	position:absolute;
	left:0px;
	top:0px;
	font-size:30px;
	font-weight:700;
	color:#ffffff;
	text-align:center;
	padding:17px 20px;
	border-radius:5px;
	background-color:#ff5722;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.upcoming-events .event-info .info-inner .post-date span{
	display:block;
	font-size:14px;
	font-weight:400;
	margin-top:5px;
	text-transform:capitalize;
}

.upcoming-events .event-info .info-inner h3{
	position:relative;
	color:#333333;
	font-size:17px;
	line-height:1.5em;
	font-weight:700;
	margin-bottom:10px;
}

.upcoming-events .event-info .info-inner h3 a{
	position:relative;
	color:#333333;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.upcoming-events .event-info .info-inner h3 a:hover{
	color:#ff5722;
}

.upcoming-events .event-info .info-inner ul{
	position:relative;
}

.upcoming-events .event-info .info-inner ul li{
	position:relative;
	color:#777777;
	font-size:13px;
	padding-left:20px;
	display:inline-block;
	margin-right:8px;
}

.upcoming-events .event-info .info-inner ul li:last-child{
	margin-right:0px;
}

.upcoming-events .event-info .info-inner ul li .icon{
	position:absolute;
	left:0px;
	color:#ff5722;
	font-size:15px;
}

/* Event Single */

.event-single{
	position:relative;
}

.event-single .inner-box{
	position:relative;
}

.event-single .inner-box .image{
	position:relative;
	border-radius:5px;
	overflow:hidden;
}

.event-single .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.event-single .inner-box .image .post-date{
	position: absolute;
    left: 20px;
    bottom: 20px;
    background-color: #ff5722;
    border-radius: 2px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
    font-weight: 700;
    padding:5px 33px;
	text-transform:uppercase;
}

.event-single .inner-box .lower-content{
	position:relative;
	padding-top:30px;
}

.event-single .inner-box .lower-content .column .image{
	position:relative;
	margin-bottom:30px;
}

.event-single .inner-box h2{
	position:relative;
	color:#333333;
	font-weight:700;
	font-size:30px;
	margin-bottom:30px;
	line-height:1.4em;
}

.event-single .inner-box .lower-content .post-info{
	position:relative;
}

.event-single .inner-box .lower-content .post-info li{
	position:relative;
	padding:15px 32px;
	border-radius:5px;
	text-align:center;
	font-size:16px;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	display:inline-block;
	border:1px solid #e5e5e5;
}

.event-single .inner-box .lower-content .post-info li:last-child{
	margin-right:0px;
}

.event-single .inner-box .lower-content .post-info li .icon{
	position:relative;
	color:#ff5722;
	font-size:25px;
	line-height:1em;
	display:block;
	margin-bottom:8px;
}

.event-single .inner-box .lower-content .post-info li.social{
	padding:30px 50px;
	color:#333333;
	font-size:20px;
	font-weight:600;
}

.event-single .inner-box .lower-content .post-info li.social a{
	color:#ff5722;
	font-size:14px;
	margin-left:18px;
}

.event-single .inner-box .lower-content .text{
	position:relative;
}

.event-single .inner-box .lower-content .text p{
	position:relative;
	color:#555555;
	font-size:16px;
	line-height:1.7em;
	margin-bottom:25px;
}

.event-single .inner-box .lower-content .text p:last-child{
	margin-bottom:0px;
}

.event-single .inner-box .lower-content .text .map-boxed iframe{
	position:relative;
	width:100%;
	height:320px;
	margin-bottom:20px;
}

.event-single .inner-box .lower-content .graph-image{
	position:relative;
	margin-top:60px;
	padding-bottom:60px;
	border-bottom:1px solid rgba(0,0,0,0.10);
}

.related-events{
	padding-bottom:70px;
}

.project-detail-section{
	position:relative;
	margin-bottom:60px;
}



.news-detail{
	position:relative;
}

.news-detail .inner-box{
	position:relative;
	box-shadow:0px 0px 20px rgba(0,0,0,0.10);
}

.news-detail .inner-box .upper-box{
	position:relative;
	padding:30px 30px;
}

.news-detail .inner-box h3{
	position:relative;
	color:#141d38;
	font-weight:700;
	line-height:1.3em;
}

.news-detail .inner-box .upper-box .post-meta{
	position:relative;
	padding-top:15px;
	margin-top:20px;
	border-top:1px solid #dddddd;
}

.news-detail .inner-box .upper-box .post-meta li{
	position:relative;
	color:#222222;
	font-size:16px;
	margin-right:15px;
	font-weight:600;
	padding-left:22px;
	display:inline-block;
}

.news-detail .inner-box .upper-box .post-meta li .icon{
	position:absolute;
	left:0px;
	top:1px;
	color:#141d38;
	font-size:15px;
	margin-right:6px;
}

.news-detail .inner-box .image{
	position:relative;
}

.news-detail .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.news-detail .inner-box .image .post-date{
	position:absolute;
	right:20px;
	top:-20px;
	color: #ffffff;
    width: 50px;
    height: 50px;
    font-size: 20px;
    text-align: center;
    font-weight: 800;
    z-index: 1;
	line-height:1.1em;
    padding-top: 5px;
    background-color: #ff5722;
}

.news-detail .inner-box .image .post-date span{
    display: block;
    font-size: 14px;
    font-weight: 600;
}

.news-detail .inner-box .lower-content{
	position:relative;
	padding:30px 30px;
}

.news-detail .inner-box .lower-content p{
	position:relative;
	color:#555555;
	font-size:16px;
	line-height:1.8em;
}

.news-detail .inner-box .lower-content h4{
	position:relative;
	color:#141d38;
	font-weight:700;
	margin-bottom:10px;
}

.news-detail .inner-box .lower-content blockquote{
	position:relative;
	padding:40px 40px;
	border-radius:4px;
	color:#ffffff;
	font-size:20px;
	font-weight:500;
	line-height:1.6em;
	margin-top:30px;
	margin-bottom:30px;
	background-color:#ff5722;
}

.news-detail .inner-box .lower-content blockquote .blockquote-inner{
	position:relative;
	padding-left:70px;
}

.news-detail .inner-box .lower-content blockquote .blockquote-inner:before{
	position:absolute;
	content:'';
	left:0px;
	top:12px;
	height:3px;
	width:50px;
	background-color:#ffffff;
}

.news-detail .inner-box .lower-content blockquote .quote-icon{
	position:absolute;
	right:100px;
	bottom:25px;
	color:#ffffff;
	opacity:0.20;
	font-size:50px;
}

/* Post Share Options */

.news-detail .post-share-options{
	position:relative;
	margin-top: 40px;
	padding:22px 0px 0px;
	border-top:1px solid #cccccc;
}

.news-detail .post-share-options .tags a{
	position:relative;
	color:#555555;
	font-size:14px;
	font-weight:600;
	line-height: 1em;
	padding:12px 18px;
	border-radius:3px;
	margin-right: 6px;
	display: inline-block;
	border:1px solid #dddddd;
	text-transform:capitalize;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.news-detail .post-share-options .tags a:last-child{
	margin-right: 0px;
}

.news-detail .post-share-options .tags{
	position:relative;
	color:#ff4800;
	font-size:16px;
	font-weight:400;
	margin-top:3px;
}

.news-detail .post-share-options .tags a:hover{
	color:#ffffff;
	border-color:#ff5722;
	background-color:#ff5722;
}

.news-detail .post-share-options .social-box{
	position:relative;
	margin-top:10px;
}

.news-detail .post-share-options .social-box li.share{
	position:relative;
	color:#141d38;
	font-weight:700;
	font-size:16px;
}

.news-detail .post-share-options .social-box li{
	position:relative;
	margin-left:15px;
	display:inline-block;
}

.news-detail .post-share-options .social-box li a{
	position:relative;
	font-size:16px;
	color:#bbbbbb;
	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;
}

.news-detail .post-share-options .social-box li a:hover{
	color:#ff5722;
}

/*** 

====================================================================
	Contact Info Section
====================================================================

***/

.contact-info-section{
	position:relative;
	padding:110px 0px 100px;
}

.contact-info-section .title-box{
	position:relative;
	text-align:center;
}

.contact-info-section .title-box .title{
	position:relative;
	color:#ff5722;
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
}

.contact-info-section .title-box h2{
	position:relative;
	font-weight:700;
	color:#141d38;
	line-height:1.4em;
	margin-top:10px;
}

.contact-info-section .title-box .text{
	position:relative;
	color:#555555;
	font-size:16px;
	line-height:1.9em;
	font-weight:500;
	margin-top:10px;
	margin-bottom:40px;
}

.contact-info-section .title-box .text a{
	position:relative;
	color:#ff5722;
}

.contact-info-section .info-column{
	position:relative;
	margin-bottom:30px;
}

.contact-info-section .info-column .inner-column{
	position:relative;
	padding:30px 30px;
	box-shadow:0px 0px 20px rgba(0,0,0,0.10);
}

.contact-info-section .info-column .inner-column .content{
	position:relative;
	padding-left:60px;
}

.contact-info-section .info-column .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	color:#ff5722;
	font-size:44px;
	line-height:1em;
}

.contact-info-section .info-column ul li{
	position:relative;
	color:#555555;
	font-size:16px;
	margin-top:5px;
	font-weight:600;
}

.contact-info-section .info-column ul li strong{
	position:relative;
	font-weight:700;
	font-size:18px;
	color:#141d38;
}

.contact-info-section .info-column ul li a{
	position:relative;
	color:#555555;
}

.contact-info-section .lower-text{
	position:relative;
	text-align:center;
	color:#555555;
	font-size:16px;
	font-weight:600;
	margin-top:20px;
}

.contact-info-section .lower-text span{
	position:relative;
	color:#ff5722;
	font-weight:700;
}

/* Contact Form */

.contact-form{
	position:relative;
}

.contact-form .form-group{
	position:relative;
	margin-bottom:30px;
}

.contact-form .form-group label{
	position:relative;
	color:#555555;
	font-size:16px;
	font-weight:600;
	margin-bottom:10px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 22px;
	color:#777777;
	height:56px;
	font-size:15px;
	background:none;
	border-radius:4px;
	font-weight:600;
	border:1px solid #cccccc;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group textarea:focus{
	border-color:#ff5722;
}

.contact-form .form-group textarea::-webkit-input-placeholder,
.contact-form .form-group input::-webkit-input-placeholder{
	color:#777777;
}

.contact-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:22px;
	padding:15px 22px;
	color:#777777;
	height:150px;
	resize:none;
	font-size:15px;
	background:none;
	border-radius:4px;
	font-weight:600;
	border:1px solid #cccccc;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.contact-form button{
	cursor: pointer;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error{
	border-color:#ff5722 !important;	
}

.contact-form label.error{
	display:block;
	line-height:24px;
	padding:5px 0px 0px;
	margin:0px;
	text-transform:uppercase;
	font-size:12px;
	color:#ff5722;
	font-weight:500;	
}

/*** 

====================================================================
	Login / Register Section
====================================================================

***/

.register-section{
	position:relative;
	background-color: #ffffff;
	padding:60px 0px 40px;
}

.register-section .form-column{
	margin-bottom:40px;	
}

.register-section .form-column .sec-title{
	position:relative;
	margin-bottom:30px;	
}

.register-section .form-column .sec-title h2{

}

.styled-form{
	position:relative;	
}

.styled-form .submit-text{
	font-size:15px;
	color:#9e9e9e;
	font-weight:400;
	margin-top:10px;
}

.styled-form .form-group{
	position:relative;
	margin-bottom:30px;
	font-size:14px;
	color:#848484;
}

.checkout-section .styled-form .form-group{
	position:relative;
	margin-bottom:20px;	
}

.styled-form .form-group .check-box{
	line-height:24px;
	font-size:15px;
	font-weight:normal;
	padding-top:5px;
	color:#272727;
}

.styled-form .form-group .check-box label{
	position:relative;
	top:-1px;
	font-weight:normal;
	padding:0px;
	font-size:15px;
	cursor:pointer;
}

.styled-form .pull-left label,
.styled-form .pull-right label{
	cursor:pointer;
}

.styled-form .form-group .adon-icon{
	position:absolute;
	top:50%;
	margin-top:-10px;
	right:10px;
	width:20px;
	height:20px;
	line-height:20px;
	font-size:15px;
	color:#999999;
	z-index:2;
}

.styled-form .form-group .field-label{
	display:block;
	color:#272727;
	text-transform:capitalize;
	font-size:16px;
	margin-bottom:7px;
	font-weight:400;
}

.styled-form input[type="text"],
.styled-form input[type="email"],
.styled-form input[type="password"],
.styled-form input[type="tel"],
.styled-form input[type="number"],
.styled-form input[type="url"],
.styled-form select,
.styled-form textarea{
	position:relative;
	display:block;
	width:100%;
	background:#ffffff;
	line-height:30px;
	padding:8px 20px;
	height:50px;
	border:1px solid #f4f4f4;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.checkout-section .styled-form input[type="text"],
.checkout-section .styled-form input[type="email"],
.checkout-section .styled-form input[type="password"],
.checkout-section .styled-form select{
	line-height:26px;
	height:44px;	
}

.styled-form select{
	-webkit-appearance:none;
	-ms-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
	background:#ffffff url(../images/icons/icon-select.png) right center no-repeat;
	cursor:pointer;
}

.styled-form select option{
	text-indent:20px;	
}

.styled-form textarea{
	resize:none;
	height:110px;	
}

.styled-form input:focus,
.styled-form select:focus,
.styled-form textarea:focus{
	border-color:#ff5722;
}

.styled-form .form-group .theme-btn{
	min-width:150px;
	text-align:center;
	padding:11px 34px;	
	border-radius:0px;
	cursor: pointer;
}

.styled-form .remember-me{
	position:relative;
	color:#222222;
	font-size:16px;
	font-weight:500;
}

.social-links-two a{
	position:relative;
	display:inline-block;
	font-size:14px;
	width:42px;
	height:42px;
	line-height:42px;
	text-align:center;
	color:#ffffff;
	background:#fc721e;
	margin:0px 0px 0px 5px;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.social-links-two a:hover{
	opacity:0.80;
}

.social-links-two .facebook{
	background:#3b5998;	
}

.social-links-two .twitter{
	background:#33ccfe;	
}

.social-links-two .google-plus{
	background:#dd4b39;	
}

.box-version.option-box{
	display:none;
}






/* Item Sorting */

.shop-section .items-sorting{
	position:relative;
	margin-bottom:20px;	
}

.shop-section .items-sorting .results-column,
.shop-section .items-sorting .select-column{
	margin-bottom:20px;	
}

.shop-section .items-sorting .results-column h6{
	font-size:18px;
	font-weight:400;
	color:#666666;
	line-height:24px;
	padding:13px 0px;
}

.shop-section .items-sorting .form-group{
	margin-bottom:0px;	
}

.shop-section .items-sorting select{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:9px 20px 9px;
	height:50px;
	font-size:14px;
	border:1px solid #eeeeee;
	cursor:pointer;
	-moz-appearance:none;
	-webkit-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	background:url(../images/icons/icon-select.png) right center no-repeat;
	color:#666666;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.shop-section .items-sorting select option{
	text-indent:15px;	
}


/****** Shop Style *********/

.single-product-item {
    position: relative;
    display: block;
    transition: all 500ms ease;
    margin-bottom: 50px;
}
.single-product-item .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
	border-radius:0px;
	border:4px solid #ff5722;
}
.single-product-item .img-holder::before {
    background: rgba(255, 255, 255, 0.20);    
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    content: "";
    opacity: 0;
    position: absolute;
    z-index: 1;
    transition: all 0.4s ease-in-out 0s;
}
.single-product-item:hover .img-holder::before{
    opacity: 1;
}
.single-product-item .img-holder img{
    transform: scale(1);
    transition: all 0.7s ease 0s;
    width: 100%;   
}
.single-product-item:hover .img-holder img{
    transform: scale(1.1);   
}

.single-product-item .title-holder {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 22px 0 18px;
    -webkit-box-shadow: 0 2px 27px rgba(54,54,54,.13);
    box-shadow: 0 2px 27px rgba(54,54,54,.13);
    margin-left: 20px;
    margin-right: 20px;
    margin-top: -30px;
    z-index: 1;
}
.single-product-item .title-holder .static-content{
    position: relative;
    display: block;    
}
.single-product-item .title-holder .title {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    padding: 0 0 3px;
}
.single-product-item .title-holder .title a{
    color: #1b1b1b;
    transition: all 500ms ease;
}
.single-product-item .title-holder .static-content span {
    display: inline-block;
    padding-right: 0px;
    color: #666666;
}
.single-product-item .title-holder .static-content del {
    position: relative;
    display: inline-block;
    color: #c2c2c2;
    font-size: 16px;
    font-weight: 700;
}

.single-product-item .title-holder .overlay-content{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ffffff;
    text-align: center;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transition: all 700ms ease 300ms;
}
.single-product-item:hover .title-holder .overlay-content {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transition: all 700ms ease 100ms;
}
.single-product-item .title-holder .overlay-content ul {
    position: relative;
    display: block;
    padding: 23px 0 23px;
    width: 153px;
    margin: 0 auto;
    transform: scale(0);
    transition: all 700ms ease 100ms;
}
.single-product-item:hover .title-holder .overlay-content ul{
    transform: scale(1);
    transition: all 700ms ease 600ms;    
}
.single-product-item .title-holder .overlay-content ul li{
    position: relative;
    display: inline-block;
    float: left;
    width: 51px;
    text-align: center;
    border-right: 1px solid #ededed;
}
.single-product-item .title-holder .overlay-content ul li:last-child{
    border: none;
}
.single-product-item .title-holder .overlay-content ul li a{
    position: relative;
    display: block;
}
.single-product-item .title-holder .overlay-content ul li a span{
    position: relative;
    display: block;
}
.single-product-item .title-holder .overlay-content ul li a span:before {
    position: relative;
    display: block;
    width: 100%;
    height: 45px;
    color: #666666;
    font-size: 18px;
    line-height: 45px;
    margin: 0;
    transition: all 500ms ease;
}
.single-product-item .title-holder .overlay-content ul li a:hover span:before{
    color: #ffffff;
    background: #666666;
}

.single-product-item .title-holder .overlay-content ul li a .toltip-content {
    position: absolute;
    left: -50%;
    right: 0;
    top: -25px;
    margin-left: -15px;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    text-align: center;
    background-color: #0a0a0a;
    transition: all 300ms ease 100ms;
    z-index: 999;
    min-width: 130px;
}
.single-product-item .title-holder .overlay-content ul li a .toltip-content:before {
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    bottom: -8px;
    right: 0;
    content: "\f0d7";
    color: #0a0a0a;
    font-size: 25px;
    text-align: center;
    line-height: 10px;
}
.single-product-item .title-holder .overlay-content ul li a .toltip-content p{
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    margin: 0;
}
.single-product-item .title-holder .overlay-content ul li a:hover .toltip-content{
    top: -40px; 
    visibility: visible;
    opacity: 1;
}

.shop-single-section{
	position:relative;
	padding-top: 100px;
	padding-bottom:90px;
}

/*Product Details*/

.product-details .basic-details{
	position:relative;
	margin-bottom:20px;
}

.product-details .image-column .image-carousel{
	background-color:#eeeeee;
	border-radius:4px;
}

.product-details .image-column,
.product-details .info-column{
	margin-bottom:50px;
}

.product-details .info-column .add-to-cart{
	padding:13px 43px;
	font-size:14px;
	cursor:pointer;
	margin-bottom:10px;
	margin-right:10px;
}

.product-details .image-column .image-box img{
	position:relative;
	display:block;
	width:100%;
}

.product-details .image-column .thumbs-carousel{
	margin-top:20px;
}

.product-details .image-column .thumbs-carousel li{
	background-color:#f2f2f2;
	text-align:center;
	padding:0px 0px;
	cursor:pointer;
}

.product-details .image-column .thumbs-carousel li img{
	width:100%;
	display:inline-block;
}

.product-details .image-column .owl-dots,
.product-details .image-column .owl-nav{
	display:none;	
}

.product-details .basic-details .details-header{
	position:relative;
	margin-bottom:0px;	
}

.product-details .basic-details .details-header h2{
	font-weight:700;
	margin:0px 0px;
	line-height:1.4em;
	color:#222222;
	margin-bottom:8px;
}

.product-details .basic-details .details-header h2 a{
	color:#333333;	
}

.product-details .basic-details .details-header .rating{
	font-size:16px;
	margin-bottom:25px;
	display:inline-block;
}

.product-details .basic-details .details-header .rating span{
	color:#ff5722;
}

.product-details .basic-details .details-header .rating .fa{
	display:inline-block;
	margin-right:1px;	
}

.product-details .basic-details .details-header .rating .fa.light{
	color:#dadada;
}

.product-details .basic-details .details-header .item-price{
	position:relative;
	font-size:24px;
	font-weight:400;
	color:#222222;
	line-height:24px;
	letter-spacing:1px;
	margin-bottom:20px;
}

.product-details .basic-details .text{
	position:relative;
	color:#666666;
	font-size:14px;
	line-height:1.9em;
	margin-bottom:30px;
}

.product-details .basic-details .availablity{
	position:relative;
	float:left;
	padding-right:40px;
	line-height:32px;
	margin-bottom:27px;
	font-size:13px;
	font-weight:500;
	letter-spacing:1px;
	color:#777777;
}

.product-details .basic-details .availablity strong{
	font-size:14px;
	letter-spacing:2px;
	color:#11da61;
	font-weight:600;
	text-transform:uppercase;
}

.product-details .basic-details .item-quantity{
	position:relative;
	float:left;
	width:120px;
	margin-bottom:15px;
	margin-right:20px;
	border:1px solid #eae8e8;
}

.product-details .basic-details .btns-box{
	position:relative;
}

.product-details .basic-details .quantity-spinner,
.cart-section input.quantity-spinner{
	line-height:24px;
	padding:10px 15px !important;
	height:54px !important;
	box-shadow:none !important;	
}

.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical > .btn,
.cart-section .bootstrap-touchspin .input-group-btn-vertical > .btn{
	padding:13px 10px;
	background:#f4f5f6;	
}

.product-details .bootstrap-touchspin .input-group-btn-vertical i,
.cart-section .bootstrap-touchspin .input-group-btn-vertical i{
	top:1px;	
}

.shop-list{
	position:relative;
	margin-top:20px;
}

.shop-list li{
	position:relative;
	color:#666666;
	font-size:14px;
	margin-bottom:10px;
}

.shop-list li strong{
	color:#222222;
	font-size:16px;
	margin-right:5px;
	text-transform:uppercase;
}

.shop-list li a{
	position:relative;
	color:#ff5722;
	font-size:14px;
	font-weight:700;
	margin-top:0px;
	display:inline-block;
	text-transform:uppercase;
}

/*** 

====================================================================
	Product Tabs Style
====================================================================

***/

.shop-page .prod-tabs{
	position:relative;	
}

.shop-page .prod-tabs .tab-btns{
	position:relative;
	text-align:center;
	margin-bottom:40px;
}

.shop-page .prod-tabs .tab-btns .tab-btn{
	position:relative;
	display:block;
	margin-right:8px;
	font-size:16px;
	background:none;
	color:#222222;
	border:1px solid #222222;
	text-transform:capitalize;
	font-weight:400;
	line-height:24px;
	cursor:pointer;
	margin-bottom:12px;
	display:inline-block;
	padding:12px 40px 10px;
	transition:all 500ms ease;
}

.shop-page .prod-tabs .tab-btns .tab-btn:hover,
.shop-page .prod-tabs .tab-btns .tab-btn.active-btn{
	color:#ffffff;
	background:#222222;
	border-color:#222222;
}

.shop-page .prod-tabs .tabs-content{
	position:relative;	
}

.shop-page .prod-tabs .tabs-content .tab{
	position:relative;
	display:none;
}

.shop-page .prod-tabs .tabs-content .tab.active-tab{
	display:block;	
}

.shop-page .prod-tabs .tabs-content .tab p{
	font-size:14px;
	line-height:2em;
	color:#666666;
	margin-bottom:20px;
}

.shop-page .prod-tabs .tabs-content .tab p:last-child{
	margin-bottom:0px;
}

.shop-page .prod-tabs .tabs-content .tab h3,
.shop-page .prod-tabs .tabs-content .tab h4,
.shop-page .prod-tabs .tabs-content .tab h5,
.shop-page .prod-tabs .tabs-content .tab h6{
	margin-bottom:15px;	
}

.shop-page .prod-tabs .tabs-content .tab h4{
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
	color:#222222;
}

.shop-page .prod-tabs .reviews-container{
	position:relative;
	padding-bottom:1px;	
}

.shop-page .prod-tabs .reviews-container .review-box{
	position:relative;
	margin-bottom:30px;
	padding-left:120px;
	min-height:130px;
	padding-bottom:30px;
	border-bottom:1px solid #f0f0f0;
}

.shop-page .prod-tabs .reviews-container .review-box:last-child{
	margin-bottom:0px;
	padding-bottom:0px;
	border:none;
}

.bootstrap-touchspin .input-group-btn-vertical{
	width:auto;
	right: 0px;
	position: absolute;
}

.bootstrap-touchspin .glyphicon-chevron-up:before {
    content: "\f106";
	font-size: 18px;
	font-style:normal;
	font-family: 'FontAwesome';
}

.bootstrap-touchspin .glyphicon-chevron-down:before {
    content: "\f107";
	font-size: 18px;
	font-style:normal;
	font-family: 'FontAwesome';
}

.shop-page .prod-tabs .reviews-container .rev-thumb{
	position:absolute;
	left:0px;
	top:5px;
	width:100px;
	height:100px;
	background:#ffffff;
	border-radius:3px;
	margin-bottom:20px;
}

.shop-page .prod-tabs .reviews-container .rev-thumb img{
	display:block;
	width:100%;
	border-radius:3px;
}

.shop-page .prod-tabs .reviews-container .rev-content{
	position:relative;
	background:#ffffff;	
}

.shop-page .prod-tabs .reviews-container .rev-header{
	position:relative;
}

.shop-page .prod-tabs .reviews-container .rev-header h4{
	float:left;
	line-height:30px;
	color:#222222;
	text-transform:uppercase;
	font-weight:700;
	margin-bottom:10px;	
}

.shop-page .prod-tabs .reviews-container .rev-header .rating{
	position:relative;
	float:left;
	margin-left:40px;
	color:#ff5722;
	line-height:30px;
	font-size:14px;
	margin-bottom:10px;
}

.shop-page .prod-tabs .reviews-container .rev-header .rating .fa{
	margin-right:3px;
}

.shop-page .prod-tabs .reviews-container .rev-header .time{
	position:relative;
	float:right;
	color:#000000;
	line-height:30px;
	font-size:14px;
}

.shop-page .prod-tabs .reviews-container .rev-option{
	font-size:14px;
	color:#9e9e9e;
}

.shop-page .prod-tabs .reviews-container .rev-option a{
	font-size:14px;
	text-transform:uppercase;
	font-weight:700;	
}

.shop-page .prod-tabs .reviews-container .rev-text{
	font-size:14px;
	color:#9e9e9e;
	line-height:1.8em;
	margin-bottom:15px;
}

/*Add Review*/

.shop-page .prod-tabs .add-review{
	position:relative;
	margin:30px 0px 20px;
	font-size:14px;
}

.shop-page .prod-tabs .add-review h2{
	color:#000000;
}

.shop-page .prod-tabs .add-review .rating{
	position:relative;
	padding-top:8px;	
}

.shop-page .prod-tabs .add-review .rating .rate-box{
	position:relative;
	display:inline-block;
	margin-right:10px;
	font-size:14px;
	color:#555555;	
}

.shop-page .prod-tabs .add-review .rating .rate-box:hover,
.shop-page .prod-tabs .add-review .rating .rate-box:focus,
.shop-page .prod-tabs .add-review .rating .rate-box:active{
	color:#ff5722;
}

.shop-page .prod-tabs .add-review label{
	position:relative;
	display:block;
	font-size:14px;
	margin-bottom:5px;
	font-weight:400;
	color:#303030;	
}

.shop-page .prod-tabs .add-review h3{
	margin-bottom:20px;	
}

.shop-page .prod-tabs .add-review .form-group{
	position:relative;
	margin-bottom:20px;	
}

.shop-page .prod-tabs .add-review .form-group input[type="text"],
.shop-page .prod-tabs .add-review .form-group input[type="password"],
.shop-page .prod-tabs .add-review .form-group input[type="tel"],
.shop-page .prod-tabs .add-review .form-group input[type="email"],
.shop-page .prod-tabs .add-review .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:22px;
	padding:9px 15px;
	color:#222222;
	border:1px solid #e0e0e0;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.shop-page .prod-tabs .add-review .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:22px;
	padding:8px 15px;
	color:#222222;
	border:1px solid #e0e0e0;
	height:150px;
	resize:none;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.shop-page .prod-tabs .add-review button{
	padding:8px 35px;
}

/*** 

====================================================================
	Cart Section style
====================================================================

***/

.cart-section{
	position:relative;
	padding:100px 0px 120px;
}

.cart-section .cart-outer{
	position:relative;	
}

.cart-section .table-outer{
	position:relative;
	width:100%;
	overflow-x:	auto;
}

.cart-section .cart-table{
	width:100%;
	min-width:900px;
	border:1px solid #eeeeee;
}

.cart-section .cart-table tbody tr{
	border-bottom:1px solid #eeeeee;
}

.cart-table .cart-header{
	position:relative;
	width:100%;
	text-transform:uppercase;
	font-size:16px;
	border-radius:0px;
	background:#ff5722;
	color:#1f1f1f;
}

.cart-table thead tr th{
	line-height:24px;
	padding:20px 15px;
	min-width:120px;
	font-weight:700;
	color:#ffffff;
	font-size:16px;
	text-transform:capitalize;
}

.cart-table thead tr th.prod-column{
	text-align:left;
	padding-left:40px;	
}

.cart-table tbody tr td{
	line-height:24px;
	padding:40px 40px 40px;
	min-width:100px;
}

.cart-table tbody tr .qty{
	width:90px;
	padding-right:40px;
	padding-left:10px;
}

.cart-table tbody tr .qty .quantity-spinner{
	background:#f5f5f5;	
}

.cart-table tbody tr .prod-column .column-box{
	position:relative;
	min-height:100px;
	padding-left:130px;
	padding-top:40px;
	text-align:left;
}


.column.default-column .cart-table tbody tr .qty{
	width:110px;
	padding-right:20px;	
}

.cart-table tbody tr .prod-column .column-box .prod-thumb{
	position:absolute;
	width:100px;
	left:0px;
	top:0px;	
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img{
	 display:block;
	 max-width:100%;
}

.cart-table tbody tr .prod-column .column-box h6{
	color:#222222;
	font-weight:500;
	margin-bottom:5px;	
}

.cart-table tbody tr .sub-total{
	font-weight:400;
	color:#222222;	
	font-size:18px;
	padding-left:20px;
}

.cart-table tbody tr .remove-btn{
	position:relative;
	font-size:18px;
	color:#ff5722;
	display:inline-block;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}

.cart-table tbody tr .remove-btn .fa{
	position:relative;
	top:2px;
	font-size:26px;
	margin-right:8px;
	color:#000000;
	text-align:center;
	overflow:hidden;
	text-indent:100px;
}

.cart-table tbody tr .remove{
	
}

.cart-table tbody tr td{
	vertical-align:middle;	
}

.cart-table tbody tr td.price{
	font-size:18px;
	font-weight:400;
	color:#222222;
	padding-left:10px;
}

.cart-table tbody tr td .quantity-spinner{
	padding:5px 0px 5px 20px;
	line-height:24px;
	height:34px;
	display:block;
	width:100%;
	position:relative;
}

.cart-table tbody .available-info{
	position:relative;
	padding-left:50px;
    color: #727272;
    font-size: 16px;
}

.cart-table tbody .available-info .icon{
	position:absolute;
	left:0px;
	top:5px;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:18px;
	color:#ffffff;
	background:#3e4494;
	border-radius:50%;
}

.cart-section .coupon-outer{
	position:relative;
	margin:40px 0px 50px;
}

.cart-section .coupon-outer .cart-btn{
	font-size:14px;
	padding:14px 43px;
	font-weight:400;
	cursor:pointer;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}

.cart-section .apply-coupon{
	position:relative;
}

.cart-section .apply-coupon .form-group{
	position:relative;
	float:left;
	margin-right:20px;	
}

.cart-section .apply-coupon .form-group .coupon-btn{
	padding:11px 28px;
	line-height:30px;
	cursor:pointer;
}


.cart-section .apply-coupon .form-group input[type="text"]{
	display:block;
	line-height:26px;
	padding:12px 0px;
	border-bottom:2px solid #ff5722;
	height:54px;
	width:230px;
	background:none;
	font-size:14px;
}

.cart-section .estimate-form{
	position:relative;
}

.cart-section .sec-title{
	margin-bottom:25px;
}

.cart-section .sec-title h2{
	font-size:26px;
	color:#222222;
}

.cart-section .estimate-form .row{
	margin-left:-7px;
	margin-right:-7px;	
}

.cart-section .estimate-form .row .form-group{
	padding:0px 7px !important;
	margin-bottom:30px;
}

.cart-section .cart-note{
	position:relative;
	margin-bottom:50px;
	padding:16px 20px;
	text-align:center;
	border:1px dashed #b2dd4c;
	background:#f4f4f4;
	line-height:1.7em;
}

.product-details .basic-details .item-quantity input[type="text"],
.cart-table tbody tr .qty input[type="text"]{
	position:relative;
	line-height:46px;
	height:46px;
	background:#f4f4f4;	
}

.bootstrap-touchspin .input-group-btn-vertical > .btn{
	height:24px;
	background:#e9e9e9;	
}

.bootstrap-touchspin .input-group-btn-vertical i{
	left:6px;
	top:6px;	
}

.cart-total-box{
	position:relative;
	max-width:490px;
	margin-bottom:40px;
	padding:40px 40px 30px;
	background-color:#f4f4f4;
}

.cart-total-box h4{
	position:relative;
	color:#222222;
	font-weight:700;
	line-height:1.4em;
	margin-bottom:25px;
}

.totals-table{
	position:relative;
}

.totals-table li{
	position:relative;
	color:#222222;
	font-weight:500;
	font-size:18px;
	margin-bottom:8px;
}

.totals-table li .col{
	float:right;width:auto;
}

.totals-table li .col-title{
	font-weight:600;
	float:left;
}

.totals-table li.total{
	margin-top:25px;
	padding-top:30px;
	border-top:1px solid #cccccc;
}

.checkout-btn{
	color:#ffffff;
	font-size:16px;
	font-weight:400;
	padding:17px 43px 14px;
	cursor: pointer;
	background-color:#ff5722;
}

/*Check Out Page*/

.checkout-page{
	position:relative;
	z-index: 9;
	background-color: #ffffff;
	padding:100px 0px 80px;
}

.checkout-page .default-links{
	position:relative;
	margin-bottom:40px;	
}

.checkout-page .default-links li{
	margin-bottom:15px;
	line-height:24px;
	padding:18px 28px;
	background:#f9f9f9;
	color:#797979;
	font-size:17px;
	font-weight:600;
	border:1px solid #ebebeb;
}

.checkout-page .default-links li a{
	color:#ff5722;
	text-decoration:underline;
}

.shop-form .billing-inner{
	position:relative;
	padding-right:100px;
}

.shop-form .sec-title h2{
	font-size:24px;
}

.shop-form .form-group{
	position:relative;
	margin-bottom:20px;	
}

.billing-details .shop-form .sec-title{
	margin-bottom:20px;	
}

.billing-details .shop-form .form-group.sec-title{
	margin-bottom:10px;
	padding-bottom:30px;
	margin-top:20px;
}

.shop-form .form-group .field-label{
	display:block;
	line-height:24px;
	margin-bottom:8px;
	color:#797979;	
	font-size:15px;
	font-weight:500;
	text-transform:capitalize;
}

.shop-form .form-group .field-label sup{
	position:relative;
	top:0px;
	color:#797979;	
	font-size:16px;
}

.shop-form input[type="text"],
.shop-form input[type="email"],
.shop-form input[type="password"],
.shop-form input[type="tel"],
.shop-form input[type="number"],
.shop-form input[type="url"],
.shop-form select,
.shop-form textarea{
	position:relative;
	display:block;
	width:100%;
	background:#ffffff;
	line-height:16px;
	padding:10px 15px;
	height:50px;
	border:1px solid #eeeeee;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.shop-form input.address-two{
	margin-top:12px;
}

.shop-form input::-webkit-input-placeholder,
.shop-form select::-webkit-input-placeholder,
.shop-form textarea-webkit-input-placeholder{
	color:#c6c6c6;
}

.shop-form select{
	-webkit-appearance:none;
	-ms-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
	background:#ffffff url(../images/icons/icon-select.png) right center no-repeat;
	cursor:pointer;
}

.shop-form select option{
	text-indent:15px;	
}

.shop-form textarea{
	resize:none;
	height:100px !important;
	overflow:hidden;	
}

.shop-form input:focus,
.shop-form select:focus,
.shop-form textarea:focus{
	border-color:#ff5722;	
}

/* Shop Order Box */

.shop-order-box{
	position:relative;
	padding:20px 28px 50px;
	border:1px solid #d9d9d9;
	background-color:#fdfdfd;
}

.shop-order-box .order-list{
	position:relative;
}

.shop-order-box .order-list li{
	position:relative;
	color:#797979;
	font-size:15px;
	font-weight:500;
	margin-bottom:12px;
	text-transform:uppercase;
}

.shop-order-box .order-list li span{
	float:right;
	width:35%;
	text-align:left;
	font-size:17px;
	text-transform:capitalize;
}

.shop-order-box .order-list li span.dark{
	color:#242424;
}

.shop-order-box .order-list li.total{
	padding:8px 0px;
	border-top:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;
}

.payment-options{
	position:relative;
	margin-top:20px;
	margin-bottom:20px;	
}

.checkout-page .payment-options li{
	position:relative;
	margin-bottom:15px;	
}

.checkout-page .payment-options li .radio-option{
	position:relative;		
}

.checkout-page .payment-options li .radio-option label{
	position:relative;
	display:block;
	padding-left:30px;
	font-weight:600 !important;
	text-transform:capitalize;
	letter-spacing:1px;
	color:#797979;
	cursor:pointer;
	font-size:15px;
}

.checkout-page .payment-options li .radio-option label strong{
	font-weight:500;
	display: inline-block;
	color:#797979;
	font-size:15px;
}

.checkout-page .payment-options li .radio-option input[type="radio"]{
	position:absolute;
	left:0px;
	top:3px;	
}

.checkout-page .payment-options li .radio-option #payment-3{
	top:9px;
}

.checkout-page .payment-options li .what-paypall{
	font-size:13px;
	font-weight:500;
	margin-left:15px;
	color:#4349d9;
}

.checkout-page .payment-options li .radio-option label .small-text{
	position:relative;
	display:none;
	padding:18px 26px;
	letter-spacing:0px;
	text-transform:none;
	font-weight:normal;
	font-size:15px;
	color:#8e8d8d;
	border-radius:4px;
	line-height:20px;
	line-height:1.8em;
	margin-top:20px;
	margin-left:-30px;
	background-color:#ececec;
}

.checkout-page .payment-options li .radio-option label .small-text:before{
	position:absolute;
	content:'';
	left:24px;
	top:-10px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 15px solid #ececec;
}

.checkout-page .payment-options li .radio-option input[type="radio"]:checked + label .small-text{
	display: block;
}

.checkout-page .payment-options li .radio-option label img{
	position:relative;
	top:-3px;
	display:inline-block;
	max-width:100%;
	padding-left:30px;	
}

.checkout-page .payment-options li .radio-option label img{
	position:relative;
	display:inline-block;
	max-width:100%;
	padding-left:30px;	
}










/* RTL Version */

.rtl .header-top .top-left{
	order:2;
	text-align:right;
}

.rtl .header-top .top-right{
	order:1;
}

.rtl .header-top .top-right .question{
	float:left;
	margin-left:0px;
	margin-right:12px;
}

.rtl .header-top .top-right .social-box{
	float:left;
}

.rtl .main-header .header-upper .logo-box{
	float:right;
}

.rtl .main-header .header-upper .upper-right{
	float:left;
}

.rtl .main-header .info-box{
	margin-right:0px;
	margin-left:60px;
	padding-left:0px;
	padding-right:70px;
	text-align:right;
}

.rtl .main-header .info-box:first-child{
	margin-left:0px;
}

.rtl .main-header .info-box .icon-box{
	right:0px;
	left:auto;
}

.rtl .main-header .outer-box{
	float:left;
	margin-left:0px;
	margin-right:30px;
}

.rtl .header-style-one .nav-outer{
	padding-left:30px;
	padding-right:30px;
}

.rtl .main-header .header-lower .nav-box{
	float:right;
	margin-left:0px;
	margin-right:0px;
}

.rtl .main-menu .navigation > li,
.rtl .main-menu{
	float:right;
}

.rtl .main-menu .navigation > li > ul > li.dropdown > a:after{
	transform:rotate(180deg);
}

.rtl .main-menu .navigation > li > ul{
	left:auto;
	right:30px;
	text-align:right;
}

.rtl .main-menu .navigation > li.dropdown:hover > ul{
	left:auto;
	right:0px;
}

.rtl .main-menu .navigation > li > ul > li:hover > a{
	padding-left:18px;
	padding-right:30px;
}

.rtl .main-menu .navigation > li > ul > li > a:before{
	right:10px;
	left:auto;
}

.rtl .main-menu .navigation > li > ul > li.dropdown > a:after{
	right:auto;
	left:15px;
}

.rtl .main-menu .navigation > li > ul > li > ul{
	left:auto;
	right:120%;
}

.rtl .main-menu .navigation li > ul > li.dropdown:hover > ul{
	left:auto;
	right:100%;
}

.rtl .main-menu .navigation > li:last-child{
	margin-right:20px;
}

.rtl .main-slider .content{
	text-align:right;
}

.rtl .updated-donation-section .title-column{
	order:2;
}

.rtl .updated-donation-section .progress-column{
	order:1;
}

.rtl .updated-welcome-section .content-column{
	order:2;
}

.rtl .updated-welcome-section .content-column .inner-box{
	text-align:right;
}

.rtl .updated-welcome-section .column{
	order:1;
}

.rtl .list-style-one li{
	padding-left:0px;
	padding-right:35px;
	text-align:right;
}

.rtl .list-style-one li::before{
	right:0px;
	left:auto;
}

.rtl .updated-welcome-section .content-column .fact-counter .inner-column:last-child{
	margin-left:0px;
}

.rtl .updated-welcome-section .content-column .fact-counter .inner-column .inner{
	text-align:right;
	padding-left:0px;
	padding-right:80px;
}

.rtl .updated-welcome-section .content-column .fact-counter .inner-column .inner .icon-box{
	right:0px;
	left:auto;
}

.rtl .updated-welcome-section .content-column .fact-counter .inner-column{
	float:right;
	margin-right:0px;
	margin-left:30px;
}

.rtl .causes-block .inner-box .lower-content,
.rtl .causes-block .inner-box .upper-content{
	text-align:right;
}

.rtl .causes-block .inner-box .image .ribbon{
	right:20px;
	left:auto;
}

.rtl .event-block .inner-box .upper-box .upper-inner{
	padding-left:0px;
	padding-right:90px;
	text-align:right;
}

.rtl .event-block .inner-box .upper-box .date-outer{
	right:0px;
	left:auto;
}


.rtl .news-block .inner-box .lower-content,
.rtl .sidebar-info-contents .content-inner,
.rtl .team-block-two .inner-box .image .overlay-box .overlay-inner,
.rtl .team-block-two .inner-box .image .overlay-box-two .overlay-inner-two,
.rtl .call-to-action-section h2,
.rtl .call-to-action-section .text,
.rtl .event-block .inner-box{
	text-align:right;
}

.rtl .news-block .inner-box .lower-content .post-meta li a{
	padding-left:0px;
	padding-right:22px;
	text-align:right;
}

.rtl .event-block .inner-box .post-meta li a{
	padding-left:0px;
	padding-right:22px;
	text-align:right;
}

.rtl .news-block .inner-box .lower-content .post-meta li a .icon,
.rtl .event-block .inner-box .post-meta li a .icon{
	right:0px;
	left:auto;
	margin-right:0px;
}

.rtl .event-block .inner-box .btns-box .theme-btn{
	float:right;
}

.rtl .team-block-two .inner-box .image .overlay-box-two h4{
	padding-bottom:0px;
}

.rtl .team-block-two .inner-box .image .overlay-box-two h4:before,
.rtl .team-block-two .inner-box .image .overlay-box-two h4:after{
	display:none;
}

.rtl .news-block-two .inner-box .content{
	padding-left:0px;
	padding-right:90px;
	text-align:right;
}

.rtl .news-block-two .inner-box .content .date-outer{
	right:0px;
	left:auto;
}

.rtl .list-style-two li{
	padding-left:0px;
	padding-right:35px;
	text-align:right;
}

.rtl .list-style-two li .icon{
	right:0px;
	left:auto;
}

.rtl .header-top-two .language .flag-img{
	margin-right:0px;
	margin-left:6px;
}

.rtl .header-top-two .top-left .links li .icon{
	margin-right:0px;
	margin-left:8px;
}

.rtl .list-style-two li{
	padding-left:0px;
	padding-right:38px;
	text-align:right;
}

.rtl .list-style-two li .icon{
	right:0px;
	left:auto;
}

.rtl .we-are-block .inner-box,
.rtl .default-section .sec-title,
.rtl .donate-box .inner-box{
	text-align:right;
}

.rtl .help-block .inner-box::before{
	display:none;
}

.rtl .make-donate-form form input,
.rtl .main-slider-two .slider-content,
.rtl .services-section-two .blocks-column .inner-column{
	text-align:right;
}

.rtl .service-block-two .inner-box{
	padding-left:0px;
	padding-right:60px;
	text-align:right;
}

.rtl .service-block-two .inner-box .icon-box{
	right:0px;
	left:auto;
}

.rtl .main-slider-two .btns-box .theme-btn{
	margin-right:0px;
	margin-left:15px;
}

.rtl .ui-selectmenu-text{
	text-align:right;
}

.rtl .form-group .ui-button .ui-icon::before{
	left:0px;
	right:auto;
}

.rtl .ui-selectmenu-icon.ui-icon{
	float:left;
}

.rtl .make-donate-form form .form-group .field-title{
	text-align:right;
}

.rtl .make-donate-form .radio-box label{
	padding-left:0px;
	padding-right:30px;
	text-align:right;
}

.rtl .make-donate-form .radio-box label::before{
	right:0px;
	left:auto;
}

.rtl .make-donate-form .field-inner{
	text-align:right;
}

.rtl .default-form input,
.rtl .default-form textarea,
.rtl .testimonial-block .inner-box,
.rtl .faq-section .accordian-column .inner-column,
.rtl .main-slider-three .content-column .inner-column,
.rtl .news-block-three .inner-box .lower-content,
.rtl .gallery-block .inner-box .image .overlay-box .content{
	text-align:right;
}

.rtl .gallery-block .inner-box .image .overlay-box .arrow{
	left:0px;
	right:auto;
}

.rtl .news-block-three .inner-box .lower-content .posted li{
	text-align:right;
	padding-left:0px;
	padding-right:25px;
}

.rtl .news-block-three .inner-box .lower-content .posted li .icon{
	right:0px;
	left:auto;
}

.rtl .main-slider-three .content-column{
	order:2;
}

.rtl .main-slider-three .image-column{
	order:1;
}

.rtl .main-slider-three .image-column .image{
	left:0px;
	right:auto;
	clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}

.rtl .event-block-two .inner-box{
	text-align:right;
	padding-left:0px;
	padding-right:120px;
}

.rtl .event-block-two .date{
	right:0px;
	left:auto;
}

.rtl .accordion-box .block .acc-btn{
	text-align:right;
	padding-left:0px;
	padding-right:50px;
}

.rtl .accordion-box .block .icon-outer{
	right:0px;
	left:auto;
}

.rtl .default-form .form-group,
.rtl .news-block-five .inner-box .lower-content,
.rtl .testimonial-block-two .inner-box{
	text-align:right;
}

.rtl .testimonial-block-two .inner-box .author-info .info-inner{
	text-align:right;
	padding-left:0px;
	padding-right:110px;
}

.rtl .testimonial-block-two .inner-box .author-info .author-image{
	right:0px;
	left:auto;
}

.rtl .testimonial-block-two .inner-box .author-info .info-inner .quote-icon{
	left:0px;
	right:auto;
}

.rtl .newsletter-section .title-column{
	order:2;
	text-align:right;
}

.rtl .newsletter-section .form-column{
	order:1;
}

.rtl .subscribe-form .form-group input{
	text-align:right;
	padding-right:20px;
}

.rtl .subscribe-form .form-group input[type="submit"],
.rtl .subscribe-form button{
	left:0px;
	right:auto;
}

.rtl .page-title .title-column{
	order:2;
}

.rtl .page-title .breadcrumb-column{
	order:1;
}

.rtl .page-title .bread-crumb{
	text-align:left;
}

.rtl .page-title h1{
	padding-left:0px;
	padding-right:30px;
	border-left:0px;
	text-align:right;
	border-right:2px solid #ff5722;
}

.rtl .default-form .form-group .select-box label{
	text-align:right;
	padding-left:0px;
	padding-right:35px;
}

.rtl .default-form .form-group .select-box .default-check,
.rtl .default-form .form-group .select-box input[type="checkbox"]{
	left:auto;
	right:0px;
}

.rtl .coming-soon .emailed-form .form-group input[type="text"]
.rtl .coming-soon .emailed-form .form-group input[type="tel"],
.rtl .coming-soon .emailed-form .form-group input[type="email"],
.rtl .coming-soon .emailed-form .form-group textarea{
	text-align:right;
	padding-right:20px;
}

.rtl .coming-soon .emailed-form .form-group input[type="submit"],
.rtl .coming-soon .emailed-form button{
	left:0px;
	right:auto;
}

.rtl .help-widget,
.rtl .sidebar-title h2,
.rtl .news-detail .inner-box,
.rtl .event-single .inner-box,
.rtl .categories-blog ul li a,
.rtl .causes-single .inner-box,
.rtl .contact-form .form-group,
.rtl .contact-form .form-group input,
.rtl .contact-form .form-group textarea,
.rtl .sidebar-page-container .comments-area,
.rtl .sidebar-page-container .comment-form{
	text-align:right;
}

.rtl .sidebar .search-box .form-group button{
	left:0px;
	right:auto;
}

.rtl .sidebar .search-box .form-group input[type="search"]{
	text-align:right;
	padding-right:20px;
}

.rtl .sidebar-title h2::before{
	right:0px;
	left:auto;
}

.rtl .categories-blog ul li span{
	left:0px;
	right:auto;
}

.rtl .sidebar .popular-posts .post{
	padding-left:0px;
	text-align:right;
	padding-right:125px;
}

.rtl .sidebar .popular-posts .post .post-thumb{
	right:0px;
	left:auto;
}

.rtl .sidebar .popular-posts .post-info{
	padding-left:0px;
	padding-right:22px;
}

.rtl .sidebar .popular-posts .post-info::before{
	right:0px;
	left:auto;
}

.rtl .help-widget .list li{
	padding-left:0px;
	padding-right:30px;
	text-align:right;
}

.rtl .help-widget .list li .icon{
	right:0px;
	left:auto;
}

.rtl .event-single .inner-box .image .post-date{
	right:20px;
	left:auto;
}

.rtl .upcoming-events .event-info .info-inner{
	text-align:right;
	padding-left:0px;
	padding-right:90px;
}

.rtl .upcoming-events .event-info .info-inner .post-date{
	right:0px;
	left:auto;
}

.rtl .news-detail .inner-box .upper-box .post-meta li{
	padding-right:22px;
	padding-left:0px;
	text-align:right;
}

.rtl .news-detail .inner-box .upper-box .post-meta li .icon{
	right:0px;
	left:auto;
	top:2px;
	margin-right:0px;
}

.rtl .news-detail .inner-box .image .post-date{
	left:20px;
	right:auto;
}

.rtl .sidebar-page-container .comments-area .comment{
	padding-left:0px;
	text-align:right;
	padding-right:160px;
}

.rtl .contact-info-section .info-column .icon-box,
.rtl .sidebar-page-container .comments-area .comment-box .author-thumb{
	right:0px;
	left:auto;
}

.rtl .contact-info-section .info-column .inner-column .content{
	text-align:right;
	padding-left:0px;
	padding-right:60px;
}

.rtl .xs-sidebar-group .widget-heading{
	left:0px;
	right:auto;
}

.rtl .billing-details,
.rtl .cart-total-box,
.rtl .styled-form input,
.rtl .shop-form input,
.rtl .shop-form textarea,
.rtl .register-section .form-column,
.rtl .checkout-page .default-links li,
.rtl .shop-form .billing-inner,
.rtl .shop-page .prod-tabs .add-review .form-group input,
.rtl .shop-page .prod-tabs .add-review .form-group textarea,
.rtl .cart-table thead tr th.prod-column,
.rtl .shop-order-box .order-list li span,
.rtl .cart-section .apply-coupon .form-group input[type="text"],
.rtl .shop-page .prod-tabs .tabs-content .tab{
	text-align:right;
}

.rtl .styled-form .form-group .adon-icon{
	left:15px;
	right:auto;
}

.rtl .product-details .image-column{
	order:2;
}

.rtl .product-details .info-column{
	order:1;
	text-align:right;
}

.rtl .product-details .info-column .other-options .pull-left{
	float:right;
}

.rtl .product-details .basic-details .item-quantity{
	margin-right:0px;
	margin-left:20px;
}

.rtl .shop-page .prod-tabs .reviews-container .review-box{
	padding-left:0px;
	text-align:right;
	padding-right:120px;
}

.rtl .shop-page .prod-tabs .reviews-container .rev-thumb{
	right:0px;
	left:auto;
}

.rtl .cart-table tbody tr .prod-column .column-box{
	padding-left:0px;
	text-align:right;
	padding-right:130px;
}

.rtl .cart-table tbody tr .prod-column .column-box .prod-thumb{
	right:0px;
	left:auto;
}

.rtl .shop-form .billing-inner{
	padding-right:0px;
}

.rtl .main-footer .upper-section .info-block .content{
	padding-left:0px;
	padding-right:90px;
	text-align:right;
}

.rtl .main-footer .upper-section .info-block .icon{
	right:0px;
	left:auto;
}

.rtl .main-footer .footer-widget{
	text-align:right;
}

.rtl .main-footer .news-widget .post{
	text-align:right;
	padding-left:0px;
	padding-right:100px;
}

.rtl .main-footer .news-widget .post .post-thumb{
	right:0px;
	left:auto;
}

.rtl .header-style-four .nav-outer{
	float:left;
}

.rtl .mobile-menu .navigation{
	text-align:right;
}

.mCSB_inside>.mCSB_container{
	margin-right:0px;
}

.rtl .mobile-menu .navigation li.dropdown .dropdown-btn span{
	left:0px;
	right:auto;
}

.rtl .mobile-menu .navigation li.dropdown .dropdown-btn span:after{
	left:auto;
	right:0px;
}



















/* Header Style Five */

.main-header.header-style-five .header-upper .logo-box{
	position:relative;
	padding:19px 50px 20px;
}

.main-header.header-style-five .header-upper .logo-box .logo{
	position:relative;
	z-index:1;
}

.main-header.header-style-five .header-upper .logo-box:before{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	bottom:0px;
	width:300%;
	background-color:#f3501d;
}

.main-header.header-style-five .info-box{
	position:relative;
	float:left;
	z-index:1;
	min-height:56px;
	margin-left:50px;
	font-size:15px;
	color:#777777;
	text-align:left;
	margin-right:0px;
	padding:0px 0px 20px 60px;
}

.main-header.header-style-five .info-box:before{
	position:absolute;
	content:'';
	right:-25px;
	top:0px;
	width:1px;
	height:47px;
	background:url(../images/icons/info-separater.png) no-repeat;
}

.main-header.header-style-five .header-upper .upper-right{
	padding-top:25px;
	padding-bottom:5px;
}

.main-header.header-style-five .info-box .icon-box:before,
.main-header.header-style-five .info-box:last-child::before{
	display:none;
}

.main-header.header-style-five .info-box .icon-box{
	position:absolute;
	left:0px;
	top:10px;
	font-size:44px;
	line-height:38px;
	text-align:center;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
	color:#f3501d;
}

.main-header.header-style-five .info-box ul li{
	position:relative;
	line-height:20px;
	color:#555555;
	font-size:14px;
	margin-bottom:10px;
	font-weight:400;
	text-transform:capitalize;
}

.main-header.header-style-five .info-box ul li a{
	position:relative;
	color:#555555;
	-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-header.header-style-five .info-box:last-child ul li a:hover,
.main-header.header-style-five .info-box ul li a:hover{
	color:#f3501d;
}

.main-header.header-style-five .info-box ul li:last-child{
	margin-bottom:0px;
}

.main-header.header-style-five .info-box:last-child ul li a{
	color:#222222;
	font-size:36px;
	font-weight:700;
}

.main-header.header-style-five .info-box strong{
	position:relative;
	font-weight:700;
	color:#222222;
	font-size:24px;
	text-transform:capitalize;
}

.main-header.header-style-five .header-upper .nav-btn{
	position:absolute;
	right:0px;
	top:0px;
	width:130px;
	height:110px;
	cursor:pointer;
	color:#ffffff;
	font-size:55px;
	padding:0px 0px;
	margin-left:15px;
	line-height:110px;
	text-align:center;
	background-color:#f3501d;
}

.main-header.header-style-five .header-lower{
	background-color:#111111;
	right:0px;
	left:0px;
}

.main-header.header-style-five .main-menu .navigation > li > a{
	color:#ffffff;
}

.main-header.header-style-five .options-box{
	position:relative;
	float:right;
}

.main-header.header-style-five .social-box{
	position:relative;
	margin-left:15px;
	float:left;
	display:inline-block;
}

.main-header.header-style-five .social-box .social-icons{
	position:relative;
	float:left;
	padding:23px 0px;
}

.main-header.header-style-five .social-box .social-icons li{
	position:relative;
	margin-left:16px;
	display:inline-block;
}

.main-header.header-style-five .social-box .social-icons li a{
	position:relative;
	color:#ffffff;
	font-size:18px;
	display:inline-block;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;	
}

.main-header.header-style-five .social-box .social-icons li a:hover{
	color:#f3501d;
}

.main-header.header-style-five .header-lower .search-box-outer{
	padding:25px 0px;
}

/*** 

====================================================================
	Main Slider Section
====================================================================

***/

.updated-main-slider{
	position:relative;
}

.updated-main-slider .color-layer{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	opacity:0.50;
	background: #000000;
}

.updated-main-slider .auto-container{
	position:relative;
}

.updated-main-slider .content-boxed{
	position:relative;
	text-align:center;
}

.updated-main-slider .slide{
	position:relative;
	padding:180px 0px 180px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}

.updated-main-slider .icon-box{
	position:relative;
	line-height:1em;
	opacity: 0;
	margin-bottom:45px;
	transform: scaleY(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.updated-main-slider .icon-box img{
	position:relative;
	width:auto;
	opacity:0.30;
	margin:0 auto;
}

.updated-main-slider .active .icon-box{
	opacity: 1;
	transform: scaleY(1);
	transition-delay: 300ms;
}

.updated-main-slider .title{
	position:relative;
	color:#ffffff;
	font-weight:400;
	line-height:1.1em;
	margin-bottom:30px;
	opacity: 0;
	font-size:24px;
	transform: scaleY(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.updated-main-slider .active .title{
	opacity: 1;
	transform: scaleY(1);
	transition-delay: 600ms;
}

.updated-main-slider h1{
	color:#ffffff;
	margin-bottom:30px;
	opacity: 0;
	transform: scaleY(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	text-shadow: 0px 10px 15px rgba(0, 0, 0, 0.70);
}

.updated-main-slider .active h1{
	opacity: 1;
	transform: scaleY(1);
	transition-delay: 1000ms;
}

.updated-main-slider .text{
	position:relative;
	color:#ffffff;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 20px;
	opacity: 0;
	letter-spacing:1px;
	transform: scaleY(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.updated-main-slider .active .text{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
}

.updated-main-slider .text{
	position:relative;
	color:#eeeeee;
	font-size:16px;
	opacity:0;
	transform: scaleY(0);
	transform-origin: top;
	line-height: 1.9em;
	font-weight:400;
	margin-bottom:42px !important;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.updated-main-slider .active .text{
	opacity: 1;
	transform: scaleY(1);
	transition-delay: 1500ms;
}

.updated-main-slider .link-box{
	opacity:0;
	transform: scaleY(0);
	transform-origin: top;
	display:inline-block;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.updated-main-slider .active .link-box{
	opacity: 1;
	transform: scaleY(1);
	transition-delay: 2000ms;
}

.updated-main-slider .link-box .theme-btn{
	
}

.updated-main-slider .slide .side-tag{
	position:absolute;
	right:0px;
	bottom:0px;
	z-index:1;
	color:#ffffff;
	font-size:18px;
	font-weight:700;
	padding:20px 40px 18px;
	background-color:#f3501d;
}

.updated-main-slider .slide .side-tag:before{
	position:absolute;
	content:'';
	left:-30px;
	bottom:0px;
	top:0px;
	z-index:-1;
	border-bottom: 66px solid #f3501d;
    border-left: 30px solid transparent;
}

.updated-main-slider .owl-dots{
	display:none;
}

.updated-main-slider .owl-nav{
	position:absolute;
	left:0px;
	bottom:0%;
	z-index:10;
	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;
}

.updated-main-slider .owl-nav .owl-prev{
	position:absolute;
	left:20px;
	bottom:20px;
	width:80px;
	height:80px;
	color:#ffffff;
	line-height:74px;
	font-size:40px;
	text-align:center;
	border-radius:0px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border:3px solid rgba(255,255,255,1);
}

.updated-main-slider .owl-nav .owl-next{
	position:absolute;
	left:110px;
	bottom:110px;
	width:80px;
	height:80px;
	color:#ffffff;
	line-height:74px;
	font-size:40px;
	text-align:center;
	border-radius:0px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border:3px solid rgba(255,255,255,1);
}

.updated-main-slider .owl-nav .owl-prev:hover,
.updated-main-slider .owl-nav .owl-next:hover{
	color:#ffffff;
	border-color:#f3501d;
	background-color:#f3501d;
}

/*** 

====================================================================
	Updated Featured Section
====================================================================

***/

.updated-featured-section{
	position:relative;
	overflow:hidden;
	padding:0px 0px 0px;
}

.updated-featured-section .outer-container{
	position:relative;
	padding-right:90px;
}

.updated-featured-section .owl-dots{
	display:none;
}

.updated-featured-section .owl-nav{
	position:absolute;
	right:-110px;
	top:0px;
	width:100px;
}

.updated-featured-section .owl-nav .owl-prev,
.updated-featured-section .owl-nav .owl-next{
	position:relative;
	width:82px;
	height:82px;
	color:#ffffff;
	font-size:34px;
	line-height:82px;
	text-align:center;
	display:inline-block;
	background-color:#f3501d;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.updated-featured-section .owl-nav .owl-prev:hover,
.updated-featured-section .owl-nav .owl-next:hover{
	background-color:#222222;
}

.updated-feature-block{
	position:relative;
}

.updated-feature-block .inner-box{
	position:relative;
	padding:50px 30px;
	display:flex;
	min-height:100%;
}

.updated-feature-block .inner-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	bottom:0px;
	width:40%;
	opacity:0;
	background-color:#f3501d;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.updated-feature-block .inner-box:hover::before{
	width:100%;
	opacity:1;
}

.updated-feature-block .inner-box .overlay-link{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index:1;
	display:block;
}

.updated-feature-block .inner-box .content{
	position:relative;
	padding-left:70px;
}

.updated-feature-block .inner-box .content .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	color:#f3501d;
	font-size:50px;
	line-height:1em;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.updated-feature-block .inner-box:hover .content .icon-box{
	color:#ffffff;
}

.updated-feature-block .inner-box .content .title{
	position:relative;
	color:#555555;
	font-size:18px;
	font-weight:700;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.updated-feature-block .inner-box .content h4{
	position:relative;
	color:#222222;
	font-weight:700;
	margin-top:5px;
}

.updated-feature-block .inner-box:hover .content .title{
	color:#ffffff;
}

/*** 

====================================================================
	Updated About Section
====================================================================

***/

.updated-about-section{
	position:relative;
	padding:110px 0px 130px;
}

.updated-about-section .image-column{
	position:relative;
	margin-bottom:40px;
}

.updated-about-section .image-column .inner-column{
	position:relative;
	padding-right:100px;
}

.updated-about-section .image-column .inner-column .pattern-layer{
	position:absolute;
	left:-25px;
	top:-25px;
	width:317px;
	height:317px;
	background-repeat:no-repeat;
}

.updated-about-section .image-column .image{
	position:relative;
}

.updated-about-section .image-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.updated-about-section .image-column .image-two{
	position:absolute;
	right:0px;
	bottom:-60px;
	padding:10px;
	background-color:#ffffff;
	box-shadow:0px 10px 15px rgba(0,0,0,0.10);
}

.updated-about-section .content-column{
	position:relative;
	margin-bottom:40px;
}

.updated-about-section .content-column .inner-column{
	position:relative;
}

.updated-about-section .content-column .sec-title{
	margin-bottom:25px;
}

.updated-about-section .content-column .text{
	margin-bottom:30px;
}

.updated-about-section .about-author-box{
	position:relative;
}

.updated-about-section .about-author-box .box-inner{
	position:relative;
}

.updated-about-section .about-author-box .box-inner .upper-box{
	position:relative;
	padding:20px 22px;
	border-radius:10px;
	background-color:#f3501d;
}

.updated-about-section .about-author-box .box-inner .upper-box .color-layer{
	position:absolute;
	left:8px;
	top:8px;
	right:-8px;
	bottom:-8px;
	z-index:-1;
	border-radius:10px;
	background-color:#ebebeb;
}

.updated-about-section .about-author-box .box-inner .upper-box .color-layer:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:-28px;
	border-top: 45px solid #ebebeb;
    border-right: 40px solid transparent;
}

.updated-about-section .about-author-box .box-inner .upper-box:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:-30px;
	border-top: 45px solid #f3501d;
    border-right: 40px solid transparent;
}

.updated-about-section .about-author-box .box-inner .upper-box .author-text{
	position:relative;
	color:#ffffff;
	font-style:italic;
}

.updated-about-section .about-author-box .box-inner .lower-box{
	position:relative;
	margin-top:45px;
}

.updated-about-section .about-author-box .box-inner .lower-box-inner{
	position:relative;
	padding-left:110px;
}

.updated-about-section .about-author-box .box-inner .lower-box-inner .author-image{
	position:absolute;
	left:0px;
	width:80px;
	height:80px;
	overflow:hidden;
	border-radius:50%;
	display:inline-block;
}

.updated-about-section .about-author-box .box-inner .lower-box-inner .signature{
	position:relative;
	margin-top:-10px;
	margin-bottom:10px;
}

.updated-about-section .about-author-box .box-inner .lower-box-inner .designation{
	position:relative;
	color:#333333;
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
}

/* Skills Section */

.updated-about-section .content-column .skills{
	margin-top:20px;
}

.updated-about-section .skills .skill-item{
	position:relative;
	margin-bottom:20px;
}

.updated-about-section .skills .skill-item:last-child{
	margin-bottom:0px;
}

.updated-about-section .skills .skill-item .skill-bar{
	position:relative;
	width:100%;
}

.updated-about-section .skills .skill-item .skill-bar .bar-inner{
	position:relative;
	width:100%;
	height:8px;
	background:#222222;
}

.updated-about-section .skills .skill-item .skill-bar .bar-inner .bar{
	position:absolute;
	left:0px;
	top:0px;
	height:8px;
	width:0px;
	border-bottom:8px solid #f3501d;
	-webkit-transition:all 2000ms ease;
	-ms-transition:all 2000ms ease;
	-o-transition:all 2000ms ease;
	-moz-transition:all 2000ms ease;
	transition:all 2000ms ease;
}

.updated-about-section .skills .skill-item .skill-header{
	position:relative;
	margin-bottom:6px;
}

.updated-about-section .skills .skill-item .skill-header .skill-title{
	position:relative;
}

.updated-about-section .skills .skill-item .skill-header .skill-title{
	color:#222222;
	font-size:20px;
	font-weight:700;
	line-height:1.4em;
	margin-top:20px;
	text-transform:uppercase;
}

.updated-about-section .skills .skill-item .skill-header .grow{
	color:#444444;
	font-size:16px;
	font-weight:400;
	line-height:1.4em;
	margin-top:20px;
	text-transform:capitalize;
}

.updated-about-section .skills .skill-item .skill-bar .bar-inner .skill-percentage{
	position:absolute;
	right:0px;
	top:-15px;
	font-weight:700;
	color:#222222;
	font-size:16px;
	padding:2px 10px 3px;
	border-radius:0px;
	border:2px solid #f3501d;
	background-color:#ffffff;
	text-transform:uppercase;
}



/*** 

====================================================================
	FullWidth Section
====================================================================

***/

.updated-fullwidth-section{
	position:relative;
}

.updated-fullwidth-section .section-outer{
	position:relative;
}

.updated-fullwidth-section .section-outer .image-column{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    display: block;
    float: left;
	background-size:cover;
}

.updated-fullwidth-section .section-outer .image-column .hidden-image{
	display:none;
}

.updated-fullwidth-section .section-outer .content-column{
	position:relative;
	width:50%;
	float:right;
	background-size:cover;
	padding:60px 15px 80px 80px;
}

.updated-fullwidth-section .section-outer .content-column:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:rgba(31,31,31,0.90);
}

.updated-fullwidth-section .section-outer .content-column .content{
	max-width:535px;
	float:left;
	overflow:hidden;
}

.updated-fullwidth-section .section-outer .content-column .content .title{
	position:relative;
	color:#ffffff;
	font-size:13px;
	font-weight:500;
	padding:6px 17px;
	margin-bottom:20px;
	background-color:#2e2e2e;
	text-transform:uppercase;
	display:inline-block;
}

.updated-fullwidth-section .section-outer .content-column .content h2{
	color:#ffffff;
	font-weight:700;
	line-height:1.2em;
	margin-bottom:15px;
}

.updated-fullwidth-section .section-outer .content-column .content .text{
	position:relative;
	font-size:16px;
	color:rgba(255,255,255,0.50);
}

.updated-fullwidth-section .section-outer .content-column .donate-bar{
	position:relative;
	width:100%;
	height:10px;
	margin-bottom:40px;	
}

.updated-fullwidth-section .section-outer .content-column .bar-inner{
	position:relative;
	width:100%;
	height:10px;
	background:#fafafa;
}

.updated-fullwidth-section .section-outer .content-column .bar-inner .bar{
	position:absolute;
	left:-100%;
	top:-1px;
	height:11px;
	background:#f3501d;
	border-radius:0px;
	-webkit-transition:all 2000ms ease;
	-ms-transition:all 2000ms ease;
	-o-transition:all 2000ms ease;
	-moz-transition:all 2000ms ease;
	transition:all 2000ms ease;
}

.updated-fullwidth-section .section-outer .content-column .donate-bar.animated .bar-inner .bar{
	left:-1px;	
}

.updated-fullwidth-section .section-outer .content-column .bar-inner .count-box{
	position: absolute;
    right: 0px;
    top: -15px;
    width: 40px;
    height: 40px;
	color:#000000;
	font-size:12px;
	font-weight:600;
	line-height:35px;
	text-align:center;
	border-radius:50%;
    background: #ffffff;
	border:3px solid #f3501d;
}

.updated-fullwidth-section .section-outer .content-column .donate-info{
	position:relative;
	margin-top:20px;
	margin-bottom:25px;
}

.updated-fullwidth-section .section-outer .content-column .donate-info .percentage{
	position:absolute;
	left:50%;
	margin-left:-15px;
}

.updated-fullwidth-section .section-outer .content-column .donate-info .amount{
	position:relative;
	line-height:24px;
	text-transform:uppercase;
	font-weight:700;
	color:#ffffff;
	font-size:15px;
}

.updated-fullwidth-section .section-outer .content-column .donate-info .amount span{
	font-weight:400;
	margin-left:5px;
}

.updated-fullwidth-section .section-outer .content-column .donate-info .raised{
	float:left;
}

.updated-fullwidth-section .section-outer .content-column .donate-info .goal{
	float:right;
}

/*** 

====================================================================
	Updated Services Section
====================================================================

***/

.updated-services-section{
	position:relative;
	padding:100px 0px 80px;
}

.updated-services-style-one{
    position: relative;
	margin-bottom:30px;
}

.updated-services-style-one .inner-box{
    position: relative;
    text-align: center;
	padding:35px 15px 0px;
	background-size: cover;
	border-radius:3px;
    background-repeat: no-repeat;
}

.updated-services-style-one .inner-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	border-radius:3px;
	background-color:rgba(0,0,0,0.80);
	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;
}

.updated-services-style-one .inner-box .icon-box{
	position:relative;
	font-size:42px;
	color:#eb5310;
	line-height:1em;
	margin-bottom:15px;
}

.updated-services-style-one .inner-box h3{
	position:relative;
	font-size:22px;
	font-weight:700;
	padding-bottom:15px;
	margin-bottom:22px;
	text-transform:capitalize;
}

.updated-services-style-one .inner-box h3 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;
}

.updated-services-style-one .inner-box h3:before{
	position:absolute;
	content:'';
	left:50%;
	width:36px;
	height:1px;
	bottom:0px;
	margin-left:-13px;
	background-color:#eb5310;
}

.updated-services-style-one .inner-box h3:after{
	position:absolute;
	content:'';
	left:50%;
	width:36px;
	height:2px;
	bottom:-3px;
	margin-left:-13px;
	background-color:#eb5310;
}

.updated-services-style-one .inner-box .text{
	position:relative;
	color:#dfdfdf;
	font-size:16px;
	margin-bottom:5px;
	display:inline-block;
}

.updated-services-style-one .inner-box .arrow-box{
	position:relative;
	top:24px;
	width:44px;
	height:44px;
	margin:0 auto;
	text-align:center;
	border-radius:50%;
	line-height:44px;
	background-color:#ffffff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.updated-services-style-one .inner-box .arrow-box a{
	color:#303030;
	display:block;
}

.updated-services-style-one .inner-box:hover::before{
	background-color:rgba(235,83,16,0.90);
}

.updated-services-style-one .inner-box:hover .icon-box,
.updated-services-style-one .inner-box:hover .text{
	color:#ffffff;
}

.updated-services-style-one .inner-box:hover h3:before,
.updated-services-style-one .inner-box:hover h3:after{
	background-color:#ffffff;
}

/*** 

====================================================================
	Events Section
====================================================================

***/

.updated-events-section{
	position: relative;
	padding: 100px 0px 70px;
	background-color:#fafafa;
}

.updated-events-section .title-box{
	position: relative;
}

.updated-events-section .title-box .right-box{
	position: relative;
	padding-right: 215px;
}

.updated-events-section .title-box .right-box .text{
	position: relative;
	color:#949494;
	font-size: 18px;
	line-height: 1.7em;
}

.updated-events-section .title-box .right-box .theme-btn{
	position: absolute;
	right: 0px;
	top:0px;
}

.updated-events-section .blocks-column{
	position:relative;
}

.updated-events-section .blocks-column .inner-column{
	position:relative;
}

/* Event Block */

.updated-event-block{
	position: relative;
	margin-bottom: 30px;
}

.updated-event-block .inner-box{
	position: relative;
	padding:25px 40px;
	min-height:122px;
	border: 1px solid #f2f2f2;
	background-color:#ffffff;
}

.updated-event-block .inner-box .content{
	position: relative;
	padding-left:260px;
}

.updated-event-block .inner-box .date-box{
	position: absolute;
	left:0px;
	top:0px;
	padding-right: 20px;
	border-right: 2px solid #f2f2f2;
}

.updated-event-block .inner-box .date-box .date-inner{
	position: relative;
	padding-left: 90px;
}

.updated-event-block .inner-box .date-box .date-inner .post-date{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 70px;
	height: 70px;
	color: #303030;
	font-size: 14px;
	line-height: 1.8em;
	text-align: center;
	border-radius: 50%;
	font-weight: 700;
	padding-top: 10px;
	text-transform: uppercase;
	background-color: #f5f5f5;
}

.updated-event-block .inner-box .date-box .date-inner .post-date span{
	position: relative;
	color: #ff5722;
	display: block;
	font-size: 20px;
	font-weight: 700;
}

.updated-event-block .inner-box .date-box .date-inner .day{
	position: relative;
	color:#949494;
	font-size: 16px;
	padding:23px 0px;
}

.updated-event-block .inner-box .content-box{
	position: relative;
	padding-left: 20px;
	padding-top: 6px;
}

.updated-event-block .inner-box .content-box .box-inner{
	position: relative;
}

.updated-event-block .inner-box .content-box .box-inner h3{
	position: relative;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.4em;
	margin-bottom:5px;
}

.updated-event-block .inner-box .content-box .box-inner h3 a{
	position: relative;
	color:#303030;
	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;
}

.updated-event-block .inner-box .content-box .box-inner h3 a:hover{
	color:#ff5722;
}

.updated-event-block .inner-box .content-box .box-inner .designation{
	position: relative;
	color:#949494;
	font-size: 16px;
	line-height: 1.4em;
}

.updated-events-section .widget-column{
	position:relative;
}

.updated-events-section .widget-column .inner-column{
	position:relative;
	padding:50px 40px;
	overflow: hidden;
	border-radius: 4px;
	background-size: cover;
	background-repeat: no-repeat;
}

.updated-events-section .widget-column .inner-column:before{
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0,0,0,0.65);
}

.updated-events-section .widget-column .inner-column .icon-box{
	position: relative;
	width: 80px;
	height: 80px;
	color:#ff5722;
	font-size: 40px;
	line-height: 74px;
	text-align: center;
	border-radius: 50%;
	margin-bottom: 30px;
	display: inline-block;
	background-color: #ffffff;
}

.updated-events-section .widget-column .inner-column h3{
	position: relative;
	color:#ffffff;
	font-size: 20px;
	line-height: 1.4em;
	font-weight: 700;
	margin-bottom: 20px;
}

.updated-events-section .widget-column .inner-column .list{
	position: relative;
	margin-bottom: 25px;
}

.updated-events-section .widget-column .inner-column .list li{
	position: relative;
	color:#ffffff;
	margin-bottom:10px;
	padding-left: 24px;
}

.updated-events-section .widget-column .inner-column .list li .icon{
	position: absolute;
	left: 0px;
	top: 2px;
	color:#ff5722;
}

.updated-events-section .widget-column .inner-column .book-btn{
	position: relative;
	color:#ffffff;
	padding:11px 27px;
	border-radius: 4px;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	border: 2px solid #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;
}

.updated-events-section .widget-column .inner-column .book-btn:hover{
	border-color:#ff5722;
	background-color: #ff5722;
}

/*** 

====================================================================
	Call To Action Section
====================================================================

***/

.updated-call-to-action-section{
	position:relative;
	padding:40px 0px 55px;
	background-color:#ff5722;
}

.updated-call-to-action-section h2{
	position:relative;
	color:#ffffff;
	font-weight:700;
}

.updated-call-to-action-section .text{
	position:relative;
	color:#ffffff;
	font-size:18px;
	font-weight:400;
	margin-top:8px;
}

.updated-call-to-action-section .theme-btn{
	margin-top:13px;
}

/*** 

====================================================================
	Volunteers Section
====================================================================

***/

.updated-volunteers-section{
	position:relative;
	padding:110px 0px 10px;
}

.updated-volunteers-section .sec-title{
	margin-bottom:100px;
}

.updated-volunteer-member{
	position:relative;
	margin-bottom:90px;	
}

.updated-volunteer-member .inner-box{
	position:relative;
	border:1px solid #f6f6f6;
	display:block;
	padding:0px 30px 35px;
	text-align:center;
	border-radius:2px;
	background:#f6f6f6;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.10);
	-ms-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.10);
	-o-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.10);
	-moz-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.10);
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.10);		
}

.updated-volunteer-member .inner-box:hover{
	border-color:#f3501d;
	background:#ffffff;
	box-shadow:none;
}

.updated-volunteer-member .image-box{
	position:relative;
	width:134px;
	height:134px;
	overflow:hidden;
	margin:0 auto;
	margin-top:-75px;
	border-radius:50%;
	margin-bottom:35px;
	border:5px solid #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;
}

.updated-volunteer-member .image-box img{
	display:block;
	width:100%;	
}

.updated-volunteer-member .info{
	position:relative;
	margin:0 auto 20px;	
}

.updated-volunteer-member .info h6{
	font-weight:600;
	text-transform:uppercase;
	line-height:1.6em;
	margin-bottom:3px;
}

.updated-volunteer-member .info h6 a{
	color:#333333;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}

.updated-volunteer-member .info h6 a:hover{
	color:#f3501d;
}

.updated-volunteer-member .info .designation{
	font-size:14px;
	line-height:1.8em;
	color:#707070;
	font-style:italic;
}

.updated-volunteer-member .social-links{
	position:relative;
	padding-top:20px;
	border-top:1px solid #ebebeb;
}

.updated-volunteer-member .social-links li{
	position:relative;
	display:inline-block;
	line-height:1em;
	margin:0px 7px;	
}

.updated-volunteer-member .social-links li a{
	font-size:14px;
	color:#666666;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}

.updated-volunteer-member .social-links li a:hover{
	color:#f3501d;
}



.updated-news-section{
	padding:100px 0px 60px;
	background-color:#fafafa;
}

.updated-default-blog-news {
  position: relative;
  margin-bottom:30px;
  transition: .5s ease-in-out;
}

.updated-default-blog-news .inner-content-box{
	position:relative;
	overflow: hidden;
	background-color:#ffffff;
	margin-bottom: 50px;
	border: 1px solid #f4f4f4;
}

.updated-default-blog-news .lower-content{
  position:relative;
  margin-top: -55px;
}

.updated-default-blog-news .lower-content .content {
  background: #fff;
  text-align: center;
  padding-top: 25px;
}

.updated-default-blog-news .lower-content .category {
  color: #fff;
  background: #ff5722;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  padding: 8px 23px;
  margin-left: 15px;
  margin-bottom: 15px;
  position: relative;
  top: -15px;
  text-transform:uppercase;
}

.updated-default-blog-news .lower-content .text p{
  margin-bottom: 10px;
}

.updated-default-blog-news .lower-content h4 {
  color:#303030;
  font-weight: 700;
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 28px;
}

.updated-default-blog-news .lower-content h4 a{
	color:#303030;
	font-size: 18px;
	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;
}

.updated-default-blog-news .lower-content h4 a:hover{
	color:#ff5722;
}

.updated-default-blog-news .lower-content .post-meta {
  color: #949494;
  font-size:14px;
  margin-bottom: 7px;
}

.updated-default-blog-news .img-holder {
    display: block;
	margin:0px;
    overflow: hidden;
    position: relative;
}
.updated-default-blog-news .img-holder a {
  width: 100%;
}
.updated-default-blog-news .img-holder img {
    transform: scale(1);
    transition: all 0.5s ease 0s;
    width: 100%;
}

.updated-default-blog-news:hover .img-holder img {
    transform: scale(1.1);
}
.updated-default-blog-news .overlay {
    position: absolute;
    left: 0;
    bottom: -20%;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: .9s ease;
}

.updated-default-blog-news:hover .overlay {
    bottom: 0%;
    opacity: 1;
    filter: alpha(opacity=100);
}   
.updated-default-blog-news .lower-content {
  position:relative;
  margin-top: -56px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: .7s ease;
  -moz-transition: .7s ease;
  -ms-transition: .7s ease;
  -o-transition: .7s ease;
  transition: .7s ease;
}

.updated-default-blog-news:hover .lower-content {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .7s ease;
  -moz-transition: .7s ease;
  -ms-transition: .7s ease;
  -o-transition: .7s ease;
  transition: .7s ease;
}

.updated-default-blog-news .inner-box{
	position:relative;
}

.updated-default-blog-news .overlay .bottom-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.updated-default-blog-news .overlay .content {
  background: #fff;
  text-align: center;
  padding: 25px 20px 0px;
}

.updated-default-blog-news .overlay .category {
  color: #fff;
  background-color: #ff5722;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  padding: 8px 23px;
  margin-left: 15px;
  margin-bottom: 15px;
  text-transform:uppercase;
}

.updated-default-blog-news .overlay .text p{padding-bottom: 20px; color:#111111; font-size:16px; }

.updated-default-blog-news .overlay h4 {
  color:#303030;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 28px;
}

.updated-default-blog-news .overlay h4 a{
  color:#303030;
  transition: all 300ms ease;
  font-size: 18px;
  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;
}

.updated-default-blog-news .overlay a:hover h4{
  color:#ff5722;
  transition: all 300ms ease;
}

.updated-default-blog-news .overlay .post-meta {
  color: #949494;
  font-size:14px;
  margin-bottom: 7px;
}

/*** 

====================================================================
	Gallery Section
====================================================================

***/

.updated-gallery-section{
	position:relative;
}

.updated-gallery-section .owl-dots,
.updated-gallery-section .owl-nav{
	display:none;
}

/* Gallery Block Three */

.updated-gallery-block{
	position:relative;
	margin-bottom:0px;
}

.updated-gallery-block .inner-box{
	position:relative;
	width:100%;
}

.updated-gallery-block .image-box{
	position:relative;
	display:block;
	margin:0px;
	overflow:hidden;
	border-radius:0px;
}

.updated-gallery-block .image-box img{
	position:relative;
	display:block;
	width:100%;
}

.updated-gallery-block .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	color:#ffffff;
	text-align:center;
	 transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	-moz-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	background-color:rgba(243,80,29,0.60);
}

.updated-gallery-block .inner-box:hover .overlay-box{
	opacity:1;
	-moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    visibility: visible;
}

.updated-gallery-block .overlay-inner{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:table;
	vertical-align:middle;
	padding:10px 0px;
}

.updated-gallery-block .overlay-inner .content{
	position:relative;
	display:table-cell;
	vertical-align:middle;
}

.updated-gallery-block .image-box .link-arrow{
	position:relative;
	width:50px;
	height:50px;
	font-size:26px;
	color:#ffffff;
	text-align:center;
	line-height:50px;
	font-weight:400;
	border-radius:0px;
	display:inline-block;
	background-color:#000000;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.updated-main-footer{
	position:relative;
	padding:100px 0px 0px;
	background-size:cover;
}

.updated-main-footer:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color:rgba(0,0,0,0.94);
}

.updated-main-footer .footer-widget{
	position:relative;
	z-index:1;
	margin-bottom:60px;
}

.updated-main-footer .widgets-section{
	position:relative;
	padding-bottom:40px;
}

.updated-main-footer .footer-widget h4{
	color:#ffffff;
	padding-right:50px;
	margin-bottom:25px;
	display:inline-block;
	text-transform:capitalize;
}

.updated-main-footer .footer-widget h4:before{
    position: absolute;
	content:'';
	right:0px;
	bottom:8px;
	width:40px;
	height:2px;
	background-color:#ffffff;
}

.updated-main-footer .footer-widget h4:after{
    position: absolute;
	content:'';
	right:10px;
	bottom:13px;
	width:30px;
	height:2px;
	background-color:#f3501d;
}

.updated-main-footer .logo-widget{
	position:relative;
}

.updated-main-footer .logo-widget .logo{
	position:relative;
	margin-bottom:30px;
}

.updated-main-footer .logo-widget .text{
	position:relative;
	margin-bottom:30px;
}

.updated-main-footer .logo-widget .text p{
	color:#f0f0f0;
	margin-bottom:15px;
}

.updated-main-footer .logo-widget .text p:last-child{
	margin-bottom:0px;
}

.updated-main-footer .logo-widget .read-more{
	position:relative;
	color: #f0f0f0;
    font-size:24px;
	padding: 17px 35px;
	display:inline-block;
    background-color: #363636;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.updated-main-footer .logo-widget .read-more:hover{
	color:#ffffff;
	background-color:#f3501d;
}


/* Recent Posts */

.updated-main-footer .news-widget{
	position: relative;
}

.updated-main-footer .news-widget .post{
	position: relative;
	min-height: 90px;
	padding-left: 110px;
	margin-bottom: 30px;
}

.updated-main-footer .news-widget .post:last-child{
	margin-bottom: 0;
}

.updated-main-footer .news-widget .post .thumb{
	position: absolute;
	left: 0;
	top: 0;
	height: 90px;
	width: 90px;
	overflow: hidden;
}

.updated-main-footer .news-widget .post .thumb a{
	display: block;
}

.updated-main-footer .news-widget .post .thumb img{
	display: block;
	width: 100%;
	height: auto;
}

.updated-main-footer .news-widget .post h5{
	color: #ffffff;
	font-weight: 700;
	top: -5px;
}

.updated-main-footer .news-widget .post h5 a{
	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;
}

.updated-main-footer .news-widget .post h5 a:hover{
	color: #f3501d;
}

.updated-main-footer .news-widget .post .date{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
	margin-top:5px;
}

.updated-main-footer .contact-list{
	position:relative;
}

.updated-main-footer .contact-list li{
	position:relative;
	font-size:14px;
	color:#ffffff;
	padding-left:80px;
	margin-bottom:25px;
}

.updated-main-footer .contact-list li .icon{
	position:absolute;
	content:'';
	left:0px;
	top:5px;
	color:#f3501d;
	line-height:1em;
	font-size:54px;
}

.updated-main-footer .contact-list li strong{
	position:relative;
	display:block;
	color:#f3501d;
	font-size:24px;
	margin-top:3px;
}

.updated-main-footer .service-widget .list-link li{
	position:relative;
	margin-bottom:18px;
}

.updated-main-footer .service-widget .list-link li a{
	position:relative;
	color:#f0f0f0;
	font-size:18px;
	padding-left:25px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.updated-main-footer .service-widget .list-link li a:before{
	position:absolute;
	content: "\f1d0";
	left:0px;
	top:0px;
	line-height:1em;
	font-family: "Flaticon";
}

.updated-main-footer .service-widget .list-link li a:hover{
	color:#f3501d;
}

.updated-main-footer .footer-bottom{
	position:relative;
	background-color:#f3501d;
}

.updated-main-footer .footer-bottom .copyright{
	position:relative;
	color:#222222;
	font-size:16px;
	font-weight:500;
	padding:16px 0px;
}

.updated-main-footer .footer-bottom .social-nav{
	position:relative;
	padding-left:20px;
	text-align:right;
}

.updated-main-footer .footer-bottom .social-nav li{
	position:relative;
	margin:0px -2px;
	text-align:center;
	display:inline-block;
	border-left:1px solid rgba(255,255,255,0.30);
}

.updated-main-footer .footer-bottom .social-nav li:last-child{
	border-right:1px solid rgba(255,255,255,0.30);
}

.updated-main-footer .footer-bottom .social-nav li a{
	position:relative;
	color:#ffffff;
	font-size:18px;
	text-align:center;
	padding:16px 22px;
	display:inline-block;
	background-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;
}

.updated-main-footer .footer-bottom .social-nav li a:hover{
	color:#f3501d;
	background-color:#ffffff;
}


@media only screen and (max-width: 1140px){
	
	.main-header .header-upper .outer-container{
		padding:0px 15px;
	}
	
	.main-header.header-style-five .header-upper .logo-box{
		padding:20px 20px;
	}
	
	.main-header.header-style-five .header-upper .upper-right{
		width:100%;
	}
	
	.main-header.header-style-five .info-box{
		margin-left:0px;
		margin-right:60px;
	}
	
	.updated-fullwidth-section .section-outer .content-column{
		padding-left:20px;
	}
	
}

@media only screen and (max-width: 1023px){
	
	.updated-about-section .content-column{
		order:1;
	}
	
	.updated-about-section .image-column{
		order:2;
	}
	
	.updated-fullwidth-section .section-outer .image-column{
		position:relative;
		width:100%;
		background-image:none;
	}
	
	.updated-fullwidth-section .section-outer .image-column .hidden-image{
		display:block;
	}
	
	.updated-fullwidth-section .section-outer .content-column{
		width:100%;
	}
	
	.updated-fullwidth-section .section-outer .content-column .content{
		max-width:100%;
	}
	
	.updated-call-to-action-section{
		text-align:center;
	}
	
	.updated-call-to-action-section .pull-left,
	.updated-call-to-action-section .pull-right{
		width:100%;
	}
	
	.updated-call-to-action-section .text{
		margin-bottom:20px;
	}
	
	.updated-main-footer .footer-bottom .copyright{
		text-align:center;
		margin-bottom:0px;
	}
	
	.updated-main-footer .footer-bottom .social-nav{
		text-align:center;
	}
	
	.main-header.header-style-five .header-upper .nav-btn{
		top:auto;
		bottom:0px;
	}
	
}

@media only screen and (max-width: 767px){
	
	.updated-event-block .inner-box{
		min-height:auto;
	}
	
	.updated-event-block .inner-box .content{
		padding-left:0px;
	}
	
	.updated-event-block .inner-box .date-box{
		position:relative;
	}
	
	.updated-event-block .inner-box .content-box{
		padding:0px 0px;
	}
	
	.updated-event-block .inner-box .date-box{
		padding:0px;
		border:0px;
		margin-bottom:20px;
	}
	
	.main-header.header-style-five .header-upper .nav-btn{
		display:none;
	}
	
	.main-header.header-style-five .info-box{
		margin-right:0px;
		padding:0px;
		text-align:center;
	}
	
	.main-header.header-style-five .info-box .icon-box{
		position:relative;
		top:0px;
		margin-bottom:10px;
	}
	
	.main-header.header-style-five .header-upper .upper-right{
		padding-bottom:30px;
	}
	
	.main-header.header-style-five .mobile-nav-toggler{
		color:#ffffff;
	}
	
	.main-header.header-style-five .options-box{
		position:absolute;
		left:0px;
		top:0px;
	}
	
	.main-header .nav-outer{
		position:relative;
	}
	
	.updated-main-slider .owl-nav{
		left:15px;
		bottom:15px;
	}
	
	.updated-main-slider .owl-nav .owl-prev,
	.updated-main-slider .owl-nav .owl-next{
		position:relative;
		width:44px;
		height:44px;
		bottom:auto;
		left:auto;
		font-size:20px;
		line-height:40px;
		text-align:center;
		margin-right:10px;
		display:inline-block;
		border:2px solid #ffffff;
	}
	
	.updated-main-slider{
		overflow:hidden;
	}
	
}

@media only screen and (max-width: 599px){
	
	.updated-main-slider .slide .side-tag{
		display:none;
	}
	
}

@media only screen and (max-width: 479px){
	
	.updated-about-section .image-column .image-two{
		position:relative;
		bottom:0px;
		margin-top:20px;
	}
	
	.updated-about-section .image-column .inner-column{
		padding-right:0px;
		
	}
	
	.updated-about-section .image-column .image-two img{
		width:100%;
	}
	
	.updated-featured-section .outer-container{
		padding-right:0px;
	}
	
	.updated-services-style-one .inner-box .text br{
		display:none;
	}
	
	.updated-events-section .widget-column .inner-column{
		padding:40px 30px;
	}
	
	.updated-event-block .inner-box .date-box .date-inner{
		padding:0px 0px;
	}
	
	.updated-event-block .inner-box .date-box .date-inner .post-date{
		position:relative;
		margin-bottom:0px;
	}
	
	.updated-event-block .inner-box .date-box{
		margin-bottom:0px;
	}
	
	.updated-event-block .inner-box{
		padding:25px 25px;
	}
	
	.updated-events-section .widget-column .inner-column{
		padding:40px 30px;
	}
	
	.updated-main-footer .footer-bottom .social-nav li a{
		padding:16px 18px;
	}
	
}



/* Dark Mode */

.dark-body{
	background-color:#2d3049;
}

.dark-body .categories-blog ul li a{
	color:#ffffff;
	border-color:rgba(255,255,255,0.10);
}

.dark-body .totals-table li,
.dark-body .shop-list li strong,
.dark-body .shop-list li,
.dark-body .sidebar-title h2,
.dark-body .sec-title h2,
.dark-body .cart-total-box h4,
.dark-body .causes-block .inner-box h3 a,
.dark-body .updated-welcome-section .content-column h2,
.dark-body .main-header .info-box li,
.dark-body .service-block .inner-box .icon-box,
.dark-body .service-block .inner-box h4 a,
.dark-body .service-block .inner-box .text,
.dark-body .event-block .inner-box .upper-box h3 a,
.dark-body .event-block .inner-box .category,
.dark-body .news-block-two .inner-box .content h3 a,
.dark-body .event-block .inner-box .upper-box .date-outer .date,
.dark-body .news-block-two .inner-box .content .date-outer .month,
.dark-body .header-top-two .top-left .links li a,
.dark-body .header-top-two .top-left .links li a,
.dark-body .header-top-two .top-left .links li a,
.dark-body .header-top-two .top-right ul li a,
.dark-body .we-are-block .inner-box h3 a,
.dark-body .we-are-block .inner-box .text,
.dark-body .donates .collected,
.dark-body .causes-single .inner-box h3,
.dark-body .causes-single .inner-box .collection,
.dark-body .event-block-two h4 a,
.dark-body .event-block-two .text,
.dark-body .donate-box .inner-box h2,
.dark-body .donate-box .inner-box h3,
.dark-body .service-block-two .inner-box h4 a,
.dark-body .service-block-two .inner-box .text,
.dark-body .gallery-section .filters li,
.dark-body .goal-block .inner-box h3 a,
.dark-body .mobile-menu .close-btn,
.dark-body .mobile-menu .navigation li > a,
.dark-body .mobile-menu .navigation li.dropdown .dropdown-btn,
.dark-body .accordion-box .block .acc-btn,
.dark-body .main-slider-three .content-column h2,
.dark-body .main-slider-three .content-column .text,
.dark-body .main-header .header-lower .nav-box,
.dark-body .main-menu .navigation > li > a,
.dark-body .main-header .outer-box .navsearch-button,
.dark-body .news-block-five .inner-box .lower-content h3 a,
.dark-body .news-block-five .inner-box .lower-content .text,
.dark-body .news-block-five .inner-box .lower-content .time,
.dark-body .header-top-two .search-box-outer .search-box-btn,
.dark-body .default-form .select-amount .select-box label,
.dark-body .sidebar .search-box .form-group input::-webkit-input-placeholder,
.dark-body .testimonial-block .inner-box .lower-box .author-name,
.dark-body .causes-single .inner-box .donates .donate-percentage .amounts .number,
.dark-body .causes-single .inner-box h2,
.dark-body .sidebar .popular-posts .post .text a,
.dark-body .event-single .inner-box h2,
.dark-body .product-details .basic-details .text,
.dark-body .product-details .basic-details .details-header h2,
.dark-body .product-details .basic-details .details-header .item-price,
.dark-body .upcoming-events .event-info .info-inner h3 a,
.dark-body .single-product-item .title-holder .title a,
.dark-body .event-single .inner-box .lower-content .post-info li.social,
.dark-body .testimonial-block-two .inner-box .author-info .author-name,
.dark-body .testimonial-block-two .inner-box .author-info .designation,
.dark-body .shop-page .prod-tabs .reviews-container .rev-header h4,
.dark-body .shop-page .prod-tabs .reviews-container .rev-header .time,
.dark-body .shop-page .prod-tabs .add-review h2,
.dark-body .shop-page .prod-tabs .add-review label,
.dark-body .shop-page .prod-tabs .add-review .rating .rate-box,
.dark-body .cart-table tbody tr .prod-column .column-box h6,
.dark-body .cart-table tbody tr td.price,
.dark-body .cart-table tbody tr .sub-total,
.dark-body .cart-table tbody tr .remove-btn .fa,
.dark-body .shop-form .form-group .field-label,
.dark-body .shop-order-box .order-list li,
.dark-body .shop-order-box .order-list li span.dark,
.dark-body .cart-section .apply-coupon .form-group input[type="text"],
.dark-body .news-block .inner-box .lower-content h3 a,
.dark-body .news-block .inner-box .lower-content .post-meta li a,
.dark-body .news-block .inner-box .lower-content .text,
.dark-body .news-detail .inner-box h3,
.dark-body .contact-form .form-group label,
.dark-body .news-detail .inner-box .lower-content h4,
.dark-body .news-detail .post-share-options .social-box li.share,
.dark-body .news-detail .post-share-options .social-box li.share,
.dark-body .news-detail .inner-box .upper-box .post-meta li,
.dark-body .contact-info-section .title-box h2,
.dark-body .contact-info-section .info-column ul li strong,
.dark-body .news-detail .inner-box .upper-box .post-meta li .icon,
.dark-body .main-menu .navigation > li > ul > li > a,
.dark-body .main-menu .navigation > li > ul > li:hover > a::before,
.dark-body .main-menu .navigation > li > ul > li > ul > li > a,
.dark-body .event-block .inner-box .text,
.dark-body .main-menu .navigation > li > ul > li > ul > li:hover > a::before,
.dark-body .main-menu .navigation > li > ul > li.dropdown:hover > a:after,
.dark-body .causes-block .inner-box .lower-content .donate-percentage .amounts .number,
.dark-body .causes-block .inner-box .lower-content .donate-percentage .amounts .number,
.dark-body .updated-welcome-section .content-column .fact-counter .inner-column .counter-title,
.dark-body .updated-welcome-section .content-column .fact-counter .count-outer .count-text,
.dark-body .main-header .info-box li span{
	color:#ffffff;
}

.dark-body .donates .donate-item .donated-bar .bar-inner .bar{
	border-color:#252841;
}

.dark-body .styled-form .form-group,
.dark-body .styled-form .remember-me,
.dark-body .help-widget .list li,
.dark-body .help-widget .text,
.dark-body .sec-title .text,
.dark-body .list-style-one li,
.dark-body .donates .number,
.dark-body .event-block-two .info li,
.dark-body .testimonial-block .inner-box .text,
.dark-body .donate-box .inner-box .title,
.dark-body .causes-block .inner-box .text,
.dark-body .goal-block .inner-box .text,
.dark-body .default-form .form-group .select-box label,
.dark-body .event-block .inner-box .post-meta li a,
.dark-body .accordion-box .block .content .text,
.dark-body .news-block-two .inner-box .content .text,
.dark-body .main-footer .footer-bottom .footer-nav li a,
.dark-body .testimonial-block-two .inner-box .text,
.dark-body .causes-single .inner-box .text p,
.dark-body .sidebar .popular-posts .post-info,
.dark-body .shop-section .items-sorting .results-column h6,
.dark-body .shop-section .items-sorting select,
.dark-body .news-detail .inner-box .lower-content p,
.dark-body .shop-page .prod-tabs .reviews-container .rev-text,
.dark-body .single-product-item .title-holder .static-content span,
.dark-body .news-block-two .inner-box .content .post-meta li a,
.dark-body .testimonial-block .inner-box .lower-box .designation,
.dark-body .news-block-two .inner-box .content .post-meta li,
.dark-body .updated-welcome-section .content-column .text,
.dark-body .upcoming-events .event-info .info-inner ul li,
.dark-body .event-single .inner-box .lower-content .text p,
.dark-body .shop-page .prod-tabs .tabs-content .tab p,
.dark-body .contact-info-section .title-box .text,
.dark-body .contact-info-section .info-column ul li,
.dark-body .contact-info-section .lower-text,
.dark-body .sidebar-page-container .comments-area .comment-box .text,
.dark-body .sidebar-page-container .comments-area .comment-info .comment-time,
.dark-body .sidebar-page-container .comments-area .comment-box strong,
.dark-body .news-block .inner-box .lower-content .read-more,
.dark-body .checkout-page .payment-options li .radio-option label strong,
.dark-body .event-single .inner-box .lower-content .post-info li{
	color:rgba(255,255,255,0.80);
}

.dark-body .news-section,
.dark-body .main-footer,
.dark-body .service-block .inner-box,
.dark-body .testimonial-block .inner-box:before,
.dark-body .causes-block .inner-box{
	background-color:#252841;
}

.dark-body .header-top-two,
.dark-body .goal-block .inner-box:before,
.dark-body .main-footer .logo-widget .social-box li a,
.dark-body .news-block-two .inner-box{
	background-color:#2d3049;
}

.dark-body .header-style-one .nav-outer,
.dark-body .main-header.fixed-header .header-lower,
.dark-body .header-style-one .nav-outer:before{
	background-color:#252841;
}

.dark-body .default-form input[type="text"],
.dark-body .default-form input[type="email"],
.dark-body .default-form input[type="password"],
.dark-body .default-form select,
.dark-body .default-form textarea,
.dark-body .shop-page .prod-tabs .add-review .form-group input[type="text"],
.dark-body .shop-page .prod-tabs .add-review .form-group input[type="password"],
.dark-body .shop-page .prod-tabs .add-review .form-group input[type="tel"],
.dark-body .shop-page .prod-tabs .add-review .form-group input[type="email"],
.dark-body .shop-page .prod-tabs .add-review .form-group select,
.dark-body .shop-page .prod-tabs .add-review .form-group textarea,
.dark-body .shop-form input[type="text"],
.dark-body .shop-form input[type="email"],
.dark-body .shop-form input[type="password"],
.dark-body .shop-form input[type="tel"],
.dark-body .shop-form input[type="number"],
.dark-body .shop-form input[type="url"],
.dark-body .shop-form select,
.dark-body .shop-form textarea{
	color:#ffffff;
	border-color:rgba(255,255,255,0.10);
	background-color:#252841;
}

.dark-body .subscribe-form .form-group input[type="text"],
.dark-body .subscribe-form .form-group input[type="tel"],
.dark-body .subscribe-form .form-group input[type="email"],
.dark-body .subscribe-form .form-group textarea{
	background-color:#252841;
	color:#ffffff;
}

.dark-body .subscribe-form .form-group input[type="submit"],
.dark-body .subscribe-form button{
	background-color:#ffffff;
	color:#222222;
}

.dark-body .mobile-menu .menu-box,
.dark-body .goal-section,
.dark-body .news-block-five .inner-box,
.dark-body .single-product-item .title-holder,
.dark-body .testimonial-block-two .inner-box{
	background-image:none !important;
	background-color:#252841;
}

.dark-body .mobile-menu .navigation,
.dark-body .event-single .inner-box .lower-content .post-info li,
.dark-body .news-detail .inner-box .upper-box .post-meta,
.dark-body .mobile-menu .navigation li > ul > li:first-child,
.dark-body .sidebar-page-container .comments-area .comment-info .comment-time,
.dark-body .mobile-menu .navigation li.dropdown .dropdown-btn span:after,
.dark-body .mobile-menu .navigation li{
	border-color:rgba(255,255,255,0.10);
}

.dark-body .shop-order-box,
.dark-body .form-group .ui-selectmenu-button.ui-button{
	background-color:#252841;
	border-color:rgba(255,255,255,0.10);
}

.dark-body .make-donate-form form input[type="text"],
.dark-body .make-donate-form form input[type="search"],
.dark-body .make-donate-form form input[type="tel"],
.dark-body .make-donate-form form input[type="email"],
.dark-body .make-donate-form form input[type="range"],
.dark-body .make-donate-form form select{
	color:#ffffff;
	background-color:#252841;
	border-color:rgba(255,255,255,0.10);
}

.dark-body .styled-form input[type="text"],
.dark-body .styled-form input[type="email"],
.dark-body .styled-form input[type="password"],
.dark-body .styled-form input[type="tel"],
.dark-body .styled-form input[type="number"],
.dark-body .styled-form input[type="url"],
.dark-body .styled-form select,
.dark-body .styled-form textarea{
	color:#ffffff;
	background-color:#252841;
	border-color:rgba(255,255,255,0.10);
}

.dark-body .sidebar .search-box .form-group input[type="text"],
.dark-body .sidebar .search-box .form-group input[type="search"]{
	border-color:rgba(255,255,255,0.10);
	background-color:#252841;
	color:#ffffff;
}

.dark-body .donate-box .inner-box,
.dark-body .cart-section .cart-table,
.dark-body .cart-section .cart-table tbody tr,
.dark-body .shop-order-box .order-list li.total,
.dark-body .news-detail .post-share-options,
.dark-body .testimonial-block .inner-box .lower-box,
.dark-body .sidebar-page-container .comments-area .comment-box,
.dark-body .shop-page .prod-tabs .reviews-container .review-box,
.dark-body .sidebar .widget-content{
	border-color:rgba(255,255,255,0.10);
}

.dark-body .contact-form .form-group input[type="text"],
.dark-body .contact-form .form-group input[type="tel"],
.dark-body .contact-form .form-group input[type="email"],
.dark-body .contact-form .form-group select,
.dark-body .contact-form .form-group textarea,
.dark-body .ui-menu .ui-menu-item{
	color:#ffffff;
	border-color:rgba(255,255,255,0.10);
}

.dark-body .styled-pagination li a{
	color:#ffffff;
	background-color:#252841;
	border-color:rgba(255,255,255,0.10);
}

.dark-body .checkout-page .default-links li,
.dark-body .ui-widget-content{
	background-color:#252841;
	border-color:rgba(255,255,255,0.10);
}

.dark-body .shop-page .prod-tabs .tab-btns .tab-btn{
	color:#ffffff;
	border-color:rgba(255,255,255,0.10);
}

.dark-body .footer-bottom-two.style-two,
.dark-body .main-menu .navigation > li > ul,
.dark-body .main-menu .navigation > li > ul > li > ul,
.dark-body .news-detail .inner-box,
.dark-body .cart-total-box,
.dark-body .news-block .inner-box,
.dark-body .updated-events-section,
.dark-body .updated-news-section,
.dark-body .contact-info-section .info-column .inner-column,
.dark-body .shop-page .prod-tabs .tab-btns .tab-btn:hover,
.dark-body .shop-page .prod-tabs .tab-btns .tab-btn.active-btn{
	background-color:#252841;
}

.dark-body .news-detail .post-share-options .tags a{
	color:#ffffff;
	border-color:rgba(255,255,255,0.10);
}

.dark-body .team-section .owl-dots .owl-dot{
	background-color:#ffffff;
}

.dark-body .contact-info-section .info-column ul li a{
	color:#ffffff;
}

.dark-body .main-header .mobile-nav-toggler{
	color:#ffffff;
}

.dark-body .sec-title .title,
.dark-body .main-header.header-style-five .info-box ul li,
.dark-body .main-header.header-style-five .info-box ul li a,
.dark-body .updated-feature-block .inner-box .content .title,
.dark-body .updated-feature-block .inner-box .content h4,
.dark-body .updated-about-section .content-column .text,
.dark-body .updated-about-section .skills .skill-item .skill-header .grow,
.dark-body .updated-about-section .skills .skill-item .skill-header .skill-title,
.dark-body .main-footer .subscribe-form .form-group input[type="submit"],
.dark-body .main-footer .subscribe-form .form-group button,
.dark-body .news-block-five .inner-box .lower-content .author,
.dark-body .main-header.header-style-five .info-box strong,
.dark-body .header-top-two .top-right ul li span{
	color:#ffffff;
}

/* filepath: /c:/Users/eagle/OneDrive/Documents/nehi-live/css/style.css */
.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: white;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 18px;
    text-decoration: none;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.whatsapp-button i {
    margin-right: 10px;
    font-size: 24px;
}

.whatsapp-button:hover {
    background-color: #1ebe57;
}