/* Volunteer Multipurpose HTML5 Donation Template */


/************ TABLE OF CONTENTS ***************
1.  Fonts
2.  Reset
3.  Global
4.  Main Header
5.  Main Slider / Revolution / Parallax / Static / Background-Video
6.  Tri-Column Fluid
7.  Two Column
8.  Layout Images
9.  Recent Work / Sidebar Navigation
10. Current Projects
11. Parallax Section
12. Our Team
13. Our Programs
14. Footer
15. Fact Counter
16. Contact Us Section
17. Map Section
18. Main Footer
19. Jquery Countdown
20. Help Us
21. Blog Posts
22. About Us / Services
23. Two Column Fluid
24. Our Experience
25. Featured project
26. Sidebar Page
27. Blog Sction / Details
28. Sidebar



**********************************************/

@import url('fonts.css');
@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('hover.css');
@import url('owl.css');
@import url('scrollbar.css');
@import url('jquery.fancybox.css');

/*** 

====================================================================
	Reset
====================================================================

 ***/
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#3d3d3d;
	line-height:2em;
	font-weight:400;
	background:rgba(129, 207, 224, 0.5);
}
a{
	text-decoration:none;
	cursor:pointer;
	color:#f06626;	
}

a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	margin:0px;
	background:none;
}
input,button,select,textarea{
	font-family: 'Open Sans', sans-serif;	
}

/*::-webkit-input-placeholder { color:rgba(0,0,0,0.80);}
::-moz-placeholder { color:rgba(0,0,0,0.80) ;}
:-ms-input-placeholder { color:rgba(0,0,0,0.80) ;}
input:-moz-placeholder { color:rgba(0,0,0,0.80) ;}*/

p{
	position:relative;
	line-height:2em;
	color:rgba(31, 58, 147, 2);
	font-size:1em;
		
}

.strike-through{
	text-decoration:line-through;	
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px -1px;
    margin: 0 auto;
    
}


ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.theme-btn{
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.center{
	text-align:center;	
}

.anim-3,.anim-3-all *{
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;	
}

.anim-5,.anim-5-all *{
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.anim-7,.anim-7-all *{
	transition:all 700ms ease;
	-moz-transition:all 700ms ease;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 0700ms ease;
	-o-transition:all 700ms ease;	
}

.theme-bg{
	background-color:#f06626;	
}

.theme-color{
	color:#f06626;	
}

.uppercase{
	text-transform:uppercase !important;	
}

.capitalized{
	text-transform:capitalize !important;	
}

.lowercase{
	text-transform:lowercase !important;	
}

.no-uppercase{
	text-transform:none !important;	
}

.light-btn{
	position:relative;
	display:inline-block;
	border:2px solid #bd2c1e !important;
	background-color:rgba(255,255,255,0);
	color:#bd2c1e;
	font-size:14px;
	line-height:24px;
	padding:5px 20px;
	text-transform:uppercase;
	font-weight:600;
	font-family:'Open Sans',sans-serif;
}

.light-btn:hover{
	background-color:#bd2c1e;
	color:#ffffff !important;	
}

.dark-btn{
	position:relative;
	display:inline-block;
	border:2px solid #bd2c1e !important;
	background-color:#bd2c1e;
	color:#ffffff;
	font-size:14px;
	line-height:24px;
	padding:5px 20px;
	text-transform:uppercase;
	font-weight:600;
	font-family:'Open Sans',sans-serif;
}

.dark-btn:hover{
	background-color:#bd2c1e;
	background-image: linear-gradient(33deg, purple 0%, purple 49%, black 49%, black 50%, indigo 50%);
	color:#ffffff;	
}

.btn-style-one{
	position:relative;
	display:inline-block;
	padding:6px 20px;
	line-height:24px;
	border:2px solid #ffffff;
	background:none;
	text-transform:uppercase;
	color:#ffffff;
	font-weight:600;
	font-family:'Open Sans',sans-serif;
}

.btn-style-two{
	position:relative;
	display:inline-block;
	padding:6px 20px;
	line-height:24px;
	border:2px solid #2b2a32;
	background:#2b2a32;
	color:#ffffff;
	font-weight:600;
	font-family:'Open Sans',sans-serif;
}

.btn-style-one:hover,
.btn-style-two:hover{
	background-color:#f06626;
	border-color:#2b2a32;
	color:#ffffff;	
}

.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.GIF);}

.sec-title{
	position:relative;
	padding:0px 0px 10px;
	margin-bottom:32px;
	
color:rgba(31, 58, 147, 11);
}

.sec-title h2{
	font-size:28px;
	color:#292929;
	line-height:40px;
}

.sec-title h3{
	font-size:20px;
	color:#292929;
	line-height:40px;
}

.sec-title strong{
	font-weight:600;
}

.sec-title .link{
	position:relative;
}

.sec-title .link a{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:10px 0px 6px;
	text-transform:uppercase;
	color:#f06626;

}

.sec-title .link a .fa{
	position:relative;
	font-size:14px;
	padding-right:10px;	
}

.sec-text{
	position:relative;
	margin-bottom:30px;	
}

.text-yellow{
	color:#ffc925;	
}

.text-red{
	color:#bf271a;	
}

.text-green{
	color:#57b22f;	
}

.text-theme-clr{
	color:#f06626;	
}

.padd-top-20{
	padding-top:20px !important;	
}

.padd-top-30{
	padding-top:30px !important;	
}

.padd-top-40{
	padding-top:40px !important;	
}

.padd-bott-20{
	padding-bottom:20px !important;	
}

.padd-bott-30{
	padding-bottom:30px !important;	
}

.padd-bott-40{
	padding-bottom:40px !important;	
}

.no-padd-bottom{
	padding-bottom:0px !important;	
}

.no-padd-top{
	padding-top:0px !important;	
}

.no-margin-bottom{
	margin-bottom:0px !important;	
}

.no-margin-top{
	margin-bottom:0px !important;	
}
.main-header .header-lower .logo {
    position: relative;
    float: left;
}
.main-header {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 9999;
    border-bottom: 1px solid rgb(153, 204, 204);
    transition: all 500s ease 0s;
}
.main-header .header-top .top-right {
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 24px;
    padding-right: 0px;
}

.main-header .header-top .top-right {
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 24px;
    padding-right: 0px;
}
.main-header .header-top .top-left {
    position: relative;
    line-height: 40px;
    font-size: 12px;
    color: orange;
}
.main-header .header-top {
    position: relative;
    color: black;
    padding: 0px;
    background: rgb(31, 58, 147);
}

.main-header .header-top .top-right {
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 24px;
    padding-right: 0px;
}





.main-header.fixed .header-lower {
    position: absolute;
    left: 0px;
    top: 35px;
    width:100%;
    margin-left: 1px;
    background: rgba(129, 207, 224, 0.5);
    border-top: none;
    border-bottom: 1px solid rgb(34, 42, 51);
}
.main-header.fixed .header-lower {
    position: absolute;
    left: 0px;
    top: 35px;
    margin-left: 1px;
    background: rgba(129, 207, 224, 0.5);
    border-top: none;
    border-bottom: 1px solid rgb(34, 42, 51);
}
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px -1px;
    margin: 0 auto;
}

.main-header .main-menu .navbar-collapse > ul > li{
	position:relative;
	float:left;
	margin-left:60px;
}
.main-header .header-top .top-right .social-links {
    position: relative;
    float: right;
}
.main-header .header-top * {
    transition: all 500ms ease 0s;
}
.main-header .header-top .top-right .social-links a {
    position: relative;
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    line-height: 24px;
    text-align: center;
    font-size: 16px;
    color: rgb(255, 255, 255);
    padding: 8px 10px;
}
.main-header .header-top .top-right .social-links {
    position: relative;
    float: right;
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.main-header .header-top .top-right .social-links a {
    position: relative;
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    line-height: 24px;
    text-align: center;
    font-size: 16px;
    color: rgb(255, 255, 255);
    padding: 8px 10px;
}
.main-header .header-top .top-right .social-links {
    position: relative;
    float: right;
}
.main-header .header-top .top-right .fa-facebook-f {
    background: rgb(67, 101, 197);
}


.main-header .header-top .top-right .fa-twitter {
    background: rgb(61, 220, 239);
}


.main-header .header-top .top-right .fa-facebook-f {
    background: rgb(67, 101, 197);
}




.main-header .header-top .top-right .fa-google-plus {
    background: rgb(243, 86, 50);
}




.main-header .header-top .top-right .fa-youtube-play {
    background: rgb(167, 34, 3);
}

.main-header .header-top .top-right .fa-youtube-play {
    background: rgb(167, 34, 3);
}

.main-header .header-top a {
    color: rgb(255, 255, 255);
}

.main-header .header-top a {
    color: rgb(255, 255, 255);
}
.main-header .header-top .top-right {
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 24px;
    padding-right: 0px;
}

.main-header .header-lower{
	position:relative;
	color:#ffffff;
	border-top:1px solid rgba(255,255,255,0.10);
	background:rgba(129, 207, 224, 0.5);
	padding:20px 0px;
	left:0px;
	top:0px;
	width:100%;
	transition:padding 500ms ease;
	-moz-transition:padding 500ms ease;
	-webkit-transition:padding 500ms ease;
	-ms-transition:padding 500ms ease;
	-o-transition:padding 500ms ease;
}

.main-header.fixed .header-lower{
	position:absolute;
	left:0px;
	top:40px;
	background:rgba(129, 207, 224, 0.5);
	
	border-top:none;
	border-bottom:1px solid #222a33;
	height:170px;
}
/*while scrolling nav*/
.main-header.header-fixed .header-lower{
	position:fixed;
	left:0px;
	top:0px;
	padding:0px 0px;
	color:blue;
	background:rgba(236, 240, 241, 0.7);
}

.main-header .header-lower .logo{
	position:relative;
	float:left;	
}

.main-header .right-cont{
	position:relative;
	float:right;
	padding-top:15px;
}

.main-header .main-menu{
	position:relative;
	font-weight:400;
}

.main-header .main-menu .navbar-collapse > ul > li{
	position:relative;
	float:left;
	margin-left:60px;
}

.main-header .main-menu .navbar-collapse > ul > li > a{
	position:relative;
	display:block;
	font-size:14px;
	font-weight:1000;
	letter-spacing:1px;
	text-transform:uppercase;
	line-height:24px;
	padding:8px 0px;
	color:#1f3a93;
	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-style-two .main-menu .navbar-collapse > ul > li > a{
	color:#000000;	
}

.main-header .main-menu .navbar-collapse > ul > li:hover > a,
.main-header .main-menu .navbar-collapse > ul > li.current > a,
.main-header .main-menu .navbar-collapse > ul > li.current-menu-item > a{
	color:#f06626;	
}

.main-header .main-menu .navbar-collapse > ul > li > a .tri-line{
	position:absolute;
	left:0px;
	bottom:0px;
	width:0px;
	height:3px;
	background:#f06626;
	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 .main-menu .navbar-collapse > ul > li > a .tri-line .line{
	position:relative;
	display:block;
	float:left;
	width:33.333%;
	height:3px;
}

.main-header .main-menu .navbar-collapse > ul > li > a .tri-line .one{
	background:#f06626;		
}

.main-header .main-menu .navbar-collapse > ul > li > a .tri-line .two{
	background:#e42a2a;		
}

.main-header .main-menu .navbar-collapse > ul > li > a .tri-line .three{
	background:#c52719;		
}

.main-header .main-menu .navbar-collapse > ul > li:hover > a .tri-line,
.main-header .main-menu .navbar-collapse > ul > li.current > a .tri-line,
.main-header .main-menu .navbar-collapse > ul > li.current-menu-item > a .tri-line{
	width:100%;
}

.main-header .main-menu .navbar-collapse > ul > li > ul li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f0da";
	position:absolute;
	right:10px;
	top:9px;
	width:10px;
	height:20px;
	display:block;
	color:#ffffff;
	line-height:20px;
	font-size:16px;
	text-align:center;
	z-index:5;	
}

.main-header .main-menu .navbar-collapse > ul > li > ul li.dropdown:hover > a:after{
	color:#ffffff;	
}

.main-header .main-menu .navbar-collapse > ul > li > ul{
	position: absolute;
    display: block;
	width:210px;
    top: 80px;
    left: 50%;
	margin-left:-105px;
    opacity: 0;
    visibility: hidden;
    background: #f06626;
	border:3px solid rgba(255,255,255,0.70);
	font-family: 'Open Sans', sans-serif;
	transition:all 600ms ease;
    -webkit-transition:all 600ms ease;
    -moz-transition:all 600ms ease;
    -o-transition:all 600ms ease;
    -ms-transition:all 600ms ease;	
}

.main-header .main-menu .navbar-collapse > ul > li > ul:before{
	font-family: 'FontAwesome';
	content: "\f0d8";
	position:absolute;
	left:0px;
	top:-20px;
	padding-top:4px;
	text-align:center;
	display:block;
	width:100%;
	width:100%;
	height:20px;
	display:block;
	color:#f06626;
	line-height:20px;
	font-size:28px;
	z-index:5;	
}



.main-header .main-menu .navbar-collapse > ul > li:hover > ul{
	opacity: 1;
    visibility: visible;
	top:60px;
}

.main-header .main-menu .navbar-collapse > ul > li > ul > li{
	position:relative;
	display:block;
	border-bottom:2px solid rgba(255,255,255,0.50);
	text-align:center;
}

.main-header .main-menu .navbar-collapse > ul > li > ul > li:last-child{
	border:none;	
}

.main-header .main-menu .navbar-collapse > ul > li > ul > li:hover > a{
	background:rgba(255,255,255,0.60);
}

.main-header .main-menu .navbar-collapse > ul > li > ul > li > a {
    display: block;
    line-height: 24px;
    font-size:13px;
	font-weight:400;
	text-transform:capitalize;
	color:#ffffff;
	padding:6px 10px;
	background:none;
	transition:all 300ms ease;
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
}
 
.main-header .main-menu .navbar-collapse > ul > li > ul > li:hover > a{
	background:rgba(255,255,255,0.20);
}

.main-header .main-menu .navbar-collapse > ul > li > ul > li > ul{
	position: absolute;
    display: block;
	width:210px;
    top: 0px;
    left: 130%;
    opacity: 0;
    visibility: hidden;
    background: #f06626;
	border:1px solid rgba(255,255,255,0.70);
	font-family: 'Open Sans', sans-serif;
	transition:all 600ms ease;
    -webkit-transition:all 600ms ease;
    -moz-transition:all 600ms ease;
    -o-transition:all 600ms ease;
    -ms-transition:all 600ms ease;
}

.main-header .main-menu .navbar-collapse > ul > li > ul > li > ul.from-left{
	left:auto;
	right:130%;	
}

.main-header .main-menu .navbar-collapse > ul > li > ul > li > ul > li{
	position:relative;
	display:block;
	border-bottom:1px solid rgba(255,255,255,0.70);
}

.main-header .main-menu .navbar-collapse > ul > li > ul > li > ul > li:last-child{
	border:none;	
}

.main-header .main-menu .navbar-collapse > ul > li > ul > li > ul > li a {
    display: block;
    line-height: 24px;
    font-size:13px;
	font-weight:400;
	text-transform:capitalize;
	color:#ffffff;
	padding:6px 10px;
	background:none;
	transition:all 300ms ease;
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
}
 
.main-header .main-menu .navbar-collapse > ul > li > ul > li > ul > li:hover > a{
	background:rgba(255,255,255,0.20);
}

.main-header .main-menu .navbar-collapse > ul > li > ul > li:hover > ul{
	opacity: 1;
    visibility: visible;
	left:100%;
}

.main-header .main-menu .navbar-collapse > ul > li > ul > li:hover > ul.from-left{
	left:auto;
	right:100%;
}

.message {
   background: transparent;
   width: 100%;
   padding: 25px;
   margin-left:15px;
   text-align:justify;
 }

 @import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700');
   .message {
   background: transparent;
   width: 90%;
   padding: 20 10 10 20;
   margin-left:55px;
   margin-right:-15px;
   text-align:justify;
   
 }
 .messages {
   background: transparent;
   width: 90%;
   padding: 20 10 10 20;
   margin-left:5px;
   margin-right:-55px;
   text-align:justify;
   
 }
.message img {
 float: left;
 padding: 50 0 30 20;
 /*optional*/
 max-width: 32%;
 margin-left:25px;
 margin-right:45px;
}
.messages img {
 float: right;
 padding: 20 30 0 50;
 /*optional*/
 max-width: 32%;
 margin-left:25px;
 margin-right:45px;
}

/*** 

====================================================================
	Side Navigation style
====================================================================

***/


#side-navigation{
	position:fixed;
	width:270px;
	height:100%;
	right:-270px !important;
	top:0px;
	display:block;
	z-index:9999;
	opacity:0;
	background:#333366;
	color:white;
	border-left:1px solid rgba(255,255,255,0.80);
	transition:all 500ms ease-in;
	-moz-transition:all 500ms ease-in;
	-webkit-transition:all 500ms ease-in;
	-ms-transition:all 500ms ease-in;
	-o-transition:all 500ms ease-in;	
}

#side-navigation.visible-sidebar{
	opacity:1;	
}

