/*
Template Name: charityo
Template URL: http://demo.themeregion.com/charityo
Author: Theme Region
Author URI : http://www.themeregion.com/
Version: 1.0
Description: NonProfit Fundraising Charity WordPress Theme.
Tag: HTML5, CSS3, jQuery, Responsive Template.
*/

/* ==========================================================================
Global
========================================================================== */

html,
body {
    font-size: 14px;
    line-height: 24px;
    font-weight:400;
    overflow-x: hidden;
    color: #464646;
    background-color: #f7f7f7;
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

a{
    color: #464646;
}

a:hover,
a:focus {
    color: #f8b864;
}

a, 
a:hover,
a:focus,
input:focus {
    text-decoration:none;
    outline: none;
}

a:hover,
a:focus {
    color: #f8b864;
}

a:active,
a:focus, button, button:focus, .btn:focus,
input:focus, textarea:focus, select:focus, 
.form-control, .form-control:focus,
.btn.active.focus, .btn.active:focus, 
.btn.focus, .btn:active.focus, 
.btn:active:focus, .btn:focus {
    outline: none;
    text-decoration: none;
    box-shadow: none;
}

.btn.btn-primary {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    padding: 15px 35px;
    text-transform: capitalize;
    border:1px solid #f8b864;
    background-color: transparent;
    display: inline-block;
    border-radius: 25px;
    position: relative;
    z-index: 1;
}

.btn.btn-primary:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f8b864;
    z-index: -1;
    border-radius: 25px;
}

.btn.btn-primary:hover:after {
    width: 0;
    opacity: 0;
}

.btn.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle {
    color: #f8b864;
    border-color: #f8b864;
    background-color: transparent;
}

.bg-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.tr-bg-white {
    background-color: #fff;
}

.section-content,
.tr-page-content {
    z-index: 1;
    position: relative;
    padding: 100px 0 80px;
}

.tr-breadcrumb {
    background-color: rgb(0,0,0,0.95);
}

.breadcrumb-content {
    padding: 150px 0 75px;
}

.breadcrumb {
    font-size: 18px;
    padding: 0;
    background-color: transparent;
}

.breadcrumb-title.title-before:before{
    height: 75%;
    top: 4px;
}

.breadcrumb li {
    margin-right: 15px;
}

.breadcrumb li:before,
.breadcrumb-item+.breadcrumb-item::before {
    content: "\f105";
    color: #fff;
    font-family: "fontawesome";
    margin-right: 15px;
}

.breadcrumb li:first-child:before{
    content: "\f015";
}

.breadcrumb li i {
    margin-right: 5px;
}

.breadcrumb li,
.breadcrumb li a{
    color: #fff;
}

.tr-page-title {
    color: #fff;
}

.tr-page-title h1 {
    padding-left: 20px;
    font-size: 32px;
    margin: 0;
}

.section-header {
    font-size: 16px;
    margin-bottom: 70px;
}

.tr-heading-separator {
    width: 75px;
    height: 3px;
    display: inline-block;
    border-radius: 50%;
    margin: 15px 0;
}

.tr-parallax .tr-heading-separator{
    background-color: #fff;
}

.section-header.chariton-header {
    max-width: 650px;
    display: inline-block;
}

.section-header.section-header-2 {
    max-width: 650px;
} 

.section-header h1,
.page-header .page-title {
    font-size: 32px;
    color: #000;
    margin-bottom: 30px;
}

.section-header.section-header-2 h1 {
    margin-bottom: 30px;
} 

.section-header h1 {
    margin-bottom: 10px;
} 

.section-header .title-before {
    padding-left: 30px;
}

.section-header.header-style-1 {
    max-width: 100%;
}

.header-style-1 .title-before {
    margin-left: 120px;
    padding-left: 0;
    margin-top: 20px;
}

.header-style-1 .title-before:before {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: -80px;
    content: "\f105";
    font-family: "fontawesome";
    font-size: 60px;
    line-height: 50px;
    color: #f8b864;
    width: 0;
    background-color: transparent;
}

.tr-box-shadow {
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -ms-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -o-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.title-before {
    position: relative;
}

.title-before:before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #f8b864;
}

.form-control {
    border-radius: 4px;
    height: 50px;
    border-color: #ced4da;
    padding: 6px 20px;
    margin-bottom: 30px;
}

.form-control:focus {
    border-color: #f8b864;
}

textarea.form-control {
    resize: none;
    height: 120px;
    height: 120px;
    padding-top: 15px; 
}

.section-before {
    position: relative;
    z-index: 1;
    color: #fff;
}

.footer-top-content {
    background-color: rgba(0, 0, 0, 0.93);
    color: #fff;
}

.section-before a, .footer-top-content a {
    color: #fff;
}

.section-before a:hover, .footer-top-content a:hover {
    color: #f8b864;
}

.section-before:before,
.bg-overlay {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(248, 148, 100, 0.9);
    z-index: -1;
}

.breadcrumb-content.section-before:before,
.banner-content.section-before:before,
.bg-video-content.section-before:before {
    background-color: rgba(0, 0, 0, 0.4);
}

.section-before .section-header h1 {
    color: #fff;
}

.section-before .section-header .title-before:before {
    background-color: #fff;
}

.tr-radius {
    border-radius: 4px;
    overflow: hidden;
}

.tr-parallax {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
}

.tr-post.tr-sticky {
    border-left: 5px solid #f8b864;
}

nav.navigation.post-navigation {
    border-radius: 4px;
    background-color: #fff;
    margin-bottom: 30px;
    padding: 30px;
    clear: both;
    display: table;
    width: 100%;
}

/* tr-menu */

.tr-menu .navbar {
    padding: 0;
    margin-top: 20px;
}

.navbar-nav {
    margin-right: 15px;
}

.navbar-brand {
    max-width: 160px;
}

.navbar-brand,
.navbar-brand a {
    color: #fff;
}

.tr-menu .navbar.menu-bg .navbar-brand,
.tr-menu .navbar.menu-bg .navbar-brand a,
.tr-menu.no-transparent .navbar-brand,
.tr-menu.no-transparent .navbar-brand a,
.tr-menu.no-breadcrumb.no-transparent .navbar-brand .site-description,
.tr-menu.no-transparent .navbar-brand .site-description {
    color: #000;
} 

.navbar-brand .site-description {
    font-size: 14px;
    margin-bottom: 5px;
}

.navbar-brand img+.site-description {
    margin-bottom: 0;
    margin-top: 5px;
}

.tr-menu .navbar.menu-bg .navbar-brand {
    color: #000;
}

.tr-menu .navbar.menu-bg .tr-logo,
.tr-menu .navbar .tr-logo1,
.tr-menu.no-breadcrumb .tr-logo1,
.tr-menu.no-transparent .tr-logo{
    display: none;
}

