/*---------------------------------------------------------------------- /
Table of Contents 
------------------------------------------------------------------------ /
* 1 - Google Font
* 2 - General styles
*   2.1 - Buttons
*   2.2 - Carousel Settings
*   2.3 - Sections Common Styles
*   2.4 - Parallax Backgrounds
* 3 - Header Section 
*   3.1 - Header Top
*   3.1 - Main Menu
* 4 - Top Banner Section
* 5 - About Section
* 6 - About Bottom Section
* 7 - Donate Section
* 8 - Volunteer Section
* 9 - Featured Section
* 10 - Helps Section 
* 11 - Stories Section
* 12 - Causes Section 
* 13 - Gallery Section  
* 14 - Events Section
* 15 - Partners Section
* 16 - Blog Section
* 17 - Testimonial Section
* 18 - Contact section
* 19 - Google Map section
* 20 - Subscribe Section 
* 21 - Action Section
* 22 - Blog Page Styles
*    22.1 - Pagination
* 23 - Single Post
* 24 - 404 Error page
* 25 - Coming Soon Page
* 26 - Sidebar Widgets
* 27 - Footer
* 28 - Scroll To Top
* 29 - Scroll To Top

------------------------------------------------------------------------ /
Table of Contents End
------------------------------------------------------------------------*/
/* 1 - Google Font
------------------------------------------------------------------------*/


/* 2 - General styles
---------------------------------------------------------------------- */

html,
body {
    background: #ffffff;
    font-family: 'Open Sans', 'Roboto' sans-serif;
    font-size: 16px;
    overflow-x: hidden;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
    text-rendering: optimizeLegibility !important;

    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -ms-overflow-scrolling: touch;
    -o-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
a {
    text-decoration: none !important;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
a:hover {
    color: #ff5722 !important;
} 
a:focus {
    text-decoration: none !important;
    outline: none;
    outline-offset: 0;
}
p {
    color: #666666;
    font-family: 'Roboto';
    font-size: 15px;
    font-weight: normal;
    line-height: 23px;
    margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans';
    margin: 0px;
}
ul {
    margin: 0px;
    padding: 0px;
}
li {
    display: inline-block;
}
img {
    max-width: 100%;
    height: auto;
}
@-moz-document url-prefix() {  
  img {   
    width: 100%;   
}
}
iframe,
audio {
    width: 100%;
    height: auto;
    min-height: 400px;
    border: none;
}
input,
textarea {
    width: 100%;
}
.form-control:focus,
input:focus,
textarea:focus,
button:focus {
    border: 1px solid #e74c3c;
    box-shadow: none;
    outline: 0 !important;
}
select,
select option {
    border: none;
    outline: 0;
}
figure,
figcaption {
    color: #7e878f;
    font-family: 'Roboto';
}
*:focus {
    outline: 0;
}
.main-content {
    padding-bottom: 100px;
    padding-top: 100px;
}
.main-content .col-md-9 {
    padding-right: 45px;
}
.page-title {
    color: #ffffff;
    font-family: 'Open Sans';
    font-size: 45px;
    font-weight: 800;
    padding-top: 30px;
    text-transform: uppercase;
}
.page-description {
    color: #dadada;
    font-weight: 600;
    padding: 27px 15% 0px 15%;
    text-transform: uppercase;
}

/* 2.1 ---------- Buttons -----------*/
.btn-container {
    clear: both;
}
.btn {
    background: #ff5722;
    border: none !important;
    border-radius: 2px;
    color: #ffffff !important;
    font-family: 'Open Sans';
    font-size: 15px;
    font-weight: 800;
    overflow: hidden;
    /*padding: 12px 25px;*/
    position: relative;
    text-transform: uppercase;
    z-index: 1;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.btn:after,
.btn:before {
    content: '';
    position: absolute;
    width: 115%;
    height: 100%;
    top: -19px;
    z-index: -1;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.btn:before {
    background-color: rgba(0, 0, 0, 0.1);
    right: -10px;
    top: 64px;
    opacity: 0;
    -webkit-transform: rotate(17deg);
    -moz-transform: rotate(17deg);
    -ms-transform: rotate(17deg);
    -o-transform: rotate(17deg);
    transform: rotate(17deg); 
}
.btn:after {
    background-color: rgba(0, 0, 0, 0.1);
    right: -10px;
    -webkit-transform: rotate(17deg);
    -moz-transform: rotate(17deg);
    -ms-transform: rotate(17deg);
    -o-transform: rotate(17deg);
    transform: rotate(17deg);
}
.btn:hover {
    color: #ffffff !important;
}
.btn:hover:before {
    opacity: 1;
}
.btn:hover:before,
.btn:hover:after {
    background-color: rgba(0, 0, 0, 0.2);
}
.btn-lg {
    width: 225px;
    height: 70px;
    padding: 26px 25px;
}
.btn-lg:after {
    top: -34px;
    right: -24px;
    -webkit-transform: rotate(17deg);
    -moz-transform: rotate(17deg);
    -ms-transform: rotate(17deg);
    -o-transform: rotate(17deg);
    transform: rotate(17deg);
}
.btn-lg:hover:before {
    top: 34px;
    opacity: 1;
}
.btn-lg:hover:after {
    top: -110px !important;
    opacity: 0;
}
.btn-md {
    width: 190px;
    height: 60px;
    padding: 20px;
}
.btn-md:after {
    top: -28px;
    right: -24px;
    -webkit-transform: rotate(17deg);
    -moz-transform: rotate(17deg);
    -ms-transform: rotate(17deg);
    -o-transform: rotate(17deg);
    transform: rotate(17deg);
}
.btn-md:hover:before {
    top: 31px;
}
.btn-md:hover:after {
    top: -110px !important;
    opacity: 0;
}
.btn-sm {
    width: 160px;
    height: 55px;
    padding: 16px;
}
.btn-sm:after {
    top: -25px;
    right: -22px;
    -webkit-transform: rotate(18deg);
    -moz-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    -o-transform: rotate(18deg);
    transform: rotate(18deg);
}
.btn-sm:hover:before {
    right: -5px;
    top: 27px !important;
    -webkit-transform: rotate(18deg);
    -moz-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    -o-transform: rotate(18deg);
    transform: rotate(18deg);
}
.btn-sm:hover:after {
    top: -110px !important;
    opacity: 0;
}
.btn-xs {
    width: 140px;
    height: 40px;
    padding: 9px 0;
}
.btn-xs:after {
    top: -17px;
    right: -22px;
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
}
.btn-xs:hover:before {
    top: 34px;
}
.btn-xs:hover:after {
    top: -110px !important;
    opacity: 0;
}
.btn-xsm {
    font-size: 12px;
    font-weight: 700;
    width: 120px;
    height: 40px;
    padding: 12px 0;
}
.btn-xsm:after {
    top: -17px;
    right: -20px;
    -webkit-transform: rotate(18deg);
    -moz-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    -o-transform: rotate(18deg);
    transform: rotate(18deg);
}
.btn-xsm:hover:before {
    top: 21px;
}
.btn-xsm:hover:after {
    top: -110px !important;
    opacity: 0;
}

/* 2.2 -------- Carousel Settings ---------*/
.carousel-control.left,
.carousel-control.right {
    background: none;
    opacity: 1;
}

/* 2.3 ------ Sections Common Styles -------*/

 // .section-padding {
 //    padding: 150px 0px 150px 0px;
 //    } 
 .section-top {
    overflow: auto;
    padding-bottom: 15px;
    position: relative;
}
.section-border {
    border-left: 1px solid #ff5722;
    border-right: 1px solid #ff5722;
    height: 9px;
    width: 128px;
    margin: 0 auto;
    position: relative;
}
.border-style {
    border-left: 1px solid #ff5722;
    border-right: 1px solid #ff5722;
    width: 124px;
    height: 100%;
    margin: 0 auto;
}
.section-border:before,
.section-border:after,
.section-border span:before,
.section-border span:after {
    content: '';
    position: absolute;
    width: 46.5%;
    height: 1px; 
    background: #ff5722;
    top: 50%;
} 
.section-border:before,
.section-border:after {
    left: 3px;    
}
.section-border span:before,
.section-border span:after {
    right: 3px;
}
.section-border:before,
.section-border span:before {
    top: 3px;
}
.section-border:after,
.section-border span:after {
    bottom: 0px;
}
.section-title {
    color: #262626;
    font-size: 56px;
    font-weight: 800;
    padding-bottom: 33px;
    text-transform: uppercase;
}
.section-description {
    color: #9a9a9a;
    font-family: 'Open Sans';
    font-size: 17px;
    font-weight: 600;
    line-height: 28px;
    padding: 0px 13%;
    font-weight: 600;
    text-transform: initial;
}
.section-sub-title {
    color: #262626;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.section-details {
    clear: both;
    padding-top: 80px;
}


#donate,
.gallery-top,
#partners,
#testimonial,
#subscribe,
#action,
#error-banner,
#page-head,
#landing-banner {
    background-size: cover !important;
}
#page-head .section-padding, #error-banner .section-padding {
    padding: 300px 0px 150px 0px;
}
#landing-banner .section-padding{
 padding: 150px 0px 150px 0px;   
}
#page-head {
    margin-bottom: -100px;
}
.parallax-style {
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
}

/* 3 --------- Header Section ---------*/

/* 3.1 ---- Header Top ----*/

.is-sticky .header-top {
    display: none;
}
.header-top {
    background-color: rgba(38, 38, 38, 0.65);
    color: #f2f2f2;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 300;
    height: initial;
    line-height: 37px;
    opacity: 1;
    padding: 0;

    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.contact-list li {
    padding-right: 20px;
}
.contact-list a {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 300;
}
.header-top .phone-no {
    font-size: 14px;
}
.language {
    display: inline-block;
    position: relative;
    width: 110px;
    text-align: left;
}
select.bfh-languages {
    background-color: rgba(38, 38, 38, 0.85);
    border: none;
    width: 80px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -0-appearance: none;
}
select:focus,
select.bfh-languages>option {
    border: none;
    outline: 0;
}
select.bfh-languages>option {
    border: none;
    color: #f2f2f2;
    font-family: 'Open Sans';
    font-size: 16px;
}
.header-top a,
.header-top a:hover {
    color: #f2f2f2 !important;
}
.top-social a {
    display: inline-block;
    font-size: 15px;
    height: 28px;
    line-height: 28px;
    width: 28px;
    text-align: center;
}
.top-social {
    display: inline-block;
}
.sb-search {
    position: relative;
    width: 28px;
    height: 30px;
    float: right;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}
.sb-search-input {
    background-color: transparent;
    border: none;
    color: #262626;
    font-size: 16px;
    height: 0px;
    line-height: 30px;
    margin: 0;
    max-width: 200px;
    outline: none;
    padding: 5px 35px 5px 15px;
    position: absolute;
    top: 4px;
    right: 0;
    z-index: 10;   
}
.sb-search-input::-webkit-input-placeholder {
    color: #262626;
}
.sb-search-input:-moz-placeholder {
    color: #262626;
}
.sb-search-input::-moz-placeholder {
    color: #262626;
}
.sb-search-input:-ms-input-placeholder {
    color: #262626;
}
.search-icon,
.sb-search-submit  {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 1px;
    margin: 0;
    text-align: center;
    cursor: pointer;
    max-width: 100%;
    width: inherit;
}
.sb-search-submit {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); 
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
}
.search-icon {
    color: #fff;
    background: transparent;
    z-index: 90;
    font-size: 15px;
    font-family: 'FontAwesome';
    speak: none;
    top: 10px;
    right: 2px;
}
.search-icon:before {
    content: "\f002";
}
.sb-search.sb-search-open,
.no-js .sb-search {
    width: 200px;
}
.sb-search.sb-search-open .sb-search-input,
.sb-search.sb-search-open .search-icon {
    background: #ffffff;
    color: #262626;
    z-index: 11;
}
.sb-search.sb-search-open .sb-search-input {
    height: 30px;
}
.sb-search.sb-search-open .search-icon {
    top: 11px;
}
.no-js .sb-search .search-icon {
    color: #262626;
}
.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
    z-index: 90;
}
.sb-search-form input:focus {
    border: none !important;
    outline: 0;
}