#side-navigation .sidebar-inner{
	position:absolute;
	width:100%;
	padding:10px 15px 30px;
	height:100%;
	overflow-y:auto;
	left:0px;
	top:0px;
	display:block;
}

#side-navigation .mCustomScrollbar{
	padding-right:0px;	
}

#side-navigation .mCS_no_scrollbar.mCustomScrollbar{
	padding-right:15px;	
}

#side-navigation.toggled-sidebar{
	right:0px !important;
}

#side-navigation .toggle-nav{
	position:absolute;
	left:-50px;
	top:76px;
	width:44px;
	height:40px;
	line-height:38px;
	background:#f06626;
	border:1px solid rgba(255,255,255,0.90);
	color:#ffffff;
	font-size:22px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	opacity:0;
}

#side-navigation.scrolled-down .toggle-nav{
	top:30px;	
}

#side-navigation.toggled-sidebar .toggle-nav,
#side-navigation.visible-sidebar .toggle-nav{
	opacity:1;
}

#side-navigation .toggle-nav:hover{
	background:#ffffff;
	border-color:#222a33;
	color:#222a33;	
}

#side-navigation .logo{
	position:relative;
	margin:30px 30px;
	text-align:center;	
}

#side-navigation .logo img{
	position:relative;
	display:inline-block;
	max-width:100%;
	transition:all 500ms ease-in;
	-moz-transition:all 500ms ease-in;
	-webkit-transition:all 500ms ease-in;
	-ms-transition:all 500ms ease-in;
	-o-transition:all 500ms ease-in;	
}

#side-navigation .logo img:hover{
	transform:scale(1.1,1.1);	
	-webkit-transform:scale(1.1,1.1);	
	-ms-transform:scale(1.1,1.1);	
	-moz-transform:scale(1.1,1.1);	
	-o-transform:scale(1.1,1.1);	
}

#side-navigation .navigation{
	position:relative;
	width:100%;
	margin-bottom:20px;
	border:1px solid rgba(255,255,255,0.70);
	border-bottom:none;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;	
}

#side-navigation .navigation > ul{
	position:relative;
	display:block;
}

#side-navigation .navigation > ul li{
	position:relative;
	display:block;
	border-bottom:1px solid rgba(255,255,255,0.70);
}

#side-navigation .navigation > ul li a{
	position:relative;
	display:block;
	font-size:14px;
	line-height:24px;
	padding:7px 5px;
	background:none;
	color:#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;
}

#side-navigation .navigation > ul li:hover > a,
#side-navigation .navigation > ul li.current > a,
#side-navigation .navigation > ul li.current-menu-item > a{
	color:#ffffff;
	background:#f06626;	
}

#side-navigation .navigation > ul li ul{
	position:relative;
	display:block;
	display:none;	
}

#side-navigation .navigation > ul li ul li{
	position:relative;
	display:block;
	border-top:1px solid rgba(255,255,255,0.50);	
}

#side-navigation .navigation > ul .dropdown-btn{
	position:absolute;
	right:10px;
	top:4px;
	display:block;
	width:40px;
	height:30px;
	background:#353535 url(../images/icons/submenu-icon.png) center center no-repeat;
	cursor:pointer;
	border:1px solid #ffffff;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;
}
	
#side-navigation .navigation > ul li.dropdown:hover > .dropdown-btn{
	border-color:#ffffff !important;
}


/*** 

====================================================================
	Main Slider style
====================================================================

***/

.main-slider{
	position:relative;
	color:#ffffff;
}

.default-banner h3{
	position:relative;
	display:inline-block;
	line-height:40px;
	font-size:30px;
	padding:10px 20px 14px;
	color:#ffffff;
}

.default-banner h2{
	position:relative;
	font-size:36px;
	font-weight:600;
	padding:10px 20px 14px;
	margin:0px;
	color:#ffffff;
	text-transform:uppercase;
}

.default-banner h4{
	position:relative;
	font-size:26px;
	font-weight:400;
	padding:10px 20px 14px;
	color:#ffffff;
	text-transform:capitalize;
}

.default-banner .line{
	width:100px;
	height:3px;
	background:#f06626;	
}

.default-banner .with-bg{
	background-color:rgba(34,42,51,0.80);
}

.default-banner .light-btn{
	border:2px solid #bd2c1e !important;
	background-color:rgba(255,255,255,0);
	color:#bd2c1e;
	font-size:14px;
	line-height:24px;
	padding:5px 20px;
}

.default-banner .light-btn:hover{
	background-color:#bd2c1e;
	color:#ffffff;
}

.default-banner .dark-btn{
	border:2px solid #bd2c1e !important;
	background-color:#bd2c1e;
	color:#ffffff;
	font-size:14px;
	line-height:24px;
	padding:5px 20px;
}

.default-banner .dark-btn:hover{
	background-color:#222a33;
	border-color:#222a33 !important;
	color:#ffffff;
}

.main-slider .tp-bannertimer{
	display:none;	
}

.main-slider .tp-bullets,
.main-slider .tp-bullets.hidebullets{
	padding:8px 20px 3px !important;
	background-color:rgba(34,42,51,0.80) !important;
	opacity:1 !important;
	height:auto;
	bottom:0px !important;
	border-radius:20px !important;
	-webkit-border-radius:20px !important;
	-ms-border-radius:20px !important;
}

.main-slider .tp-bullets.preview4 .bullet{
	width:10px !important;
	height:10px !important;
	border:2px solid #ffffff !important;
	margin:0px 5px !important;
	background:none !important;	
}

.main-slider .tp-bullets.preview4 .bullet:hover,
.main-slider .tp-bullets.preview4 .bullet.selected{
	border-color:#f06626 !important;
	background:none !important;	
}

.main-slider.default-slider .background-video{
	background-size: cover;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    left: 0;
}

.main-slider.default-slider .video-container{
	left: 0;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 0;
	overflow:hidden;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	background-color:#3d3d3d;
}

.main-slider.default-slider{
	position:relative;
	background:url(../images/icons/preloader-2.GIF) center center no-repeat;
}