.tr-menu .navbar.menu-bg .tr-logo1,
.tr-menu.no-breadcrumb .tr-logo,
.tr-menu.no-transparent .tr-logo1{
    display: block;
}

.navbar-brand h1 {
    font-size: 32px;
    margin: 0;
    font-weight: 700;
}

.navbar-expand-lg .navbar-nav li a {
    text-transform: capitalize;
    color: #fff;
    font-size: 16px;
    display: block;
    font-weight: normal;
    position: relative;
}

.navbar-expand-lg .navbar-nav>li>a,
.navbar-expand-lg .navbar-nav>li>a.nav-link {
    padding: 5px 15px;
    line-height: 55px;
}

.tr-menu .navbar.menu-bg {
    margin-top: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.05);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.05);
    -ms-box-shadow: 0 6px 12px rgba(0,0,0,.05);
    -o-box-shadow: 0 6px 12px rgba(0,0,0,.05);
    box-shadow: 0 6px 12px rgba(0,0,0,.05);
}

.tr-menu.no-transparent .navbar,
.tr-menu.no-breadcrumb.no-transparent .navbar{
    background-color: #fff;
    margin-top: 0;
}

.tr-menu .navbar.menu-bg .navbar-nav li a,
.tr-menu.no-transparent .navbar .navbar-nav li a,
.tr-menu.no-breadcrumb.no-transparent .navbar .navbar-nav li a {
    color: #000;
}

.navbar-expand-lg .navbar-nav li.current>a,
.navbar-expand-lg .navbar-nav li.active>a,
.navbar-expand-lg .navbar-nav li a:hover,
.tr-menu .navbar.menu-bg .navbar-nav li.current>a,
.tr-menu .navbar.menu-bg .navbar-nav li a:hover,
.tr-menu.no-transparent .navbar .navbar-nav li.current>a,
.tr-menu.no-transparent .navbar .navbar-nav li a:hover, 
.tr-menu.no-breadcrumb.no-transparent .navbar .navbar-nav li.current>a,
.tr-menu.no-breadcrumb.no-transparent .navbar .navbar-nav li a:hover {
    color: #f8b864;
}

.navbar-toggler {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 16px;
    color: #f8b864;
    border: 1px solid #f8b864;
    padding: 6px 8px;
}

.navbar-toggler-icon {
    width: inherit;
    height: inherit;
    line-height: inherit;
}

.tr-menu .btn.btn-primary {
    padding: 8px 20px;
    font-size: 14px;
}

.tr-menu .btn.btn-primary:hover:before {
    background-color: #f8b864;
}

.slideDown,
.slideDown {
    -webkit-transition: transform .5s ease-out;
    -moz-transition: transform .5s ease-out;
    -ms-transition: transform .5s ease-out;
    -o-transition: transform .5s ease-out;
    transition: transform .5s ease-out;
}

.slideUp {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
}

.slideDown {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

/*Dropdown CSS*/

.tr-dropdown {
    position: relative;
}

.tr-dropdown-menu {
    position: absolute;
    top: 100%; 
    min-width: 230px;
    left: 0;
    border-radius: 0;
    list-style: none;
    opacity: 0;
    z-index: 99;
    padding:0;
    visibility: hidden;
    -webkit-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -ms-transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    transform: rotateX(-75deg);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -ms-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -o-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transition: transform 0.2s;
    -moz-transition: transform 0.2s;
    -ms-transition: transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
}

.tr-dropdown-menu .tr-dropdown .tr-dropdown-menu {
    left: 100%;
    top: 0;
}

#navbarNav .navbar-nav>li:last-child .tr-dropdown-menu {
    left: inherit;
    right: 0;
}

.tr-dropdown .icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 40px;
    color: #f8b864;
    line-height: 40px;
    text-align: center;
    display: none;
    cursor: pointer;
}

.navbar-expand-lg .navbar-nav .tr-dropdown-menu li a,
.tr-menu .navbar.menu-bg .navbar-nav .tr-dropdown-menu li a,
.tr-menu.no-transparent .navbar .navbar-nav .tr-dropdown-menu li a,
.tr-menu.no-transparent.no-breadcrumb .navbar .navbar-nav .tr-dropdown-menu li a {
    color: #f8b864;
    background-color: #fff;
    margin-top: 1px;
    padding:10px 20px;
}

.navbar-expand-lg .navbar-nav .tr-dropdown-menu li a:hover,
.tr-menu .navbar.menu-bg .navbar-nav .tr-dropdown-menu li a:hover,
.tr-menu .navbar.menu-bg .navbar-nav .tr-dropdown-menu li.active>a,
.navbar-expand-lg .navbar-nav .tr-dropdown-menu li.current>a,
.navbar-expand-lg .navbar-nav .tr-dropdown-menu li.active>a,
.tr-menu.no-transparent .navbar .navbar-nav .tr-dropdown-menu li a:hover,
.tr-menu.no-transparent .navbar .navbar-nav .tr-dropdown-menu li.active>a,
.tr-menu.no-transparent .navbar .navbar-nav .tr-dropdown-menu li.current>a,
.tr-menu.no-breadcrumb.no-transparent .navbar .navbar-nav .tr-dropdown-menu li a:hover,
.tr-menu.no-breadcrumb.no-transparent .navbar .navbar-nav .tr-dropdown-menu li.active>a,
.tr-menu.no-breadcrumb.no-transparent .navbar .navbar-nav .tr-dropdown-menu li.current>a{
    color: #fff;
    background-color: #f8b864;
}



.navbar-nav > li:hover >.tr-dropdown-menu,
.tr-dropdown-menu .tr-dropdown:hover .tr-dropdown-menu {
    visibility: visible;
    opacity: 1; 
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

@media (max-width: 991px) {

    .tr-menu .tr-dropdown-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        display: none;
        padding: 0;
        -webkit-transform: rotateX(0deg); 
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
        -webkit-box-shadow:none ;
        -moz-box-shadow:none ;
        -ms-box-shadow:none ;
        -o-box-shadow:none ;
        box-shadow:none ;
        -webkit-transition: inherit !important;
        -moz-transition: inherit !important;
        -ms-transition: inherit !important;
        -o-transition: inherit !important;
        transition: inherit !important;
        margin-left: 10px;
    }  
    .tr-menu .tr-dropdown .icon {
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        color: #000;
        font-size: 16px;
        cursor: pointer;
        z-index: 999999;
        display: block;
    }
    .navbar-nav {
        margin-right: 0;
        background-color: #fff;
        padding: 15px;
    }
    .tr-menu .navbar.menu-bg .navbar-nav,
    .tr-menu.no-transparent .navbar .navbar-nav,
    .tr-menu.no-transparent .navbar.menu-bg .navbar-nav{
        padding: 0 0 15px;
    }  
    .tr-menu .navbar .navbar-nav li a {
        color: #000;
    }
    .navbar-expand-lg .navbar-nav .tr-dropdown-menu li a, 
    .tr-menu .navbar.menu-bg .navbar-nav .tr-dropdown-menu li a,
    .tr-menu.no-transparent .navbar .navbar-nav .tr-dropdown-menu li a{
        padding:8px 15px;
    }
}