/* 3.2 ---- Main Menu ----*/

header {
    width: 100%;
    z-index: 9999;
}
.is-sticky .main-menu-continer {
    background: #f4f4f4;
}
.main-menu-continer {
    clear: both;
    width: 100%;
    z-index: 999999;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.navbar-collapse {
    padding-right: 0 !important;
}
.navbar {
    background-color: rgba(244, 244, 244, 0.75);
    background-image: none;
    border-radius: 0;
    margin: 0px;
    padding: 0;

    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.navbar-default {
    border: none !important;
    box-shadow: none !important;
}
.navbar-brand {
    color: #000000 !important;
    font-family: 'Roboto';
    font-size: 35px;
    font-weight: 700;
    padding-top: 37px;
    text-transform: capitalize;
}
.navbar-brand span {
    color: #ff5722;
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    margin-right: 5px;
}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
    background: transparent;
    background-image: none;
    box-shadow: none;
    color: #e74c3c;
}
.navbar-default .navbar-nav li a {
    background: transparent;
    background-image: none;
    box-shadow: none;
    color: #262626;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 700;
    line-height: 60px;
    padding: 18px 18px;
    text-transform: uppercase;
    text-shadow: none;
}
.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>li>a:hover {
    color: #e74c3c;
}
.navbar-default .navbar-nav li:last-child a {
    padding-right: 0;
}
.navbar .btn-sm {
    background-color: #ff5722 !important;
    color: #ffffff !important;
    font-size: 16px !important;
    padding: 17px 36px !important;
    margin-left: 15px;
    width: 140px;
    height: 55px;
}
.navbar .btn-sm:after {
    right: -20px;
    top: -25px;
    -webkit-transform: rotate(21deg);
    -moz-transform: rotate(21deg);
    -ms-transform: rotate(21deg);
    -o-transform: rotate(21deg);
    transform: rotate(21deg);
}
.navbar .btn-sm:hover:before {
    right: -5px;
    top: 27px !important;
    -webkit-transform: rotate(21deg);
    -moz-transform: rotate(21deg);
    -ms-transform: rotate(21deg);
    -o-transform: rotate(21deg);
    transform: rotate(21deg);
}
.navbar-default .navbar-nav .sub-menu li a {
    line-height: 23px;
}
.navbar-default .navbar-nav .sub-menu a.dropdown-toggle {
    display: none;
}
.is-sticky .navbar-brand {
    padding-top: 25px;
}
.is-sticky .navbar-nav li a {
    line-height: 40px;
}
.is-sticky .navbar-nav li.donate-btn {
    margin-top: 25px;
}

/* 4 ------- Top Banner Section -------*/
#el-slider {
    margin-top: 150px;
}
.tp-main-title {
    background: rgba(255, 255, 255, 0.4);
    color: #ffffff;
    font-family: 'Roboto';
    font-size: 28px !important;
    padding: 25px 35px !important;
}
.slide1 .tp-title,
.slide1 .tp-sub-title {
    color: #ffffff;
    font-family: 'Open Sans' !important;
    font-weight: 800;
    text-transform: uppercase;
}
.slide1 .tp-title {
    font-size: 70px !important; 
}
.slide1 .tp-sub-title {
    font-size: 45px !important;
}
.slide2 .btn {
    color: #ffffff !important;
}
.slide2 .tp-title {
    background: #ffffff;
    color: #262626;
    font-family: 'Open Sans';
    font-size: 45px !important;
    font-weight: 800;
    padding: 13px 20px !important;
    text-transform: uppercase;
}
.slide2 .tp-title span {
    color: #ff5722;
}
.slide2 .tp-sub-title {
    background: #262626;
    color: #ffffff;
    font-family: 'Open Sans';
    font-size: 23px !important;
    font-weight: 800;
    padding: 12px 20px;
    text-transform: uppercase;
}

/* 5 -------- About Section ---------*/

.about-us
.about-details,
.about-details i {
    color: #ffffff;
}
.about-details .item {
    overflow: hidden;
    padding: 25px 30px 55px 30px;
    position: relative;
    z-index: 1;
    max-height: 210px;
    min-height: 210px;
}
#about {
    margin: 0 15px;
}
#about .wpb_column.col-sm-4 {
    padding: 0 7px;
}