.main-slider.default-slider .carousel-inner{
	position:relative;
	width:100%;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.main-slider.parallax-background .carousel-inner{
	width:100%;
	max-width:none;
	padding:0px;
	text-align:center;
}

.default-banner .window-size{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;	
}

.parallax-background .window-size{
	background-size:cover;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center center;	
}

.static-banner .static-content{
	max-width:1200px;
	margin:0 auto;
	color:#ffffff;
}

.window-size .auto-container{
	position:relative;
	left:0px;
	top:0px;
	display:table;
	width:100%;
	max-width:100%;
	height:100%;
	padding:160px 15px 50px;
	text-align:center;	
}

.window-size .auto-container .box-inner{
	position:relative;
	display:table-cell;
	vertical-align:middle;	
}

.default-banner .window-size .big-title,
.default-banner .window-size .text,
.default-banner .window-size p,
.default-banner .window-size .theme-btn{
	margin-bottom:5px;	
}

.main-slider .window-size .big-title,
.main-slider .window-size .text,
.main-slider .window-size .theme-btn{
	animation:none;
	-webkit-animation:none;
	-ms-animation:none;
	-o-animation:none;
	-moz-animation:none;	
}

.default-banner .window-size .with-bg{
	display:inline-block;
	margin-bottom:5px;	
}

.default-banner .window-size.active .big-title{
	animation-name:bounceInDown;
	-webkit-animation-name:bounceInDown;
	-ms-animation-name:bounceInDown;
	-moz-animation-name:bounceInDown;
	-o-animation-name:bounceInDown;
	animation-duration:1000ms;
	-webkit-animation-duration:1000ms;
	-ms-animation-duration:1000ms;
	-o-animation-duration:1000ms;
	-moz-animation-duration:1000ms;
}

.default-banner .window-size.active .text{
	animation-name:fadeIn;
	-webkit-animation-name:fadeIn;
	-ms-animation-name:fadeIn;
	-moz-animation-name:fadeIn;
	-o-animation-name:fadeIn;
	animation-duration:1000ms;
	-webkit-animation-duration:1000ms;
	-ms-animation-duration:1000ms;
	-o-animation-duration:1000ms;
	-moz-animation-duration:1000ms;
}

.default-banner .window-size.active .theme-btn{
	animation-name:zoomIn;
	-webkit-animation-name:zoomIn;
	-ms-animation-name:zoomIn;
	-moz-animation-name:zoomIn;
	-o-animation-name:zoomIn;
	animation-duration:1000ms;
	-webkit-animation-duration:1000ms;
	-ms-animation-duration:1000ms;
	-o-animation-duration:1000ms;
	-moz-animation-duration:1000ms;
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:10px;
	right:10px;
	width:40px;
	height:40px;
	color:#f06626;
	background:#f3f3f3;
	font-size:16px;
	line-height:36px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	border:1px solid #cccccc;
	display:none;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;	
}

.scroll-to-top:hover{
	background-color:#f06626;
	border-color:#f06626;
	color:#ffffff;
}

/*** 

====================================================================
	Tri Column style
====================================================================

***/

.tri-column-fluid{
	position:relative;	
}

.tri-column-fluid .tri-column-outer{
	position:relative;
	display:table;
	width:100%;	
}

.tri-column-outer .column{
	position:relative;
	display:table-cell;
	vertical-align:top;
	width:33.333%;
	color:#ffffff;	
}

.tri-column-outer .column-inner{
	position:relative;
	padding:40px 40px 30px;
	z-index:1;	
}

.tri-column-outer h3{
	font-size:24px;
	font-weight:500;
	margin-bottom:10px;	
}

.tri-column-outer h4{
	font-size:18px;
	font-weight:400;
	margin-bottom:20px;	
}

.tri-column-outer .text{
	margin-bottom:20px;	
}

.tri-column-outer .column .pattern-layer{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;	
}

.tri-column-outer .default-column{
	background:#f06626;	
}

.tri-column-outer .default-column .pattern-layer,
.tri-column-outer .progress-column .pattern-layer{
	background:url(../images/icons/map-pattern.png) center center no-repeat;
}

.tri-column-outer .progress-column{
	background:#bf271a;	
}

.tri-column-outer .carousel-column{
	background-size:cover;
	background-position:center top;
	background-repeat:no-repeat;	
}

.tri-column-outer .carousel-column .pattern-layer{
	z-index:0;
	background:rgba(0,0,0,0.80);
}

.tri-column-outer .carousel-column .carousel-indicators li:hover,
.tri-column-outer .carousel-column .carousel-indicators li.active{
	background:#dc5f25;	
}

.museo-font{
	font-family: 'Museo',sans-serif;	
}

.tri-column-outer .progress-column h2{
	font-family: 'Museo',sans-serif;
	margin:13px 0px;
}

/*** 

====================================================================
	Two Column
====================================================================

***/

.two-column{
	position:relative;
	padding:40px 0px;
}

.two-column .col-md-6{
	margin-bottom:15px;	
}

.two-column .sec-title{
	margin-bottom:20px;	
}

.two-column .responsive-video{
	position:relative;
	padding:1px;
	border:1px solid #3d3d3d;	
}

/*** 

====================================================================
	Four Column / Current Projects
====================================================================

***/

.four-column{
	position:relative;
	padding:30px 0px 10px;
	background:rgba(129, 207, 224, 0.5);
}


.four-column .column{
	position:relative;
	margin-bottom:30px;	
}

.four-column .column-inner{
	position:relative;
	border:1px solid #d0d0d0;
	max-width:400px;
	margin:0 auto;
	display:block;
}

.four-column .column-inner:hover .heart-icon{
  -ms-animation-name: hvr-pulse;
  -moz-animation-name: hvr-pulse;
  -op-animation-name: hvr-pulse;
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -ms-animation-duration: 700ms;
  -moz-animation-duration: 700ms;
  -op-animation-duration: 700ms;
  -webkit-animation-duration: 700ms;
  animation-duration: 700ms;
  -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: infinite;
  -moz-animation-iteration-count: infinite;
  -op-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;	
}

.four-column .column-inner:hover{
	border-color:#f06626;	
}

.four-column .image-box{
	position:relative;
	border-bottom:2px solid #f06626;	
}

.four-column .image-box img{
	position:relative;
	display:block;
	width:100%;	
	background-color:rgba(129, 207, 224, 0.6);
}

.four-column .image-box .icon-box{
	position:absolute;
	right:20px;
	bottom:-20px;
	width:40px;
	height:40px;	
}

.four-column .image-box .heart-icon{
	position:relative;
	display:block;
	width:40px;
	height:40px;
	text-align:center;
	line-height:40px;
	color:#ffffff;
	background: red;
	font-size:14px;
	z-index:1;
}

.four-column .column .lower-part{
	position:relative;
	padding:30px 15px;	
	background-color: hsla(23, 95%, 52%,1);
	color:white;
}

.four-column .column h3{
	font-size:17px;
	font-weight:600;
	margin-bottom:15px;
}

.four-column .project-column .proj-donation{
	color:#ababab;	
}

.four-column .project-column .proj-donation strong{
	font-weight:600;
	color:#3d3d3d;	
}

.four-column .project-column .bar-outer{
	position:relative;
	width:100%;
	height:8px;
	background:#d4d4d4;
	margin-top:10px;
	border-radius:4px;
	-ms-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-moz-border-radius:4px;
	overflow:hidden;
}

.four-column .project-column .bar-inner{
	position:relative;
	height:8px;
	background:#f06626 url(../images/icons/progress-bg.jpg) left top repeat-x;
	width:0;
	border-radius:4px;
	-ms-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-moz-border-radius:4px;
}

/*** 

====================================================================
	Four Column / Team Section
====================================================================

***/

.team-section{
	position:relative;
	padding:30px 0px 10px;
}

.team-section.extended .column{
	margin-bottom:40px;	
}

.team-section .column-inner{
	border-style:dashed;
	text-align:center;
}

.team-section .image-box{
	overflow:hidden;
	border:none;
}

.team-section .image-box .tag-title{
	position:absolute;
	right:0px;
	padding-right:7px;
	padding-top:0px;
	top:0px;
	width:100px;
	height:50px;
	line-height:50px;
	color:#ffffff;
	text-align:right;
}

.team-section .image-box .tag-title span{
	position:relative;
	z-index:5;	
}

.team-section .image-box .tag-title:before{
	content:'';
	display:block;
	width:100px;
	height:100px;
	background:#57b22f;
	position:absolute;
	right:-50px;
	top:-50px;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-moz-transform:rotate(45deg);	
	z-index:0;
}

.team-section .lower-part{
	text-align:center;	
}

.team-section .info strong{
	font-weight:600;
	color:#353535;	
}

.team-section .info .icon{
	font-size:14px;
	padding-right:10px;	
}

.team-section .info a{
	color:#3d3d3d;	
}

.team-section .social-links a{
	position:relative;
	display:inline-block;
	width:30px;
	height:30px;
	line-height:30px;
	margin:0px 3px;
	color:#3d3d3d;
	font-size:14px;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	border-radius:50%;
	-ms-border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
}

.team-section .social-links .fa-facebook-f:hover{
	background:#4365c5;
	color:#ffffff;
}

.team-section .social-links .fa-twitter:hover{
	background:#3ddcef;
	color:#ffffff;
}

.team-section .social-links .fa-google-plus:hover{
	background:#f35632;
	color:#ffffff;
}

.team-section .social-links .fa-instagram:hover{
	background:#b26f4d;
	color:#ffffff;
}




/*about page-org*/



.groove {
    border-style: groove;
    border-width: 75px;
    border-color: orange;
}

.border {
    position: fixed;
    left: 30%;
    width: 40px;
    height: 40px;
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
    transition-property: transform;
    transition-duration: 1s;
    border-radius: 100%;
    z-index: -1;
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotate;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    animation-name: rotate;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}


/* SMALL CAROUSEL AT BOTTOM - about pg */

.testimonial-section2{
  /*height: 600px;*/
  position: relative;
  padding: 50px 0;
  background: rgba(240, 52, 52, 1);
  height:450px;
}

.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #eee;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;    
    -ms-transition: all .3s ease-in-out;    
    -moz-transition: all .3s ease-in-out;    
    -o-transition: all .3s ease-in-out;    
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

.testim .arrow:before {
    cursor: pointer;
}

.testim .arrow:hover {
    color: #2b288d;
}
    

.testim .arrow.left {
    left: 10px;
}

.testim .arrow.right {
    right: 10px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
    height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #eee;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;    
    -ms-transition: all .5s ease-in-out;    
    -moz-transition: all .5s ease-in-out;    
    -o-transition: all .5s ease-in-out;    
    transition: all .5s ease-in-out;
    position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #2b288d;
    border-color: #2b288d;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;   
    -moz-animation: testim-scale .5s ease-in-out forwards;   
    -ms-animation: testim-scale .5s ease-in-out forwards;   
    -o-animation: testim-scale .5s ease-in-out forwards;   
    animation: testim-scale .5s ease-in-out forwards;   
}
    
.testim .cont {
    position: relative;
    overflow: hidden;
}

.testim .cont > div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.testim .cont > div.inactive {
    opacity: 1;
}
    

.testim .cont > div.active {
    position: relative;
    opacity: 1;
}
    

.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div .h4 {
    color: #2b288d;
    font-size: 1.2em;
    margin: 15px 0;
}

.testim .cont div p {
    font-size: 1.15em;
    color: #eee;
    width: 80%;
    margin: auto;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;            
    -moz-animation: testim-show .5s ease-in-out forwards;            
    -ms-animation: testim-show .5s ease-in-out forwards;            
    -o-animation: testim-show .5s ease-in-out forwards;            
    animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active .h4 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;    
    -moz-animation: testim-content-in .4s ease-in-out forwards;    
    -ms-animation: testim-content-in .4s ease-in-out forwards;    
    -o-animation: testim-content-in .4s ease-in-out forwards;    
    animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;    
    -moz-animation: testim-content-in .5s ease-in-out forwards;    
    -ms-animation: testim-content-in .5s ease-in-out forwards;    
    -o-animation: testim-content-in .5s ease-in-out forwards;    
    animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;            
    -moz-animation: testim-hide .5s ease-in-out forwards;            
    -ms-animation: testim-hide .5s ease-in-out forwards;            
    -o-animation: testim-hide .5s ease-in-out forwards;            
    animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive .h4 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;        
    -moz-animation: testim-content-out .4s ease-in-out forwards;        
    -ms-animation: testim-content-out .4s ease-in-out forwards;        
    -o-animation: testim-content-out .4s ease-in-out forwards;        
    animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;    
    -moz-animation: testim-content-out .5s ease-in-out forwards;    
    -ms-animation: testim-content-out .5s ease-in-out forwards;    
    -o-animation: testim-content-out .5s ease-in-out forwards;    
    animation: testim-content-out .5s ease-in-out forwards;    
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -webkit-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -moz-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -ms-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -o-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        transform: translateY(0);        
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        transform: scale(1);       
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
  body {
    font-size: 14px;
  }
}

@media all and (max-width: 500px) {
  .testim .arrow {
    font-size: 1.5em;
  }
  
  .testim .cont div p {
    line-height: 25px;
  }

}



.featured-project{
	position:relative;
	background:rgba(129, 207, 224, 0.6);
	padding:30px 0px 5px;
}

.featured-project .image-box,
.featured-project .text-column{
	position:relative;
	margin-bottom:30px;	
}

.featured-project .image-box:hover .heart-icon{
  -ms-animation-name: hvr-pulse;
  -moz-animation-name: hvr-pulse;
  -op-animation-name: hvr-pulse;
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -ms-animation-duration: 700ms;
  -moz-animation-duration: 700ms;
  -op-animation-duration: 700ms;
  -webkit-animation-duration: 700ms;
  animation-duration: 700ms;
  -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: infinite;
  -moz-animation-iteration-count: infinite;
  -op-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;	
}

.featured-project .image-box img{
	position:relative;
	display:block;
	width:100%;
	background:rgba(253, 227, 167, 1);
}

.featured-project .image-box .icon-box{
	position:absolute;
	right:20px;
	bottom:20px;
	width:40px;
	height:40px;	
}

.featured-project .image-box .heart-icon{
	position:relative;
	display:block;
	width:40px;
	height:40px;
	text-align:center;
	line-height:40px;
	color:#ffffff;
	background:#f06626;
	font-size:14px;
	z-index:1;
}

.featured-project .text-column h3{
	font-size:17px;
	font-weight:600;
	margin-bottom:20px;
}

.featured-project .text-column .text{
	margin-bottom:30px;	
	background:;
}

.featured-project .proj-donation{
	position:relative;
	color:#ababab;
	padding-right:150px;
}

.featured-project .proj-donation .theme-btn{
	position:absolute;
	right:0px;
	top:20px;	
}

.featured-project .proj-donation strong{
	font-weight:600;
	color:#3d3d3d;	
}

.featured-project .proj-donation .bar-outer{
	position:relative;
	width:100%;
	height:8px;
	background:#d4d4d4;
	margin-top:10px;
	border-radius:4px;
	-ms-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-moz-border-radius:4px;
	overflow:hidden;
}

.featured-project .proj-donation .bar-inner{
	position:relative;
	height:8px;
	background:#f06626 url(../images/icons/progress-bg.jpg) left top repeat-x;
	width:0;
	border-radius:4px;
	-ms-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-moz-border-radius:4px;
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important;
    background-color: #000033;
}

.mb-30 {
    margin-bottom: 30px;
    padding-left:90px;
   
}
@media (min-width: 1200px)
.col-lg-7 {
    width: 58.333333333333336%;
}
.excellance-tag {
    border: 5px solid #ffffff;
    color: #ffffff;
    background: rgba(207, 0, 15, 1);
    width: 200px;
    text-align: center;
    padding: 20px;
    margin-top: -100px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
}
.bg-danger {
    background-color: rgba(207, 0, 15, 1);
}
.excellance-tag.h3 {
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 15.4px;
}
.section-header h2 small {
    font-size: 0.875rem;
    display: block;
    font-weight: 500;
}
.text-primary {
    color: #007bff!important;
}
.text-primary {
    color: #3584A7 !important;
}




/*EVNT timeline page-org*/


/*** 

====================================================================
	Parallax Section
====================================================================

***/

.parallax-section{
	position:relative;
	padding:80px 0px;
	color:#ffffff;
	background-position:center center;
	background-size:cover;
	background-attachment:fixed;
	background-repeat:no-repeat;
}

.parallax-section:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:rgba(82, 179, 217, 0.6);
	z-index:0;	
}