/* tr-banner */

.banner-info {
    color: #fff;
    max-width: 690px;
    padding: 240px 0 180px;
    font-size: 18px;
}

.banner-info h1 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 30px;
    animation-delay: 0.50s;
    -webkit-animation-delay: 0.50s;
    color: #f8b864;
}

.banner-info h1 span{
    font-size: 65px;
    font-weight: 800;
    display: block;
    color: #fff;
}

.slider-content {
    margin-bottom: 15px;
    animation-delay: 0.60s;
    -webkit-animation-delay: 0.60s;    
}

.slider-button {
    animation-delay: 0.70s;
    -webkit-animation-delay: 0.70s;     
}

.banner-info .btn.btn-primary {
    margin-top: 30px;   
}

.help-content {
    padding: 50px 0;
}

.tr-indicators.carousel-indicators {
    bottom: inherit;
    top: 50%;
    margin-top: -25px;
    left: inherit;
    display: block;
    margin-left: 0;
    margin-right: 10%;
}

.tr-indicators.carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    border: 1px solid #fff;
    background-color: #fff;
    margin: 4px;
}

.tr-indicators.carousel-indicators li::before {
    top: 0;
}

.tr-indicators.carousel-indicators li:hover,
.tr-indicators.carousel-indicators li.active {
    background-color: #f8b864;
}

/* tr-bg-video */

.tr-bg-video {
    overflow: hidden;
    min-height: 785px;
}

.tr-bg-video .banner-info {
    padding-bottom: 170px;
}

.bg-video-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;    
} 

.tr-video-player {
    display: block;
    height:100%;
}

.inline-YTPlayer {
    height: 100% !important;
    width:100% !important;
}

.tr-bg-video .bg-video-content.section-before:before {
    z-index: 1;
    height: 150000px;
}

.bg-video-content .banner-info{
    z-index: 1;
    position: relative;
    margin: 0 auto;
}


/* tr-service-section */

.tr-service {
    padding:40px 30px;
    margin-bottom: 30px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	background-color: #f7f7f7;
	position: relative;
}

.tr-service:hover{
	-webkit-box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
	-ms-box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
	-o-box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
	z-index: 1;
}

.tr-service:hover .service-icon{
	border-radius: 50%;
}

.service-icon {
    width: 100px;
    line-height: 60px;
    display: inline-block;
    border-width: 1px;
    border-style: solid;
    overflow: hidden;
    padding: 15px;
    border-radius: 25px;
}

.tr-service h2 {
    font-size: 20px;
    margin: 17px 0;
}

.tr-service a {
    margin-top: 15px;
    font-weight: 600;
    padding: 8px 24px;
    text-transform: capitalize;
    border: 1px solid;
    background-color: transparent;
    display: inline-block;
    border-radius: 25px;
    position: relative;
}


/* tr-featured */

.featured-icon {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 30px;
    color: #f8b864;
    float: left;
    margin-right: 15px;
}

.tr-featured .featured {
    padding: 35px 25px;
    border: 1px solid#ddd;
    background-color: #f9f9f9;
    border-radius: 4px;
    font-size: 14px;
    position: relative;
    z-index: 2;
}

.featured h2 {
    font-size: 22px;
    color: #f8b864;
    font-weight: 600;
    text-transform: capitalize;
}

.featured h3 {
    font-size: 16px;
}


/*tr-causes-section*/

.tr-causes {
    margin-bottom: 30px;
    overflow: hidden;
}

.tr-causes .btn.btn-primary {
    padding: 8px 25px;
    font-size: 15px;
    margin-bottom: 10px;
}

.tr-give-progress .give-goal-progress{
    margin-top: 25px;
    margin-bottom:30px;
}

.tr-give-progress .give-goal-progress .income {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
}

.tr-give-progress .give-goal-progress .raised {
    word-spacing: 5px;
}

.tr-give-progress .give-progress-bar{
    height: 8px;
}

.tr-causes h2 {
    font-weight: 500;
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.causes-thumb {
    position: relative;
}

.causes-thumb img{
    width: 100%;
}

.tr-causes-content {
    padding: 25px;
    background-color: #fff;
}

.tr-causes-content span {
    color: #9A9A9A;
}

.causes-thumb:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 174, 239, 0.8);
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    opacity: 0;    
}

.tr-causes:hover .causes-thumb:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.causes-thumb .overlay-icon {
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    font-size: 24px;
    z-index: 1;
    margin-left: -25px;
    margin-top: -25px;
    border: 1px solid#fff;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 45px;
    border-radius: 4px;
    opacity: 0;
}

.causes-thumb .overlay-icon:hover {
    border-radius: 50%;
}

.tr-causes:hover .causes-thumb .overlay-icon {
    opacity: 1;
}

.tr-overlay {
    position: absolute;
    bottom: 20px;
    left: -100%;
    width: 100%;
    padding: 30px;
    color: #fff;
}

.tr-causes:hover .tr-overlay {
    left: 0;
}

.tr-overlay .tr-donation {
    margin-top: 20px;
}

.tr-overlay .tr-paragraph {
    margin-left: -100%;
    width: 100%;
    -webkit-transition: all .9s ease-out;
    -moz-transition: all .9s ease-out;
    -ms-transition: all .9s ease-out;
    -o-transition: all .9s ease-out;
    transition: all .9s ease-out;  
}

.tr-overlay .tr-donation li{
    margin-bottom: 10px;
    margin-left: -100%;
}

.tr-causes:hover .tr-donation li,
.tr-causes:hover .tr-paragraph,
.tr-causes:hover .btn.btn-primary {
    margin-left: 0;
}

.tr-overlay .tr-donation li:nth-child(1) {
    -webkit-transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    -ms-transition: all .8s ease-out;
    -o-transition: all .8s ease-out;
    transition: all .8s ease-out;
}

.tr-overlay .tr-donation li:nth-child(2) {
    -webkit-transition: all .7s ease-out;
    -moz-transition: all .7s ease-out;
    -ms-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
    transition: all .7s ease-out;
}