.about-details .item-icon {
    font-size: 70px;
    padding-top: 10px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.about-details .item:hover .item-icon {
    font-size: 50px;
}
.about-details .item:before {
    font-family: 'FontAwesome';
    top: -40px;
    left: -5px;
    font-size: 150px;
    position: absolute;
    z-index: -1;
}
.about-details .col-sm-4 .item:before {
    color: #fff;
    opacity: .10;
}

#about .col-sm-4 .about-details {
    position: relative;
}
#about .col-sm-4 .about-details:after {
    content: '';
    position: absolute;
    background: #fff;
    border-radius: 50%;
    height: 38px;
    width: 38px;
    top: 50%;
    margin-top: -19px;
    right:-25px;
    z-index: 2;
}
#about .col-sm-4:last-child .about-details:after {
    content: '';
    display: none;
}
.about-details .item-title {
    color: #fff;
    font-family: 'Montserrat';
    font-size: 30px;
    font-weight: 700;
    padding-top: 20px;
    text-transform: uppercase;
    opacity: 1;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.about-details .item:hover .item-title {
    font-size: 0;
    margin-top: -10px;
    opacity: 0;
}
.about-details .description {
    color: #ffffff;
    font-family: 'Open Sans';
    height: 0px;
    opacity: 0;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.about-details .item:hover .description {
    height: inherit;
    padding-top: 10px;
    opacity: 1;
}

/* 6 ---------- about-bottom ----------*/
.about-bottom {
    background-color: #ececec;
}
.about-bottom .section-padding {
    padding: 135px 0;
}
.about-bottom .col-md-6 {
    padding: 0px;
}
.about-bottom .col-md-6:first-child {
    padding: 0px 30px 0px 7.9%;
}
.about-bottom .description,
.stories .description {
    font-family: 'Roboto';
    line-height: 27px;
    padding-top: 22px;
}
.about-bottom .section-sub-title,
.stories .section-sub-title {
    font-size: 30px;
    padding-bottom: 10px;
}
.about-bottom span,
.stories .description span {
    color: #666;
    display: block;
    font-family: 'Roboto';
    font-size: 15px;
    font-weight: 700;
    line-height: 27px;
    padding-bottom: 30px;
}
.about-bottom .btn-container {
    padding-top: 37px;
}
.about-bottom .more-btn {
    background-color: #4d4d4d;
}
.about-bottom .donate-btn {
    background: #3f51b5;
}
.about-bottom .more-btn:after {
    right: -1px;
    -webkit-transform: rotate(-18deg);
    -moz-transform: rotate(-18deg);
    -ms-transform: rotate(-18deg);
    -o-transform: rotate(-18deg);
    transform: rotate(-18deg);
}
.about-bottom .more-btn:hover:before {
    right: -15px !important;
    right: -5px;
    top: 27px !important;
    -webkit-transform: rotate(-18deg);
    -moz-transform: rotate(-18deg);
    -ms-transform: rotate(-18deg);
    -o-transform: rotate(-18deg);
    transform: rotate(-18deg);
}

/* 7 ------- Donate Section ---------*/

.causes {
    padding: 0 !important;
}
.causes .wpb_column {
    max-width: initial;
    width: 100%;
}
.donate .section-padding {
    padding: 103px 0px 85px 0px;
}
.donate .parallax-style {
    background: none;
    // background: rgba(0, 0, 0, 0.5);
}
.donate .section-sub-title,
.partners .section-sub-title {
    color: #ffffff;
    font-size: 35px;
    font-weight: 800;
    padding-bottom: 24px;
}
.donate-description,
.partners .description {
    color: #ffffff;
    font-family: 'Open Sans';
    font-size: 17px;
    font-weight: 600;
    line-height: 28px;
    padding: 0px 20% 0px 20%; 
}
.donate-details {
    padding: 5px 0px 0px 0px;
}
.donate .countdown {
    margin-top: 38px;
    padding: 25px 0px;
    margin-left: 7%;
    margin-right: 7%;
}
.donate-count {
    color: #ff5722;
    display: inline-block;
    font-size: 55px;
    font-weight: 800;
    min-width: 275px;
    padding: 30px 25px;
    vertical-align: middle;
    margin: 0px -3px;
}
.donate-count:nth-child(1) {
    background-color: #eceff1;
}
.donate-count:nth-child(2) {
    background-color: #ff5722;
    padding: 0px;
}
.donate-count:nth-child(2) .count-number.counter,
.donate-count:nth-child(2) .percentage,
.donate-count:nth-child(2) .text {
    font-size: 33px;
    font-weight: 800;
}
.donate-count:nth-child(2) .donate-title {
    color: #fff;
    font-size: 60px;
    font-weight: 800;
}
.donate-count:nth-child(3) {
    background-color: #eceff1;
}
.donate-count .currency {
    margin-right: -10px;
}
.donate-title {
    color: #666;
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase;
}
.donate .text {
    text-transform: uppercase;
}
.donate-count .btn {
    padding: 43px 50px;
}
.donate-count .btn:after {
    right: -40%;
    top: -67%;
    width: 200%;

    -webkit-transform: rotate(29deg);
    -moz-transform: rotate(29deg);
    -ms-transform: rotate(29deg);
    -o-transform: rotate(29deg);
    transform: rotate(29deg);
}
.donate-count .btn:hover:after {
    opacity: 0;
    top: 67%;
}
.donate-count .btn:before {
    top: -43%;
}
.donate-count .btn:hover:before {
 right: 22px;
 top: 43%;
 opacity: 1;

 -webkit-transform: rotate(29deg);
 -moz-transform: rotate(29deg);
 -ms-transform: rotate(29deg);
 -o-transform: rotate(29deg);
 transform: rotate(29deg);
}
.donate-count .btn:hover {
    background-color: #ff5722;
    color: #ffffff !important;
}

/* 8 -------- Volunteer Section --------*/

.volunteers-slider.owl-carousel .post-prev,
.volunteers-slider.owl-carousel .post-next {
    color: #666666;
    font-size: 50px;
    position: absolute;
    top: 25%;
    height: 30px;
    width: 30px;
}
.member-area{
    display: inline-block;
    width: 100%;
    margin-bottom: 30px !important;
}
.volunteers-slider.owl-carousel .post-prev {
    content: "\f104";
    left: -75px;
}
.volunteers-slider.owl-carousel .post-next {
    content: "\f105";
    right: -75px;
}
.volunteer-details {
    padding: 24px 0px 0px 0px;
}
.volunteer {
    margin: 0px 5px;    
    overflow: hidden;
    display: inline-block;
}
.volunteer-name {
    color: #262626;
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.position, .desc{
    color: #999999;
    font-family: 'Roboto';
    font-size: 14px;
    text-transform: capitalize;
}
.desc{
    display: block;
}
.grid-gap{
    margin-bottom: 30px;
}
.volunteer-avatar {
    max-height: 295px;
    overflow: hidden;
}
.volunteer-avatar img {
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.volunteer:hover .volunteer-avatar img {
    -webkit-transform: scale(1.1, 1.1) rotate(5deg);
    -moz-transform: scale(1.1, 1.1) rotate(5deg);
    -ms-transform: scale(1.1, 1.1) rotate(5deg);
    -o-transform: scale(1.1, 1.1) rotate(5deg);
    transform: scale(1.1, 1.1) rotate(5deg);
}
.volunteer-social {
    max-width: 145px;
    margin: 11px auto 0 auto;
    background-color: #585858;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.social-list {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;   
}
.volunteer-social a {
    color: #999999;
    display: inline-block;
    font-size: 15px;
    padding: 14px 5px;
}
.volunteer:hover .social-list a {
    color: #fff !important;
}
.volunteer:hover .social-list {
    background: #ff5722;
}

/* 9 ------- Featured Section --------*/
.featured .col-sm-6 {
    padding: 0px;
}
.featured .item {
    position: relative;
}
.featured .item-text {
    background-color: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.featured .item-text p {
    color: #ffffff;
    font-family: 'Open Sans';
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 330px;
    margin-left: -165px;
    height: 60px;
    margin-top: -20px;
    line-height: 30px;
}
.featured .item-text:before {
    content: '';
    width: 47%;
    height: 59%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 50%;
    left: 50%;
    margin-top: -14.75%;
    margin-left: -23.5%;
    position: absolute;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.featured .item:hover .item-text:before {
   background-color: rgba(0, 0, 0, 0.5); 
   width: 100%;
   height: 100%;  
   margin: 0px;
   top: 0px;
   left: 0px;
}

/* 10 -------- Helps Section ---------*/

.helps .section-padding {
    border-bottom: 1px solid #ffffff;
    display: inline-block;
    padding-bottom: 0px;
}
.helps .item {
    padding: 0px;
}
.helps .wpb_column.col-md-3 {
    padding: 0;
}
.helps .col-md-3:nth-child(odd) .item {
    background-color: #eceff1;
}
.helps .col-md-3:nth-child(even) .item {
    background-color: #f2f5f7;
}
.helps .col-md-3:nth-child(even):hover .item {
    background-color: #eceff1;
}
.helps .col-md-3:nth-child(odd):hover .item {
    background-color: #f2f5f7;
}
.helps .item-inner {
    padding: 55px 40px 52px;
}
.helps .item-icon {
    color: #262626;
    font-size: 50px;
}
.helps .item-icon i.icon {
    height: initial;
    width: initial;
}
.helps .item-title {
    color: #262626;
    font-size: 20px;
    font-weight: 700;
    padding: 0 0 10px;
    text-transform: uppercase;
}
.helps .item-description {
    font-family: 'Roboto';
    font-size: 15px;
    line-height: 22px;
    padding-top: 10px;
}
.helps .item,
.helps .item-icon,
.helps .item-title,
.helps .item-description {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.helps .item:hover .item-icon,
.helps .item:hover .item-title,
.helps .item:hover .item-description {
    color: #666666;
}
.helps .btn-container {
    padding-top: 30px;
}
.helps .btn {
    font-size: 12px;
    padding: 12px 0 11px 0;
}


/* 11 --------- Stories Section ---------*/
.stories {
    background-color: #404040;
    color: #d9d9d9;
}
.stories .section-padding {
    padding: 130px 0 130px 50px;
}
.stories .section-sub-title {
    color: #fff;
}
.stories p,
.stories p>span,
.stories p strong {
    color: #d9d9d9 !important;
}
.stories .col-md-6:first-child {
    padding-right: 30px;
}
.stories .col-md-6:nth-child(2) {
    padding-left: 30px;
    padding-right: 9%;
}
.stories .btn-container {
    padding-top: 33px;
}
.stories .btn {
    font-size: 15px;
    font-weight: 700;
}
.embed-responsive {
    height: 100%;
    padding-bottom: 0px !important;
}
.fluid-width-video-wrapper {
    padding-top: 87% !important;
}
.stories .donate-btn {
    background-color: #3f51b5;
}


/* 12 -------- Causes Section --------*/
.causes .section-padding {
    padding-bottom: 110px;
}
.causes-slider .item {
    margin: 0px 15px;
}
.causes-slider .item-content {
    border: 2px solid #eceff1;
    padding: 35px 30px 42px 30px;
    position: relative;
}
.causes .item-image {
    position: relative;
}
.item-progress {
    background-color: rgba( 0, 0, 0, 0.349 );
    color: #ffffff;
    width: 100%;
    padding: 45px 30px 30px 30px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.progress {
    background-color: #ffffff;
    border-radius: 0px;
    height: 6px;
    margin: 0px 2px;
    overflow: visible;
    padding: 0px;
    position: relative;
}
.progress:before {
    content: '';
    border: 1px solid #ffffff;
    height: 16px;
    width: 104%;
    position: absolute;
    left: -5px;
    top: -5px;
}
.causes-slider .progress-bar {
    background-color: #ff5722;
    border-radius: 0px;
    height: 6px;
}
.sr-only {
    width: 295px;
    height: 100%;
    margin-left: -5px;
    margin-top: -25px;
    overflow: visible;
    position: inherit;
    text-align: left;
}
.sr-only div {
    display: inline-block;
}
.reach {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.complete {
    float: right;
}
.causes-slider .item-title {
    color: #262626;
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 7px;
    text-transform: uppercase;
}
.causes-slider .item-title a {
    color: #262626;
}
.target {
    color: #808080;
    font-family: 'Open Sans';
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 6px;
    position: relative;
    text-transform: uppercase;
}
.target:before,
.target:after,
.events .section-sub-title:before,
.events .section-sub-title:after,
.subscribe .section-sub-title:before,
.subscribe .section-sub-title:after {
    content: '';
    background-color: #ff5722;
    height: 1px;
    width: 50px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.target:after,
.events .section-sub-title:after,
.subscribe .section-sub-title:after {
    bottom: -2px;
}
.causes-slider .item-description {
    font-family: 'Roboto';
    line-height: 26px;
    padding-top: 20px;
}
.causes-slider .btn-container {
    padding-top: 12px;
}
.causes-slider .btn {
    min-width: 120px;
    padding: 12px 0;
}
.causes-slider .owl-pagination {
    padding-top: 45px;
    text-align: center;
}
.causes-slider .owl-page {
    background-color: #eceff1;
    display: inline-block;
    height: 5px;
    width: 20px;
    margin: 5px;
}
.causes-slider .owl-page.active {
    background-color: #e74c3c;
}

/* 13 ------ Gallery Section ------*/

.gallery-top .section-title {
    color: #ffffff;
}
.gallery-top .section-description {
    color: #dadada;
}
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;

    -webkit-transition-property: -webkit-transform, opacity, height, width;
    -moz-transition-property: -moz-transform, opacity, height, width;
    -ms-transition-property: -ms-transform, opacity, height, width;
    -o-transition-property: -o-transform, opacity, height, width;
    transition-property: transform, opacity, height, width;
}
.itemFilter {
    clear: both;
    margin:auto;
    padding: 5px 0px 45px 0px;
    width: auto;
}
.itemFilter a {
    background-color: #ffffff;
    color: #737373;
    display: inline-block;
    font-family: 'Open Sans';
    font-size: 14px;
    margin: 0 10px 15px 0px;
    padding: 10px 15px 15px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}
.itemFilter a:hover {
    color: #ff5722;
}
.itemFilter .current {
 color: #ff5722 !important;
}
.itemFilter .current:before,
.itemFilter .current:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    background: #ff5722;
}
.itemFilter .current:before {
    bottom: 8px;
}
.itemFilter .current:after {
    bottom: 10px;
}
.gallery-items .item,
.works-slider .item {
    overflow: hidden;
}
.gallery .item> a,
.works-slider .item> a {
    display: inline-block;
    position: relative;
}
.gallery .item> a:before,
.works-slider .item> a:before {
    content: '';
    background: rgba(231, 76, 60, 0.85);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    opacity: 0;
    z-index: 1;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.gallery .item:hover> a:before,
.works-slider .item:hover> a:before {
    opacity: 1;
}
.gallery-items img,
.works-slider img {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.gallery-items .item-details,
.works-slider .item-details {
    position: absolute;
    text-align: center;
    top: 15%;
    left: 0px;
    width: 100%;
    z-index: 999;
}
.works-slider .item-details {
    top: 0;
    height: 100%;
}
.gallery-items .item-title,
.works-slider .item-title {
    color: #ffffff;
    font-size: 15px;
    font-family: 'Open Sans';
    padding-top: 40%;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.gallery-items .item:hover .item-title  {
    padding-top: 25%;
    opacity: 1;
}
.works-slider .item-title {
    position: absolute;
    padding: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.works-slider .item:hover .item-title {
    opacity: 1;
}
.gallery-items .item:hover img  {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

/* 14 ------- Events Section --------*/
.events .section-sub-title {
    padding-bottom: 15px;
    position: relative;
}
.events .section-details {
    padding-top: 68px;
}
.events-banner {
    padding: 30px 40px 30px 50px;
}
.events-banner .banner-item:first-child {
    border-bottom: 1px solid #ffffff;
    margin-bottom: 1px;
    padding-bottom: 70px;
}
.events-banner .banner-item:last-child {
    border-top: 1px solid #ffffff;
    padding-top: 60px;
}
.time-box {
    display: inline-block;
    position: relative;
    text-align: center;
}
.time-number {
    background: rgba(255, 255, 255, 0.4);
    display: inline-block;
    width: 85px;
    height: 85px;
    line-height: 85px;
}
.time-number .digit {
    color: #ffffff;
    display: inline-block; 
    font-family: 'Open Sans';
    font-size: 29px;
    font-weight: 800;
    height: 35px;
    line-height: 35px;
    margin-top: 25px;
    overflow: hidden;
}
.time-name {
    color: #ffffff;
    display: block;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 800;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.hours_dash .digit:first-child,
.minutes_dash .digit:first-child,
.seconds_dash .digit:first-child {
    display: none;
}
.event-details {
    padding-top: 35px;
}
.event-title {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}
.event-title:before,
.event-title:after {
    content: '';
    width: 60px;
    height: 1px;
    background: #ffffff;
    left: 0px;
    position: absolute;
    bottom: 0px;
}
.event-title:after {
    bottom: -2px;
}
.event-title a {
    color: #ffffff;
}
.event-meta {
    color: #ffffff;
    font-family: 'Roboto';
    font-size: 15px;
    padding-top: 15px;
}
.event-meta div {
    display: inline-block;
    text-transform: capitalize;
}
.event-time {
    font-size: 15px;
    padding-left: 15px;
    text-transform: lowercase !important;
}
.meta-icon {
    padding-right: 5px;
    position: relative;
}
.meta-icon:after {
    content: ':';
    position: absolute;
    top: 0px;
    right: -2px;
}
.events-slider {
    padding-left: 30px;
}
.events-slider .event-item {
    background: rgba(0, 0, 0, 0.5);
    height: 188px;
    margin-bottom: 27px;
    overflow: hidden;

    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; 
}
.events-slider .event-date {
    background: #ff5722;
    display: inline-block;
    font-family: 'Open Sans';
    font-weight: 800;
    float: left;
    width: 150px;
    height: 100%;
    padding-top: 35px;
    padding-right: 0;
    text-align: center;
    position: relative;

    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; 
}
.events-slider .event-item:hover .event-date {
    background: #eceff1;
    padding-top: 20px;
    padding-right: 0;

    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;     
}
.events-slider .event-item time {
    color: #fff !important;
    font-size: 60px;
}
.events-slider .event-item:hover time {
    color: #ff5722 !important;
}
.events-slider .month {
    color: #262626;
    display: block;
    font-size: 26px;
    margin-top: -15px;
    text-transform: uppercase;
}
.events-slider .event-time {
    display: block;
    padding-left: 0px;
}
.events-slider .event-details {
    padding: 43px;
    height: 100%;
    position: relative;
}
.events-slider .event-title:before, 
.events-slider .event-title:after {
    background: #ff5722;
}
.events-slider .event-meta {
    padding-top: 28px;
    position: relative;
}
.event-image, .hover-image{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.events-slider .event-date .btn,
.events-slider .time-count-container {
    top: 100%;
    position: absolute;

    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    transition: all 0.30s ease-in-out;    
}
.events-slider .event-date .btn {
    border-radius: 0px;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 700;
    width: 100%;
}
.events-slider .event-date .btn:before,
.events-slider .event-date .btn:after {
    content: '';
    display: none;
}
.events-slider .time-count-container {
    height: 100%;
    right: 0px;
    padding: 41px 45px;
    width: 100%;
}
.events-slider .event-item:hover .time-count-container {
    top: 0px;
}
.events-slider .event-item:hover .btn {
    top: 133px;
}
.events-slider .carousel-controls {
    top: -123px;
}
.carousel-control.left, 
.carousel-control.right {
    background: #eceff1;
    color: #262626;
    font-size: 25px;
    height: 45px;
    line-height: 45px;
    width: 45px;
    opacity: 1;
}

/* 15 ------- Partners Section --------*/

.partners-section .wpb_column {
    max-width: initial;
    width: 100%;
}
.partners .parallax-style {
    background: rgba(0, 0, 0, 0.25);
}
.partners .section-sub-title {
    color: #ffffff;
    font-size: 35px;
    padding-top: 110px;
}
.partners .section-details {
    padding: 68px 0 110px;
}
.photo-list img {
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -ms-filter: grayscale(1);
    -o-filter: grayscale(1);
    filter: grayscale(1);
}
.photo-list li:hover img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
}
.logo-list .owl-pagination {
    padding-top: 50px;
}
.logo-list .owl-page {
    background-color: #808080;
    border-radius: 50%;
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 5px;
}
.logo-list .owl-page.active {
    background-color: #fff;
}

/* 16 ------- Blog Section --------*/

#blog .blog-post{
    display: flex;
    background-color: #eceff1;
}
#blog article {
    clear: both;
}
.blog-post .col-md-4 .col-md-6 {
    display: block;
    width: 100%;
}
.blog .col-md-8 article:last-child {
    margin-top: -5px;
}
.blog-post article div[class*='col-'] {  
    background: #eceff1;
    overflow: hidden;
}
.section-details .blog-post article.post.type-post {
    background: #eceff1;
    clear: both;
}
.section-details .blog-post .post-thumbnail {
    padding: 0;
}
.post-top {
    position: relative;
}
.home #news .blog .post-top,
.home #news .blog .post-content {
    height: 295px;
    overflow: hidden;
}
.post-top:before {
    content: '';
    width: 0px;
    height: 0px;
    position: absolute;
}
.col-md-8 .col-md-6:first-child .post-top:before {
    right: 0px;
    top: 50%;
    margin-top: -15px;
    border-top: 15px solid transparent;
    border-right: 15px solid #eceff1;
    border-bottom: 15px solid transparent;
}
.col-md-8 .col-md-6:last-child .post-top:before {
    left: 0px;
    top: 50%;
    margin-top: -15px;
    border-top: 15px solid transparent;
    border-left: 15px solid #eceff1;
    border-bottom: 15px solid transparent;
}
.col-md-4 .col-md-6:first-child .post-top:before {
    left: 50%;
    bottom: 0px;
    margin-left: -15px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #eceff1;
}
.blog-post .col-md-8,
.blog-post .col-md-6,
.blog-post .col-md-4 {
    padding: 0px;
}
.post-date {
    background: #585858;
    color: #ffffff;
    font-size: 11px;
    max-width: 90px;
    padding: 2px 10px; 
    right: 0px;
    top: 0px;
    margin: 0px;
    position: absolute;
}
.post-date .date {
    font-family: 'Open Sans';
    font-size: 30px;
    font-weight: 700;
    padding-right: 3px !important;
}
.post-date .media-left,
.post-date .media-body {
    padding: 0px;
    vertical-align: middle;
}
.post-content {
    padding: 28px 30px;
}
.entry-title, .search-title {
    color: #262626;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
}
.entry-title a {
    color: #262626;
}
.entry-content {
    line-height: 26px;
    letter-spacing: -0.2px;
    padding-top: 23px;
    max-height: 110px;
    overflow: hidden;
}
.entry-content li {
    display: list-item;
}
.entry-content ul,
.entry-content li {
    margin-left: 15px;
}
.post-content .btn-container {
    padding-top: 30px !important;
}
.blog .btn-container {
    padding-top: 80px;
}

/* 17 --------- Testimonial Section ----------*/

.testimonial-section {
    padding: 0 !important;
}
.testimonial-section .wpb_column {
    background-color: rgba(255, 255, 255, 0.85);
    max-width: initial;
    width: 100%;
}
.testimonial .section-padding {
    padding: 100px 0px 90px 0px;
}
.testimonial-slider {
    max-width: 925px;
    margin: 0 auto;
}
.carousel.carousel-fade .active.item {
    opacity: 1;
}
.carousel.carousel-fade .item {
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
}
.testimonial-slider blockquote {
    background: #ffffff;
    border: none;
    color: #262626;
    font-family: 'Open Sans';
    font-size: 17px;
    font-weight: 600;
    font-style: italic;
    line-height: 31px;
    padding: 40px;
    position: relative;
}
.testimonial-slider blockquote:before {
    content: '';
    left: 65px;
    bottom: -25px;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-left: 50px solid #ffffff;
    border-bottom: 30px solid transparent;
    position: absolute;
    z-index: -1;
}
.speech-author {
    padding-top: 18px;
}
.client-image {
    float: left;
    height: 120px;
    width: 120px;
}
.client-details {
    padding-left: 15px;
    padding-top: 25px;
}
.client-details span {
    display: block;
}
.client-name {
    color: #262626;
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.designation {
    color: #666666;
    font-family: 'Roboto';
    font-size: 15px;
    padding-top: 7px;
}
.designation a {
    color: #ff5722;
}
.carousel-controls {
    height: 50px;
    width: 100px;
    right: 0px;
    bottom: 70px;
    position: absolute;
}
.testimonial-slider .carousel-control {
    background: #ffffff;
    color: #262626;
    font-size: 25px;
    width: 45px;
    height: 45px;
    line-height: 45px;
}

/* 18 ------- Contact Section --------*/

.wpcf7 {
    margin: 0 -15px;
}
.wpcf7-form {
    padding-top: 80px;
}
.wpcf7-form .wpcf7-form-control,
.comment-form .form-control,
.mc4wp-form-fields input#subscribe-email {
    border: 1px solid #ccc;
    border-radius: 0px;
    box-shadow: none;
    color: #a6a6a6;
    font-size: 15px;
    font-family: 'Open Sans';
    height: inherit;
    margin-bottom: 15px;
    padding: 15px 15px 15px 60px;
}
.wpcf7-form .wpcf7-form-control:focus,
.mc4wp-form-fields input:focus {
    border-color: #e74c3c;
}
.wpcf7-form div {
    position: relative;
}
.wpcf7-form br {
    display: none;
}
.wpcf7-form .form-class {
    display: inline-block;
    max-width: 32%;
    margin: 0 5px;
}
.wpcf7-form .form-class:first-child {
    margin-left: 0;
}
.wpcf7-form .form-class:last-child {
    margin-right: 0;
}
.form-input {
    position: relative;
}
.form-icon {
    background-color: #eceff1;
    color: #a6a6a6;
    height: 45px;
    width: 45px;
    left: 4px;
    top: 4px;
    line-height: 45px;
    position: absolute;
    text-align: center;
    z-index: 1;
}
.form-input:first-child .form-icon, 
.form-input:nth-child(3) .form-icon {
    left: 19px;
}
.form-icon:after {
    content: '';
    top: 0px;
    right: 0px;
    height: 0px;
    width: 0px;
    border-bottom: 45px solid #ffffff;
    border-left: 10px solid transparent;
    position: absolute;
}
.contact .col-sm-4:nth-child(2) {
    padding: 0px;
}
.contact .btn {
    font-weight: 700;
    margin-top: 10px;
}
.message .form-icon {
    left: 9px;
}
span.wpcf7-form-control-wrap.your-message {
    padding-left: 5px;
}
.wpcf7-form textarea {
    max-width: 1150px;
    margin: 0 auto;
}
.wpcf7-form .submit-btn {
    height: 55px;
    overflow: hidden;
    max-width: 160px;
    margin: 0 auto;
    position: relative;
}
.wpcf7-form .submit-btn input {
    background: #ff5722;
    border: none !important;
    border-radius: 2px;
    color: #ffffff !important;
    font-family: 'Open Sans';
    font-size: 15px;
    font-weight: 800;
    margin: 0 !important;
    overflow: hidden;
    padding: 12px 25px !important;
    position: relative;
    text-transform: uppercase;
    z-index: 1;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.comment-form .btn:hover {
    background: #fff;
    border: 1px solid #ea6153 !important;
    color: #ea6153 !important;
}
.mc4wp-form-fields input#subscribe-email {
    padding-left: 15px;
}
.mc4wp-form-fields #subscribe-submit {
    border-radius: 0;
    height: 53px;
    line-height: 0;
    max-width: 120px;
    padding: 10px 0;
    position: absolute;
    top: 0;
    right: 0;
}
.mc4wp-form-fields #subscribe-submit:hover:before {
    opacity: 0;
}
.mc4wp-form-fields #subscribe-submit:after {
    top: -23px;
    right: -23px;

    -webkit-transform: rotate(24deg);
    -moz-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    -o-transform: rotate(24deg);
    transform: rotate(24deg);    
} 


/* 19 ------ Google Map Section ------*/

.google-map-container {
    width: 100%;
    height: 600px;
}
.marker-info {
    color: #666666;
    font-family: 'Open Sans';
    font-size: 15px;
    font-weight: 700;
    padding: 20px 0px 0px 20px;
    text-align: center;
}
.marker-info p {
    font-weight: 700;
    margin: 0px;
    padding: 0px;
    text-transform: capitalize;
}
.marker-info span {
    display: block;
    padding-bottom: 20px;
}
.marker-info span i {
    display: block;
    font-size: 18px;
}
.marker-info a {
    color: #666666;
}

/* 20 ------- Subscribe Section -------*/

#subscribe {
    background: #eceff1;
}
.subscribe {
    background: #eceff1;
    padding: 0 !important;
}
#subscribe .parallax-style {
    background: none !important;
}
.subscribe .wpb_column {
    max-width: initial;
    width: 100%;
}
.subscribe .parallax-style {
    background: rgba(0, 0, 0, 0.4);
} 
.subscribe .section-padding {
    padding: 95px 0px 100px 0px;
}
.subscribe .section-details {
    padding-top: 0px !important;
}
.subscribe .section-sub-title {
    color: #262626;
    display: inline-block;
    font-size: 28px;
    padding-top: 15px;
    position: relative;
}
.subscribe .section-sub-title:before,
.subscribe .section-sub-title:after {
    width: 90px;
}
.subscribe-hide {
    position: relative;
}
#subscribe .mc4wp-form {
    margin-top: 7px;
}
#subscribe .mc4wp-form input {
    border: none !important;
    background: #ffffff;
    border-radius: 4px;
    color: #666666;
    display: inline-block;
    font-family: 'Open Sans';
    font-size: 16px;
    height: 60px;
    max-width: 510px;
    padding: 23px 20px;
    vertical-align: middle;
}
#subscribe .mc4wp-form input:focus {
    border: 2px solid #ffffff;
    outline: 0;
}
#subscribe .mc4wp-form button:focus {
    border: none;
    outline: 0;
}
#subscribe #subscribe-submit {
    border: 2px solid #e74c3c;
    border-radius: 4px;
    color: #ffffff;
    display: inline-block;
    max-width: initial;
    height: 60px;
    padding: 17px 58px;
}
#subscribe #subscribe-submit:hover {
    background: #e74c3c;
    border-color: #2c3e50;
}
#subscribe #subscribe-submit:after {
    top: -28px;
    right: -23px;

    -webkit-transform: rotate(17deg);
    -moz-transform: rotate(17deg);
    -ms-transform: rotate(17deg);
    -o-transform: rotate(17deg);
    transform: rotate(17deg); 
}
#subscribe .mc4wp-form ::-webkit-input-placeholder {
   color: #666666;
}
#subscribe .mc4wp-form :-moz-placeholder { /* Firefox 18- */
   color: #666666;  
}
#subscribe .mc4wp-form ::-moz-placeholder {  /* Firefox 19+ */
   color: #666666;  
}
#subscribe .mc4wp-form :-ms-input-placeholder {  
   color: #666666;  
}
#subscribe-loading {
    display: none;
    line-height: 45px;
    cursor: inherit;
}
#subscribe-loading:hover {
    color: inherit;
}
#subscribe-message {
    text-align: center;
    font-size: 1.125em;
}
#subscribe-error {
    color: #ffffff;
    position: absolute;
    background: rgba(52, 152, 219, 1);
    display: none;
    left: 25px;
    bottom: 60px;
    padding: 5px 10px;
    border-radius: 3px;
}
#subscribe-error:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px;
    border-color: rgba(52, 152, 219, 1) transparent transparent transparent;
    left: 25px;
    bottom: -24px;
}