.parallax-section .auto-container{
	position:relative;
	z-index:5;
}

.parallax-section h2{
	position:relative;
	font-size:40px;
	font-weight:600;
	margin-bottom:20px;
}

.parallax-section h3{
	position:relative;
	font-size:24px;
	margin-bottom:30px;
}

.parallax-section.style-two h3{
	margin-bottom:0px;
}

.parallax-section .line{
	position:relative;
	width:100px;
	height:3px;
	background:#ffffff;
	margin:0px auto 40px;	
}

.parallax-section.style-two .text{
	position:relative;
	padding-right:150px;	
}

.parallax-section .theme-btn{
	margin:0px 12px;
	color:rgba(255,255,255,0.80);	
}

.parallax-section.style-two .text .theme-btn{
	position:absolute;
	bottom:0px;
	right:0px;
	border-color:#ffc925 !important;
	color:#ffc925 !important;	
}

/*** 


====================================================================
	Contact Us Section
====================================================================

***/

.contact-section{
	position:relative;
	padding:30px 0px 20px;
	background-color:rgba(129, 207, 224, 0.6);
}

.contact-section .form-group{
	position:relative;
	margin-bottom:20px;	
	background-color:transparent;
}

.contact-section .form-group-inner{
	position:relative;
	display:table;
	width:100%;
	border:1px solid #d0d0d0;
	overflow:hidden;
	border-radius:3px;
	-ms-border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}

.contact-section .form-group .icon-box{
	position:relative;
	display:table-cell;
	vertical-align:middle;	
}

.contact-section .form-group .icon-box label{
	position:relative;
	display:inline-block;
	width:40px;
	line-height:39px;
	text-align:center;
	font-size:16px;
	color:#3d3d3d;
	margin:0px;
	background:rgba(228, 241, 254, 1);
	border-right:1px solid #d0d0d0;
}

.contact-section .form-group label.error{
	display:none !important;	
}

.contact-section .form-group .field-outer{
	position:relative;
	display:table-cell;
	width:100%;	
	vertical-align:middle;
}

.contact-section .form-group-inner input[type="text"],
.contact-section .form-group-inner input[type="password"],
.contact-section .form-group-inner input[type="tel"],
.contact-section .form-group-inner input[type="email"],
.contact-section .form-group-inner select{
	position:relative;
	display:block;
	width:100%;
	line-height:22px;
	padding:9px 15px;
	color:#003366;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.contact-section .form-group input[type="text"].error,
.contact-section .form-group input[type="password"].error,
.contact-section .form-group input[type="tel"].error,
.contact-section .form-group input[type="email"].error,
.contact-section .form-group select.error,
.contact-section .form-group textarea.error{
	background:rgba(255,0,0,0.20);
}

.contact-section .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:22px;
	padding:8px 15px;
	color:#222222;
	height:200px;
	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;
}

.contact-section button{
	position:relative;
	display:inline-block;
	background:#222a33;
	color:#ffffff;
	padding:8px 30px;
	line-height:24px;
	font-size:14px;
	font-weight:500;
}

.contact-section button .icon{
	position:relative;
	top:2px;	
}

.contact-section button:before{
	background:#f06626;	
}







/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
   background:rgba(52, 73, 94, 1);
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}



footer a{
    color: #ff9966;
}
footer.li{
    color:#ff9900;
}
footer.li hover{
    color:#ffff66;
}


#footer .footer-top {
  background:#000033;
  border-bottom: 1px solid #354144;
  padding: 60px 0 30px 0;
 
    border-bottom: 1px solid #a5181c;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(211, 84, 0, 5);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 5px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}


#footer .footer-top .social-links a:hover {
  background: #01b1d7;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;

    
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;

    
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #40dcfe;
  font-size: 18px;
  line-height: 1;
   border-bottom: 1px solid #a5181c;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
   border-bottom: 1px solid #a5181c;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #27d8fe;
}

.footer-upper .popular-tags a {
    position: relative;
    display: inline-block;
    line-height: 20px;
    padding: 2px 10px;
    background: #394350;
    color:#f1f1f1;
    margin: 0px 2px 7px 0px;
    text-transform: none;
    font-size: 12px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}







#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
#footer .credits a {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color:rgba(255, 203, 5, 1);
}
#footer .credits a:hover {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color:rgba(253, 227, 167, 1);
}




/* SMALL CAROUSEL AT BOTTOM - about pg */

.testimonial-section2{
  /*height: 600px;*/
  position: relative;
  padding: 50px 0;
  background: rgba(240, 52, 52, 1);
  height:450px;
}

.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #eee;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;    
    -ms-transition: all .3s ease-in-out;    
    -moz-transition: all .3s ease-in-out;    
    -o-transition: all .3s ease-in-out;    
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

.testim .arrow:before {
    cursor: pointer;
}

.testim .arrow:hover {
    color: #2b288d;
}
    

.testim .arrow.left {
    left: 10px;
}

.testim .arrow.right {
    right: 10px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
    height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #eee;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;    
    -ms-transition: all .5s ease-in-out;    
    -moz-transition: all .5s ease-in-out;    
    -o-transition: all .5s ease-in-out;    
    transition: all .5s ease-in-out;
    position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #2b288d;
    border-color: #2b288d;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;   
    -moz-animation: testim-scale .5s ease-in-out forwards;   
    -ms-animation: testim-scale .5s ease-in-out forwards;   
    -o-animation: testim-scale .5s ease-in-out forwards;   
    animation: testim-scale .5s ease-in-out forwards;   
}
    
.testim .cont {
    position: relative;
    overflow: hidden;
}

.testim .cont > div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.testim .cont > div.inactive {
    opacity: 1;
}
    

.testim .cont > div.active {
    position: relative;
    opacity: 1;
}
    

.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div .h4 {
    color: #2b288d;
    font-size: 1.2em;
    margin: 15px 0;
}

.testim .cont div p {
    font-size: 1.15em;
    color: #eee;
    width: 80%;
    margin: auto;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;            
    -moz-animation: testim-show .5s ease-in-out forwards;            
    -ms-animation: testim-show .5s ease-in-out forwards;            
    -o-animation: testim-show .5s ease-in-out forwards;            
    animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active .h4 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;    
    -moz-animation: testim-content-in .4s ease-in-out forwards;    
    -ms-animation: testim-content-in .4s ease-in-out forwards;    
    -o-animation: testim-content-in .4s ease-in-out forwards;    
    animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;    
    -moz-animation: testim-content-in .5s ease-in-out forwards;    
    -ms-animation: testim-content-in .5s ease-in-out forwards;    
    -o-animation: testim-content-in .5s ease-in-out forwards;    
    animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;            
    -moz-animation: testim-hide .5s ease-in-out forwards;            
    -ms-animation: testim-hide .5s ease-in-out forwards;            
    -o-animation: testim-hide .5s ease-in-out forwards;            
    animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive .h4 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;        
    -moz-animation: testim-content-out .4s ease-in-out forwards;        
    -ms-animation: testim-content-out .4s ease-in-out forwards;        
    -o-animation: testim-content-out .4s ease-in-out forwards;        
    animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;    
    -moz-animation: testim-content-out .5s ease-in-out forwards;    
    -ms-animation: testim-content-out .5s ease-in-out forwards;    
    -o-animation: testim-content-out .5s ease-in-out forwards;    
    animation: testim-content-out .5s ease-in-out forwards;    
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -webkit-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -moz-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -ms-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -o-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        transform: translateY(0);        
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        transform: scale(1);       
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
  body {
    font-size: 14px;
  }
}

@media all and (max-width: 500px) {
  .testim .arrow {
    font-size: 1.5em;
  }
  
  .testim .cont div p {
    line-height: 25px;
  }

}





.featured-project{
	position:relative;
	background:rgba(129, 207, 224, 0.6);
	padding:30px 0px 5px;
}

.featured-project .image-box,
.featured-project .text-column{
	position:relative;
	margin-bottom:30px;	
}

.featured-project .image-box:hover .heart-icon{
  -ms-animation-name: hvr-pulse;
  -moz-animation-name: hvr-pulse;
  -op-animation-name: hvr-pulse;
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -ms-animation-duration: 700ms;
  -moz-animation-duration: 700ms;
  -op-animation-duration: 700ms;
  -webkit-animation-duration: 700ms;
  animation-duration: 700ms;
  -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: infinite;
  -moz-animation-iteration-count: infinite;
  -op-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;	
}

.featured-project .image-box img{
	position:relative;
	display:block;
	width:100%;
	background:rgba(253, 227, 167, 1);
}

.featured-project .image-box .icon-box{
	position:absolute;
	right:20px;
	bottom:20px;
	width:40px;
	height:40px;	
}

.featured-project .image-box .heart-icon{
	position:relative;
	display:block;
	width:40px;
	height:40px;
	text-align:center;
	line-height:40px;
	color:#ffffff;
	background:#f06626;
	font-size:14px;
	z-index:1;
}

.featured-project .text-column h3{
	font-size:17px;
	font-weight:600;
	margin-bottom:20px;
}

.featured-project .text-column .text{
	margin-bottom:30px;	
	background:;
}

.featured-project .proj-donation{
	position:relative;
	color:#ababab;
	padding-right:150px;
}

.featured-project .proj-donation .theme-btn{
	position:absolute;
	right:0px;
	top:20px;	
}

.featured-project .proj-donation strong{
	font-weight:600;
	color:#3d3d3d;	
}

.featured-project .proj-donation .bar-outer{
	position:relative;
	width:100%;
	height:8px;
	background:#d4d4d4;
	margin-top:10px;
	border-radius:4px;
	-ms-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-moz-border-radius:4px;
	overflow:hidden;
}

.featured-project .proj-donation .bar-inner{
	position:relative;
	height:8px;
	background:#f06626 url(../images/icons/progress-bg.jpg) left top repeat-x;
	width:0;
	border-radius:4px;
	-ms-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-moz-border-radius:4px;
}