.tr-overlay .btn.btn-primary {
    color: #f8b864;
    background-color: #fff;
    padding: 8px 20px;
    font-size: 14px;
    margin-top: 10px;
    margin-left: -100%;
    -webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    -ms-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    transition: all .6s ease-out;      
}

.tr-overlay .btn.btn-primary:before {
    background-color: #f8b864;
}

.tr-overlay .btn.btn-primary:hover:before {
    background-color: #fff;
}

.tr-overlay .btn.btn-primary:after {
    width: 0;
}

.tr-overlay .btn.btn-primary:hover:after {
    width: 100%;
}

.tr-overlay .btn.btn-primary:hover {
    color: #fff;
}

/*tr-video-section */

.video-content {
    max-width: 670px;
    display: inline-block;
    font-size: 48px;
    padding: 80px 0 100px;
    float: none;
    color: #fff;
}

.video-content h1 {
    font-size: 45px;
    line-height: 50px;
    margin: 10px 0 30px;
}

.video-content .video-link {
    font-size: 80px;
    line-height: 80px;
    display: inline-block;
    color: #fff;
}

.video-content .video-link:hover {
    color: #fff;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); 
}

.mfp-iframe-holder .mfp-content {
    border-radius: 5px;
    border: 10px solid #fff;
}

.mfp-iframe-holder .mfp-close {
    top: -45px;
    right: -20px;
}

/* tr-about-section */

.tr-about {
    margin-top: 50px;
}

.about-thumb {
    padding-right: 25px;
} 

.tr-about h2 {
    color: #000;
    font-size: 24px;
    margin-bottom: 20px;
}

.about-thumb img {
    width: 100%;
}


/* tr-team-section */

.team-member {
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
    text-align: center;
}

.team-thumb {
    position: relative;
    margin-bottom: 25px;
    overflow: hidden;
}

.team-thumb img {
    width: 100%;
}

.team-social {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);  
    opacity: 0;
}

.team-slider .team-member:hover .team-social {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);       
}

.team-social ul {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 174, 239, 0.8);
}

.team-social li {
    margin-bottom: 5px;
    position: absolute;
    bottom: 30px;
    right: -100%;
    -webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    -ms-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    transition: all .6s ease-out;
}

.team-slider .team-member:hover .team-social li{
    right: 30px;
}

.team-social li:nth-child(2) {
    bottom: 70px;
    -webkit-transition: all .7s ease-out;
    -moz-transition: all .7s ease-out;
    -ms-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
    transition: all .7s ease-out;  
}

.team-social li:nth-child(3) {
    bottom: 110px;
    -webkit-transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    -ms-transition: all .8s ease-out;
    -o-transition: all .8s ease-out;
    transition: all .8s ease-out;      
}

.team-social li:nth-child(4) {
    bottom: 150px;
    -webkit-transition: all .9s ease-out;
    -moz-transition: all .9s ease-out;
    -ms-transition: all .9s ease-out;
    -o-transition: all .9s ease-out;
    transition: all .9s ease-out;  
}

.team-social li:nth-child(5) {
    bottom: 190px;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;   
}

.team-social li:nth-child(6) {
    bottom: 230px;
    -webkit-transition: all 1.1s ease-out;
    -moz-transition: all 1.1s ease-out;
    -ms-transition: all 1.1s ease-out;
    -o-transition: all 1.1s ease-out;
    transition: all 1.1s ease-out; 
}

.team-social li:nth-child(7) {
    bottom: 270px;
    -webkit-transition: all 1.2s ease-out;
    -moz-transition: all 1.2s ease-out;
    -ms-transition: all 1.2s ease-out;
    -o-transition: all 1.2s ease-out;
    transition: all 1.2s ease-out; 
}

.team-social li:nth-child(8) {
    bottom: 310px;
    -webkit-transition: all 1.3s ease-out;
    -moz-transition: all 1.3s ease-out;
    -ms-transition: all 1.3s ease-out;
    -o-transition: all 1.3s ease-out;
    transition: all 1.3s ease-out; 
}

.team-social li:nth-child(9) {
    bottom: 350px;
    -webkit-transition: all 1.4s ease-out;
    -moz-transition: all 1.4s ease-out;
    -ms-transition: all 1.4s ease-out;
    -o-transition: all 1.4s ease-out;
    transition: all 1.4s ease-out; 
}

.team-social a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #f8b864;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    background-color: #fff;
    border-radius: 4px;
}

.team-member span {
    color: #74777a;
}

.team-member h2 {
    color: #000;
    font-weight: 500;
    font-size: 20px;
    text-transform: capitalize;
}

.team-slider .slick-dots {
    margin: 50px 0 20px;
    position: static;
} 

.slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.team-slider .slick-dots li,
.tr-slider-6 .slick-dots li {
    height: 5px;
}

.team-slider .slick-dots li button {
    background-color: #000;
    padding: 0;
} 

.slick-dots li {
    display: inline-block;
}