/* 21 -------- Action Section ----------*/
.action {
    padding: 35px 0px;
}
.action .btn {
    background-color: transparent;
    border: 2px solid #ffffff !important;
    color: #ffffff;
    font-family: 'Open Sans';
    font-weight: 800;
    font-size: 22px;
    padding: 17px 65px;
    text-transform: uppercase;
}
.action .btn:before,
.action .btn:after {
    content: '';
    display: none;
}
.action .btn:hover {
    background-color: #ffffff !important;
    color: #ff5722 !important;
}
.action span {
    color: #fff;
    font-family: 'Open Sans';
    font-size: 40px;
    font-weight: 700;
    font-style: italic;
    padding: 0px 30px;
    text-transform: capitalize;
}

/* 22 --------- Blog Page Styles ----------*/

.page .col-md-9 .blog-posts .post-content,
.single .col-md-9 .single-post .post-content {
    float: right;
    max-width: 85%;
    width: 100%;
}
article table {
    margin-top: 15px;
}
article table tr {
    padding: 5px;
}
article table tr td {
    padding-right: 15px;
}
.page .post-content p,
.single .post-content p  {
    padding-bottom: 23px;
}
.post-content h2 {
    font-size: 25px;
    padding-top: 45px;
}
.post-content h3 {
    font-size: 20px;
}
.post-content h4 {
    font-size: 18px;
}
.post-content h5 {
    font-size: 16px;
}
.post-content h6 {
    font-size: 14px;
}
.post-content ol,
.post-content ul {
    margin: 5px 0 5px 20px;
    padding-left: 0;
}
.post-content ol a,
.post-content ul a {
    color: #666;
    font-weight: 600;
}
.blog-posts {
    padding-bottom: 5px;
}
.blog-posts .post-date {
    max-width: 115px;
    float: left;
    position: inherit;
}
.blog-posts .post-date .date,
.single-post .post-date .date {
    font-size: 38px;
    font-weight: 800;
}
.blog-posts .post-date .media-body {
    font-size: 13px;
}
.blog-posts article {
    padding-bottom: 105px;
}
.post-slider .carousel-controls {
    width: 100%;
    top: 50%;
    margin-top: -22.5px;
    height: 45px;
}
.post-slider .carousel-control {
    background: #ffffff;
    color: #262626;
    font-size: 25px;
    height: 45px;
    width: 45px;
    line-height: 45px;
}
.post-slider .carousel-control.left {
    left: 30px;
}
.post-slider .carousel-control.right {
    right: 30px;
}
.blog-posts .post-content,
.page .col-md-9 .blog-posts .post-content-no-meta,
.single-post .post-content {
    padding: 0px 0px 0px 20px;     
}
.post-content-no-meta .entry-title{
    padding-top: 0 !important;
}
.blog-posts .entry-title {
    font-size: 30px;
    line-height: 35px;
    padding-top: 32px;
}
.search .search-title {
    font-size: 30px;
    line-height: 35px;
    padding-top: 0;
    padding-bottom: 30px;
}
.text-only .entry-title {
    margin-top: -7px;
    padding-top: 0px;
}
.post-meta {
    color: #a6a6a6; 
    font-family: "Open Sans";
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
    padding-top: 12px;
    padding-bottom: 17px;
    position: relative;
}
.post-meta:before, 
.post-meta:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 90px;
    background-color: #ff5722;
    left: 0px;
    bottom: 0px;
}
.post-meta:after {
    bottom: 3px;
}
.post-meta a {
    color: #ff5722;
}
.post-meta span {
    padding-right: 10px;
    position: relative;
}
.post-meta span:before {
    content: '/';
    position: absolute;
    top: 0px;
    right: 0px;
}
.post-meta span:last-child:before {
    content: '';
    display: none;
} 
.blog-posts .entry-content {
    padding-top: 20px;
    max-height: inherit;
}
.blog-posts .post-blockquote {
    background: #93d6af;
    border: none;
    color: #ffffff;
    font-family: 'Roboto';
    font-size: 45px;
    font-style: normal;
    line-height: 53px;
    margin: 0px;
    padding: 40px 40px;
    position: relative;
    z-index: 0;
}
.blog-posts .post-blockquote:before {
    content: "\f10d";
    color: #ffffff;
    font-family: 'FontAwesome';
    font-size: 142.56px;
    position: absolute;
    top: 30px;
    left: 20px;
    opacity: .15;
    z-index: -1;
} 
.post-blockquote .quote-author {
    color: #ffffff;
    display: block;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 700;
    word-spacing: 0px;
    text-transform: uppercase;
}
.attachmentlink {
    background: #3498db;
    color: #ffffff;
    font-family: 'Montserrat';
    font-size: 24px;
    font-weight: 700;
    padding: 40px 40px;
    position: relative;
    z-index: 0;
}
.attachmentlink a, 
.attachmentlink a:hover{
    background: #3498db;
    color: #ffffff !important;
    font-family: 'Montserrat';
    font-size: 24px;
    font-weight: 700;
    padding: 40px 10px;
    position: relative;
    z-index: 0;    
}
.attachmentlink:before {
    content: "\f0c1";
    color: #5dade2;
    font-family: 'FontAwesome';
    font-size: 78px;
    top: -25px;
    right: -5px;
    position: absolute;
}
.blog-posts .btn-container {
    padding-top: 17px;
}
.entry-footer .edit-link a {
    color: #ff5722;
    font-family: 'Roboto';
    font-size: 14px;
}
.logged-in-as a {
    color: #262626;
    font-family: 'Roboto';
}
.logged-in-as a:last-child {
    color: #ff5722;
}