.why-us .card-icon {
    text-align: center;
    margin-top: -32px;
}
.why-us .card-icon {
    text-align: center;
    margin-top: -32px;
}
.why-us .card {
    border-radius: 7px;
    border: 1;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 100px;
    word-wrap: break-word;
    background-color: rgba(137, 196, 244, 1)
    color: white;
    background-clip: border-box;
    border: 2px dotted rgb(249 237 237 / 13%);
    border-radius: .15rem;
    
    padding: 0;
   
    width: 420px;
}
.why-us .card-title {
    
    text-align: center;
    color:red;
}

.why-us .card-text {
    font-weight: 500;
    text-align: justify;
    color:blue;
    font-weight: 500;
    font-size:1.1em;
    width:auto;
    
}


h5, .h5 {
    font-size: 14px;
}
img {
    margin: 10px;
}

.why-us .card-body {
    padding-top: 12px;
    margin: 15px;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1rem;
    background:rgba(129, 207, 224, 1);
}
section-bg {
    background-color: #4fa5a7;
}


====================================================================
	Event page-timeline
====================================================================



.intro {
  background: #F45B69;
  padding: 20px 0;
  color: rgba(243, 241, 239, 1);
  margin-left:10px;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

h1 {
  font-size: 2.5rem;
  color
}


/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline ul {
  background: #333399;
  padding: 40px 0;
  color:white;
  border:1px dotted white;
}

.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 6px;
  margin: 0 auto;
  padding-top: 50px;
  background: #fff;
  border:1px dotted white;
}

.timeline ul li::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: inherit;
}

.timeline ul li div {
  position: relative;
  bottom: 0;
  width: 400px;
  padding: 15px;
  background: #F45B69;
}