.slick-dots li button {
    width: 15px;
    height: 5px;
    background-color: #fff;
    text-indent: 9999999px;
    border: 0;
    margin: 1px 4px;
    border-radius: 4px;
    cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li.slick-active button,
.tr-slider-6 .slick-dots li button:hover,
.tr-slider-6 .slick-dots li.slick-active button {
    background-color: #f8b864;
}

/* tr-fun-facts */

.fun-facts ul li {
    float: left;
    width: 25%;
    position: relative;
}

.fun-fact {
    font-size: 24px;
    text-transform: capitalize;
    color: #fff;
    text-align: center;
}

.fun-fact .counter {
    font-size: 38px;
    font-weight: 800;
    line-height: 35px;
}

.fun-fact-icon {
    width: 80px;
    height: 80px;
    background-color: #fff;
    padding: 15px;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 25px;
    position: relative;
}

.fun-fact-icon:before{
    position: absolute;
    content: "";
    height: 90px;
    width: 90px;
    border: 2px solid #fff;
    border-radius: 50%;
    left: -5px;
    top: -5px;
}

/* tr-faq-section */

.tr-faq {
    color: #808080;
    border-radius: 4px;
    margin-bottom: 30px;
    padding: 20px 35px;
    background-color: #f7f7f7;
}

.tr-faq h2 {
    font-size: 18px;
    color: #000;
    margin: 20px 0;
}

/* tr-blog */

.tr-post {
    margin-bottom: 30px;
    background-color: #fff;
    overflow: hidden;
}

.tr-post a {
    color: #000;
}

.entry-title {
    font-size: 22px;
    line-height: 30px;
}

.entry-title a.title-before:before {
    left: -25px;
    height: 100%;
    top: 0;
}

.tr-post a:hover {
    color: #f8b864;
}

.entry-footer {
    position: relative;
}

.entry-meta {
    margin-bottom: 20px;
}

.entry-meta li {
    font-weight: 600;
    margin-right: 15px;
    font-size: 16px;
    color: #000;
}

.entry-meta li i {
    margin-right: 5px;
}

.entry-footer li,
.entry-meta li {
    font-size: 16px;
    margin-right: 20px;
    display: inline-block; 
    font-weight: 600;
    text-transform: capitalize;
}

.entry-footer li i {
    margin-right: 10px;
}

.entry-footer a {
    color: #464646;
}

.entry-footer a:hover {
    color: #f8b864;
}

.entry-footer li.tr-date {
    margin-right: 0;
}

.entry-footer li.tr-date a {
    color: #f8b864;
}

.entry-footer li.tr-date a:hover {
    color: #464646;
}

.entry-footer .tr-author {
    margin-right: 15px;
}

.entry-footer .tr-author img {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    overflow: hidden;
}

.entry-footer li span {
    font-weight: 300;
}

.entry-content {
    padding: 30px;
    margin-top: 0;
}

.widget_title {
    color: #464646;
    font-size: 18px;
    font-weight: 600;
}

.widget_search .btn:hover {
    color: #f8b864;
}

.widget_title.title-before:before {
    left: -25px;
}

.widget_search .search-submit {
    border: 1px solid #f8b864;
    background-color: #f8b864;
    border-radius: 0px 4px 4px 0;
}

.widget_search .search-submit:hover {
    color: #f8b864;
    background-color: transparent;
}

.widget_search .search-field {
    border-radius: 4px;
    height: 50px;
}

.widget_search .search-field:focus {
    border-color: #f8b864;
}

.widget.widget_categories li {
    padding: 7px 0;
}

.widget_categories li:hover,
.widget_categories li:hover a{
    color: #f8b864;
}

.tagcloud a {
    border: 1px solid #999;
    border-radius: 4px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #909396;
    padding: 4px 25px;
    position: relative;
}

.tagcloud a:before {
    position: absolute;
    content: "";
    top: 50%;
    left: -2px;
    width: 3px;
    height: 10px;
    margin-top: -5px;
    background-color: #f8b864;
}

.tagcloud a:hover {
    color: #fff;
    border-color: #f8b864;
    background-color: #f8b864;
}

.tr-post .tagcloud a:hover {
    color: #fff;
}

.tagcloud a:hover:before {
    background-color: #fff;
}

.widget.recent_donation .tr-amount,
.widget.widget_donation .tr-amount {
    float: right;
    color: #f8b864;
    font-weight: 600;
}

.widget.widget_donation .tr-amount {
    font-size: 18px;
}

.widget.recent_donation,
.widget.widget_donation {
    font-size: 16px;
    color: #9A9A9A;
}

.widget.recent_donation li {
    overflow: hidden;
}

.widget.widget_donation li {
    margin-bottom: 30px;
}

.widget.widget_donation .title-before:before {
    left: -25px;
}

.widget.recent_donation span.left-content,
.widget.widget_donation span.left-content {
    float: left;
}

.widget.recent_donation .tr-title,
.widget.widget_donation .tr-title,
.widget .give-payment-mode-label,
.widget form[id*=give-form] legend {
    display: block;
    color: #464646;
    font-weight: 600;
}

.widget.widget_donation ul {
    overflow: visible;
}

.widget.widget_donation>ul>li {
    margin-bottom: 25px;
    position: relative;
}

.widget_donation .rating-count {
    position: absolute;
    top: 4px;
    right: 25px;
    font-size: 14px;
    padding: 0 10px;
    color: #007bff;
    border-radius: 30px;
    border: 1px solid #007bff;
}

.widget_donation .rating-count:after,
.widget_donation .rating-count:before {
    position: absolute;
    content: "";
    left: 50%;
}
.widget_donation .rating-count:before {
    bottom: -8px;
    margin-left: -5px;
    border-top: 8px solid #f8b864;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.widget_donation .rating-count:after {
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    border-top: 7px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.widget_donation .progress{
    height: 10px;
    border-radius: 25px;
    border: 1px solid #f8b864;
    background-color: transparent;
}

.widget_donation .progress-bar {
    border-radius: 25px;
    background-color: #f8b864;
}

.widget.widget_donation .btn.btn-primary {
    width: 100%;
    display: block;
}

.widget.widget_donation .tr-social {
    font-weight: 600;
    margin-top: 30px;
    text-align: center;
}

.widget.widget_donation .tr-social ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
}

.widget.widget_donation .tr-social ul li {
    margin-bottom: 0;
    width: inherit;
    color: #828288;
    margin-right: 20px;
}

.widget.widget_donation .tr-social ul li:last-child {
    margin-right: 0;
}

.widget.widget_donation .tr-title {
    font-size: 18px;
    display: block;
}

.widget.recent_donation span.tr-title a {
    color: #464646;
}

.widget.recent_donation span.tr-title a:hover {
    color: #f8b864;
}

.widget.widget_recent_entries li {
    overflow: hidden;
	padding: 12px 0;
	border-bottom: 1px solid #f7f7f7;
}

.widget.widget_recent_entries li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.widget .entry-thumbnail {
    width: inherit;
    height: inherit;
    margin-bottom: 15px;
}

.widget .entry-content {
    padding: 0;
}

.blog-details .entry-content{
    margin-top: 0;
    overflow: hidden;
}

.blog-details .entry-content .title {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    margin: 25px 0;
}

.blog-details .entry-content>.title {
    margin-top: 0;
}

.blog-details .entry-content .tagcloud {
    margin: 35px 0 25px;
}

.entry-content .entry-footer {
    margin-top: 30px;
}

.entry-content .gallery-item img {
    margin-bottom: 10px;
}

.tr-comments-area,
.tr-comment-form  {
    padding: 40px;
}

.tr-comments-area+.tr-comment-form {
    border-top: 1px solid #ddd;
}

.comment-meta span {
    display: block;
}

.tr-comment {
    padding: 25px 25px 15px;
    border: 1px solid #F6F6F6;
    position: relative;
}

.tr-comment:before {
    position: absolute;
    content: "";
    left: -1px;
    top: 30px;
    width: 3px;
    height: 30px;
    background-color: #f8b864;
}

.comment-content {
    margin-top: 10px;
}

.comment-box .tr-comment-meta {
    overflow: hidden;
}

.tr-comments-area .media {
    display: block;
}

.tr-comments-area h3.title-before,
.tr-comment-form h3 {
    margin-bottom: 30px;
    font-size: 22px;
    color: #000;
    padding-left: 20px;
}

.btn-full.btn.btn-primary {
    width: 100%;
    color: #fff;
    background-color: #f8b864;
    padding: 10px 35px;
}

.btn-full.btn.btn-primary:hover {
    color: #f8b864;
    background-color: transparent;
}

.comment-respond .btn-primary{
	padding: 10px 35px;
}
p.form-submit{
	margin-bottom: 0;
}
.author-name {
    font-weight: 600;
}

.tr-replay i {
    margin-right: 5px;
}

.tr-replay a {
    color: #f8b864;
}

.tr-replay a:hover {
    color: #464646;
}

blockquote {
    padding-left: 20px;
    position: relative;
    margin: 30px 0;
}

blockquote:before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #f8b864;
}