/* 22.1----- Pagination -------*/

.pagination {
    background: #eceff1;
    border-radius: 0px;
    margin: 40px 0px 0px 135px;
    padding: 10px 15px 4px 15px;
}
.pagination li {
    display: inline-block;
}
.pagination li a {
    background: #ffffff;
    border: none;
    border-radius: 0px;
    color: #a6a6a6;
    font-family: "Roboto";
    font-size: 16px;
    margin: 0px 2px;
    height: 45px;
    width: 45px;
    line-height: 35px;
    text-align: center;
}
.pagination li a:hover {
    background: #ffffff;
    color: #a6a6a6;
} 
.pagination li a span {
    color: #a6a6a6;
    font-family: 'Roboto';
    font-size: 15px;
}
.pagination li.active a,
.pagination li.active a:hover {
    background: #ff5722;
    border-color: none;
    color: #ffffff !important;
}
.pagination .previous,
.pagination .next {
    background: none;
    width: inherit !important;
}
.pagination .previous {
    margin-right: 10px;
    text-align: left;
}
.pagination .next {
    margin-left: 15px;
    text-align: right;
}
.pagination i {
    padding: 0 5px;
}

/* 23 ----------- Single Post ----------*/

article li {
    display: list-item;
}
article ul,
article ol {
    padding-left: 30px;
}
article ul li> ul,
article ol li> ol {
    padding-left: 0;
}
body.page .post-content .post-thumbnail {
    margin-bottom: 30px;
}
body.page .post-content .entry-title {
    margin-top: -7px;
    padding-top: 0;
}
.single-post .post-date {
    background: none;
    float: left;
    position: inherit;
    max-width: 110px;
    padding: 0;
}
.single-post .post-date time {
    background: #585858;
    display: inline-block;
    padding: 2px 15px;
}
.single-post .entry-title {
    font-size: 30px;
    line-height: 34px;
    padding-top: 34px;
}
.single-post .entry-title.event{
    margin-top: 10px;
}
.single-post .entry-content {
    max-height: inherit;
    padding-top: 28px;
    padding-bottom: 25px;
}
.single-post .entry-content p {
    font-family: 'Roboto';
    padding-bottom: 23px;
}
.single-post blockquote {
    background: #ffffff;
    border-color: #ff5722;
    color: #666666;
    font-family: "Roboto";
    font-size: 26px;
    font-weight: 700;
    font-style: italic;
    font-weight: 700;
    line-height: 39px;
    margin-top: 33px;
    margin-bottom: 35px;
    padding: 0 40px 0 39px;
    word-spacing: 2px;
    letter-spacing: 1px;
}
.page .main-content .blog-posts blockquote,
.page .main-content .blog-posts blockquote p {
    background: #ffffff;
    border-color: #ff5722;
    color: #262626;
    font-family: "Roboto";
    font-size: 17px;
    font-weight: 700;
    font-style: italic;
    font-weight: 700;
    line-height: 28px;
    margin-top: 33px;
    margin-bottom: 35px;
    padding: 0 20px 0;
}
.quote-author {
    color: #a6a6a6;
    font-family: 'Open Sans';
    font-size: 14px;
    padding-top: 10px;
    text-transform: uppercase;
}
.secondary-image {
    float: left;
    margin-right: 25px;
    max-width: 250px;
}
.secondary-title {
    color: #262626;
    font-family: 'Open Sans';
    font-size: 24px;
    font-weight: 700;
    margin-top: -5px;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.post-bottom {
    background: #eceff1;
    color: #666666;
    font-family: 'Roboto';
    font-size: 14px;
    padding: 20px 20px; 
}
.post-bottom ul,
.post-bottom ol {
    margin-top: 0;
}
article .post-bottom li {
    display: inline-block;
}
.post-bottom span,
.post-bottom ul,
.post-tag {
    display: inline-block;
    font-family: 'Open Sans';
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
}
.post-bottom a {
    color: #808080;
}
.edit-link {
    display: block;
    font-family: 'Open Sans';
    font-size: 15px;
    padding: 30px 0 20px;
}
.post-tag a {
    color: #ff5722;
}
.post-social {
    margin-top: -5px;
}
.post-social ul,
.post-social ol {
    margin-top: 0;
}
.social-share a {
    display: inline-block;
    font-size: 22px;
    margin: 0 2px;
    text-align: center;
}
.leave-comment .section-padding {
    padding: 65px 0;
}
.single-post article {
    padding-bottom: 105px;
}
.leave-comment .section-details {
    padding: 0;
}
.leave-comment .title-icon,
.post-comment .title-icon {
    color: #585858;
    float: left;
    font-size: 30px;
    width: 130px;
}
.leave-comment .title,
.post-comment #reply-title {
    color: #262626;
    font-family: "Open Sans";
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 18px;
    position: relative;
    text-transform: uppercase;
}
.leave-comment .title:before,
.post-comment #reply-title:before, 
.leave-comment .title:after,
.post-comment #reply-title:after {
    content: '';
    background: #ff5722;
    height: 1px;
    left: 0px;
    bottom: 0px;
    width: 90px;
    position: absolute;
}
.leave-comment .title:after,
.post-comment #reply-title:after {
    bottom: 2px;
}
.comments-list,
.comment-form {
    margin-top: 60px;
}
.comments-list li {
    display: inline-block;
    width: 100%;
}
.comment-meta {
    color: #a6a6a6;
    display: inline-block;
    font-family: 'Roboto';
    font-size: 14px;
}
.comment-meta span {
    color: #666666;
    padding-right: 8px;
    position: relative;
}
.comment-meta span:before {
    content: '/';
    position: absolute;
    top: -2px;
    right: 0px;
}
.comments-list .author-avatar {
    float: left;
    max-width: 100px;
}
.comments-list .author-avatar img{
    border-radius: 50%;
}
.comments-list article {
    padding-bottom: 55px;
}
.comments-list li.parent:last-child article {
    padding-bottom: 0px;
}
.comment-details {
    padding-left: 20px;
}
.comment .children {
    padding-left: 60px;
}
.comment-author a {
    color: #262626;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
// .comment-content {
//     font-family: 'Roboto';
//     font-size: 15px;
//     line-height: 26px;
//     padding-top: 14px;
// }
.reply-btn {
    background: #ffffff !important;
    color: #ff5722 !important;
    display: inline-block;
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: normal;
    padding: 0;
    text-transform: capitalize;
    line-height: initial;
    margin: -2px 0 0;
}
.comment-details i{
    margin-top: 6px;
    position: absolute;
    margin-left: 3px;
    color: #ff5722;
}
.reply-btn:hover {
    color: #ff5722 !important;
} 
.reply-btn:before,
.reply-btn:after {
    content: '';
    display: none;
}
.post-comment {
    padding-top: 40px;
}
.comment-form .form-icon {
    text-align: center;
}
.comment-form input {
    display: inline-block;
    margin-right: 6px;
    max-width: 49.3%;
}
.comment-form .form-input:first-child .form-icon, 
.comment-form .form-input:nth-child(3) .form-icon {
    left: 4px;
}

/* 24 -------- 404 Error page ---------*/
.error-banner {
    color: #ffffff;
    text-transform: uppercase;
}
#error-banner .error-title {
    font-family: 'Open Sans';
    font-size: 22px;
    font-weight: 800;
    padding-top: 165px;
    overflow: hidden;
}
#error-banner .error-main-title {
    font-size: 86px;
    font-weight: 800;
    padding-top: 55px;
}
#error-banner .error-sub-title {
    font-size: 24px;
    font-weight: 800;
    padding-top: 12px;
}
.error-banner .btn-container {
    clear: both;
    padding-top: 85px;
}
.error-banner .btn {
    font-size: 16px;
    font-weight: 700;
    padding: 24px 54px;
}
.error-banner .btn:after {
    right: -15px;
    top: -37px;

    -webkit-transform: rotate(17deg);
    -moz-transform: rotate(17deg);
    -ms-transform: rotate(17deg);
    -o-transform: rotate(17deg);
    transform: rotate(17deg);
}