.timeline ul li div::before {
  content: '';
  position: absolute;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ul li:nth-child(odd) div {
  left: 45px;
}

.timeline ul li:nth-child(odd) div::before {
  left: -15px;
  border-width: 8px 16px 8px 0;
  border-color: transparent #F45B69 transparent transparent;
}

.timeline ul li:nth-child(even) div {
  left: -439px;
}

.timeline ul li:nth-child(even) div::before {
  right: -15px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #F45B69;
}

time {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
}


/* EFFECTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline ul li::after {
  transition: background .5s ease-in-out;
  border:2px dashed yellow;
}

.timeline ul li.in-view::after {
  background: #F45B69;
  
}

.timeline ul li div {
  visibility: hidden;
  opacity: 0;
  transition: all .5s ease-in-out;
 border-radius: 50px 50px 50px 50px / 25px 25px 25px 25px;
  box-shadow: 3px 0 rgba(236, 240, 241, 1), -3px 0 rgba(236, 240, 241, 1);
  border-radius: 4px;
border-radius: .3em;

}

.timeline ul li:nth-child(odd) div {
  transform: translate3d(200px, 0, 0);
  
}

.timeline ul li:nth-child(even) div {
  transform: translate3d(-200px, 0, 0);
}

.timeline ul li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;

}

/*LOGIN FORM NEW FOR OFFICE*/
/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #fff;}
input:-moz-placeholder { color: #fff;}
input::-moz-placeholder { color: #fff;}
input:-ms-input-placeholder { color: #fff;}

textarea::-webkit-input-placeholder { color: #fff;}
textarea:-moz-placeholder { color: #fff;}
textarea::-moz-placeholder { color: #fff;}
textarea:-ms-input-placeholder { color: #fff;}

label {
  margin: 0;
  display: block;
}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: #3333cc;
	color:white;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}


/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
  font-family: Poppins-Regular;
  font-size: 13px;
  color: #e5e5e5;
  line-height: 1.5;
}


/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-login100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;  
}

.container-login100::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255,255,255,0.9);
}

.wrap-login100 {
  width: 500px;
  border-radius: 10px;
  overflow: hidden;
  padding: 55px 55px 37px 55px;

  background: #ccccff;
  background: -webkit-linear-gradient(top, #7579ff, #b224ef);
  background: -o-linear-gradient(top, #7579ff, #b224ef);
  background: -moz-linear-gradient(top, #7579ff, #b224ef);
  background: linear-gradient(top, #7579ff, #b224ef);
}


/*------------------------------------------------------------------
[ Form ]*/

.login100-form {
  width: 100%;
}

.login100-form-logo {
  font-size: 60px; 
  color: #333333;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 auto;
}

.login100-form-title {
  font-family: Poppins-Medium;
  font-size: 30px;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;

  display: block;
}


/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  border-bottom: 2px solid rgba(255,255,255,0.24);
  margin-bottom: 30px;
}

.input100 {
  font-family: Poppins-Regular;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;

  display: block;
  width: 100%;
  height: 45px;
  background: transparent;
  padding: 0 5px 0 38px;
}

/*---------------------------------------------*/ 
.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  background: #fff;
}

.focus-input100::after {
  font-family: Material-Design-Iconic-Font;
  font-size: 22px;
  color: #fff;

  content: attr(data-placeholder);
  display: block;
  width: 100%;
  position: absolute;
  top: 6px;
  left: 0px;
  padding-left: 5px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.input100:focus {
  padding-left: 5px;
}

.input100:focus + .focus-input100::after {
  top: -22px;
  font-size: 18px;
}

.input100:focus + .focus-input100::before {
  width: 100%;
}

.has-val.input100 + .focus-input100::after {
  top: -22px;
  font-size: 18px;
}

.has-val.input100 + .focus-input100::before {
  width: 100%;
}

.has-val.input100 {
  padding-left: 5px;
}


/*==================================================================
[ Restyle Checkbox ]*/

.contact100-form-checkbox {
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 35px;
}

.input-checkbox100 {
  display: none;
}

.label-checkbox100 {
  font-family: Poppins-Regular;
  font-size: 13px;
  color: #fff;
  line-height: 1.2;

  display: block;
  position: relative;
  padding-left: 50px;
  cursor: pointer;
}

.label-checkbox100::before {
  content: "\f26b";
  font-family: Material-Design-Iconic-Font;
  font-size: 13px;
  color: transparent;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background: #fff;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.input-checkbox100:checked + .label-checkbox100::before {
  color: #555555;
}


/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.login100-form-btn {
  font-family: Poppins-Medium;
  font-size: 16px;
  color: #555555;
  line-height: 1.2;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 120px;
  height: 50px;
  border-radius: 25px;

  background: #9152f8;
  background: -webkit-linear-gradient(bottom, #7579ff, #b224ef);
  background: -o-linear-gradient(bottom, #7579ff, #b224ef);
  background: -moz-linear-gradient(bottom, #7579ff, #b224ef);
  background: linear-gradient(bottom, #7579ff, #b224ef);
  position: relative;
  z-index: 1;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login100-form-btn::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  background-color: #fff;
  top: 0;
  left: 0;
  opacity: 1;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login100-form-btn:hover {
  color: #fff;
}

.login100-form-btn:hover:before {
  opacity: 0;
}


/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 576px) {
  .wrap-login100 {
    padding: 55px 15px 37px 15px;
  }
}



/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  pointer-events: none;

  font-family: Poppins-Regular;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f12a";
  font-family: FontAwesome;
  font-size: 16px;
  color: #c80000;

  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}


/*LOGIN FORM ENDS*/


/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media screen and (max-width: 900px) {
  .timeline ul li div {
    width: 250px;
  }
  .timeline ul li:nth-child(even) div {
    left: -289px;
    /*250+45-6*/
  }
}

@media screen and (max-width: 600px) {
  .timeline ul li {
    margin-left: 20px;
  }
  .timeline ul li div {
    width: calc(100vw - 91px);
  }
  .timeline ul li:nth-child(even) div {
    left: 45px;
  }
  .timeline ul li:nth-child(even) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #F45B69 transparent transparent;
  }
}


====================================================================
	Blog Section Style
====================================================================

***/

.blog-section{
	position:relative;
	padding:30px 0px 0px;
}

.blog-section .blog-post{
	position:relative;
	margin-bottom:7px;	
}

.blog-section .blog-post .image-box{
	position:relative;
	overflow:hidden;	
}

.blog-section .blog-post .image-wrap{
	position:relative;
	display:block;
}

.blog-section .blog-post .image-box img{
	display:block;
	width:100%;	
}

.blog-section .blog-post .image-wrap:before{
	content:'';
	background:url(../images/icons/icon-link.png) center center no-repeat;
	background-color:rgba(240,102,38,0.80) !important;
	z-index:5;
}

.blog-section .blog-post .image-box .post-options{
	position:absolute;
	right:-100px;
	bottom:0px;
	opacity:0;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}

.blog-section .blog-post .image-box.with-carousel .post-options{
	bottom:auto;
	top:0px;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;	
}

.blog-section .blog-post:hover .image-box .post-options{
	right:0px !important;
	opacity:1;	
}

.blog-section .blog-post .image-box .post-options .heart-icon{
	position:relative;
	display:inline-block;
	margin:15px 15px 15px 0px;
	width:40px;
	height:40px;
	text-align:center;
	line-height:40px;
	color:#ffffff;
	background:#f06626;
	font-size:14px;
	z-index:1;
}

.blog-section .blog-post .image-box .post-options .plus-icon{
	position:relative;
	display:inline-block;
	margin:0px 15px 15px 0px;
	width:40px;
	height:40px;
	text-align:center;
	line-height:40px;
	color:#ffffff;
	background:#f06626;
	font-size:14px;
	z-index:1;
}

.blog-section .blog-post:hover .heart-icon,
 .blog-section .blog-post:hover .plus-icon{
  -ms-animation-name: hvr-pulse;
  -moz-animation-name: hvr-pulse;
  -op-animation-name: hvr-pulse;
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -ms-animation-duration: 700ms;
  -moz-animation-duration: 700ms;
  -op-animation-duration: 700ms;
  -webkit-animation-duration: 700ms;
  animation-duration: 700ms;
  -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: 2;
  -moz-animation-iteration-count: 2;
  -op-animation-iteration-count: 2;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;	
}

.blog-section .blog-post .lower-part{
	position:relative;
	padding:20px 0px 20px 84px;	
}

.blog-section .blog-post .lower-part .text-right{
	text-align:left;	
}

.blog-section .blog-post .lower-part .post-date{
	position:absolute;
	left:0px;
	top:20px;
	width:70px;
	min-height:60px;
	line-height:36px;
	padding:5px 10px;
	text-align:center;
	font-size:36px;
	font-family:'Museo',sans-serif;
	border:2px solid #3d3d3d;		
}

.blog-section .blog-post .lower-part .month{
	position:relative;
	display:block;
	font-size:16px;
	line-height:20px;
	font-family:'Museo',sans-serif;	
}

.blog-section .blog-post h3{
	position:relative;
	margin-bottom:10px;
	font-size:17px;
	font-weight:600;	
}

.blog-section .blog-post h3 a{
	color:#3d3d3d;	
}

.blog-section .blog-post h3 a:hover{
	color:#f06626;	
}

.blog-section .blog-post .post-info{
	position:relative;
	margin-bottom:10px;	
}

.blog-section .blog-post .post-info a{
	color:#7f7f7f;
	font-style:italic;	
}

.blog-section .blog-post .post-info a:hover{
	color:#f06626;
}

.blog-section .blog-post .post-text{
	position:relative;
	margin-bottom:20px;	
}

.blog-section .blog-post .read-more{
	position:relative;
	color:#f06626;
}

.sidebar-page blockquote{
	font-size:15px;
	padding:15px 15px 15px 20px;
	background:#f1f1f1;
	border:1px solid #d0d0d0;
	border-left:5px solid #f06626;
	margin-bottom:20px;
	font-style:italic;
}

.sidebar-page .about-author{
	position:relative;
	padding:30px;
	border:1px solid #dddddd;
	margin-bottom:40px;	
}

.sidebar-page .about-author h3{
	margin-bottom:30px;
	font-size:20px;
}

.sidebar-page .about-author .author-info{
	margin-bottom:20px;	
}

.sidebar-page .about-author .author-info strong{
	font-weight:600;	
}

.sidebar-page .about-author .author-desc{
	position:relative;
	padding:10px 10px 10px 100px;
}

.sidebar-page .about-author .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:84px;
	height:84px;	
}

.sidebar-page .about-author .author-thumb img{
	width:100%;
	display:block;
}

/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page .comments-area{
	position:relative;	
}

.sidebar-page .comments-area .comment-box{
	position:relative;	
}

.sidebar-page .comments-area .comment{
	position:relative;
	margin:0px 0px 50px 0px;
	padding:0px 0px 10px 110px;	
}

.sidebar-page .comments-area .reply-comment{
	margin-left:50px;	
}

.sidebar-page .comments-area .comment-box .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:84px;
	height:84px;	
}

.sidebar-page .comments-area .comment-box .author-thumb img{
	width:100%;
	display:block;
}

.sidebar-page .comments-area .comment-info{
	margin-bottom:10px;
	color:#bcbcbc;	
}

.sidebar-page .comments-area .comment-box strong{
	color:#292929;
	font-weight:600;	
}

.sidebar-page .comments-area .reply-btn{
	position:absolute;
	right:0px;
	top:-10px;
	font-size:14px;
	padding:3px 20px;
	background:#f06626;
	border-color:#f06626;
	text-transform:capitalize;
}

/*** 

/*** 

====================================================================
	Theme Pagination Style
====================================================================

***/

.theme-pagination{
	position:relative;
	margin:0px 0px 40px;
}

.theme-pagination li{
	position:relative;
	display:inline-block;
	margin:0px 3px;	
}

.theme-pagination li a{
	position:relative;
	display:block;
	line-height:24px;
	padding:8px 13px;
	font-size:14px;
	min-width:40px;
	border:1px solid #222a33;
	background:#222a33;
	color:#ffffff;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}

.theme-pagination li a:hover,
.theme-pagination li a.active{
	color:#ffffff;
	background:#f06626;	
}

/*** 

====================================================================
	Image Carousel
====================================================================

 ***/

.image-carousel{
	position:relative;
}

.image-carousel .slide-item img{
	display:block;
	width:100%;
	height:auto;	
}

.image-carousel  .owl-dots{
	position:absolute;
	right:15px;
	bottom:5px;	
}

.image-carousel  .owl-dots .owl-dot.active span,
.image-carousel  .owl-dots .owl-dot:hover span{
	background:#e56e35;
}

.image-carousel  .owl-dots .owl-dot{
	margin:0px -3px !important;	
}

/*** 

====================================================================
	About Section Style
====================================================================

***/

.about-section{
	position:relative;
	background:rgba(236, 236, 236, 0.7);
	padding:0px 5px 5px;
}

.about-section .post{
	position:relative;
	margin-bottom:32px;	
}

.about-section .post .post-title{
	position:relative;
	font-size:17px;
	margin-bottom:24px;
	font-weight:500;
	padding:15px 0px 0px 70px;	
}

.about-section .post .icon{
	position:absolute;
	left:0px;
	top:8px;
	font-size:48px;
	color:#f06626;
	line-height:32px;
	width:70px;	
}

.about-section .post .inner{
	position:relative;
	max-width:540px;
	margin:0 0;
}

.about-section .post .text{
	position:relative;
	font-size:15px;
	color:#565656;
}

/*** 

====================================================================
	Featured Project Style
====================================================================

***/

====================================================================
	Price Plans Style
====================================================================

***/

.price-plans{
	position:relative;
	padding:30px 0px 0px;	
}

.price-plans .table-column{
	position:relative;
	margin-bottom:30px;
	padding:0px 15px;
	text-align:center;
}

.price-plans .table-inner{
	position:relative;
	border:1px solid #d0d0d0;
	background:#ffffff;
	padding:0px;
	width:100%;
	margin:0 auto;
	text-align:center;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.price-plans .table-inner:hover{
	border-color:#f06626;	
}

.price-plans .table-column .table-header{
	position:relative;
	margin-left:-1px;
	margin-right:-1px;
	padding:15px 10px;
	background-color:#f06626;	
}

.price-plans .style-two .table-header{
	background:#bf271a;	
}

.price-plans .style-three .table-header{
	background:#222a33;	
}

.price-plans .style-four .table-header{
	background:#57b22f;	
}

.price-plans .table-column .table-header h3{
	font-size:16px;
	line-height:1.8em;
	text-transform:uppercase;
	color:#ffffff;
	font-family:'Museo',sans-serif;	
}

.price-plans .price-column{
	position:relative;
	padding:20px 15px 10px;
}

.price-plans .price .amount{
	position:relative;
	display:block;
	font-size:70px;
	font-weight:700;
	text-align:center;
	line-height:1.2em;
	margin-bottom:0px;
	color:#1e262e;
}

.price-plans .price .amount sup{
	top:-30px;
	font-size:24px;
	color:#f06626;
	padding-right:10px;
	font-weight:400;	
}

.price-plans .style-two .price .amount sup{
	color:#bf271a;	
}

.price-plans .style-three .price .amount sup{
	color:#222a33;	
}

.price-plans .style-four .price .amount sup{
	color:#57b22f;	
}

.price-plans .price .amount sub{
	font-size:14px;
	text-transform:uppercase;
	color:#acacac;
	font-weight:400;
}

.price-plans .price p{
	color:#8f8f8f;
	font-size:14px;
	margin-bottom:0px;
	text-transform:uppercase;
}

.price-plans .line{
	width:50px;
	height:5px;
	background:#f06626;
	margin:0 auto 30px;	
}

.price-plans .style-two .line{
	background:#bf271a;	
}

.price-plans .style-three .line{
	background:#222a33;	
}

.price-plans .style-four .line{
	background:#57b22f;	
}

.price-plans .list{
	position:relative;
	padding:0px 0px 20px;
	border-top:1px dashed #d0d0d0;
}

.price-plans .list h3{
	font-size:18px;
	margin-bottom:10px;	
}

.price-plans .list li{
	position:relative;
	margin-bottom:0px;
	line-height:30px;
	padding:7px 0px;
	color:#7f7f7f;
	border-bottom:1px dashed #d0d0d0;
}

.price-plans .signup{
	position:relative;
	display:inline-block;
	width:auto;
	font-size:13px;
	text-transform:capitalize;
	line-height:24px;
	padding:5px 20px;
	margin-bottom:30px;
	color:#ffffff;
	background:#f06626;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.price-plans .style-two .signup{
	background:#bf271a;	
}

.price-plans .style-three .signup{
	background:#222a33;	
}

.price-plans .style-four .signup{
	background:#57b22f;	
}

.price-plans .signup .icon{
	position:relative;
	padding-left:14px;
	top:1px;
	font-size:14px;	
}

.price-plans .signup:before{
	background-color:#222a33;	
}

/*** 

====================================================================
	Breadcrumb Style
====================================================================

***/

.bread-crumb{
	position:relative;
	padding:10px 0px;
	color:#8c8c8c;
	border-bottom:1px solid #d0d0d0;
}

.bread-crumb a,
.bread-crumb .fa{
	position:relative;
	color:#f06626;	
}

/*** 

====================================================================
	Tabs Section style
====================================================================

***/

.tabs-section{
	position:relative;
	padding:30px 0px 0px;
	background:#ffffff;
}

.tabs-box .buttons-side{
	position:relative;
	float:right !important;
	margin-bottom:30px;
}

.tabs-box .tab-buttons{
	position:relative;	
}

.tabs-box .tab-buttons li{
	position:relative;
	margin-bottom:20px;	
}

.tabs-box .tab-buttons .tab-btn {
	position:relative;
	display:block;
	border:1px solid #d0d0d0;
	padding:10px 15px 10px 60px;
	line-height:30px;
	font-size:14px;
	color:#3d3d3d;
	font-weight:500;
}

.tabs-box .tab-buttons .tab-btn *{
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;	
}

.tabs-box .tab-buttons .tab-btn.active-btn,
.tabs-box .tab-buttons .tab-btn:hover{
	background:#c52719;
	color:#ffffff;
	border-color:#c52719;	
}

.tabs-box .tab-buttons .tab-btn .icon{
	position:absolute;
	left:20px;
	top:10px;
	width:50px;
	height:30px;
	color:#fb4848;
	font-size:24px;	
}

.tabs-box .tab-buttons .tab-btn.active-btn .icon,
.tabs-box .tab-buttons .tab-btn:hover .icon{
	color:#ffffff;	
}

.tabs-section .tab-buttons .tab-btn h4{
	font-size:14px;
	line-height:30px;
	margin:0px !important;
}

.tabs-box .tab-buttons .tab-btn p{
	font-size:14px;
	color:#a7a7a7;
	margin-bottom:0px;
}

.tabs-box .tab-buttons .tab-btn.active-btn p,
.tabs-box .tab-buttons .tab-btn:hover p{
	color:#ffffff;	
}

.tabs-box .tabs-content{
	position:relative;
	float:left !important;
}

.tabs-box .sec-title{
	position:relative;
	margin-bottom:20px;	
}

.tabs-box .read-more{
	position:relative;
	font-size:14px;
	margin-bottom:10px;
}

.tabs-box .tab .text{
	position:relative;
	margin-bottom:30px;
	line-height:1.8em;
	color:#565656;
}

.tabs-box .tab .list{
	position:relative;
	margin-bottom:30px;
	line-height:1.5em;
}

.tabs-box .tab .list ul li{
	position:relative;
	line-height:30px;
	padding-left:30px;
	margin-bottom:15px;
}

.tabs-box .tab .list ul li:before{
	font-family: 'FontAwesome';
	content: "\f00c";
	position:absolute;
	left:0px;
	top:0px;
	width:20px;
	height:30px;
	line-height:30px;
	padding-right:15px;
	font-size:18px;
	color:#fb4848;	
}

.tabs-box .tab{
	position:relative;
	display:none;
	left:20px;
	transition:all 500ms ease-out;
	-webkit-transition:all 500ms ease-out;
	-ms-transition:all 500ms ease-out;
	-o-transition:all 500ms ease-out;
	-moz-transition:all 500ms ease-out;	
}

.tabs-box .tab.active-tab{
	display:block;
	left:0px;	
}

/*** 

====================================================================
	Two Column Fluid
====================================================================

***/

.two-column-fluid{
	position:relative;
	padding:0px;
	background:#ffffff;
	min-height:250px;
}

.two-column-fluid .column{
	position:relative;
	display:block;
	float:left;
	width:50%;
	color:#ffffff;
}

.two-column-fluid .column-inner{
	position:relative;
	padding:40px 50px;
	z-index:1;	
}

.two-column-fluid .column-inner h3{
	font-size:24px;
	font-weight:500;
	margin-bottom:10px;	
}

.two-column-fluid .column-inner h4{
	font-size:18px;
	font-weight:400;
	margin-bottom:20px;	
}

.two-column-fluid .column-inner .text{
	margin-bottom:20px;	
}

.two-column-fluid .column .pattern-layer{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;	
}

.two-column-fluid .content-column{
	background:#f06626;
	min-height:250px;	
}

.two-column-fluid .content-column .pattern-layer{
	background:url(../images/icons/map-pattern.png) center center no-repeat;
}

.two-column-fluid .image-side{
	position:absolute;
	right:0px;
	top:0px;
	width:50%;
	height:100%;
	min-height:100%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}

/*** 

====================================================================
	Experience Section Style
====================================================================

***/

.experience-section{
	position:relative;
	background:#ffffff;
	padding:30px 0px 0px;
}

.experience-section .post{
	position:relative;
	margin-bottom:40px;	
}

.experience-section .post .inner{
	position:relative;
	padding:0px 0px 0px 90px;	
}

.experience-section .post .post-title{
	position:relative;
	font-size:17px;
	margin-bottom:10px;
	font-weight:600;
	padding:15px 0px 0px 0px;	
}

.experience-section .post .icon{
	position:absolute;
	left:0px;
	top:8px;
	font-size:18px;
	line-height:42px;
	width:72px;
}

.experience-section .post .icon-text{
	position:absolute;
	left:0px;
	top:0px;
	padding:15px 0px;
	text-align:center;
	width:100%;
	font-family:'Museo',sans-serif;	
}

.experience-section .post .inner{
	position:relative;
	max-width:540px;
	margin:0 0;
}

.experience-section .post .text{
	position:relative;
	font-size:15px;
	color:#565656;
}


/*** 

====================================================================
	Side Bar Style
====================================================================

 ***/
.sidebar-page .sidebar{
	position:relative;
	padding:40px 0px 0px;	
}

.sidebar .widget{
	position:relative;
	margin-bottom:30px;
}

.sidebar .search-form input[type="search"],
.sidebar .search-form input[type="text"]{
	position:relative;
	width:100%;
	line-height:24px;
	padding:8px 42px 8px 15px;
	border:1px solid #d0d0d0;
	background:#ffffff;
	color:#3d3d3d;
	height:42px;
	font-size:14px;
	color:#292929;
}

.sidebar .search-form input[type="search"]:focus,
.sidebar .search-form input[type="text"]:focus{
	border-color:#36404b;	
}

.sidebar .search-form .form-group{
	position:relative;	
}

.sidebar .search-form button{
	position:absolute;
	right:1px;
	top:1px;
	line-height:24px;
	display:block;
	width:40px;
	height:40px;
	padding:7px 10px 8px;
	text-align:center;
	font-size:16px;
	color:#cccccc;
	background:none;	
}

.sidebar .search-form button:hover{
	color:#36404b;	
}

.sidebar .sec-title{
	margin-bottom:24px;	
}

.sidebar .recent-posts .post{
	position:relative;
	font-size:14px;
	margin-bottom:30px;
	min-height:60px;
	padding:0px 0px 0px 80px;
	color:#7f7f7f;
}

.sidebar .recent-posts .post .post-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:60px;
	height:60px;	
}

.sidebar .recent-posts .post .post-thumb img{
	width:100%;
	display:block;	
}

.sidebar .recent-posts .post h4{
	font-size:16px;
	font-weight:600;
	margin:5px 0px 10px;
	color:#292929;	
}

.sidebar .recent-posts .post a,
.sidebar .recent-posts .post a:hover{
	color:#fb4848;	
}

.sidebar .recent-posts .post h4 a{
	color:#292929;	
}

.sidebar .recent-posts .post .fa{
	font-size:18px;	
}

.sidebar-page .contact-info{
	position:relative;
	font-size:14px;
	margin-bottom:30px;
}

.sidebar-page .contact-info .text{
	position:relative;
	font-size:13px;
	font-family:'Open Sans',sans-serif;
	margin-bottom:10px;
	color:#7f7f7f;
}

.sidebar-page .contact-info li{
	position:relative;
	margin-bottom:8px;
	line-height:1.8em;
	color:#7f7f7f;	
}

.sidebar-page .contact-info li strong{
	position:relative;
	padding-right:10px;
	font-weight:600;
	color:#292929;	
}

.sidebar-page .contact-info a{
	color:#f17338;
	transition:all 300ms ease-in;
	-webkit-transition:all 300ms ease-in;
	-ms-transition:all 300ms ease-in;
	-o-transition:all 300ms ease-in;
	-moz-transition:all 300ms ease-in;	
}

.sidebar-page .contact-info a:hover{
	color:#3d3d3d;	
}

.sidebar .popular-tags a{
	position:relative;
	display:inline-block;
	line-height:20px;
	padding:4px 10px 5px;
	background:#222a33;
	color:#ffffff;
	margin:0px 2px 7px 0px;
	text-transform:none;
	font-size:12px;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.sidebar .popular-tags a:hover{
	background-color:#f06626;
	color:#ffffff;	
}

.sidebar .twitter-feeds .feed{
	position:relative;
	padding:0px 0px 0px 30px;
	margin-bottom:20px;
}

.sidebar .twitter-feeds .feed a{
	position:relative;
	color:#f06626;
}

.sidebar .twitter-feeds .feed .time{
	position:relative;
	color:#dddddd;
	font-size:12px;
	text-transform:uppercase;
}

.sidebar .twitter-feeds .feed strong{
	font-weight:400;	
}

.sidebar .twitter-feeds .feed .icon{
	position:absolute;
	width:30px;
	height:20px;
	left:0px;
	top:3px;
	line-height:20px;
	font-size:16px;
	color:#f06626;	
}

.sidebar .list{
	position:relative;
}

.sidebar .list li{
	position:relative;
	margin-bottom:10px;
	line-height:32px;
	padding:0px 0px 0px 40px;	
}

.sidebar .list li .icon{
	position:absolute;
	left:0px;
	top:0px;
	width:40px;
	height:32px;
	line-height:32px;
	display:block;
	color:#c52719;
	font-size:18px;
}

.sidebar .list li a{
	position:relative;
	display:block;
	color:#3d3d3d;
	font-size:14px;
	font-weight:600;
}

.sidebar .list li a:hover{
	color:#c52719;	
}


/**
* Faq Page Styles.
**/

.faq .faq-content .faq-text p {
    color: #8e8d8d;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 50px;
}
.faq .faq-content .faq-search {
    background: #f9f9f9 none repeat scroll 0 0;
    padding: 20px;
}
.faq .faq-content .faq-search input[type=text] {
    border: 1px solid #e9e9e9;
    color: #cccccc;
    font-size: 14px;
    padding: 10px 20px;
    width: 79%;
}
.faq .faq-content .faq-search input[type=button] {
    background: #F38551 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-left: -4px;
    padding: 10px 40px;
    text-transform: uppercase;
}
.faq .faq-content .general-question {
    margin-top: 50px;
}
.general-question .panel-group .panel {
    border-radius: 0;
    margin-top: 15px;
}
.general-question .panel-group .panel-default > .panel-heading {
    border-color: #e9e9e9;
    background-color: #ffffff;
}
.general-question .panel-group .panel-default .panel-title {
    color: #8e8d8d;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 0;
}
.general-question .panel-group .panel-default .panel-title a {
    display: block;
    position: relative;
}
.general-question .panel-group .panel-default .panel-title a:after {
    content: "\f106";
    font-family: fontawesome;
    background: #f9f9f9 none repeat scroll 0 0;
    border-left: 1px solid #e9e9e9;
    color: #7d7d7d;
    font-size: 24px;
    padding: 9px 15px;
    position: absolute;
    right: -15px;
    top: -15px;
}
.general-question .panel-group .panel-default .panel-title a.collapsed:after {
    content: "\f107";
    font-family: fontawesome;
    background: #f9f9f9 none repeat scroll 0 0;
    border-left: 1px solid #e9e9e9;
    color: #7d7d7d;
    font-size: 24px;
    padding: 9px 15px;
    position: absolute;
    right: -15px;
    top: -15px;
}
.general-question .panel-body {
    padding: 25px 15px 30px;
}
#blog-post article .general-question .panel-body .panel_body_up h2 {
    color: #F38551;
    font-size: 24px;
    font-weight: 300;
    padding: 10px 0;
}
.general-question .panel-body .panel_body_up p {
    color: #8e8d8d;
    font-size: 14px;
    font-weight: 500;
}
.general-question .panel-body .panel_body_down .panel_down_img {
    float: left;
}
.general-question .panel-body .panel_body_down .panel_down_text {
    color: #8e8d8d;
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
    padding-left: 15px;
}


/** 
* Testimonials Version 1 Styles.
**/

#testimonials {
	padding: 80px 0;
    background: #F5F4F4;
}
#testimonials .single-testimonial {
    background: #fff;
}
#testimonials .single-testimonial .profile-info {
    padding: 15px 0px 15px 15px;
}
#testimonials .single-testimonial .profile-info img {
    position: relative;
    bottom: 30px;
}
#testimonials .single-testimonial .profile-info h2 {
    font-size: 14px;
    line-height: 26px;
    color: #312F3E;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    margin-top: -10px;
}
#testimonials .single-testimonial .content {
    width: 61%;
    padding-top: 20px;
    padding-right: 25px;
    border-top: 2px solid #F38551;
    padding-left: 20px;
}
#testimonials .single-testimonial .content p {
    font-size: 14px;
    line-height: 26px;
    color: #8e8d8d;
    font-weight: 600;
    margin-bottom: 0;
}
#testimonials .single-testimonial:before {
    background: #F38551;
}
#testimonials .single-testimonial .content .fa {
    font-size: 19px;
    margin-right: 10px;
    color: #51B7E3;
}
#testimonials .single-testimonial:hover .fa,
#testimonials .single-testimonial:hover h2,
#testimonials .single-testimonial:hover p {
    color: #fff;
}