/* pagination */

.pagination {
    display: block;
    margin: 40px 0 0;
}

.pagination li {
    font-size: 16px;
    font-weight: 600;
    margin-right: 10px;
    margin-top: 5px;
    display: inline-block;
}

.pagination li a,
.pagination li span {
    display: block;
    color: #707070;
    padding: 8px 15px;
    border-radius: 4px;
    background-color: #fff;
}

.pagination li a:hover,
.pagination li span.current {
    color: #fff;
    background-color: #f8b864;
}

/* tr-clients */

.tr-clients-grid {
    margin-left: -15px;
    margin-right: -15px;
} 

.clients {
    margin: 0 0 30px;
    padding: 0 15px;
    overflow: hidden;
}

.clients:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);    
} 

/* tr-testimonial-section */

.tr-slider-6 .tr-testimonial {
    padding:0 60px;
    color: #808080;
    line-height: 26px;
}

.section-content .tr-testimonial-content .tr-slider-7 .slick-dots {
    bottom: -40px;
}

.section-content .tr-testimonial-content .tr-slider-7 {
    margin-bottom: 70px;
}

.tr-slider-6 .slick-current.slick-active {
    position: relative;
}

.tr-slider-6 .slick-current.slick-active:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #ddd;
}

.tr-slider-6  .slick-dots {
    margin-top: 50px;
}

.tr-slider-6 .slick-dots li button {
    background-color: #F0F0F0;
}

.tr-author-info {
    padding: 10px 0;
}

.tr-author-info span.tr-title {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.tr-author-info span {
    display: block;
    font-size: 14px;
    color: #808080;
}

.tr-author-image {
    width: 70px;
    height: 70px;
    overflow: hidden;
    margin-bottom: 10px;
    margin-bottom: 0;
}

.tr-slider-6 .tr-author-image {
    float: none;
    display: inline-block;
    margin-right: 0;
    margin-top: 30px;
}

.tr-border-radius, 
.tr-border-radius img {
    border-radius: 100%;
}

.tr-testimonial-icon {
    font-size: 40px;
} 

.tr-icon-style-1 {
    width: 70px;
    display: inline-block;
    height: 50px;
    line-height: 54px;
    text-align: center;
    font-size: 30px;
    color: #f8b864;
    border-radius: 4px;
    background-color: #cae8f9;
    position: relative;
    margin-bottom: 45px;
    z-index: 1;
}

.tr-icon-style-1:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
    background-color: #b7e0f6;
    border-radius: 0 4px 4px 0;
}

.tr-icon-style-1:after {
    position: absolute;
    content: "";
    bottom: -15px;
    left: 15px;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #cae8f9;
}

.tr-slider-style-3 .tr-testimonial-description, 
.tr-slider-style-4 .tr-testimonial-description {
    max-width: 760px;
    display: inline-block;
}

/* tr-subscribe */

.subscribe-info {
    max-width: 580px;
    display: inline-block;
    margin-bottom: 15px;
}

.subscribe-info h1 {
    font-size: 32px;
    margin-bottom: 25px;
}

.subscribe-info .tr-form {
    width: 530px;
    display: inline-block;
}

.subscribe-info .form-control {
    border-color: #fff;
    border-radius: 0;
    margin: 30px 0 45px;
    text-transform: capitalize;
    border:1px solid #ddd;
    background-color: rgba(255, 255, 255, 0.65);
    border-radius: 25px;
}

.subscribe-info .form-control:focus {
    background-color: rgba(255, 255, 255, 0.3);
}

.subscribe-info .btn.btn-primary {
    padding: 12px 50px;
    font-weight: normal;
    background-color: #f8b864;
}

.subscribe-info .btn.btn-primary:hover {
    background-color: transparent;
}

/* tr-photo-gallery */

.gallery-content .tr-photo {
    position: relative;
    overflow: hidden;
}

.gallery-content {
    overflow: hidden;
}

.gallery-content li {
    float: left;
    width: 16.6666667%;
}

.gallery-content .row,
.gallery-content .col-md-2 {
    margin: 0;
    padding: 0;
}

.gallery-content .photo-overlay {
    position: absolute;
    bottom: 0;
    left:-100%;
    width: 100%;
    height: 100%;
    color: #fff;
    text-transform: capitalize;
    border: 5px solid rgba(255, 255, 255, 0.8);
    display: block;    
    background-color: rgba(0, 174, 239, 0.8);
}

.tr-photo:hover .photo-overlay {
    left: 0;
}

.gallery-content .overlay-content {
    padding: 15px;
    width: 100%;
    bottom: 0;
    position: absolute;
}

.photo-overlay .zoom-icon,
.photo-overlay h2,
.photo-overlay span {
    margin-left: -100%;    
}

.tr-photo:hover .photo-overlay .zoom-icon,
.tr-photo:hover .photo-overlay h2,
.tr-photo:hover .photo-overlay span {
    margin-left: 0;
}

.photo-overlay .zoom-icon {
    font-size: 25px;
    margin-bottom: 5px;
    -webkit-transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    -ms-transition: all .8s ease-out;
    -o-transition: all .8s ease-out;
    transition: all .8s ease-out;  
}

.photo-overlay .zoom-icon a:hover {
    color: #000;
}

.photo-overlay span {
    -webkit-transition: all .7s ease-out;
    -moz-transition: all .7s ease-out;
    -ms-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
    transition: all .7s ease-out;  
}

.photo-overlay .zoom-icon a {
    color: #fff;
}

.photo-overlay h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    bottom: 20px;
    -webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    -ms-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    transition: all .6s ease-out;  
}

.mfp-figure {
    background-color: #fff;
}

img.mfp-img {
    padding: 12px;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer;
    top: -35px;
}

/* tr-contact-section */


.contact-info {
    margin-left: 50px;
    line-height: 24px;
}

.contact-info>ul>li{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 30px;
}

.contact-icon {
    margin-right: 30px;
    font-size: 50px;
    color: #f8b864;
    max-width: 50px;
}

