/* CSS crunched with Crunch - http://crunchapp.net/ */
@import 'https://fonts.googleapis.com/css?family=Raleway:400,500,700|Source+Sans+Pro:300,400,500,400i,600,700';
@import 'https://fonts.googleapis.com/css?family=Montserrat:400,700';
/**
 * File: styles.css
 * Description : Contains all necessary styling for the Charity :: Dynamism :: Multipurpose Non Profit Landing Page Template
 * Author: CodeEcstasy
 * URL: http://www.codeecstasy.com
 * Project: Charity :: Dynamism :: Multipurpose Non Profit Landing Page Template
 **/
/*========================================================================*/
/*   TABLE OF CONTENT
/*========================================================================*/
/*
/*      01. GENERAL STYLING
/*      02. HEADER
/*      03. MAIN NAVIGATION MENU
/*      04. HOME PAGE
/*      05.FOOTER
/*      06. RESPONSIVE STYLING
/*
/*========================================================================*/
/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
/* Remove margins for navigation lists */
nav ul,
nav li {
  margin: 0;
  list-style: none;
  list-style-image: none;
}
small {
  font-size: 85%;
}
strong,
th {
  font-weight: bold;
}
td {
  vertical-align: top;
}
textarea {
  overflow: auto;
}
/* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */
/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css ; */
input[type="radio"] {
  vertical-align: text-bottom;
}
input[type="checkbox"] {
  vertical-align: bottom;
}
.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}
.ie6 input {
  vertical-align: text-bottom;
}
/* Webkit browsers add a 2px margin outside the chrome of form elements */
button,
input,
select,
textarea {
  margin: 0;
}
/***********************************************************************************************/
/* 01. GENERAL STYLING  */
/***********************************************************************************************/
body {
  font: 16px/28px 'Source Sans Pro', sans-serif;
  color: #888888;
  font-style: normal;
  font-weight: 400;
  position: relative;
}
img {
  max-width: 100%;
}
a {
  color: #F44407;
  text-decoration: none;
  line-height: 24px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a:hover,
a:focus {
  color: #C93907;
  text-decoration: none;
}
blockquote {
  font: 'Source Sans Pro', sans-serif;
  color: #626262;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #666666;
  line-height: 36px;
  margin: 0 0 16px 0;
}
h1 {
  font-size: 56px;
}
h2 {
  font-size: 48px;
}
h2 + p {
  margin-top: 12px;
}
h3 {
  font-size: 36px;
}
h3 + p {
  margin-top: 12px;
}
h4 {
  font-size: 24px;
}
h4 + p {
  margin-top: 12px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 16px;
}
* + p {
  margin-top: 12px;
}
p {
  line-height: 24px;
  margin: 0 0 12px;
  padding: 0;
}
ul,
li {
  list-style-type: none;
}
input[type=text],
input[type=password],
input[type=submit],
input[type=button],
textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
input[type=text]:focus,
input[type=password]:focus,
input[type=submit]:focus,
input[type=button]:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
strong {
  font-weight: 600;
}
#preloader {
  background: none repeat scroll 0 0 #fff;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999;
}
#preloader span {
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  position: absolute;
  top: 50%;
}
#backTop {
  width: 16px;
  height: 16px;
  padding: 10px;
  border-radius: 0px;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 999999999;
  display: none;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