#testimonials.testimonials_v1 {
	padding: 50px 0;
}
#testimonials.testimonials_v1 .testimonials_v1_content {
    background-color: #f5f4f4;
    margin-left: -15px;
    margin-right: 15px;
    padding: 0 25px;
}
#testimonials.testimonials_v1 .testimonials_v1_content {
    padding: 50px 20px;
}
#testimonials.testimonials_v1 .testimonials_v1_content .single-testimoinal-wrap {
    margin-bottom: 50px;
}
#testimonials.testimonials_v1 .testimonials_v1_content .single-testimoinal-wrap:last-child {
    margin-bottom: 0;
}
#testimonials.testimonials_v1 .testimonials_v1_content .single-testimoinal-wrap .single-testimonial .content {
    width: 83%;
}


/** 
* Testimonials Version 2 Styles.
**/

.testimonials_v2 {
	padding: 80px 0;
}
.testimonials_v2 .testimonials_v2_content {
    background-color: #fff;
    margin-left: -15px;
    margin-right: 15px;
    padding: 0 25px;
}
.testimonials_v2 #testimonials.testimonials_v2_content {
    padding: 0;
    background: #fff;
}
.testimonials_v2 #testimonials.testimonials_v2_content .single-testimoinal-wrap {
    margin-bottom: 50px;
}
.testimonials_v2 #testimonials.testimonials_v2_content .single-testimoinal-wrap .single-testimonial .content {
    width: 74%;
    margin-bottom: 19px;
}
.testimonials_v2 #testimonials.testimonials_v2_content .single-testimoinal-wrap .single-testimonial {
    background: #F7F7F7;
}

/**

/**
/**
* Projects Version one Styles.
**/

#project-version-one {
    padding: 80px 0;
}
#project-version-one .gallery-filter {
    margin-bottom: 50px;
    text-align: center;
    border-bottom: 1px solid #E2E2E2;
}
#project-version-one .gallery-filter li {
    display: inline;
}
#project-version-one .gallery-filter li span {
    display: inline-block;
    font-size: 13px;
    line-height: 45px;
    color: #787878;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0 20px;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
#project-version-one .gallery-filter li.active span:before {
    content: ' ';
    display: block;
    width: 100%;
    height: 2px;
    background: #F38551;
    position: absolute;
    bottom: -1px;
    left: 0;
}
#project-version-one .gallery-filter li.active span,
#project-version-one .gallery-filter li:hover span {
    color: #F38551;
}
#project-version-one .single-project-item {
    margin-bottom: 20px;
    display: none;
    padding: 0 10px;
}
#project-version-one .single-project-item .img-wrap {
    position: relative;
}
#project-version-one .single-project-item .img-wrap img {
	width: 100%;
}
#project-version-one .single-project-item .img-wrap .content-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: transparent;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
#project-version-one .single-project-item .img-wrap .content-wrap:before {
    background: rgba(0, 0, 0, .55);
}
#project-version-one .single-project-item:hover .img-wrap .content-wrap {
    opacity: 1;
    filter: alpha(opacity=100);
}
#project-version-one .single-project-item .img-wrap .content-wrap .border {
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
}
#project-version-one .single-project-item .img-wrap .content-wrap h4 {
    color: #fff;
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}
#project-version-one .single-project-item .img-wrap .content-wrap span {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 22px;
    text-transform: capitalize;
    font-weight: 600;
    text-align: center;
}
#project-version-one .single-project-item .img-wrap .content-wrap .content {
    position: relative;
    top: 45%;
}


/**
* Projects Version Two Styles.
**/

#project-version-two {
    padding: 80px 0 130px;
}
#project-version-two .gallery-filter {
    margin-bottom: 50px;
    text-align: center;
    border-bottom: 1px solid #E2E2E2;
}
#project-version-two .gallery-filter li {
    display: inline;
}
#project-version-two .gallery-filter li span {
    display: inline-block;
    font-size: 13px;
    line-height: 45px;
    color: #787878;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0 20px;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
#project-version-two .gallery-filter li.active span:before {
    content: ' ';
    display: block;
    width: 100%;
    height: 2px;
    background: #F38551;
    position: absolute;
    bottom: -1px;
    left: 0;
}
#project-version-two .gallery-filter li.active span,
#project-version-two .gallery-filter li:hover span {
    color: #F38551;
}
#project-version-two .masonary-gallery {
    position: relative;
    padding: 0;
}
#project-version-two .masonary-item {
    position: relative;
    float: left;
    overflow: hidden;
    width: 25%;
    height: 250px;
    margin-bottom: 15px;
    padding: 0 8px;
}
#project-version-two .masonary-item.width-1 {
    width: 25%;
}
#project-version-two .masonary-item.width-2 {
    width: 50%;
}
#project-version-two .masonary-item.height-1 {
    height: 513px;
}
#project-version-two .masonary-item img {
    width: 100%;
    height: 100%;
}
#project-version-two .masonary-item .img-wrap {
    position: relative;
}
#project-version-two .masonary-item .img-wrap .content-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    cursor: pointer;
    background: rgba(0, 0, 0, .55);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