.contact-info .tr-info h2 {
    font-size: 24px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.contact-info .content-title {
    text-transform: capitalize;
} 

/*tr-help-section*/


.tr-help-section .section-header {
    max-width: 100%;
}

.tr-help-section .help-content {
    padding: 0;
}

.tr-help {
    margin:  0 0 30px;
}

.tr-help>a {
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 15px 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.tr-help .tr-icon {
    margin-right: 20px;
}

.tr-help .title {
    font-size: 24px;
    display: block;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: capitalize;
}

.tr-help a:hover,
.section-before .tr-help a:hover {
    color: #000;
    border-color: #000;
}

/* tr-footer */

.footer-top-content {
    padding: 100px 0;
    font-size: 16px;
}

.footer-top-content .title-before:before {
    height: 20px;
    top: 5px;
}

.footer-widget h3 {
    margin-bottom: 30px;
    padding-left: 20px;
    font-size: 24px;
}

.footer-widget ul li {
    width: 50%;
    float: left;
    padding-left: 15px;
    position: relative;
    margin-bottom: 10px;
}

.footer-widget ul li:nth-child(odd){
    padding-right: 15px;
}

.footer-widget ul li a{
    display: block;
}
.footer-widget ul li a:hover,
.footer-widget ul li:hover:before {
    color: #f8b864;
}

.footer-widget ul li:before {
    position: absolute;
    content: "\f105";
    left: 0;
    top: 0;
    font-family: "fontawesome";
}

.footer-widget.tr-payment ul li {
    width: inherit;
    padding-left: 0;
    margin-right: 15px;
    padding-right: 0;
    margin-bottom: 20px;
}

.footer-widget.tr-payment ul li:before {
    display: none;
}

.footer-bottom {
    overflow: hidden;
    padding: 50px 0;
    color: #9A9A99;
    background-color: #000;
    border-top: 1px solid #6c6e6f;
}

.footer-bottom span a {
    color: #fff;
}

.footer-bottom span a:hover {
    color: #f8b864;
}

.footer-bottom .copyright {
    float: left;
}

.footer-bottom .footer-social {
    float: right;
}

.footer-bottom .footer-social ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.footer-bottom .footer-social ul li {
    margin-right: 15px;
    font-size: 16px;
}

.footer-bottom .footer-social ul li a {
    color: #696966;
}

.footer-bottom .footer-social ul li a:hover {
    color: #fff;
}

.footer-bottom .footer-social ul li:last-child {
    margin-right: 0;
}

/* Extra CSS */

a, .clients img, .service,
.service-icon, .widget_search .search-submit,
.widget_search .search-field, .tagcloud a:before,
.tr-overlay, .causes-thumb:before,
.footer-widget ul li:before, .tr-service a:after,
.navbar-expand-lg .navbar-nav li a:before,
.team-social, .photo-overlay, .service-icon,
.btn.btn-primary:before, .btn.btn-primary:after,
.carousel-indicators li, .carousel-indicators li:before,
.nav-links a:before, .clients:hover img,
.slick-dots li button, .tr-menu .navbar,
.widget .give-btn.give-submit, .widget .give-btn,
.widget .give-button-with-loader,
.widget #give_checkout_user_info input,
.give-card   {
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.not-found {
    text-align: center;
    background-color: #fff;
    padding: 80px 30px;
} 

.not-found .search-form {
    margin-top: 25px;
}

.not-found .search-field {
    border-radius: 4px;
    height: 50px;
    border: 1px solid #9A9A9A;
    padding: 5px 20px;
    margin-right: 10px;
}

.not-found .search-submit {
    border-radius: 4px;
    height: 50px;
    color: #fff;
    padding: 5px 20px;
    border: 1px solid #f8b864;
    background-color: #f8b864;
}

.not-found .search-submit:hover {
    color: #f8b864;
    background-color: transparent;
}

.navigation.comment-navigation {
    margin-bottom: 15px;
    display: table;
    width: 100%;
}

.post-password-form input[type='submit'] {
    background-color: #f8b864;
    border: 1px solid #f8b864;
}

.post-password-form input[type='submit']:hover {
    color: #f8b864;
    background-color: transparent;
}

#give-donation-level-button-wrap>li {
    width: inherit;
}

.widget .give-progress-bar {
    height: 10px;
}

.widget .give-progress-bar>span {
    background-color: #f8b864;
}

.widget .give-btn:hover {
    color: #fff;
    background-color: #f8b864;
    border-color: #f8b864;
}

.widget .give-goal-progress .income {
    font-size: 30px;
    color: #000;
    font-weight: 600;
    line-height: 30px;
}

.widget #give-recurring-form h3.give-section-break, 
.widget #give-recurring-form h4.give-section-break, 
.widget #give-recurring-form legend, 
.widget form.give-form h3.give-section-break, 
.widget form.give-form h4.give-section-break, 
.widget form.give-form legend, 
.widget form[id*=give-form] h3.give-section-break, 
.widget form[id*=give-form] h4.give-section-break, 
.widget form[id*=give-form] legend,
.widget-title {
    border-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    color: #464646;
    padding-bottom: 0;
    margin-bottom: 20px;
}

.widget #give-recurring-form h3.give-section-break:before, 
.widget #give-recurring-form h4.give-section-break:before, 
.widget #give-recurring-form legend:before, 
.widget form.give-form h3.give-section-break:before, 
.widget form.give-form h4.give-section-break:before, 
.widget form.give-form legend:before, 
.widget form[id*=give-form] h3.give-section-break:before, 
.widget form[id*=give-form] h4.give-section-break:before, 
.widget form[id*=give-form] legend:before,
.widget-title:before {
    position: absolute;
    content: "";
    top: 0;
    left: -25px;
    width: 3px;
    height: 100%;
    background-color: #f8b864;
}

.widget-title {
    margin-bottom: 20px;
}

.widget #give_checkout_user_info input,
.widget form[id*=give-form] .give-donation-amount #give-amount, 
.widget form[id*=give-form] .give-donation-amount #give-amount-text,
.widget .give-btn,
.widget .give-button-with-loader,
.widget .give-wrap .give-card,
.widget form[id*=give-form] .give-donation-amount .give-currency-symbol,
.widget form[id*=give-form] #give-final-total-wrap .give-donation-total-label,
.widget form[id*=give-form] #give-final-total-wrap .give-final-total-amount {
    border: 1px solid #ced4da;
    border-radius: 4px;
}

.widget form[id*=give-form] .give-donation-amount .give-currency-symbol,
.widget form[id*=give-form] #give-final-total-wrap .give-donation-total-label {
    border-right: 0;
    border-radius: 4px 0 0 4px;
}

.widget form[id*=give-form] .give-donation-amount #give-amount-text,
.widget form[id*=give-form] #give-final-total-wrap .give-final-total-amount {
    border-radius: 0 4px 4px 0;
}