#backTop:hover {
  opacity: 1;
}
#backTop:after {
  position: absolute;
  content: '-';
  width: 16px;
  height: 16px;
  text-align: center;
  top: 0;
  left: 0;
  color: #FFF;
}
#backTop.custom {
  background-color: #F44407;
  background-image: url('../images/uparr-48-b.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: 0px solid #FD6008;
  -webkit-transition: 0.2s 0.2s ease-out;
  -moz-transition: 0.2s 0.2s ease-out;
  -o-transition: 0.2s 0.2s ease-out;
  transition: 0.2s 0.2s ease-out;
}
#backTop.custom:hover {
  background-color: #ffffff;
  border: 0px solid #C93907;
}
.text-bold {
  font-weight: bold;
}
.capitalize {
  text-transform: capitalize;
}
.uppercase {
  text-transform: uppercase;
}
.alert,
.progress,
.pre {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.margin-top-5 {
  margin-top: 5px;
}
.margin-top-11 {
  margin-top: 11px;
}
.margin-bottom-5 {
  margin-bottom: 5px;
}
.margin-bottom-11 {
  margin-bottom: 11px;
}
.padding-left-0 {
  padding-left: 0px;
}
.padding-right-0 {
  padding-right: 0px;
}
.padding-right-5 {
  padding-right: 5px;
}
.padding-right-11 {
  padding-right: 11px;
}
.no-padding {
  padding: 0px;
}
.inline li {
  display: inline-block;
  margin-right: 24px;
}
.inline li:last-child {
  margin-right: 0;
}
.narrow-p {
  margin: 0 auto 1.5em;
  width: 30%;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.cb {
  clear: both;
}
.db {
  display: block;
}
.overflow-hidden {
  overflow: hidden;
}
span.border-light-dotted {
  border-bottom: 1px dotted #F44407;
}
span.border-bold-dashed {
  border-bottom: 2px dashed #F44407;
}
blockquote {
  padding: 12px 26px 26px 42px;
  margin: 0 0 20px;
  font-size: 14px;
  font-family: 'Source Sans Pro', sans-serif;
  background: #ffffff;
  position: relative;
  border: 1px solid #ebebeb;
  border-left: 4px solid #6b6b6b;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
blockquote:hover {
  border: 1px solid #c5c5c5;
  border-left: 4px solid #6b6b6b;
}
blockquote p {
  font-size: 14px;
  line-height: 24px;
}
blockquote:before {
  display: block;
  position: absolute;
  left: 12px;
  top: 14px;
  content: "\f10d";
  font-family: 'FontAwesome';
  font-size: 15px;
  color: #d6d6d6;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
blockquote.testimonial {
  background: #ffffff;
  border-top: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 0;
}
cite {
  text-align: right;
  display: block;
}
cite:before {
  margin-right: 4px;
}
.bq-author {
  padding: 16px 0 0 110px;
  position: relative;
}
.bq-author:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 69px;
  width: 0;
  height: 0;
  border-left: 22px solid transparent;
  border-right: 0 solid transparent;
  border-top: 22px solid #dcdcdc;
  z-index: 2;
}
.bq-author:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 70px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 0 solid transparent;
  border-top: 20px solid #fff;
  z-index: 3;
}
.bq-author h6 {
  margin-bottom: 6px;
}
.bq-author .bq-author-info {
  font-size: 12px;
}
ol li {
  padding: 0;
  margin: 0 0 10px 25px;
  list-style-type: decimal;
}
.section-container {
  margin: 24px 0 0 0;
}
.section-heading {
  position: relative;
  font-size: 24px;
  margin-bottom: 72px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #737373;
}
.section-heading:before {
  position: absolute;
  content: '';
  width: 120px;
  height: 24px;
  display: block;
  top: 64px;
  left: 50%;
  margin-left: -60px;
  background-image: url("../images/heading_seperator_alt.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.section-heading span {
  font-style: 400;
  color: #666666;
}
.section-subheading {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  color: #7c7c7c;
  margin-bottom: 48px;
  padding: 0px 42px;
}
.section-header {
  margin: 0 0 62px 0;
  text-align: center;
}
.section-header .section-title {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
}
.section-header .section-desc {
  text-transform: capitalize;
  color: #bfbfbf;
}
span.label {
  margin-right: 1px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  font-size: 100%;
}
#btn,
.btn {
  text-align: center;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
#btn:hover,
.btn:hover {
  color: #000000;
}
.btn-dynamism {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding: 12px 42px;
}
.btn-dynamism:hover {
  background: #F44407;
  color: #ffffff;
}
.btn-custom {
  text-align: center;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
  border: 1px solid #ebebeb;
  background: #F44407;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding: 12px 14px;
}
.btn-custom:hover {
  border-color: #c5c5c5;
  color: #F44407;
  background: #ffffff;
}
.btn-custom-inverse {
  text-align: center;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
  border: 1px solid #ebebeb;
  color: #F44407;
  background: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding: 12px 14px;
}
.btn-custom-inverse:hover {
  background: #F44407;
  color: #ffffff;
}
a.btn-load-more {
  margin-top: 32px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: transparent;
  color: #F44407;
  background: #ffffff;
  border: 1px solid #F44407;
  padding: 12px 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
a.btn-load-more:hover {
  color: #ffffff;
  background: #F44407;
  border: 1px solid #F44407;
}
.button {
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  color: white;
  font-weight: bold;
  height: 3em;
  line-height: 1em;
  padding: 1em;
}
.small-button {
  display: inline-block;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  color: #000000;
  font-weight: bold;
  height: 0;
  line-height: 0;
  padding: 1em 1em;
  margin: 6px 0;
  width: 100%;
}
.text-highlighter {
  color: #F44407;
}
.text-highlighter-white {
  color: #ffffff;
}
#comment_btn {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  text-align: center;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
  border: 1px solid #ebebeb;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  background: transparent;
  color: #626262;
  padding: 6px 12px;
}
#comment_btn:hover {
  border: 1px solid #F44407;
  color: #F44407;
  background: transparent;
}
#contact-form .p-errors label {
  color: lightcoral;
}
#contact-form .p-errors input[type="text"],
#contact-form .p-errors input[type="email"],
#contact-form .p-errors textarea {
  border-color: lightcoral;
}
/***********************************************************************************************/
/* 02. HEADER */
/***********************************************************************************************/
.main-header {
  height: auto;
  left: 0;
  position: absolute;
  /*position: relative;*/
  top: 0;
  width: 100%;
  z-index: 1000;
}
.main-header .sticky-wrapper {
  background: rgba(0, 0, 0, 0.15);
}
.main-header .top-bar {
  background: rgba(0, 0, 0, 0.6);
  line-height: 38px;
  color: #ffffff;
  font-size: 14px;
}
.main-header .top-bar i {
  color: #F44407;
  margin-right: 5px;
  display: inline-block;
}
.main-header .top-bar a {
  color: #ffffff;
}
.main-header .top-phone-no {
  display: inline-block;
  margin-right: 12px;
}
.main-header .top-email-info {
  display: inline-block;
}
.main-header .top-donate-btn {
  background: #F44407;
  color: #ffffff;
  padding: 10px 16px;
  font-size: 15px;
  border: 0px solid #FFF;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.main-header .top-donate-btn i.fa {
  color: #ffffff;
}
.main-header .top-donate-btn:hover {
  color: #F44407;
  background: #e6e6e6;
}
.main-header .top-location-info {
  margin-right: 12px;
}
.transparent-header {
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.transparent-header .sticky-wrapper {
  background: transparent !important;
}
.logo {
  margin-top: 32px;
  margin-bottom: 0;
}
.header-container {
  border-bottom: 0px solid #eeeeee;
  padding-bottom: 0px;
  box-shadow: 0px 0px 2px -4px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.2s 0.2s ease-out;
  -moz-transition: 0.2s 0.2s ease-out;
  -o-transition: 0.2s 0.2s ease-out;
  transition: 0.2s 0.2s ease-out;
}
/***********************************************************************************************/
/* 03. MAIN NAVIGATION MENU */
/***********************************************************************************************/
.navbar-default {
  border: none;
  background: transparent;
  margin-bottom: 0px;
  padding: 12px 0;
}
.navbar-brand {
  height: auto;
  padding: 12px;
}
.navbar-nav {
  margin-top: 10px;
}
.navbar-nav > li {
  margin-left: 1px;
}
.navbar-nav > li > a {
  color: #FFF !important;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 22px;
}
.navbar-nav > li > a:hover {
  color: #EEEEEE !important;
}
.navbar-nav li.drop {
  position: relative;
}
.navbar-nav li ul.drop-down {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 73px;
  left: 0;
  width: 160px;
  visibility: hidden;
  opacity: 0;
  z-index: 3;
  text-align: left;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.navbar-nav li ul.drop-down li {
  list-style: none;
  display: block;
  margin: 0;
}
.navbar-nav li ul.drop-down li ul.drop-down.level3 {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  top: 0px;
  left: 100%;
  border-bottom: none;
}
.navbar-nav li ul.drop-down li a {
  display: inline-block;
  text-decoration: none;
  display: block;
  color: #ffffff;
  font-size: 14px;
  padding: 12px 20px;
  text-transform: uppercase;
  font-weight: 500;
  background: rgba(0, 0, 0, 0.4);
  margin: 0;
  border: none;
}
.navbar-nav li ul.drop-down li a:hover {
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
}
.navbar-nav li ul.drop-down li:hover ul.drop-down.level3 {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.navbar-nav li ul.drop-down li:last-child {
  border-bottom: none;
}
.navbar-nav li:hover > ul.drop-down {
  visibility: visible;
  opacity: 1;
}
header.one-page .navbar-nav > li {
  margin-left: 0;
}
header.one-page .navbar-nav > li > a span {
  color: #F44407;
}
.stuck {
  position: fixed;
  top: 0;
  left: 0px;
  right: 0px;
  z-index: 99;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  padding: 0px;
  margin: 0 !important;
}
/***********************************************************************************************/
/* 04. HOME PAGE */
/***********************************************************************************************/
.section-content-block {
  padding: 100px 0 100px 0;
  background: #ffffff;
}
.section-pure-white-bg {
  background: #ffffff !important;
}
.section-secondary-bg {
  background: #f9fafb !important;
}
#charity_slider .item img {
  display: block;
  width: 100%;
  height: auto;
}
#charity_slider .slider-content {
  position: absolute;
  top: 70%;
  transform: translateY(-70%);
  width: 100%;
}
#charity_slider .slider-content h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
  line-height: 62px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #ffffff;
}
#charity_slider .slider-content h2 span {
  background: rgba(255, 68, 7, 0.8);
  padding: 0 3px;
}
#charity_slider .slider-content h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 0.02em;
  margin-top: 20px;
  color: #ffffff;
}
#charity_slider .slider-content a.btn-slider {
  margin-top: 18px;
  background: #F44407;
  border: 2px solid #F44407;
  color: #ffffff;
  height: 46px;
  line-height: 30px;
  padding-left: 28px;
  padding-right: 28px;
  letter-spacing: 0.03em;
  font-weight: 600;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