#project-version-two .masonary-item:hover .img-wrap .content-wrap {
    opacity: 1;
    filter: alpha(opacity=100);
}
#project-version-two .masonary-item .img-wrap .content-wrap .border {
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
}
#project-version-two .masonary-item .img-wrap .content-wrap h4 {
    color: #fff;
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}
#project-version-two .masonary-item .img-wrap .content-wrap span {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 22px;
    text-transform: capitalize;
    font-weight: 600;
    text-align: center;
}
#project-version-two .masonary-item .img-wrap .content-wrap .content {
    position: relative;
    top: 45%;
}

/**
* Project Version 3 Styles.
**/

#project-version-one .single-project-item.col-lg-3 {
    margin-bottom: 0px;
    display: none;
    padding: 0 0px;
}
#project-version-one .single-project-item.col-lg-3 img {
    width: 100%;
    height: 100%;
}


#project-version-one.project-v3 {
    background: orange;    
}
#project-version-one .two-col-gallery img {
    width: 100%;
}
#project-version-one .two-col-gallery .content {
    text-align: center;
    background: #fff;
    padding: 20px 0;
    display: block;
}
#project-version-one .two-col-gallery .content h4 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    line-height: 22px;
    margin: 0;
    color: #787878;
}
#project-version-one .two-col-gallery .content span {
    font-size: 14px;
    text-transform: capitalize;
    color: #787878;
    font-weight: 600;
}
#project-version-one .two-col-gallery .single-project-item:hover .content h4 {
    color: #fff;
}
#project-version-one .two-col-gallery .single-project-item:hover .content span {
    color: #fff;
}
#project-version-one .two-col-gallery .single-project-item .overlay {
    position: relative;
}
#project-version-one .two-col-gallery .single-project-item .overlay:before {
    content: ' ';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 0%;
    background: rgba(0,0,0,.60);
    z-index: 1;
    transition: all .3s ease;
}
#project-version-one .two-col-gallery .single-project-item .overlay:after {
    content: ' ';
    width: auto;
    height: auto;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    border: 1px solid #808080;
    z-index: 2;
    visibility: hidden;
}
#project-version-one .two-col-gallery .single-project-item:hover .overlay:before {
    height: 100%;
}
#project-version-one .two-col-gallery .single-project-item:hover .overlay:after {
    visibility: visible;
}
#project-version-one .two-col-gallery .single-project-item .content:before {
    background: #F38551;
}
#project-version-one .two-col-gallery .single-project-item:hover .content:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/**
* Project gallery version 4 Styles.
**/
#project-version-one .normal-gallery.gallery-v4 .single-project-item {
	padding: 0;
	margin: 0;
}
#project-version-one .normal-gallery.gallery-v4 .single-project-item:hover {
    background: #fff;
}
#project-version-one .normal-gallery.gallery-v4 .single-project-item img {
    transition: all .3s ease;
}
#project-version-one .normal-gallery.gallery-v4 .single-project-item:hover img {
    opacity: 0;
}
#project-version-one .normal-gallery.gallery-v4 .single-project-item .img-wrap .content-wrap {
    width: auto;
    height: auto;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;

}





/**

/**
* Become a volunteer page Styles.
**/

.become-a-volunteer {
	padding: 50px 0;
}
.become-a-volunteer .col-lg-3 .box-radius {
	width: 125px;
	height: 125px;
	border-radius: 50%;
	text-align: center;
	background: #E26023;
	margin: auto;
	margin-bottom: 25px;
}
.become-a-volunteer .col-lg-3 .box-radius span {
	font-size: 26px;
	line-height: 125px;
	color: #fff;
	text-transform: capitalize;
}
.become-a-volunteer .process {
	background:  url(../images/resource/dotted-line.png) -1px -13px no-repeat;
}
.become-a-volunteer .col-lg-3 h3 {
    font-size: 17px;
	font-weight: 600;
	margin-bottom: 15px;
	color: #3D3D3D;
	text-transform: capitalize;
}
.become-a-volunteer a.join-us {
	position: relative;
	display: inline-block;
	border: 2px solid #BC2B1D;
	color: #BC2B1D;
	font-size: 14px;
	line-height: 24px;
	padding: 5px 40px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Open Sans',sans-serif;
	margin-top: 25px;
	transition: all .3s ease;
}
.become-a-volunteer a.join-us:hover {
	background: #BC2B1D;
	
	color: #fff;
}
.become-a-volunteer .col-lg-3:hover .hvr-pulse {
	-webkit-animation-name: hvr-pulse;
	animation-name: hvr-pulse;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}


/**
* Event Styles.
**/


.schedule-section{
	position:relative;
	padding:60px 0px 80px;
	background:#ffffff;
}

.download-btn{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:10px 25px 8px;
	margin-bottom:20px;
	border:2px solid #a0a0a0;
	color:#a6a6a6;
	font-size:14px;
	font-family:'Montserrat',sans-serif;
	text-transform:uppercase;
}

.download-btn .fa{
	padding-right:20px;
	font-size:20px;
}

.download-btn:hover{
	color:#ffffff;
	background:#fc5a1b;
	border-color:#fc5a1b;
}

.schedule-box{
	position:relative;
	border:1px solid #dadada;	
}

.schedule-box .tab-buttons{
	position:relative;
	width:100%;
	display:table;
}

.style-two .schedule-box .tab-buttons{
	display:block;
	float:left;
	width:18%;	
}

.schedule-box .tab-buttons .tab-btn{
	position:relative;
	display:table-cell;
	text-align:center;
	background:#ffffff;
	color:#fc5a1b;
	line-height:1.4em;
	padding:20px 10px;
	border-bottom:1px solid #dadada;
	border-right:1px solid #dadada;
	font-family:'Lato',sans-serif;
	cursor:pointer;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;	
} 

.style-two .schedule-box .tab-buttons .tab-btn{
	display:block;
}

.schedule-box .tab-buttons .tab-btn:last-child{
	border-right:none;	
}

.style-two .schedule-box .tab-buttons .tab-btn:last-child{
	border-bottom:none;
	border-right:1px solid #dadada;
}

.schedule-box .tab-buttons .tab-btn.active,
.schedule-box .tab-buttons .tab-btn:hover{
	border-color:#fc5a1b;
	background:#fc5a1b;
	color:#ffffff;
}

.style-two .schedule-box .tab-buttons .tab-btn.active,
.style-two .schedule-box .tab-buttons .tab-btn:hover{
	border-bottom-color:#ffffff;
}

.schedule-box .tab-buttons .tab-btn .day{
	display:block;
	text-transform:capitalize;
	font-size:22px;
	margin-bottom:7px;
}

.schedule-box .tab-buttons .tab-btn .date{
	display:block;
	font-size:15px;	
}

.schedule-box .tab-buttons .tab-btn .curve{
	position:absolute;
	display:block;
	width:100%;
	left:0px;
	bottom:0px;
	background:none;
	text-align:center;
	opacity:0;
}

.style-two .schedule-box .tab-buttons .tab-btn .curve{
	width:20px;
	height:100%;
	bottom:auto;
	left:auto;
	right:0px;
	top:0px;
}

.schedule-box .tab-buttons .tab-btn.active .curve,
.schedule-box .tab-buttons .tab-btn:hover .curve{
	bottom:-19px;
	opacity:1;
	transition:all 300ms ease 200ms;
	-webkit-transition:all 300ms ease 200ms;
	-ms-transition:all 300ms ease 200ms;
	-o-transition:all 300ms ease 200ms;
	-moz-transition:all 300ms ease 200ms;	
}

.style-two .schedule-box .tab-buttons .tab-btn.active .curve,
.style-two .schedule-box .tab-buttons .tab-btn:hover .curve{
	bottom:auto;
	right:-17px;
}

.schedule-box .tab-buttons .tab-btn .curve:after{
	content:'';
	display:inline-block;
	width:0px;
	height:0px;
	border:7px solid transparent;
	border-top-color:#fc5a1b;	
}

.style-two .schedule-box .tab-buttons .tab-btn .curve:after{
	content:'';
	position:absolute;
	right:3px;
	top:25px;
	display:inline-block;
	width:0px;
	height:0px;
	border:7px solid transparent;
	border-left-color:#fc5a1b;	
}

.schedule-box .tabs-box{
	position:relative;
}

.style-two .schedule-box .tabs-box{
	float:left;
	width:82%;	
}

.schedule-box .tab{
	position:relative;
	padding:40px 20px;
	display:none;	
}

.style-two .schedule-box .tab{
	padding-bottom:10px;	
}

.schedule-box .tab.current{
	display:block;	
}

.schedule-box .hour-box{
	position:relative;
	padding-left:150px;
	font-size:16px;
	color:#7f7f7f;
	padding-bottom:20px;
	overflow:hidden;
}

.schedule-box .hour-box:before{
	content:'';
	position:absolute;
	left:111px;
	top:24px;
	width:2px;
	height:100%;
	background:#d2d2d2;
}

.schedule-box .hour-box.active-box:before{
	background:#fc5a1b;
}

.schedule-box .hour-box:last-child:before{
	display:none;
}

.schedule-box .hour-box .hour{
	position:absolute;
	left:0px;
	top:0px;
	width:100px;
	line-height:2em;
	color:#7f7f7f;	
}

.schedule-box .hour-box .circle{
	position:absolute;
	left:100px;
	top:0px;
	width:24px;
	height:24px;
	border:2px solid #d2d2d2;
}

.schedule-box .hour-box.active-box .circle{
	border-color:#fc5a1b;
}

.schedule-box .hour-box .toggle-btn{
	position:relative;
	top:-4px;
	margin-bottom:5px;
	cursor:pointer;
}

.schedule-box .hour-box .toggle-btn h3{
	position:relative;
	display:inline-block;
	font-size:18px;
	padding-right:30px;
	color:#292929;
}

.schedule-box .hour-box .toggle-btn h3:after{
	font-family: 'FontAwesome';
	content:'\f107';
	position:absolute;
	right:0px;
	top:0px;
	width:30px;
	height:30px;
	display:block;
	color:#fc5a1b;
	line-height:28px;
	font-size:24px;
	text-align:right;
	z-index:5;	
}

.schedule-box .hour-box .toggle-btn.active h3:after{
	content:'\f106';	
}

.schedule-box .hour-box .content-box{
	position:relative;
	padding-right:20px;
	display:none;	
}

.schedule-box .hour-box .content-box.collapsed{
	display:block;	
}

.schedule-box .hour-box .content-box .professional{
	position:relative;	
}

.schedule-box .hour-box .professional .info{
	position:relative;
	padding-left:110px;
	padding-top:10px;
	min-height:50px;
	margin-bottom:20px;
}

.schedule-box .hour-box .professional .info .image{
	position:absolute;
	left:15px;
	top:0px;
	width:72px;
	height:72px;
	border:1px solid #d0d0d0;
	overflow:hidden;
}

.schedule-box .hour-box .professional .info .image img{
	display:block;
	width:100%;	
}

.schedule-box .hour-box .professional .info .prof-title{
	font-size:18px;
	margin-bottom:7px;
	color:#292929;
	font-weight:500;
}

.schedule-box .hour-box .professional .info .prof-occup{
	font-size:15px;
	color:#fc5a1b;
}

.schedule-box .hour-box .theme-btn{
	background:#fc5a1b;
	margin:15px 5px 5px;
}

.theme-btn.dull,
.schedule-box .hour-box .theme-btn.dull{
	background:#d2d2d2;	
}

.schedule-box .hour-box .theme-btn:before{
	background:#292929;	
}

.single-event .team-member .column-inner {
	border-width: 1px;
	border-color: #d0d0d0;
}


/**
* Donation from Styles.
**/

#contact-form.donation-form .form-group-inner.radio {
	border: none;
}
#contact-form.donation-form .form-group-inner input[type="radio"] {
	display: inline-block;
    margin: 0;
    position: static;
    vertical-align: middle;
    margin-right: 5px;
    margin-left: 10px;
}