.widget #give_checkout_user_info input {
    padding: 5px 15px;
    height: 40px;
}

.widget #give_checkout_user_info input:focus,
form#give-email-access-form input#give-email:focus {
    border-color: #f8b864;
}

.widget .give-label {
    font-weight: 600;
}

.widget form[id*=give-form] #give-final-total-wrap .give-donation-total-label {
    font-size: 14px;
}

.widget .give-btn.give-submit,
.widget .give-button-with-loader {
    padding: 8px 20px;
    color: #fff;
    border-color: #f8b864;
    background-color: #f8b864;
}

.widget .give-btn.give-submit {
    padding: 11px 20px;
}

.widget .give-button-with-loader {
    margin-top: 5px;
}

.widget .give-btn.give-submit:hover,
.widget .give-button-with-loader:hover,
form#give-email-access-form .give-submit:hover {
    color: #f8b864;
    background-color: transparent;
    border-color: #f8b864;
}

form#give-email-access-form input#give-email,
form#give-email-access-form .give-submit {
    height: 50px;
    border: 1px solid #ced4da;
    padding: 6px 20px;
    border-radius: 4px;
}

form#give-email-access-form input#give-email {
    width: 400px;
    margin-right: 20px;
}

form#give-email-access-form .give-submit{
    color: #fff;
    background-color: #f8b864;
}

#give-gateway-radio-list label {
    position: relative;
    padding-left: 20px;
}

.widget form[id*=give-form] #give-gateway-radio-list>li input[type=radio] {
    display: none;
}

#give-gateway-radio-list input[type=radio] + label:before{
    position: absolute;
    top: 3px;
    left: 0;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    display: inline-block;
    background-color: transparent;
    border: 1px solid #f8b864;
}

#give-gateway-radio-list input[type=radio]:checked + label:before {
    border: 3px solid #f8b864;
}

.widget .post-date,
.widget.widget_recent_entries span {
    margin-top: 5px;
    color: #464646;
    font-weight: 600;
    font-size: 14px;
}

.tr-sidebar .gallery {
    margin-bottom: 0;
}

.widget form.give-form {
    margin-bottom: 0;
}

form[id*=give-form] #give-gateway-radio-list {
    margin-bottom: 20px;
}

.tr-cause-summary .entry-title {
    margin-top: 20px;
}

[id*=give-form] div.images {
    margin-bottom: 25px;
}

#pp_full_res {
    padding: 5px;
    background-color: #fff;
}

.wp-block-gallery {
    margin-top: 30px;
}

[id*=give-form] .give-form-title.entry-title {
    display: none;
}

.no-breadcrumb [id*=give-form] .give-form-title.entry-title {
    display: block;
}

.tr-footer .widget_media_image img {
    width: inherit;
}

.comment-meta .title{
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
}

.comment-meta .title .tr-date {
    font-weight: normal;
    font-size: 14px;
}

.admin-bar .tr-menu .navbar,
.admin-bar .tr-menu.no-transparent .navbar, 
.admin-bar .tr-menu.no-breadcrumb.no-transparent .navbar {
    margin-top: 32px;
}

.tr-help>a {
    color: #fff;
}

[id*=give-form] div.summary {
    float: left;
    width: 66.666667%;
}

div#give-sidebar-right {
    float: right;
}

.tr-footer {
    overflow: hidden;
    clear: both;
}

.tr-cause-summary {
    padding: 30px;
    margin-top: -20px;
}

#give-donation-level-button-wrap > li {
    margin-bottom: 0;
}

.widget_search form {
    position: relative;
}

.widget_search form:before {
    position: absolute;
    content: "\f002";
    top: 11px; 
    right: 15px;
    color: #f8b864;
    font-size: 18px;
    font-family: "fontawesome";
}

.widget_search .search-submit {
    text-indent: -999999px;
    border: 0 !important;
    background-color: transparent !important;
}

.kc-call-to-action {
    padding: 65px 50px;
}

.kc-call-to-action h2{
    font-size: 48px;
    font-weight: 700;
    max-width: 950px;
    display: inline-block;
}

.kc-call-to-action .kc-cta-button a{
    margin-top: 25px;
    padding: 12px 50px;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    border:1px solid;
}

.kc-call-to-action .kc-cta-button a:hover {
    background-color: #fff;
}

.comment-list li .comment-respond {
    margin-top: 30px;
    background-color: #f9f9f9;
    padding: 25px;
}

.widget .give-goal-progress{
    margin-bottom: 30px;
}

.tr-banner{
    float: none;
}

.banner-feature {
    position: absolute;
    width:100%;
    margin-top: -65px;
}

.wpcf7 .tr-form .btn.btn-primary {
    margin-top: 20px;
}

.wpcf7 textarea.form-control {
    height: 120px;
    padding: 5px 20px;
}

.kc-call-to-action .kc-cta-button a.btn.btn-primary {
    background-color: #fff;
}

.post-navigation .nav-next, .post-navigation .nav-previous {
    width:35%;
    font-size: 16px;
    font-weight: 600;
}

/* preloader */

div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    text-align: center;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow: visible;
    font-size: 50px;
    color: #f8b864;
}

div#preloader .tr-preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -35px;
    margin-top: -35px;
}

.tr-preloader {
    -webkit-animation: tr-preloader 2s infinite linear;
    -moz-animation: tr-preloader 2s infinite linear;
    -ms-animation: tr-preloader 2s infinite linear;
    -o-animation: tr-preloader 2s infinite linear;
    animation: tr-preloader 2s infinite linear;
}

@-webkit-keyframes tr-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform:  rotate(359deg);
        -moz-transform:  rotate(359deg);
        -ms-transform:  rotate(359deg);
        -o-transform:  rotate(359deg);
        transform:  rotate(359deg);
    }
}

@-moz-keyframes tr-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform:  rotate(359deg);
        -moz-transform:  rotate(359deg);
        -ms-transform:  rotate(359deg);
        -o-transform:  rotate(359deg);
        transform:  rotate(359deg);
    }
}

@keyframes tr-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform:  rotate(359deg);
        -moz-transform:  rotate(359deg);
        -ms-transform:  rotate(359deg);
        -o-transform:  rotate(359deg);
        transform:  rotate(359deg);
    }
}



.nf-form-cont .ninja-forms-req-symbol {
    color: #ddd;
}

.nf-form-cont .field-wrap input[type=button] {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 35px;
    background-color: #f8b864;
    border: 1px solid #f8b864;
    border-radius: 30px;
    cursor: pointer;
    width: initial;
}

.nf-form-cont .field-wrap input[type=button]:hover {
    color: #f8b864;
    background-color: transparent;
}