/* 25 --------- Coming Soon Page -----------*/
.landing-title {
    color: #ffffff;
    font-size: 45px;
    font-weight: 800;
    padding: 153px 0 27px 0;
    text-transform: uppercase;
}
.landing-banner .section-description {
    color: #ffffff;
}
.landing-banner .time-number {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin: 6px;
    line-height: 172px;
}
.landing-banner .digit {
    font-size: 44px;
    font-weight: 800;
}
.landing-banner .time-name {
    font-size: 16px;
    padding-top: 10px;
}
.landing-banner .btn-container {
    padding-top: 70px;
}

/* 26 --------- Sidebar Widgets ----------*/

.sidebar .widget {
    padding-bottom: 75px;
}
.widget-title {
    font-size: 20px;
    font-weight: 700;
    margin: 30px 0;
    padding-bottom: 20px;
    position: relative;
}
.widget-title:before,
.widget-title:after {
    content: '';
    background: #ff5722;
    height: 1px;
    width: 50px;
    bottom: 0px;
    left: 0px;
    position: absolute;
}
.widget-title:after {
    bottom: 2px;
}
.sidebar .widget-title {
    color: #262626;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
}
.search-form {
    position: relative;
}
.search-form input {
    border: 1px solid #cccccc;
    box-shadow: none;
    color: #a6a6a6;
    font-family: "Roboto";
    font-size: 15px;
    font-style: italic;
    font-weight: normal;
    padding: 16px 15px;
}
.search-form input:focus {
    border-color: #ff5722;
    outline: 0;
}
.search-submit {
    background: transparent;
    border: none;
    color: #b2b2b2;
    font-size: 20px;
    position: absolute;
    top: 13px;
    right: 10px;
}
.search-submit:focus {
    border: none;
    outline: 0;
}
.widget-details {
    padding-top: 30px;
}
.category-list li {
    border-color: #e4e4e4;
    border-top: 1px dashed;
    display: block;
    line-height: 40px;
    padding-left: 15px;
    position: relative;
}
.widget_categories ul li, .widget_nav_menu ul li{
    list-style: none;
    display: block !important;
}
.category-list li:last-child {
    border-bottom: 1px dashed;
}
.category-list li:before {
    content: "\f0da";
}
.category-list li:before {
    color: #666666;
    font-family: "FontAwesome";
    font-size: 20px;
    top: 0px;
    left: 0px;
    position: absolute;
}
.category-list a {
    color: #666666;
    font-family: "Roboto";
    font-size: 15px;
}
.sidebar .post.media {
    margin: 0px;
}
.sidebar .post-content {
    padding: 0px 0px 0px 0px;
}
.sidebar .post-thumbnail.media-left {
    display: inline-block;
    float: left;
    margin-right: 10px;
    padding: 0px;
    width: 65px;
}
.sidebar .entry-title {
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 20px;
    margin-top: -5px;
    padding: 0px;
}
.sidebar .entry-title a {
    color: #666666;
}
.sidebar .post-meta {
    padding-top: 10px;
    position: inherit;
}
.sidebar .post-meta:before,
.sidebar .post-meta:after {
    content: '';
    display: none;
}
.sidebar .author {
    color: #666666;
}
.dribbble-images li {
    max-width: 75px;
    margin-bottom: 4px;
}
.tag-list li {
    margin-bottom: 13px;
}
.tag-list a {
    background: #eceff1;
    color: #8b8b8b;
    font-family: "Roboto";
    font-size: 14px;
    padding: 7px 9px;
}
.tag-list a:hover {
    background: #ff5722;
    color: #ffffff !important;
}
.widget-details .text {
    font-family: 'Roboto';
    line-height: 27px;
}

/* 27 ------- Footer --------*/
footer {
    color: #a6a6a6;
}
.footer .widget ul li{
    display: block;
    list-style: none;
}
.footer-top {
    background-color: #33343b;
    font-family: 'Roboto';
}
.footer-top .section-padding {
    padding: 95px 0px;
}
footer .widget-title {
    color: #ffffff;
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
footer .widget-details {
    padding-top: 0;
}
.about-widget {
    color: #999999;
    font-family: 'Roboto';
    font-size: 15px;
    margin-top: -5px;
}
.widget-contact li {
    color: #999999;
    display: block;
    font-family: 'Roboto';
    font-size: 15px;
    line-height: 28px;
    padding-left: 30px;
}
.widget-contact li:before {
    color: #ff5722;
    font-family: 'FontAwesome';
    font-size: 18px;
    width: 30px;
    left: 10px;
    position: absolute;
}
.widget-contact li a {
    color: #999999;
}
.widget-contact {
    padding-top: 23px;
}
.tweet li {
    font-size: 15px;
    padding-bottom: 30px;
    position: relative;
}
.tweet li:first-child {
    margin-bottom: 40px;
}
.tweet li a {
    color: #dadada;
}
.tweet .date {
    color: #666666;
    font-family: 'Roboto';
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.photo-list {
    margin-top: 5px;
}
.photo-list li {
    margin: 0px 5px 8px 0px;
}
.footer-bottom {
    background-color: #2f3037;
    color: #999999;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 600;
    line-height: 120px;
    text-transform: uppercase;
}
.footer-bottom a {
    color: #999999;
}
.copy-right,
.footer-social {
    display: inline-block;
}
.footer-social a {
    color: #7f7f7f;
    display: inline-block;
    font-size: 25px;
    margin: 0 3px;
}

/* 28 --------- Scroll To Top ----------*/

.scroll-to-top {
    position: fixed;
    right: 35px;
    bottom: 35px;
    font-size: 30px;
    height: 40px;
    width: 40px;
    background-color: #e74c3c;
    line-height: 40px;
    color: #ffffff;
    text-align: center;
    opacity: .3;
    cursor: pointer;
    z-index: 1;

    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.scroll-to-top:hover {
    opacity: 1;
}

/* 29 --------- Preloader ----------*/

#preloader {
  position: fixed !important;
  left: 0 !important;
  top: 0 !important;
  z-index: 9999999  !important;
  width: 100% !important;
  height: 100% !important;
  overflow: visible !important;
}







/* ----------- Elements Page ------------*/

.elements .section-border,
.typography .section-border {
    margin-bottom: 40px;
}

/* 4.1 Accordion
----------------------------------------------*/
.panel-default {
    border-color: #f2f2f2;
}
.panel-default>.panel-heading {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    padding: 0;
}
.panel-title {
    position: relative;
}
.panel-title>a {
    background-color: #fe5722;
    color: #ffffff;
    display: block;
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 700;
    padding: 17px 30px 17px 15px;
    text-transform: uppercase;
}
.panel-title>a:hover {
    color: #ffffff !important;
}
.panel-title a:before {
    content: "\f068";
    color: #ffffff;
}
.panel-title a.collapsed {
    background-color: #f2f2f2;
    color: #262626;
}
.panel-title a.collapsed:hover {
    color: #262626 !important;
}
.panel-title a.collapsed:before {
    content: "\f067";
    color: #262626;
}
#accordion2 .panel-title a:before {
    content: "\f107";
}
#accordion2 .panel-title a.collapsed:before {
    content: "\f106";
}
#accordion3 .panel-title a:before {
    content: "\f0d8";
}
#accordion3 .panel-title a.collapsed:before {
    content: "\f0d7";
}
.panel-title a:before, .panel-title a.collapsed:before {
    font-family: FontAwesome;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top: none;
    font-size: .93em;
    line-height: 26px;
    padding: 15px 25px 31px 25px;
}
.panel-body {
    color: #666666;
    font-family: 'Roboto';
    font-size: 15px;
    font-weight: 300;
}