#charity_slider .slider-content a.btn-slider:hover {
  border: 2px solid #F44407;
  background: rgba(235, 70, 74, 0.7);
  color: #ffffff;
}
#charity_slider .slider-content a.btn-slider-2 {
  margin-top: 18px;
  margin-left: 18px;
  background: #ffffff;
  border: 2px solid #ffffff;
  color: #F44407;
  height: 46px;
  line-height: 30px;
  padding-left: 28px;
  padding-right: 28px;
  letter-spacing: 0.03em;
  font-weight: 600;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
#charity_slider .slider-content a.btn-slider-2:hover {
  border: 2px solid #ffffff;
  background: rgba(255, 255, 255, 0.7);
  color: #F44407;
}
#charity_slider .owl-controls .owl-nav div {
  color: #fff;
  font-size: 90px;
  line-height: 140px;
  margin-top: -80px;
  opacity: 0.1;
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#charity_slider .owl-controls .owl-nav div:hover {
  opacity: 0.7;
}
#charity_slider .owl-controls .owl-nav div.owl-prev {
  left: 30px;
}
#charity_slider .owl-controls .owl-nav div.owl-next {
  right: 30px;
}
.section-heading-wrapper {
  margin-bottom: 48px;
}
.btn-heading {
  background: transparent;
  border: 2px solid #F44407;
  color: #F44407;
}
.cause-wrapper {
  background: #fafafa;
}
.cause-wrapper .cause-img {
  display: block;
  position: relative;
  overflow: hidden;
}
.cause-wrapper .cause-img img {
  margin-bottom: 0px !important;
  width: 100%;
  display: block;
}
.cause-wrapper .cause-img:before {
  position: absolute;
  content: '';
  width: 0%;
  height: 700px;
  background: rgba(0, 0, 0, 0);
  top: 0 ;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.cause-wrapper .cause-button {
  border-radius: 0 !important;
  bottom: 15px;
  position: absolute;
  right: 0px;
  transition: all 0.4s ease 0s;
  border: 0px;
  background: #F44407;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
}
.cause-wrapper .cause-button:hover {
  background: #FFFFFF;
  border: 0px;
}
.cause-wrapper .cause-content {
  padding: 0px 16px 24px 16px;
  margin-bottom: 1.5em;
}
.cause-wrapper .cause-content .cause-text h5 a {
  font-family: 'Montserrat', sans-serif;
  margin-top: 18px !important;
  color: #444444;
  font-size: 18px;
  line-height: 32px;
  display: block;
  text-transform: capitalize;
  font-weight: 400;
}
.cause-wrapper .cause-content .cause-text p {
  font-size: 16px;
  font-weight: normal;
}
.cause-wrapper .cause-content .progress {
  border-radius: 0;
  box-shadow: none;
  background: #FFF;
  margin-top: 24px;
  margin-bottom: 48px;
  margin-left: -1px;
  margin-right: -1px;
  height: 10px;
  position: relative;
  overflow: visible !important;
  border: 1px solid #CCC;
  padding: 1px;
}
.cause-wrapper .cause-content .progress-bcm {
  border-radius: 0;
  background: #F44407;
  height: 6px;
  position: relative;
}
.cause-wrapper .cause-content span.fund-raised {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #F44407;
  font-size: 12px;
  height: 28px;
  line-height: 28px;
  position: absolute;
  text-align: center;
  top: 18px;
  width: 38px;
  left: 0px;
  text-indent: 8px;
  /* shared with before and after */
  /* top-stacked, smaller arrow */
}
.cause-wrapper .cause-content span.fund-raised:before,
.cause-wrapper .cause-content span.fund-raised:after {
  content: ' ';
  height: 0;
  position: relative;
  width: 0;
  border: 7px solid transparent;
  /* arrow size */
}
.cause-wrapper .cause-content span.fund-raised:before {
  border-bottom-color: #F44407;
  left: 0;
  position: absolute;
  top: -15px;
  z-index: 0;
}
.cause-wrapper .cause-content .fund-item-text {
  /*text-transform: uppercase;*/
  margin: 12px 0px;
  font-size: 15px;
  text-transform: uppercase;
  clear: both;
  font-weight: 400;
}
.cause-wrapper .cause-content .fund-raised-text {
  color: #F44407;
  text-align: left;
}
.cause-wrapper .cause-content .fund-goal-text {
  color: #626262;
  float: right;
}
.cause-wrapper:hover .cause-img:before {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.cause-wrapper:hover .cause-button {
  background: #e5191e;
  color: #ffffff;
}
.event_wrapper {
  border: 1px solid #ebebeb;
}
.event_wrapper .event-img {
  position: relative;
  display: block;
  clear: both;
  overflow: hidden;
}
.event_wrapper .event-img img {
  display: block;
  clear: both;
  text-align: center;
  opacity: 0.8;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.event_wrapper .event-img .event-info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #F44407;
  margin: 0;
  color: #ffffff;
  clear: both;
}
.event_wrapper .event-img .event-info .event-date {
  padding: 6px;
  width: 50%;
  text-align: center;
  display: inline-block;
  position: relative;
}
.event_wrapper .event-img .event-info .event-date i.fa {
  position: absolute;
  content: '';
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: #F44407;
  color: #ffffff;
  top: -10px;
  left: 50%;
  margin-left: -16px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.event_wrapper .event-img .event-info .event-location {
  background: #e5191e;
  padding: 6px;
  float: right;
  width: 50%;
  text-align: center;
  display: inline-block;
  position: relative;
}
.event_wrapper .event-img .event-info .event-location i.fa {
  position: absolute;
  content: '';
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: #e5191e;
  color: #ffffff;
  top: -10px;
  left: 50%;
  margin-left: -16px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.event_wrapper .event-text {
  padding: 6px 16px 24px 16px;
}
.event_wrapper .event-text .speaker-info {
  font-weight: 600;
}
.event_wrapper .event-text .speaker-info span.speaker-name {
  font-weight: 400;
  font-style: italic;
}
.event_wrapper .event-text h5 a {
  font-family: 'Montserrat', sans-serif;
  margin-top: 18px !important;
  color: #444444;
  font-size: 18px;
  display: block;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 32px;
}
.event_wrapper ul li {
  line-height: 32px;
  font-weight: 300;
  position: relative;
  padding-left: 16px;
  color: #3c3c3c;
}
.event_wrapper ul li:before {
  position: absolute;
  font-family: FontAwesome;
  content: '\f105';
  color: #F44407;
  display: inline-block;
  width: 16px;
  height: 16px;
  font-size: 16px;
  left: 0;
  top: 0;
  margin-right: 0px;
}
.event_wrapper:hover .event-img {
  position: relative;
  display: block;
  clear: both;
}
.event_wrapper:hover .event-img img {
  display: block;
  clear: both;
  text-align: center;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0.7;
}
.event_wrapper:hover .event-img .event-info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #F44407;
  margin: 0;
  color: #ffffff;
  clear: both;
}
.event_wrapper:hover .event-img .event-info .event-date {
  padding: 6px;
  width: 50%;
  text-align: center;
  display: inline-block;
  position: relative;
}
.event_wrapper:hover .event-img .event-info .event-date i.fa {
  position: absolute;
  content: '';
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: #F44407;
  color: #ffffff;
  top: -32px;
  left: 50%;
  margin-left: -16px;
  opacity: 1;
}
.event_wrapper:hover .event-img .event-info .event-location {
  background: #e5191e;
  padding: 6px;
  float: right;
  width: 50%;
  text-align: center;
  display: inline-block;
  position: relative;
}
.event_wrapper:hover .event-img .event-info .event-location i.fa {
  position: absolute;
  content: '';
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: #e5191e;
  color: #ffffff;
  top: -32px;
  left: 50%;
  margin-left: -16px;
  opacity: 1;
}
.video-icon {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 3px solid #FD6008;
  color: #FD6008;
  display: block;
  margin: 0 auto 48px auto;
  padding: 25px;
  text-align: center;
  text-indent: 5px;
  width: 120px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.video-icon:hover {
  border: 3px solid #ebebeb;
  color: #ffffff;
}
.video-intro {
  margin-top: 24px;
}
.video-intro .video_playback {
  display: block;
  padding: 0 0px 0 0;
  margin: 12px 0px 0 0;
}
.video-intro .video_playback i {
  border: 5px solid #F44407;
  border-radius: 100%;
  font-size: 90px;
  padding: 20px;
}
.section-how-we-work-3 {
  background: #f9fafb;
}
.section-how-we-work-3 .service-block {
  background: #ffffff;
  border: 1px solid #f8f8f8;
  position: relative;
  padding: 32px;
  margin-bottom: 48px;
}
.section-how-we-work-3 .service-block:last-child {
  margin-top: 24px;
}
.section-how-we-work-3 .service-block span {
  font-size: 24px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #ffffff;
  background: #FD6008;
  top: 1px;
  right: 1px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  position: absolute;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.section-how-we-work-3 .service-block h2 {
  font-size: 18px;
  color: #626262;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  position: relative;
}
.section-how-we-work-3 .service-block h2:after {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: absolute;
  content: '';
  bottom: -8px;
  left: 0;
  display: block;
  width: 32px;
  height: 3px;
  background: #FD6008;
}
.section-how-we-work-3 .service-block p {
  color: #8d8d8d;
}
.section-how-we-work-3 .service-block:hover {
  border: 1px solid #e6e6e6;
}
.section-how-we-work-3 .service-block:hover span {
  color: #F44407;
  background: transparent;
  opacity: 1;
}
.section-how-we-work-3 .service-block:hover h2:after {
  background: #F44407;
  width: 60px;
  height: 3px;
}
.section-how-we-work-3 .center-service-block {
  background: transparent;
  border: transparent;
  position: relative;
  padding: 0px;
}
.section-how-we-work-3 .center-service-block h1 {
  text-align: center;
  position: relative;
  width: 180px;
  font-size: 38px;
  font-weight: 600;
  line-height: 42px;
  font-family: 'Montserrat', sans-serif;
  top: 54px;
  left: 50%;
  margin-left: -90px;
  letter-spacing: 0.01em;
}
.section-how-we-work-3 .center-service-block:before {
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  height: 200px;
  background: #ffffff;
  border: 3px solid #F44407;
  transform: rotate(45deg);
}
.section-how-we-work-3 .service-img-block {
  display: block;
  text-align: center;
}
.section-how-we-work-3 .service-img-block img {
  opacity: 0.8;
  -webkit-transition: all 0.9s ease-out;
  -moz-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
}
.section-how-we-work-3:hover .service-img-block img {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 1;
}
.section-our-team .team-layout-1 {
  text-align: left;
  border: 1px solid #ebebeb;
  margin-bottom: 24px;
  padding-bottom: 6px;
}
.section-our-team .team-layout-1 .team-member a {
  display: block;
  position: relative;
}
.section-our-team .team-layout-1 .team-member a:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: #F44407;
  opacity: 0.01;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.section-our-team .team-layout-1 .team-member img {
  vertical-align: middle;
}
.section-our-team .team-layout-1 h3 {
  font-family: 'Montserrat', sans-serif;
  padding-left: 12px;
  text-transform: uppercase;
  margin: 12px 0 0 0;
  font-size: 18px;
  font-weight: 500;
}
.section-our-team .team-layout-1 p {
  padding-left: 12px;
  color: #888888;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  text-transform: capitalize;
}
.section-our-team .team-layout-1 .team-social-share {
  opacity: 0;
  left: 50%;
  margin-left: -65px;
  position: absolute;
  top: 0;
  width: 130px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.section-our-team .team-layout-1 .team-social-share a {
  display: inline-block;
  margin: 0 2px;
  background: #ffffff;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
}
.section-our-team .team-layout-1:hover .team-member a {
  display: block;
  position: relative;
}
.section-our-team .team-layout-1:hover .team-member a:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: #F44407;
  opacity: 0.8;
  width: 100%;
  height: 100%;
}
.section-our-team .team-layout-1:hover .team-social-share {
  opacity: 1;
  top: 33%;
}
.section-our-team .team-layout-1:hover .team-social-share a {
  display: inline-block;
  margin: 0 2px;
  border: 1px solid #ebebeb;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
}
.section-our-team .team-leader {
  padding-bottom: 0px;
}
.section-our-team .team-leader h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  margin-bottom: 12px;
}
.section-our-team .team-leader p {
  font-size: 18px;
}
.section-our-team .team-leader .team-lead-bio {
  font-weight: 300;
  text-align: left;
  padding: 12px;
}
.section-our-team .team-leader img.team-lead-signature {
  display: block;
  margin-bottom: 12px;
  margin-left: 15px;
  text-align: left;
  width: 150px;
}
.section-our-team .team-centered {
  text-align: center !important;
}
.section-counter-charity {
  background-image: url("../images/charity_counter_bg.jpg");
  background-repeat: no-repeat;
  background-position: 0 70%;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}
.section-counter-charity:before {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  content: '';
  width: 100%;
  height: 2000px;
}
.section-counter-charity .counter-block {
  text-align: center;
}
.section-counter-charity .counter-block .icon {
  font-size: 48px;
  display: block;
  margin-bottom: 32px;
  color: #e2e2e2;
}
.section-counter-charity .counter-block .counter {
  margin-top: 24px;
  font-size: 32px;
  color: #F44407;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}
.section-counter-charity .counter-block h4 {
  margin-top: 12px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 0.03em;
}
.section-client-testimonial {
  background: #f9fafb;
}
.section-client-testimonial .testimony-layout-1 {
  position: relative;
  text-align: left;
}
.section-client-testimonial .testimony-layout-1 img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: 60px;
  height: 60px;
  margin: 0 auto 24px auto;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.section-client-testimonial .testimony-layout-1 h6 {
  margin: 0;
  font-size: 18px;
  text-transform: uppercase;
  margin-left: 72px;
}
.section-client-testimonial .testimony-layout-1 span {
  font-size: 14px;
  text-transform: uppercase;
  color: #7c7c7c;
  margin-left: 72px;
}
.section-client-testimonial .testimony-layout-1 p {
  position: relative;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 32px;
  max-width: 512px;
  margin: 42px 0;
  color: #555555;
}
.section-client-testimonial .testimony-layout-1 p:after {
  position: absolute;
  font-family: FontAwesome;
  content: '\f10e';
  right: 0;
  top: 0;
  font-size: 120px;
  color: #e6e6e6;
  opacity: 0.2;
  font-style: normal;
}
.section-client-testimonial .testimonial-container .owl-nav div {
  color: #f9fafb;
  font-size: 90px;
  line-height: 140px;
  margin-top: -70px;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  z-index: 1;
}
.section-client-testimonial .testimonial-container .owl-nav div.owl-prev {
  left: 30px;
}
.section-client-testimonial .testimonial-container .owl-nav div.owl-next {
  right: 30px;
}
.section-client-testimonial .testimonial-container .owl-nav div:hover {
  opacity: 0.4;
}
.section-client-testimonial .charity-testimonial-container .owl-nav div {
  color: #f9fafb;
  font-size: 90px;
  line-height: 140px;
  margin-top: -70px;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  z-index: 1;
}
.section-client-testimonial .charity-testimonial-container .owl-nav div.owl-prev {
  left: 30px;
}
.section-client-testimonial .charity-testimonial-container .owl-nav div.owl-next {
  right: 30px;
}
.section-client-testimonial .charity-testimonial-container .owl-nav div:hover {
  opacity: 0.4;
}
.btn-cta {
  width: 200px;
  font-weight: bold;
  text-transform: uppercase;
}
.gallery-container {
  padding: 12px;
  margin: 0;
}
.no-padding-gallery .gallery-container {
  padding: 0px;
  margin: 0;
}
.no-bottom-padding {
  padding-bottom: 0px;
}
.gallery-light-box {
  display: block;
  overflow: hidden;
  position: relative;
}
.gallery-light-box .gallery-img {
  display: block;
  position: relative;
  max-width: 100%;
}
.gallery-light-box .gallery-img:after {
  font-family: FontAwesome;
  content: '\f1c5';
  position: absolute;
  left: 50%;
  margin-left: -21px;
  top: -64px;
  background: #F44407;
  color: #ffffff;
  text-align: center;
  width: 42px;
  height: 42px;
  line-height: 42px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.gallery-light-box .gallery-img img {
  display: block;
  opacity: 1;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.gallery-light-box .gallery-img figcaption {
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 100%;
  text-align: center;
  background: #F44407;
  color: #ffffff;
  padding: 12px 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.gallery-light-box .gallery-img figcaption p {
  padding: 0;
  margin: 0;
}
.gallery-light-box:hover .gallery-img:after {
  opacity: 1;
  top: 50%;
  margin-top: -42px;
}
.gallery-light-box:hover .gallery-img img {
  -webkit-transform: scale(1.75);
  -moz-transform: scale(1.75);
  transform: scale(1.75);
  opacity: 0.4;
}
.gallery-light-box:hover .gallery-img figcaption {
  bottom: 0px;
  left: 0;
}
.section-client-logo .logo-layout-1 .logo {
  padding: 12px;
}
.section-client-logo .logo-layout-1 .logo img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: 100%;
  margin: 0 auto 24px auto;
  border: 1px solid #ebebeb;
  display: block;
  padding: 12px;
  opacity: 0.7;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.section-client-logo .logo-layout-1 .logo:hover img {
  border: 1px solid #FD6008;
  opacity: 1;
}
.section-client-logo .logo-layout-2 .logo {
  background: #ffffff;
}
.section-client-logo .logo-layout-2 .logo img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: 100%;
  margin: 0 auto 24px auto;
  border: 1px solid #ebebeb;
  display: block;
  padding: 12px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.section-client-logo .logo-layout-2 .logo:hover img {
  border: 1px solid #FD6008;
  opacity: 1;
}
.section-client-logo .logo-items .owl-controls {
  margin-top: 0px;
}
.section-client-logo .logo-items .owl-controls .owl-nav {
  text-align: center;
}
.section-client-logo .logo-items .owl-controls .owl-prev,
.section-client-logo .logo-items .owl-controls .owl-next {
  display: inline;
  margin: 0 4px;
}
.section-client-logo .logo-items .owl-controls i.logo-nav-icon {
  display: inline-block;
  background: transparent;
  border: 1px solid #d2d2d2;
  width: 16px;
  height: 16px;
  position: relative;
}
.section-client-logo .logo-items .owl-controls i.logo-nav-icon:after {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  background: #FD6008;
  content: '';
}
.section-news-block .news-wrapper {
  background: #ffffff;
  border: 1px solid #ebebeb;
}
.section-news-block .news-wrapper .news-img {
  display: block;
  position: relative;
  overflow: hidden;
}
.section-news-block .news-wrapper .news-img img {
  margin-bottom: 0px !important;
  width: 100%;
  display: block;
}
.section-news-block .news-wrapper .news-img .date-meta {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: inline-block;
  width: 60px;
  background: #F44407;
  font-size: 30px;
  width: 110px;
  text-align: center;
  margin-left: -55px;
  color: #ffffff;
  padding: 6px 0;
  font-weight: 600;
}
.section-news-block .news-wrapper .news-img .date-meta span {
  font-size: 16px;
  display: block;
}
.section-news-block .news-wrapper .news-meta {
  list-style: none;
  overflow: hidden;
  margin: 6px 0;
}
.section-news-block .news-wrapper .news-meta li {
  display: block;
}
.section-news-block .news-wrapper .news-button {
  border-radius: 0 !important;
  border: 0px;
  transition: all 0.4s ease 0s;
  background: #F44407;
  font-size: 14px;
  color: #ffffff;
}
.section-news-block .news-wrapper .news-button:hover {
  background: #FFFFFF;
  border: 0px;
  color: #F44407;
}
.section-news-block .news-wrapper .news-content {
  padding: 0px 12px 24px 12px;
}
.section-news-block .news-wrapper .news-content .news-text h5 a {
  font-family: 'Montserrat', sans-serif;
  margin-top: 18px !important;
  color: #444444;
  font-size: 18px;
  line-height: 32px;
  display: block;
  text-transform: capitalize;
  font-weight: 400;
}
.section-news-block .news-wrapper .news-content .news-text p {
  font-size: 16px;
  font-weight: normal;
}
.section-news-block .news-wrapper:hover .news-img:before {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.section-news-block .news-wrapper:hover .news-button {
  background: #F44407;
  color: #FFFFFF;
}
.section-news-block .news-wrapper:hover .news-button .fa {
  color: #FFFFFF;
}
.cta-section-2 {
  padding: 100px 0;
  background: transparent;
  background-image: url('../images/volunteer_group.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  display: block;
  clear: both;
  position: relative;
  overflow: hidden;
}
.cta-section-2:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.8;
  top: 0;
  left: 0;
  content: '';
}
.cta-section-2 h2 {
  font-size: 24px;
  line-height: 48px;
  color: #ffffff;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.cta-section-3 {
  padding: 64px 0;
  background: transparent;
  background-image: url('../images/pattern_1.png');
  background-repeat: repeat;
  background-position: center center;
  background-size: initial;
  background-attachment: fixed;
  display: block;
  clear: both;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.cta-section-3:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #F44407;
  opacity: 0.95;
  top: 0;
  left: 0;
  content: '';
}
.cta-section-3 h2 {
  font-size: 26px;
  line-height: 42px;
  color: #ffffff;
  font-weight: 300;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.01em;
}
.cta-section-3 p {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.004em;
  color: #f2f2f2;
}
.cta-section-3 a {
  display: block;
  margin: 24px auto 0 auto;
  width: 180px;
  color: #F44407;
  background: #ffffff;
  line-height: 32px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.02em;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
/***********************************************************************************************/
/* 05.FOOTER */
/***********************************************************************************************/
footer {
  color: #ffffff;
  margin-top: 0px;
}
footer .footer-intro {
  margin-top: 120px;
  margin-bottom: 0px;
}
footer a {
  color: #ffffff;
}
footer a:hover {
  color: #F44407;
}
.footer-social-links {
  clear: both;
  margin-top: 24px;
}
.footer-social-links a {
  border: 1px solid #ebebeb;
  color: #ffffff;
  display: block;
  float: left;
  font-size: 12px;
  height: 28px;
  line-height: 26px;
  margin-right: 8px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 28px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.footer-social-links a:hover {
  background: #F44407;
  color: #ffffff;
}
.footer-widget-area {
  padding: 90px 0;
  background: #333333;
  margin: 0;
}
.footer-widget-area .footer-widget input[type=text],
.footer-widget-area .footer-widget input[type=password],
.footer-widget-area .footer-widget input[type=submit],
.footer-widget-area .footer-widget input[type=button],
.footer-widget-area .footer-widget textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #444444;
}
.footer-widget-area .footer-widget input[type=text]:focus,
.footer-widget-area .footer-widget input[type=password]:focus,
.footer-widget-area .footer-widget input[type=submit]:focus,
.footer-widget-area .footer-widget input[type=button]:focus,
.footer-widget-area .footer-widget textarea:focus {
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #a1a1a1;
}
.footer-widget-area .footer-widget button[type=submit],
.footer-widget-area .footer-widget input[type=submit],
.footer-widget-area .footer-widget input[type=button] {
  background: #ffffff;
}
.footer-widget-area .footer-widget-header h3 {
  border-bottom: 2px solid #eeeeee;
  color: #ffffff;
  font-size: 24px;
  padding-bottom: 15px;
  margin-top: 24px;
  position: relative;
}
.footer-widget-area .footer-widget-header h3:after {
  bottom: -2px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 32px;
  background: #F44407;
}
.footer-widget-area .footer-subscription {
  margin-top: 24px;
}
.footer-widget-area .footer-subscription input[type="email"] {
  border: 0px solid #FFF;
  background: #444444;
  height: 48px;
}
.footer-widget-area .footer-subscription input[type="email"]:focus {
  box-shadow: none;
}
.footer-widget-area .footer-subscription input[type="submit"] {
  border: 0px solid #FFF;
  background: #F44407;
  color: #ffffff;
  height: 48px;
  padding: 0 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.footer-widget-area .fa-footer {
  display: inline;
  text-align: center;
  width: 12px;
  height: 12px;
  color: #FD6008;
  padding: 4px 6px 6px 0;
  margin-right: 6px;
}
.footer-widget-area .footer-widget + .footer-widget {
  margin-top: 24px;
}
.footer-widget-area li {
  line-height: 32px;
}
.footer-widget-area-bg {
  background-image: url('../images/bg_footer.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.footer-widget-area-bg:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 2000px;
  background: rgba(0, 0, 0, 0.8);
  top: 0 ;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.footer-contents {
  background: #292929;
  border-top: 1px solid #525252;
  padding: 28px 0 20px 0;
}
.footer-nav {
  float: left;
}
.footer-nav li {
  display: inline;
  list-style-type: none;
}
.footer-nav li a {
  padding: 6px 12px;
  position: relative;
}
.footer-nav li a:after {
  content: '';
  position: absolute;
  display: inline-block;
  top: 14px;
  right: 0;
  margin: 0;
  height: 8px;
  width: 1px;
  background: #808080;
}
.footer-nav li:last-child a:after {
  content: '';
  position: absolute;
  display: inline-block;
  top: 12px;
  right: 0;
  color: #F44407;
  margin: 0;
  height: 8px;
  width: 0px;
  background: #ffffff;
}
.copyright-text {
  text-align: right;
}
/***********************************************************************************************/
/* 06. RESPONSIVE STYLING */
/***********************************************************************************************/
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (max-width: 991px) {
  body {
    display: nsone;
  }
  .top-bar {
    text-align: center;
  }
  .top-donation-btn-container {
    text-align: center !important;
    margin-bottom: 12px;
  }
  .top-location-info {
    display: block;
    text-align: center;
  }
  .main-menu-container {
    float: none;
  }
  .main-header {
    background: #2c2c2c;
    position: relative;
  }
  .sticky-wrapper {
    background: rgba(0, 0,2c2c2c0, 0.8);
  }
  .navbar-nav > li {
    margin-left: 0;
  }
  .nav > li > a {
    padding: 15px 12px;
    padding-bottom: 22px;
  }
  header.one-page .navbar-nav > li > a {
    padding: 15px 5px;
    font-size: 15px;
    padding-bottom: 22px;
  }
  .main-sidebar {
    width: 100%;
    border: 0px solid transparent;
  }
  .logo {
    text-align: center;
  }
  .about_couter_block {
    margin: 48px 0;
  }
  .page-header {
    padding: 80px 0;
  }
  .footer-nav {
    float: none;
    width: 100%;
    margin: 10px auto;
    display: inline-block;
    text-align: center;
  }
  .copyright-text {
    text-align: center;
  }
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  .top-bar {
    text-align: center;
  }
  .top-location-info {
    display: block;
    text-align: center;
  }
  .main-menu-container {
    float: none;
  }
  .stuck {
    position: initial;
  }
  .navbar-toggle {
    margin-top: 24px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
  }
  .navbar-toggle span.icon-bar {
    color: #F44407;
  }
  .nav > li > a,
  header.one-page .navbar-nav > li > a {
    padding: 5px 15px;
  }
  .navbar-nav li ul.drop-down,
  .navbar-nav li ul.drop-down li ul.drop-down.level3 {
    background: transparent;
    border: none;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    position: relative;
    width: auto;
    visibility: visible;
    opacity: 1;
    top: inherit;
    left: inherit;
  }
  .navbar-nav li ul.drop-down li a,
  .navbar-nav li ul.drop-down li ul.drop-down.level3 li a {
    background: none !important;
    color: #3a3d41;
    font-size: 16px;
    text-transform: inherit;
    padding: 4px 20px;
  }
  .navbar-nav li ul.drop-down li a:hover,
  .navbar-nav li ul.drop-down li ul.drop-down.level3 li a:hover {
    color: #e74c3c;
  }
  .navbar-nav {
    background: rgba(0, 0, 0, 0.7);
  }
  .navbar-nav li a {
    font-weight: bold;
    color: #F44407 !important;
  }
  .navbar-nav .drop-down li a {
    color: #ffffff !important;
  }
  .logo {
    text-align: center;
  }
  .main-header {
    background: #2c2c2c;
    position: relative;
  }
  .sticky-wrapper {
    background: rgba(0, 0, 0, 0.8);
  }
  #charity_slider .slider-content h2 {
    font-size: 24px;
    line-height: 32px;
  }
  #charity_slider .slider-content h3 {
    font-size: 16px;
  }
  .page-header {
    padding: 80px 0;
  }
  .article-container-fix,
  .main-sidebar {
    width: 100%;
    margin-left: 0px;
    border: 0px solid transparent;
  }
  .post-details-container h3 {
    margin-top: 12px;
  }
  .image_gallery_carousel {
    margin-bottom: 48px;
  }
  .footer-nav {
    float: none;
    width: 100%;
    margin: 10px auto;
    display: inline-block;
    text-align: center;
  }
  .copyright-text {
    text-align: center;
  }
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .main-header {
    background: #2c2c2c;
    position: relative;
  }
  .sticky-wrapper {
    background: rgba(0, 0, 0, 0.8);
  }
  .top-bar {
    text-align: center;
  }
  .top-location-info {
    display: block;
    text-align: center;
  }
  .main-menu-container {
    float: none;
  }
  .navbar-nav {
    background: rgba(0, 0, 0, 0);
  }
  .navbar-nav li a {
    font-weight: bold;
    color: #F44407 !important;
  }
  .navbar-nav .drop-down li a {
    color: #ffffff !important;
  }
  .logo {
    text-align: center;
  }
  #charity_slider .slider-content h2 {
    font-size: 18px;
    line-height: 32px;
    text-align: center;
  }
  #charity_slider .slider-content h3,
  #charity_slider .slider-content a.btn-slider,
  #charity_slider .slider-content a.btn-slider-2 {
    display: none;
  }
  .cta-section-2 h2 {
    font-size: 32px;
  }
  .section-heading {
    font-size: 30px;
    line-height: 36px;
  }
  .section-subheading {
    font-size: 16px;
    line-height: 24px;
  }
  .page-header {
    padding: 80px 0;
  }
  .footer-nav {
    float: none;
    width: 100%;
    margin: 10px auto;
    display: inline-block;
    text-align: center;
  }
  .copyright-text {
    text-align: center;
  }
}