/* --------- Tabs ----------*/
.tabs {
    clear: both;
    padding-top: 95px;
}
.nav-tabs {
    border: none;
}
.tab-content {
    border: 1px solid #ecf0f1;
    color: #7f8c8d;
    padding: 20px;
}
.nav-tabs>li {
    background-color: #ffffff;
    margin-bottom: -2px;
}
.nav-tabs>li>a,
.nav-tabs>li.active a {
    background-color: #ecf0f1;
    border-color: transparent;
    color: #a6a6a6;
    font-family: 'Open Sans';
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.nav-tabs>li.active a {
    background-color: #ffffff;
    color: #262626;
}
.nav-tabs>li.active:hover a {
    border-bottom-color: transparent;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover, 
.nav-tabs>li.active>a:focus {
    border: 1px solid #ecf0f1;
    border-bottom-color: transparent;
    border-radius: 2px;
    color: #1a1a1a;
    margin-bottom: -1px;
}
.tabe2 .nav-tabs {
    padding: 0;
}
.tabe2 .nav-tabs>li>a,
.tabe2 .nav-tabs>li.active a {
    border-color: #ecf0f1;
}
.tabe2 .nav-tabs>li.active a {
    border-right: none;
}
.tabe2 .nav-tabs>li {
    margin: 0 -5px 5px 0;
}

.tabe3 {
    padding-top: 80px;
}
.tabe3 .nav-tabs>li {
    display: inline-block;
    float: none;
}
.tabe3 .nav-tabs>li {
    margin: 0;
}
.tabe3 .nav-tabs>li>a {
    background-color: #ecf0f1;
    border: 2px solid #f2f2f2;
    margin: 0 -2px;
    padding: 10px 25px;
}
.tabe3 .nav-tabs>li.active>a {
    background-color: #ffffff;
    border: 2px solid #f2f2f2;
    margin: 0 -2px;
    position: relative;
} 
.tabe3 .nav-tabs>li.active>a:focus {
    border-color: #ecf0f1;
}
.tabe3 .nav-tabs>li.active>a:before {
    content: '';
    width: 0px;
    height: 0px;
    left: 50%;
    bottom: -14px;
    margin-left: -14px;
    position: absolute;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 14px solid #ecf0f1;
}
.tabe3 .nav-tabs>li.active>a:after {
    content: '';
    width: 0px;
    height: 0px;
    left: 50%;
    bottom: -12px;
    margin-left: -14px;
    position: absolute;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 14px solid #ffffff;
}
.tabe3 .tab-content {
    border: none;
    padding-top: 60px;
}
.tabe3 .tab-content p {
    font-family: 'Roboto';
    padding-top: 15px;
}
.tabe3 strong {
    color: #666666;
    display: block;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 30px;
}

.tabe3 .btn-container {
    padding-top: 40px;
}
.tabe3 .donate-btn {
    background-color: #3f51b5;
}

.progress-bars {
    padding-top: 120px;
}
.progress-bars .progress {
    margin-bottom: 20px;
}
.progress.bold {
    background-color: #f2f2f2;
}
.progress.bold,
.progress.bold .progress-bar {
    height: 35px;
    line-height: 35px;
}
.progress.bold:before {
    content: '';
    display: none;
}
.progress-bars .progress-bar {
    text-align: left;
}
.progress-bar-danger {
    background-color: #ff5722;
} 
.progress-bar-info {
    background-color: #9b59b6;
}
.progress-bar-success {
    background-color: #27ae60;
}
.progress-bar-warning {
    background-color: #ffc107;
}
.progress-bars span {
    font-family: 'Open Sans';
    font-size: 12px;
    font-weight: 700;
    padding-left: 15px;
    text-transform: uppercase;
}
.progress-bars .format-2 {
    padding-top: 25px;
}
.progress.thin {
    background-color: #ecf0f1;
    height: 10px;
    margin-bottom: 45px;
    position: relative;
}
.progress.thin .progress-info {
    color: #808080;
    font-size: 14px;
    font-weight: 300;
    width: 100%;
    top: -30px;
    left: 0;
    position: absolute;
}
.progress-info span {
    padding-left: 0;
}
.buttons {
    padding-top: 120px;
}
.buttons button {
    margin-bottom: 15px;
}
.purple-bg {
    background-color: #9b59b6;
}
.green-bg {
    background-color: #27ae60;
}
.blue-bg {
    background-color: #3f51b5;
}
.off-white-bg {
    background-color: #eceff1;
    color: #262626 !important;
}
.black-bg {
    background-color: #494949;
}
.yellow-bg {
    background-color: #ffc107;
}
.dark-green-bg {
    background-color: #009688;
}

.messages {
    padding-top: 120px;
}
.alert p {
    display: inline-block;
    position: relative;
}
.alert p strong {
    padding-left: 5px;
}
.alert p:before {
    font-family: 'FontAwesome';
}
.alert button.close {
    font-size: 16px;
    margin-top: 5px;
}


/* ----------- Typography Page ------------*/
.typography p {
    font-family: 'Roboto';
    font-weight: normal;
}
.heading {
    color: #262626;
    font-family: 'Open Sans';
    font-weight: 800;
    padding-bottom: 12px;
    text-transform: uppercase;
}
.headings p {
    padding-bottom: 25px;
}

.dropcaps {
    padding-top: 70px;
}
.dropcap-text p {
    color: #666666; 
    line-height: 24px;
    padding-bottom: 30px;
}
.dropcap {
    font-family: 'Open Sans';
    font-size: 55px;
    font-weight: 700;
    width: 40px;
    height: 40px;
    display: inline-block;
    float: left;
    line-height: 40px;
    margin-right: 10px;
    text-align: center;
}
.dropcap.default {
    color: #262626;
}
.dropcap.box {
 background-color: #4a4a4a;
 color: #ffffff;
 font-size: 40px;
}
.dropcap.round {
    background-color: #ff5722;
    border-radius: 50%;
    color: #ffffff;
    font-size: 35px;
}

.blockquotes {
    padding-top: 68px;
}
.blockquotes blockquote {
    background-color: #ffffff;
    border-left: 4px solid #ff5722;
    color: #666666;
    font-family: 'Roboto';
    font-size: 26px;
}
.blockquotes blockquote span {
    color: #a6a6a6;
    display: block;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 700;
}
.blockquote-2 blockquote {
    background-color: #eceff1;
}
.text-style {
    padding-top: 90px;
}
.text-style p {
    letter-spacing: .3px;
}
.light-blue {
    color: #ff5722;
}
mark {
    background-color: #ff5722;
    color: #ffffff;
}
.light-black {
    background-color: #4a4a4a;
    color: #ffffff;
}
.tool-tip {
    font-style: italic;
    font-weight: 700;
}
.columns {
    padding-top: 95px;
}
.columns .column {
    clear: both;
    display: inline-block;
    padding-bottom: 10px;
}
.column .title {
    color: #262626;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 15px;
}

/* Subscribe */



/* .page-template-default .status-publish .entry-title {
    padding-top: 0;
}
*/

/* ----------- Index Page 2 ------------*/

/*// .navbar-nav {
//     width: 900px;
// }*/
.menu-item-has-children {
    position: relative;
}
.menu-item-has-children>a:before {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    top: 18px;
    right: 2px;
}
.navbar-nav li .sub-menu {
    background-color: rgba(244, 244, 244, 0.75);
    height: 0;
    position: absolute;
    list-style: none;
    top: 130%;
    margin: 0;
    left: 0;
    min-width: 150px;
    overflow: hidden;
    opacity: 0;
    z-index: 10000;
}
.navbar-nav>li:hover .sub-menu {
    height: auto;
    opacity: 1;
    padding: 0;
    overflow: visible;
    top: 100%;
}
.navbar-nav li .sub-menu>li {
    display: block;
    overflow: hidden;
}
.navbar-nav li.donate-btn {
    margin-top: 35px;
}
.navbar-nav li.donate-btn:after {
    top: -10px;
    -webkit-transform: rotate(16deg);
    -moz-transform: rotate(16deg);
    -ms-transform: rotate(16deg);
    -o-transform: rotate(16deg);
    transform: rotate(16deg);
}
.navbar-nav li.donate-btn a {
    font-size: 13px;
}
.navbar-nav li.donate-btn a:focus{
    color: #fff !important;
}
.navbar-nav li .sub-menu>li:hover {
    overflow: visible;
}
.navbar-nav li .sub-menu>li>a {
    background: #f4f4f4;
    display: block;
    font-family: 'Open Sans';
    font-size: 14px;
    display: inline-block;
    min-width: 100%;
    padding: 8px 15px;
    -webkit-backface-visibility: hidden;
}
.navbar-nav li .sub-menu,
.navbar-nav li .sub-menu>li>a {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.sub-menu li .sub-menu,
.sub-menu li>.sub-menu .sub-menu {
    height: 0;
    position: absolute;
    list-style: none;
    top: 130%;
    right: -100%;
    min-width: 150px;
    overflow: hidden;
    opacity: 0;

    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.sub-menu li:hover> .sub-menu {
    height: auto;
    opacity: 1;
    padding: 0;
    overflow: visible;
    margin: 0;
    top: 0;
}
.sub-menu .menu-item-has-children>a:before {
    content: "\f105";
    top: 8px;
    right: 15px;
}
.navbar-nav li.btn a {
    color: #fff;
    padding: 0;
    line-height: 1;
    /* margin-top: 30px; */
}
.navbar-nav li.btn a:hover {
    color: #fff !important;
}
.toggle_nav_button {
    display: none;
}


.index-2 .about-us .section-padding {
    padding-bottom: 0 !important;
}
.index-2 .about-details {
    border-bottom: 2px solid #eceff1;
    display: inline-block;
    padding-bottom: 150px;
}
.index-2 .about-details .item {
    background-color: #eceff1 !important;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.index-2 .about-details .col-sm-4:first-child .item:hover {
    background-color: #9b59b6 !important;
}
.index-2 .about-details .col-sm-4:nth-child(2) .item:hover {
    background-color: #f15b5d !important;
}
.index-2 .about-details .col-sm-4:last-child .item:hover {
    background-color: #27ae60 !important;
}
.index-2 .about-details .item-title {
    color: #262626;
}
.index-2 .about-details .col-sm-4:first-child .item-icon {
    color: #9b59b6;
}
.index-2 .about-details .col-sm-4:nth-child(2) .item-icon {
    color: #f15b5d;
}
.index-2 .about-details .col-sm-4:last-child .item-icon {
    color: #27ae60;
}
.index-2 .about-details .item:hover .item-icon {
    color: #ffffff !important;
}
.index-2 .about-details .item:before {
    opacity: 0;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.index-2 .about-details .item:hover:before {
    opacity: 1;
}
.index-2 .about-details .col-sm-4:nth-child(2) .item:hover:before {
    color: #f6a389 !important;
}
.index-2 .about-bottom,
.index-2 .stories {
    background-color: #ffffff;
}
.index-2 .about-bottom .col-md-6:first-child {
    padding-left: 0 !important;
}
.index-2 .volunteer-social {
    max-width: inherit;
}
.index-2 .helps .section-details {
    border-bottom: 2px solid #eceff1;
    display: inline-block;
    padding-bottom: 50px;
}
.index-2 .helps .item {
    background-color: #ffffff !important;
}
.index-2 .helps .item:hover {
    background-color: #ff5722 !important;
}
.index-2 .index-2 .about-bottom {
    padding: 0 !important;
}
.index-2 .stories .section-padding {
    padding-top: 113px;
}
.index-2 .stories .col-md-6:nth-child(2) {
    padding-right: 0 !important;
}
.achieve {
    background-color: #eceff1;
}
.achieve .item.media {
    margin: 0;
    padding: 0 10px;
    vertical-align: text-top;
}
.achieve .item-icon {
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 50px;
    line-height: 120px;
    width: 120px;
    height: 120px;
    text-align: center;
}
.achieve .item:first-child .item-icon {
    background-color: #f6a389;
}
.achieve .item:nth-child(2) .item-icon {
    background-color: #c3a4d3;
}
.achieve .item:nth-child(3) .item-icon {
    background-color: #89cea8;
}
.achieve .item:last-child .item-icon {
    background-color: #95a0d3;
}
.achieve .count-number,
.achieve .count {
    font-family: 'Open Sans';
    font-size: 44px;
    font-weight: 800;
}
.achieve .item:first-child .count-number {
    color: #ff5722;
}
.achieve .item:nth-child(2) .count-number,
.achieve .item:nth-child(2) .count {
    color: #9b59b6;
}
.achieve .item:nth-child(3) .count-number {
    color: #27ae60;
}
.achieve .item:last-child .count-number {
    color: #3f51b5;
}
.achieve .item-about {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.achieve .media-left {
    padding-right: 25px;
}



/* --------- Widget's Default Styles ---------*/

.widget_recent_entries li,
.widget_archive li {
    border-color: #e4e4e4;
    border-top: 1px dashed;
    color: #999;
    display: block;
    font-family: 'Roboto';
    font-size: 15px;
    padding: 8px 0 8px 15px;
    position: relative;
}
.widget_recent_entries li:last-child,
.widget_archive li:last-child {
    border-bottom: 1px dashed;
}
.widget_recent_entries li:before,
.widget_archive li:before {
    content: "\f0da";
}
.widget_recent_entries li:before,
.widget_archive li:before {
    color: #999;
    font-family: "FontAwesome";
    font-size: 20px;
    top: 4px;
    left: 0px;
    position: absolute;
}
.widget_recent_entries a,
.recentcomments,
.widget_meta a {
    color: #999;
    display: block;
    font-family: "Roboto";
    font-size: 15px;
    text-transform: capitalize;
}
.widget_archive a, .widget_pages li a, .widget_categories ul li a,.widget_nav_menu ul li a, .recentcomments a {
    color: #999;
    font-family: "Roboto";
    font-size: 15px;
    padding-right: 10px;
    text-transform: capitalize;
}
.recentcomments,
.widget_meta a {
    padding-bottom: 3px;
}
.recentcomments a {
    color: #262626;
}
.recentcomments span {
    text-transform: capitalize;
}
.widget_meta li {
    display: block;
}
#wp-calendar {
    color: #666;
    font-family: 'Roboto';
    font-size: 15px;
}
#wp-calendar #prev a {
    color: #262626;
}


/* Google Map */
.google-map-container {
  position: absolute;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 375px;
  left: 0;
}
.google-map {
  position: absolute;
  margin: 50px 0 80px;
  top:0px;
  left:0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}
.mobile-map-container {
  position: relative;
  margin:0px;
  padding: 0px;
  display: none;
}
.mobile-map {
  height: 350px;
  margin: 0px;
}

.post-thumbnail{
    padding-top: 20px;
}

.gallery .section-padding {
    padding: 150px 0px 150px 0px;
}
.home .main-content{
    padding-bottom: 0;
}







/* Paypal Donation Form CSS */
body .fancybox-skin{background-color: #f3f3f3; }
.elevation-paypal-form-wrapper input[type="text"], 
.elevation-paypal-form-wrapper textarea { background: #fff; color: #B6B6B6; }
.elevation-paypal-fields .elevation-head{ color: #5e5e5e; }
.elevation-paypal-form-head, .elevation-paypal-form-wrapper{ color: #444; } 
.elevation-paypal-amount-wrapper .elevation-amount-button{ background-color: #c0c0c0; }
.elevation-paypal-form-wrapper .elevation-notice { background: #FF6D3F; color: #fff; }
.elevation-paypal-form-wrapper .elevation-notice.elevation-success { background: #5CB928; }
.elevation-paypal-fields {
    margin: 0 -15px;
}
.elevation-paypal-fields .col-md-6 {
    margin-bottom: 15px;
}
.elevation-paypal-form-wrapper { padding: 20px; width: 650px; max-width: 100%; }
.elevation-paypal-form-wrapper input[type="submit"] { 
    width: 100%; 
    border: none;  
    text-transform: uppercase;
    padding: 17px 65px;
}
.elevation-paypal-form-wrapper .elevation-notice { display: none; margin-bottom: 15px; padding: 10px 2%; max-width: 100%; }
.elevation-paypal-form-wrapper .elevation-paypal-loader { height: 32px; width: 95%; margin-bottom: 15px;
    display: none; background: url('../../images/donate-loader.gif') center no-repeat; }
    .elevation-paypal-form-head{ font-size: 22px; margin-bottom: 40px; }
    .elevation-paypal-form-head span{ font-weight: bold; }
    .elevation-paypal-amount-wrapper { margin-bottom: 15px; }
    .elevation-paypal-amount-wrapper a{color:#fff;}
    .elevation-paypal-amount-wrapper .elevation-head { font-size: 15px; font-weight: bold; display: block; margin-bottom: 25px; }
    .elevation-paypal-amount-wrapper input[type="text"] { border-color: #e5e5e5; font-family: 'Open sans'; margin: 0px; padding: 22px 15px; width: 30%;
    border-width: 1px; border-style: solid; height: 20px; line-height: 20px; font-size: 13px; } 
    .elevation-paypal-amount-wrapper .elevation-amount-button{ display: inline-block; font-size: 14px; 
        padding: 13px 25px; margin-right: 8px; margin-bottom: 20px; line-height: 20px;
        cursor: pointer; font-weight: bold; border: none; }
        .elevation-paypal-fields .elevation-head { 
            display: block;
            font-family: 'Roboto';
            font-size: 15px;
            margin-bottom: 10px; 
        }
        .elevation-paypal-fields .columns { margin-bottom: 16px;}
        .elevation-paypal-fields input[type="text"] { margin: 0px; width: 100%; padding: 13px 4%; font-size: 13px; } 
        .elevation-paypal-fields textarea { margin: 0px; width: 100%; height: 80px; padding: 13px 4%; font-size: 13px; }

        .elevation-paypal-form-wrapper .elevation-recurring-payment-wrapper{ margin-bottom: 20px; font-family: 'Open sans'; font-size: 15px;}
        .elevation-paypal-form-wrapper .elevation-recurring-time-wrapper{ display: none; padding-top: 10px; }
        .elevation-paypal-form-wrapper .elevation-recurring-option { margin: 0px 10px; padding: 4px 7px;}

        .elevation-button, 
        .elevation-amount-button, 
        input[type="button"], 
        input[type="submit"], 
        .elevation-amount-button.active, 
        .elevation-amount-button:hover{
            background-color: #ea6153;
            color: #fff !important;
        }
        .elevation-paypal-fields input[type="text"], 
        .elevation-paypal-fields input[type="email"], 
        .elevation-paypal-fields input[type="password"], 
        .elevation-paypal-fields textarea{
            border: 0px;
            outline: none;
            max-width: 100%;
        }


        .single-post .post-thumbnail {
            margin-bottom: 30px;
            padding: 0;
        }

        .single-post .entry-title {
            display: inline-block;
            padding: 0;
            width: 100%;
        }

        .single-post .progress:before {
            content: '';
            display: none;
        }
        .single-causes .post-content .btn-container {
            padding-top: 5px !important;
        }
        .single-causes .post-content .btn:hover {
            background: #ea6153 !important;
        }

        .cause-info.cause-pdf {
            color: rgba(0, 0, 0, 0.5);
            font-family: 'Roboto';
            font-size: 16px;
            font-weight: 600;
            position: relative;
        }
        .cause-info.cause-pdf:before {
            content: "\f1c1";
            font-family: 'FontAwesome';
            color: rgba(0, 0, 0, 0.5);
            font-size: 12px;
            top: 2px;
            left: -18px;
            position: absolute;
        }
        .cause-info.cause-pdf:hover:before {
            color: #ea6153;
        }

        .single-post .item-progress {
            background: #fff;
            margin-bottom: 10px;
            position: initial;
            padding: 0;
        }
        .single-post .progress {
            background: #efefef;
            height: 5px;
        }
        .single-post .progress-bar {
            background: #ea6153;
        }

        .goal,
        .to-go,
        .in-percent {
            color: rgba(0, 0, 0, 0.5);
            display: inline-block;
            font-family: 'Roboto';
            font-weight: 700;
            position: relative;
        }

        .goal {
            font-size: 22px;
            margin-bottom: 5px;
            max-width: 83%;
        }

        .to-go {
            padding-left: 20px;
        }
        .to-go:after {
            content: '/';
            position: absolute;
            top: 0;
            left: 5px;
        }

        .single-causes .main-content {
            padding-top: 0;
        }
        .single-causes .entry-header {
            margin-bottom: 80px;
        }
        .single-causes .entry-header .parallax-style {
            background: rgba(0, 0, 0, 0.3);
            padding: 50px 0;
        }
        .single-causes .entry-header .entry-title {
            color: #fff;
            font-size: 30px;
            padding: 0;
            text-transform: capitalize;
        }
        .single-causes .post-meta {
            margin-bottom: 15px;
            padding: 0 0 5px;
        }
        .single-causes .item-progress .sr-only {
            display: none;
        }
        .blog-posts .post-thumbnail {
            padding-top: 0;
        }

        .search .page-header {
            margin-top: 0;
        }
        .search .page-title {
            color: #333;
            margin-top: -10px;
            padding: 0 0 15px;
        }
        .search .page-content .search-form {
            margin-top: 20px;
        }
        .home .main-content {
            padding-top: 0;
        }
        .rev_slider .tp-button.btn {
            line-height: 1.1 !important;
            text-shadow: none !important;
        }

        .hermes.tparrows.tp-leftarrow{
            left: 0 !important;
            transform: matrix(1, 0, 0, 1, 0, -55) !important;    
        }
        .hermes.tparrows.tp-rightarrow {
            right: 0 !important;
            transform: matrix(1, 0, 0, 1, -28, -58) !important;
        }

        /* ----------- Single Portfolio ------------ */

        .single-portfolio .entry-title {
            font-size: 25px;
            font-weight: 700;
            margin: 30px 0 20px;
        }
        .single-portfolio .project-title {
            font-size: 25px;
            font-weight: 700;
            margin: -4px 0 20px;
        }
        .single-portfolio .project-details .col-md-4 {
            padding-left: 60px;
        }
        .single-portfolio .project-details li {
            color: #666;
            display: block;
            font-family: 'Roboto';
            line-height: 25px;
        }
        .single-portfolio .project-details li:before {
            font-family: FontAwesome;
            font-size: 14px;
            margin-right: 6px;
            color: #cccccc;
            display: inline-block!important;
            width: 1em;
            text-align: center;
        }
        .single-portfolio .project-details li a {
            color: #666;
        }
        .single-portfolio .project-details .btn {
            margin: 35px 0 0;
        }
        .single-portfolio .works {
            padding-top: 100px;
        }
        .single-portfolio .works .section-title {
            display: inline-block;
            font-size: 25px;
            font-weight: 700;
            max-width: 80%;
            width: 100%;
        }
        .single-portfolio .owl-buttons {
            position: absolute;
            right: 0;
            top: -58px;
        }
        .single-portfolio .owl-buttons div {
            background: #ff5722;
            color: #fff;
            display: inline-block;
            font-size: 25px;
            height: 40px;
            width: 40px;
            line-height: 40px;
            margin: 2px;
        }


        /* Candor Shortcodes */
        span.candor_dropcap{
            margin-top: 2px;
            margin-bottom: 0px;
            margin-right: 7px;
            margin-left: 2px;
            float: left;
            font-size: 25px;
            font-size: 29px;
            width: 32px;
            height: 32px;
            line-height: 30px;
            text-align: center;
            float: left;    
            clear: both;
        }


        /*--- table ---*/
        .entry-content table{ font-family: 'Open Sans'; color: #666; font-size: 15px; text-align: center; width: 100%; text-align: left; }
        .entry-content table tr {
            border: 1px solid #666;
        }
        .entry-content table tr td{ padding: 10px 15px; border: 1px solid #666; }
        .entry-content table tr th{ padding: 10px 15px; font-weight: normal; border: 1px solid #666; text-align: left; }
        .entry-content table.style-2{ border-spacing:2px; border-collapse:separate; }
        .entry-content table.style-2 tr td{ border-bottom-width: 0px; }
        .entry-content table.style-2 tr:nth-child(odd){ background-color: #f9f9f9; }
        .entry-content table.style-2 tr:nth-child(odd){ color: #949494; }
        .entry-content table.style-2 tr:nth-child(even){ background-color: #f3f3f3; }
        .entry-content table.style-2 tr:nth-child(even){ color: #949494; }


/* Google Maps*/
.flexible-map{ overflow: inherit; }
.flexible-map .map_canvas {
    width: 100%;
    height: 100%;
}
.flexible-map img { max-width: none }


/* ----------- New Styles ----------- */

.about-details .item-icon {
    max-width: 60px;
    margin: 0 auto;
}
.about-details .item-icon img {
    margin-top: -40px;
}
.about-details .item:hover .item-icon {
    max-width: 43px;
}