/*
     Template Name: charityo
    Template URL: http://demo.themeregion.com/charityo
     Author: Theme Region
     Author URI : http://www.themeregion.com/
    Version: 1.0
    Description: HTML5 Responsive Template.
     Tag: HTML5, CSS3, jQuery, Responsive Template.
*/


/* Table of Contents
==================================================
# Global 
# tr-menu  
# tr-banner 
# tr-service-section 
# tr-featured 
# tr-causes-section 
# tr-video-section 
# tr-about-section 
# tr-team-section 
# tr-fun-facts 
# tr-faq-section 
# tr-clients 
# tr-testimonial-section 
# tr-subscribe 
# tr-photo-gallery 
# tr-contact-section 
# tr-help-section 
# tr-footer  

==================================================



/* ==========================================================================
 	Global
 ========================================================================== */

 html,
 body {
     font-size: 14px;
     font-weight:400;
     overflow-x: hidden;
     color: #464646;
     background-color: #f7f7f7;
     /* font-family: 'Montserrat', sans-serif; */
     font-family: Tahoma;
     -webkit-font-smoothing: antialiased;
 }
 
 h1, h2, h3, h4, h5, h6 {
     font-weight:400;
     /* font-family: 'Montserrat', sans-serif; */
     font-family: Tahoma;
 }
 
 a{
     color: #464646;
 }
 
 a:hover,
 a:focus {
     color: #FF58A4;
 }
 
 a, 
 a:hover,
 a:focus,
 input:focus {
     text-decoration:none;
     outline: none;
 }
 
 a:hover,
 a:focus {
     color: #FF58A4;
 }
 
 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 #FF58A4;
     background-color: transparent;
     display: inline-block;
     border-radius: 4px;
     position: relative;
     z-index: 1;
 }
 
 .btn.btn-primary:before {
     position: absolute;
     content: "";
     top: 50%;
     left: -2px;
     width: 3px;
     height: 10px;
     margin-top: -5px;
     background-color: #fff;	
 }
 
 .btn.btn-primary:after {
     position: absolute;
     content: "";
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: #FF58A4;
     z-index: -1;
 }
 
 .btn.btn-primary:hover:after {
     width: 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: #FF58A4;
     border-color: #FF58A4;
     background-color: transparent;
 }
 
 .bg-image {
     background-size: cover;
     background-repeat: no-repeat;
     background-position: top;
 }
 
 .tr-bg-white {
     background-color: #fff;
 }
 
 .section-content,
 .tr-page-content {
     padding: 100px 0 80px;
 }
 
 .breadcrumb-content {
     padding: 150px 0 90px;
 }
 
 .breadcrumb {
     font-size: 18px;
     margin-bottom: 25px;
     padding: 0;
     background-color: transparent;
 }
 
.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;
     max-width: 650px;
 }
 
 .section-header h1,
 .page-header .page-title {
     font-size: 32px;
     color: #000;
     margin-bottom: 30px;
 }

.section-header.header-style-1 h1 {
    margin-bottom: 0;
}
 
 .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: #FF58A4;
     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);
 }
 
 .title-before {
     position: relative;
 }
 
 .title-before:before {
     position: absolute;
     content: "";
     top: 0;
     left: 0;
     width: 3px;
     height: 100%;
     background-color: #FF58A4;
 }
 
 .form-control {
     border-radius: 4px;
     height: 50px;
     border-color: #ced4da;
     padding: 6px 20px;
     margin-bottom: 30px;
 }
 
 .form-control:focus {
     border-color: #FF58A4;
 }
 
 textarea.form-control {
     resize: none;
     height: 120px;
     height: 120px;
     padding-top: 15px;	
 }
 
 .section-before {
     position: relative;
     z-index: 1;
     color: #fff;
 }
 
 .section-before a {
     color: #fff;
 }
 
 .section-before a:hover {
     color: #FF58A4;
 }
 
 .section-before:before {
     position: absolute;
     content: "";
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: #ff58a4d4;
     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 #FF58A4;
 }
 
 nav.navigation.post-navigation {
     border-radius: 4px;
     background-color: #fff;
     margin-bottom: 40px;
     padding: 30px 40px;
     clear: both;
     display: table;
     width: 100%;
 }
 
 /* tr-menu */
 
 .tr-menu .navbar {
     padding: 0;
     margin-top: 20px;
 }
 
 .navbar-nav {
     margin-right: 15px;
 }
 
 .navbar-brand {
     color: #fff;
 }
 
 .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{
     display: none;
 }
 .tr-logo, .tr-logo1{
    height: auto;
    max-height: 57px;
 }
 .tr-menu .navbar.menu-bg .tr-logo1{
     display: block;
 }
 
 .navbar-brand h1 {
     font-size: 30px;
     margin: 0;
 }
 
 .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;
 }
 
 .navbar-expand-lg .navbar-nav li a:before {
     position: absolute;
     content: "";
     left: 0;
     top: 50%;
     width: 2px;
     height: 14px;
     margin-top: -8px;
     background-color: #FF58A4;
     opacity: 0;
 }
 
 .navbar-expand-lg .navbar-nav li.current>a:before,
 .navbar-expand-lg .navbar-nav li a:hover:before {
     opacity: 1;
 }
 
 .tr-menu .navbar.menu-bg {
     margin-top: 0;
     background-color: #fff;
     -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);
 }
 
 .tr-menu .navbar.menu-bg .navbar-nav li a {
     color: #000;
 }
 
 .navbar-expand-lg .navbar-nav li.current>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 {
     color: #FF58A4;
 }
 
 .navbar-toggler {
     position: absolute;
     top: 12px;
     right: 15px;
     font-size: 16px;
     color: #FF58A4;
     border: 1px solid #FF58A4;
     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: #FF58A4;
 }
 
 .slideDown,
 .slideUp {
     -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: 180px;
     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;
 }
 
 .tr-dropdown i {
     position: absolute;
     top: 0;
     right: 0;
     width: 20px;
     height: 40px;
     color: #FF58A4;
     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 {
     color: #fff;
     background-color: #FF58A4;
     margin-top: 1px;
     padding:10px 15px;
 }
 
 .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.active>a{
     color: #FF58A4;
     background-color: #fff;
 }
 
 .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);
 }

.tr-menu .navbar-nav .tr-dropdown.current>.icon,
.tr-menu .navbar-nav .tr-dropdown:hover>.icon  {
     color: #FF58A4;                                                                                                            
}

@media (max-width: 991px) { 
     .tr-menu .navbar .navbar-nav li a {
         color: #000;
     }
     .navbar-expand-lg .navbar-nav li.current > 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    {
         color: #FF58A4;
     }
     .navbar-expand-lg .navbar-nav .tr-dropdown-menu li a, 
     .tr-menu .navbar.menu-bg .navbar-nav .tr-dropdown-menu li a{
         padding:5px 15px;
         color: #000;
         background-color: transparent !important;
     }
    .header-style-1 .title-before::before {
        background-color: #FF58A4;
    }        
}
 
 /* tr-banner */
 
 .banner-info {
    font-size: 19px;
    max-width: 690px;
    padding: 169px 0 140px;
    display: inline-block;
    position: relative;
 }
 
 .banner-info h1 {
    font-size: 78px;
    font-weight: 700;
    line-height: 80px;
    margin-bottom: 35px;
    animation-delay: 0.50s;
    -webkit-animation-delay: 0.50s;
 }
 
 .banner-info p {
    animation-delay: 0.60s;
    -webkit-animation-delay: 0.60s;	
 }
 
 .banner-info h1 span {
    display: block;
 }
 
.banner-info .btn.btn-primary {
    color: #fff;
    margin-top: 25px;
    background-color: transparent;
    animation-delay: 0.70s;
    -webkit-animation-delay: 0.70s;		
}
 
.banner-info .btn.btn-primary:hover {
    border-color: #FF58A4;
    color: #FF58A4;
}

.banner-content .banner-info .btn.btn-primary:before {
    background-color: #fff;
}
 
 .banner-content .tr-featured {
     padding-bottom: 100px;
 }
 
.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: #FF58A4;
 }

 .banner-2 .banner-info {
    padding-bottom: 250px;
 }

/* tr-bg-video */

.tr-bg-video {
    overflow: hidden;
}

.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% !important;
}

.inline-YTPlayer {
    height: 100%;
}

.bg-video-content.section-before:before {
    z-index: 999;
    height: 150%;
}

/* tr-service-section */
 
.tr-service {
    color: #9A9A9A;
    padding: 50px 30px;
    background-color: #fff;
    line-height: 24px;
    margin: 0 0 30px;
}
 
.service-icon {
     color: #FF58A4;
     font-size: 100px;
}
 
.tr-service:hover .service-icon {
    -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-service h2 {
    color: #000;
    font-size: 24px;
    margin: 30px 0;
}
 
.tr-service a {
    color: #808080;
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    display: inline-block;
    position: relative;
}
 
.tr-service a:after {
    position: absolute;
    content: "\f101";
    right: 0;
    top: 0;
    color: #FF58A4;
    font-family: "fontawesome";
    opacity: 0;
}
 
.tr-service a:hover:after {
     right: -15px;
     opacity: 1;
}
 
.tr-service a:hover {
    color: #FF58A4;
}

.service-style-1 {
    margin-top: -200px;
    position: relative;
    z-index: 1;
}

 
/* tr-featured */
 
 .featured-icon {
    font-size: 65px;
    line-height: 60px;
    color: #fff;
    max-width: 60px;
    margin-bottom: 30px;
    display: inline-block;
 }
 
 .featured h2 {
     font-size: 24px;
     color: #FF58A4;
     font-weight: 600;
     text-transform: capitalize;
 }
 
 .featured h3 {
     font-size: 18px;
 }
 
 
 /*tr-causes-section*/
 
 .tr-causes {
     margin-bottom: 50px;
     overflow: hidden;
 }
 
 .tr-causes h2 {
     font-weight: 600;
     font-size: 20px;
     text-transform: capitalize;
     margin-bottom:5px;
 }
 
 .tr-causes span {
     color: #9A9A9A;
     font-size: 16px;
     text-transform: capitalize;
 }
 
 .causes-thumb {
     margin-bottom: 25px;
     position: relative;
 }
 
 .causes-thumb:before {
     position: absolute;
     content: "";
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     border: 5px solid rgba(255, 255, 255, 0.8);
     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 img {
     width: 100%;
 }
 
 .tr-overlay {
     position: absolute;
     bottom: 10px;
     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: #FF58A4;
     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: #FF58A4;
 }
 
 .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;
 }
 
 .video-content h1 {
     font-size: 48px;
     line-height: 52px;
     margin: 10px 0 30px;
 }
 
 .video-content .video-link {
     font-size: 80px;
     line-height: 80px;
     display: inline-block;
 }
 
 .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: 22px;
 }

.about-thumb {
     margin-right: 25px;
} 

.about-two .about-thumb {
    margin-right: 0;
}
 
 .tr-about h2 {
     color: #000;
     font-size: 20px;
     margin-bottom: 20px;
 }

.about-thumb img {
    width: 100%;
}
 
 
 /* tr-team-section */
 
.team-slider .team-member {
     padding-left: 15px;
     padding-right: 15px;
 } 
 
 .team-member {
     overflow: hidden;
     margin: 0 0 30px;
 }

.team-slider  .slick-list {
    margin-left: -15px;
    margin-right: -15px;
} 
 
 .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%;
     border: 5px solid rgba(255, 255, 255, 0.8);
     -webkit-transform: scale(.8);
     -moz-transform: scale(.8);
     -ms-transform: scale(.8);
     -o-transform: scale(.8);
     transform: scale(.8);	
     opacity: 0;
 }
 
.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: 25px;
     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-member:hover .team-social li{
     right: 30px;
 }
 
.team-social li:nth-child(2) {
     bottom: 65px;
     -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: 105px;
     -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: 145px;
     -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: 185px;
     -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: 225px;
     -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: 265px;
     -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: 305px;
     -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: 345px;
     -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: #FF58A4;
     font-size: 18px;
     text-align: center;
     display: inline-block;
     background-color: #fff;
     border-radius: 4px;
 }
 
 .team-member span {
     color: #9A9A9A;
 }
 
 .team-member h2 {
     color: #000;
     font-weight: 600;
     font-size: 20px;
     text-transform: capitalize;
     margin-bottom: 0;
 }
 
 .team-slider .slick-dots {
     margin-top: 30px;
 }
 
 .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;
 }
 
 .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: #FF58A4;
 }

  .team-slider .slick-dots li button {
    background-color: #000;
  }
 
 /* tr-fun-facts */
 
 .fun-facts {
     max-width: 1000px;
     display: inline-block;
     margin: 50px 0 70px;
 }
 
.fun-facts ul li {
    float: left;
    width: 50%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 50px;
    border-top: 1px solid #fff;
    position: relative;
}

.fun-facts ul li:after {
    position: absolute;
    content: "";
    top: 0;
    right: 30px;
    width: 1px;
    height: 100%;
    background-color: #fff;
}

.fun-facts ul li:nth-child(odd){
    padding-left: 0;
}

.fun-facts ul li:nth-child(even) {
    padding-right: 0;
}

.fun-facts ul li:nth-child(even):after {
    display: none;
}

.fun-facts ul li:nth-child(1),
.fun-facts ul li:nth-child(2) {
    border-top: 0;
}

 .fun-fact {
     font-size: 24px;
     text-transform: uppercase;
 }
 
 .fun-fact p {
     margin-bottom: 0;
 }
 
 .fun-fact .counter {
     font-size: 48px;
     font-weight: 800;
     color: #000;
 }
 
 .fun-fact-icon {
     margin-right: 50px;
 }
 
 /* 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: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    padding:0 30px;
    margin-bottom: 0;
    margin-top: 25px;
    line-height: 24px;
}

.entry-title a.title-before:before {
    left: -30px;
    height: 100%;
    top: 0;
}
 
.tr-post a:hover {
    color: #FF58A4;
}
 
.entry-footer {
    padding: 30px;
    position: relative;
    padding-top: 0px;
}
 
.entry-meta {
    padding: 45px 40px 10px;
}

.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: 12px;
     margin-right: 20px;
     display: inline-block;	
     font-weight: 600;
 }
 
 .entry-footer li i {
     margin-right: 10px;
 }
 
 .entry-footer a {
     color: #464646;
 }
 
 .entry-footer a:hover {
     color: #FF58A4;
 }
 
 .entry-footer li.tr-date {
     margin-right: 0;
     /* margin-top: 8px; */
 }
 
 .entry-footer li.tr-date a {
     color: #FF58A4;
 }
 
 .entry-footer li.tr-date a:hover {
     color: #464646;
 }
 
 .entry-footer .tr-author {
     margin-right: 15px;
 }
 
 .entry-footer .tr-author img {
     width: 40px;
     height: 40px;
     border-radius: 100%;
     overflow: hidden;
     background-color: #FF58A4;
 }
 
 .entry-footer li span {
     font-weight: 300;
 }
 
 .entry-content {
     padding: 25px 40px;
 }
 
 .widget_title {
     color: #464646;
     font-size: 18px;
     font-weight: 600;
 }
 
 .widget_search .btn:hover {
     color: #FF58A4;
 }
 
 .widget_title.title-before:before {
     left: -25px;
 }
 
 .widget_search .search-submit {
     border: 1px solid #FF58A4;
     background-color: #FF58A4;
     border-radius: 0px 4px 4px 0;
 }
 
 .widget_search .search-submit:hover {
     color: #FF58A4;
     background-color: transparent;
 }
 
 .widget_search .search-field {
     border-radius: 4px;
     height: 50px;
     border-color: #ced4da;
 }
 
 .widget_search .search-field:focus {
     border-color: #FF58A4;
 }
 
 .widget_categories li:hover,
 .widget_categories li:hover a{
     color: #FF58A4;
 }
 
 .widget.widget_recent_entries li {
     padding: 8px 0;
     font-size: 14px;
 }
 
 .tagcloud a {
     border: 1px solid #ced4da;
     border-radius: 4px;
     margin-right: 10px;
     margin-bottom: 10px;
     color: #9A9A9A;
     padding: 4px 15px;
     position: relative;
 }
 
 .tagcloud a:before {
     position: absolute;
     content: "";
     top: 50%;
     left: -2px;
     width: 3px;
     height: 10px;
     margin-top: -5px;
     background-color: #FF58A4;
 }
 
 .tagcloud a:hover {
     color: #fff;
     border-color: #FF58A4;
     background-color: #FF58A4;
 }

 .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: #FF58A4;
     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 {
     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 #FF58A4;
    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 #FF58A4;
     background-color: transparent;
 }

.widget_donation .progress-bar {
     border-radius: 25px;
     background-color: #FF58A4;
 }
 
 .widget.widget_donation .btn.btn-primary {
     width: 100%;
     display: block;
     padding: 15px;
 }
 
 .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;
 }
 
.widget.recent_donation span.tr-title a {
     color: #464646;
 }
 
 .widget.recent_donation span.tr-title a:hover {
    color: #FF58A4;
 }

.blog-details .entry-content,
.causes-details .entry-content{
     margin-top: 0;
     overflow: hidden;
}

 .blog-details .entry-content .tagcloud,
 .causes-details .entry-content .tagcloud {
     margin: 35px 0 25px;
 }
 
 .entry-content .entry-footer {
     margin: 0 -40px;
     padding: 25px 40px 0;
     border-top: 1px solid #ddd;
 }
 
 .tr-comments-area,
 .tr-comment-form  {
     padding: 40px;
 }
 
.tr-comments-area {
     padding-bottom: 0;
 }
 
 .comment-meta span {
     display: block;
 }
 
 .tr-comment {
     padding: 25px 25px 15px;
     border: 1px solid #F6F6F6;
     position: relative;
     font-weight: 300;
 }
 
 .tr-comment:before {
     position: absolute;
     content: "";
     left: -1px;
     top: 30px;
     width: 3px;
     height: 30px;
     background-color: #FF58A4;
 }
 
 .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: 15px;
 }
 
 .btn-full.btn.btn-primary {
     width: 100%;
     height: 50px;
     color: #fff;
     padding: 5px 15px;
     background-color: #FF58A4;
 }
 
 .btn-full.btn.btn-primary:hover {
     color: #FF58A4;
     background-color: transparent;
 }
 
 .author-name {
     font-weight: 600;
 }
 
 .tr-replay i {
     margin-right: 5px;
 }
 
 .tr-replay a {
     color: #FF58A4;
 }
 
 .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: #FF58A4;
 }

.causes-details .entry-meta {
    padding-bottom: 0;
}

.causes-details .entry-content {
    padding-top: 0;
}

.causes-details .entry-content .title {
     font-size: 18px;
     color: #000;
     font-weight: 600;
     margin: 25px 0;
 }

.widget.widget_categories li{
    padding: 7px 0;
}
 
 /* pagination */

 .tr-pagination  {
    overflow: hidden;
 }
 
 .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: #FF58A4;
 }
 
 /* tr-clients */

.tr-clients .section-header {
    margin-bottom: 50px;
} 
 
.clients {
    margin: 20px 0 30px;
 }

.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;
 }
 
 .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: 50px 0 15px;
 }
 
 .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-icon-style-1 {
     width: 70px;
     display: inline-block;
     height: 50px;
     line-height: 54px;
     text-align: center;
     font-size: 30px;
     color: #FF58A4;
     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-subscribe */
 
 .subscribe-info {
     max-width: 580px;
     display: inline-block;
 }
 .tr-subscribe{
    position: relative;
 }
 
 .subscribe-info h1 {
     font-size: 32px;
     margin-bottom: 25px;
     color: white;
 }
 .subscribe-info p { 
    color: white;
}
 
 .subscribe-info .tr-form {
     width: 530px;
     display: inline-block;
     margin-bottom: 30px;
 }
 
 .subscribe-info .form-control {
     border-color: #fff;
     border-radius: 0;
     margin: 30px 0 45px;
     /* text-transform: capitalize; */
     border-bottom-color: #FF58A4;
     background-color: rgba(255, 255, 255, 0.65);
 }
 
 .subscribe-info .form-control:focus {
     background-color: rgba(255, 255, 255, 0.3);
 }
 
 .subscribe-info .btn.btn-primary {
     padding: 15px 60px;
     font-weight: normal;
     background-color: #FF58A4;
 }
 
 .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: 20px;
     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;
     width: 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;	
 }
 
 .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;
 }

.tr-contact-section .tr-form {
    margin-bottom: 40px;
}
 
 .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: #FF58A4;
     max-width: 50px;
 }
 
 .contact-info .tr-info h2 {
     font-size: 24px;
     margin-bottom: 10px;
     text-transform: capitalize;
 }
 
 /*tr-help-section*/
 
 
 .tr-help-section .section-header {
     max-width: 100%;
 }

 .tr-help-section .help-content {
     padding: 0;
 }
 
.tr-help {
    margin: 15px 0;
}
 
.tr-help-section .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;
    font-size: 30px;
 }
 
 .tr-help .title {
     font-size: 24px;
     font-weight: 600;
     display: block;
     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.section-before:before {
     background-color: rgba(0, 0, 0, 0.93);
 }
 
 .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: #FF58A4;
 }
 
 .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: #FF58A4;
 }
 
 .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,
.tr-help .tr-icon img   {
     -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 #FF58A4;
    background-color: #FF58A4;
}

.not-found .search-submit:hover {
     color: #FF58A4;
     background-color: transparent;
}

.navigation.comment-navigation {
     margin-bottom: 15px;
     display: table;
     width: 100%;
}

.post-password-form input[type='submit'] {
     background-color: #FF58A4;
     border: 1px solid #FF58A4;
}

.post-password-form input[type='submit']:hover {
     color: #FF58A4;
     background-color: transparent;
}

.comment-navigation .nav-links a,
.post-navigation .nav-links a {
     position: relative;
}

.comment-navigation .nav-links a:before,
.post-navigation .nav-links a:before {
    position: absolute;
    content: "\f101";
    right: 0;
    top: -1px;
    color: #FF58A4;
    font-family: "fontawesome"; 
    opacity: 0;   
}

.comment-navigation .nav-links a:hover:before,
.post-navigation .nav-links a:hover:before {
     opacity: 1;
}

.comment-navigation .nav-links a:hover:before,
.post-navigation .nav-links a:hover:before {
     right: -15px;
}

.comment-navigation .nav-links .nav-previous a:before,
.post-navigation .nav-links .nav-previous a:before {
     left: 0;
     content: "\f100";
}

.comment-navigation .nav-links .nav-previous a:hover:before,
.post-navigation .nav-links .nav-previous a:hover:before {
     left: -15px;
}

/*========================
=======style-chooser======
==========================*/

.style-chooser {
    width: 100px;
    left: -100px;
    position: fixed;
    top: 50%;
    margin-top:-90px;
    z-index: 9999999;
    -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;
}

.style-chooser.opened {
    left: 0;
}

.style-chooser .toggler {
    position: absolute;
    top: 0;
    right: -48px;
    display: inline-block;
    background-color: #ddd;
    width: 48px;
    height: 48px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    color: #333;
}

.style-chooser-inner {
    position: relative;
    background-color: #ddd;
    padding: 15px;
}

.style-chooser-inner h4 {
    margin: 0 0 10px;
    text-transform: uppercase;
    font-size: 13px;
    color: #333;
}

.style-chooser-inner ul {
    list-style: none;
    padding: 0;
    margin: -5px;
}

.style-chooser-inner ul li {
    display: block;
    width: 40px;
    float: left;
    padding: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.style-chooser-inner ul li a {
    display: block;
    height: 30px;
}

.style-chooser-inner ul li.preset1 a {
    background-color: #FF58A4;
}

.style-chooser-inner ul li.preset2 a {
    background-color: #f8b864;
}

.style-chooser-inner ul li.preset3 a {
    background-color: #f7505a;
}

.style-chooser-inner ul li.preset4 a {
    background-color: #f14b05;
}

.style-chooser-inner .toggler {
    color: #FF58A4;
}



div#preloader { 
    position: fixed; 
    left: 0; 
    top: 0; 
    text-align: center;
    z-index:999999999999999999;
    width: 100%; 
    height: 100%;
    background-color: #fff;
    overflow: visible;
    font-size: 50px;
    color: #ffbb00;
}

div#preloader .tr-preloader {
    display: inline-block;
}


div#preloader .tr-preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -60px;
    margin-top: -60px;
}

.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);
  }
}






.ovrly1{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000008f;
    z-index: 0;
}

.tr-help-active{
    background-color: white;
    border-radius: 4px;
}
.tr-help-active .help-info{
    color: black;
}
.tr-help a{
    cursor:arrow;
}

.ourfocus .card {
    border: none;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
  }
  
  .ourfocus .card:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  }
  
  .ourfocus .card-img-top {
    height: 200px;
    object-fit: cover;
  }
  
  .ourfocus .card-title {
    font-weight: bold;
  }
  
  .ourfocus .card-text {
    font-size: 0.9rem;
  }

  .ourfocus .card-img-top {
    height: 200px;
    object-fit: cover;
  }
  
  .ourfocus .carousel-item img {
    height: 200px;
    object-fit: cover;
  }





  

    

  .featured-projects {
    padding: 50px 0;
    background-color: #f8f9fa;
}
.featured-projects h2 {
    margin-bottom: 30px;
    text-align: center;
    font-weight: 700;
    color: #333;
}
.project-card {
    height: 100%;
    border: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.project-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}
.project-card .card-img-overlay {
    top: 10px;
    left: 10px;
    right: auto;
    bottom: auto;
}
.project-card .badge {
    font-size: 0.8rem;
    padding: 0.5em 0.7em;
}
.project-card img {
    height: 200px;
    object-fit: cover;
}
.project-card .card-body {
    padding: 20px;
}
.project-card .card-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #333;
}
.project-card .card-text {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 15px;
}
.project-meta {
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
    color: #888;
    margin-bottom: 15px;
}
.project-meta i {
    margin-right: 5px;
}
.impact-info {
    font-size: 1.1rem;
    color: #333;
    margin: 15px 0;
    display: flex;
    align-items: center;
}
.impact-info i {
    color: #28a745;
    margin-right: 10px;
    font-size: 1.3rem;
}
.persons-reached {
    font-weight: 700;
    margin-right: 5px;
}
.progress {
    height: 10px;
    border-radius: 5px;
}
.progress-bar {
    background-color: #28a745;
}
.goal-info {
    font-size: 0.85rem;
    color: #666;
    text-align: right;
}
.project-card .btn {
    width: 100%;
    border-radius: 5px;
    font-weight: 600;
} 
.impact-info .fa-users{
    color: #666;
}








.video-player {
    position: relative;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    background-color: #000;
    border: 3px solid #ffffff;
    border-right: 17px solid #ff58a4;
    border-left: 17px solid #ff58a4;
    border-radius: 9px;
    box-shadow: 0px 1px 18px -8px black;
}

.video-player .video {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}

.video-player .controls {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: rgb(0 0 0 / 54%);
    padding: 10px;
    color: #fff;
    font-size: 16px;
}

.video-player .play-pause, .fullscreen {
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    flex: 0 0 auto;
}

.video-player .volume, .progress {
    width: 100%;
    max-width: 150px;
    flex: 1;
    margin: 0 10px;
}

.video-player .controls input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    background: #444;
    width: 100%;
}

.video-player .controls input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
}

.video-player .controls input[type="range"]::-moz-range-thumb {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
}

/* Media Queries for Responsiveness */
@media (max-width: 768px) {
    .video-player .controls {
        flex-direction: column;
        padding: 5px;
    }

    .video-player .play-pause, .video-player .fullscreen {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .video-player .volume, .video-player .progress {
        max-width: 100%;
        margin: 5px 0;
    }
}

@media (max-width: 480px) {
    .video-player .controls {
        padding: 5px;
    }

    .video-player .play-pause, .video-player .fullscreen {
        font-size: 14px;
    }

    .video-player .volume, .video-player .progress {
        max-width: 100%;
    }
}
.video-player .volume-icon {
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 18px; /* Adjust the size of the icon */
    flex: 0 0 auto;
}
.video-player .volume-container {
    display: flex;
    align-items: center;
    flex: 1;
}
.video-player .volume {
    width: 100%;
    max-width: 150px; /* Adjust the max-width based on your layout */
    margin-left: 10px; /* Spacing between the icon and the slider */
}



#service{
    padding-top: 78px;
}
.about-thumb img{
    border-radius: 4px;
}

.core-values-widget {
    /* font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background-color: #f0f0f0; */
}
.core-values-container {
    /* background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 300px; */
}
.core-values-title {
    text-align: center;
    color: #333;
}
.core-values-list {
    list-style-type: none;
    padding: 0;
}
.core-value-item {
    margin-bottom: 8px;
    font-size: 14px;
    color: #555;
    transition: transform 0.3s ease;
    padding: 0px 11px;
    border: 1px solid grey;
    border-radius: 4px;
}
.core-value-item:hover {
    transform: translateX(10px);
}
.core-value-first-letter {
    font-size: 24px;
    font-weight: bold;
    color: #FF58A4;
    margin-right: 5px;
}
.tr-aboutt{
    margin-top: 0px;
}




.video-testimonial-section {
    padding: 50px 0;
}
.video-testimonial-section .video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 ratio */
    height: 0;
    overflow: hidden;
}
.video-testimonial-section .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 219px!important;
}
.testimonial-title {
    text-align: center;
    margin-bottom: 30px;
}
.bg-layered{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000088;
}




/*================================================
Gallery Area CSS
=================================================*/
.gallery-area .container-fluid {
    max-width: 1920px;
  }
  
  .single-gallery-box {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
  }
  
  .single-gallery-box::before {
    width: 100%;
    content: '';
    position: absolute;
    height: 100%;
    background-color: #FF58A457;
    left: 0;
    top: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
  }
  
  .single-gallery-box .gallery-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    z-index: 1;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #ffffff;
    color: #2f2c52;
    font-size: 18px;
    margin-top: 15px;
    opacity: 0;
    visibility: hidden;
    border-radius: 50px;
  }
  
  .single-gallery-box .gallery-btn:hover {
    color: #ffffff;
    background-color: #2f2c52;
  }
  
  .single-gallery-box:hover::before {
    opacity: .85;
    visibility: visible;
  }
  
  .single-gallery-box:hover .gallery-btn {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
  }
  
  /*================================================
  Events Details Area CSS
  =================================================*/
  .events-details-desc .events-details-content {
    margin-top: 30px;
  }
  
  .events-details-desc .events-details-content .entry-meta {
    margin-bottom: -10px;
  }
  
  .events-details-desc .events-details-content .entry-meta ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
  }
  
  .events-details-desc .events-details-content .entry-meta ul li {
    position: relative;
    display: inline-block;
    color: #2f2c52;
    margin-right: 20px;
    font-size: 14px;
  }
  
  .events-details-desc .events-details-content .entry-meta ul li span {
    display: inline-block;
    color: #FF58A4;
  }
  
  .events-details-desc .events-details-content .entry-meta ul li a {
    display: inline-block;
    color: #666666;
  }
  
  .events-details-desc .events-details-content .entry-meta ul li a:hover {
    color: #2f2c52;
  }
  
  .events-details-desc .events-details-content .entry-meta ul li i {
    color: #2f2c52;
    margin-right: 2px;
  }
  
  .events-details-desc .events-details-content .entry-meta ul li::before {
    content: '';
    position: absolute;
    top: 11px;
    right: -15px;
    width: 6px;
    height: 1px;
    background: #2f2c52;
  }
  
  .events-details-desc .events-details-content .entry-meta ul li:last-child {
    margin-right: 0;
  }
  
  .events-details-desc .events-details-content .entry-meta ul li:last-child::before {
    display: none;
  }
  
  .events-details-desc .events-details-content h3 {
    margin-bottom: 12px;
    margin-top: 20px;
    font-size: 25px;
  }
  
  .events-details-desc .events-details-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 30px;
  }
  
  .events-details-desc .events-details-footer .article-tags {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  
  .events-details-desc .events-details-footer .article-tags span {
    display: inline-block;
    color: #2f2c52;
    font-size: 20px;
    margin-right: 5px;
    position: relative;
    top: 2px;
  }
  
  .events-details-desc .events-details-footer .article-tags a {
    display: inline-block;
    color: #666666;
  }
  
  .events-details-desc .events-details-footer .article-tags a:hover {
    color: #FF58A4;
  }
  
  .events-details-desc .events-details-footer .article-tags i {
    color: #FF58A4;
  }
  
  .events-details-desc .events-details-footer .article-share {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  
  .events-details-desc .events-details-footer .article-share .social {
    padding-left: 0;
    list-style-type: none;
    text-align: right;
    margin-bottom: 0;
  }
  
  .events-details-desc .events-details-footer .article-share .social li {
    display: inline-block;
  }
  
  .events-details-desc .events-details-footer .article-share .social li span {
    display: inline-block;
    margin-right: 2px;
    font-weight: 500;
    color: #FF58A4;
  }
  
  .events-details-desc .events-details-footer .article-share .social li a {
    display: block;
    color: #2f2c52;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    background-color: #faf5f5;
    text-align: center;
    font-size: 14px;
  }
  
  .events-details-desc .events-details-footer .article-share .social li a:hover {
    color: #ffffff;
    background-color: #2f2c52;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  
  .events-details-desc h3 {
    margin: 0 0 0 0;
    font-size: 25px;
  }
  
  .events-details-desc .event-text {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  .events-details-desc .map-area iframe {
    width: 100%;
    height: 480px;
    border: none;
  }
  .pointer{
    cursor: pointer;
  }
  .gallery-pics-box{
      height: auto;
      overflow: hidden;
      padding: 10px;
      border: 1px solid #fff;
      margin-bottom: 10px; 
      font-size: 12px;
  }
  .gallery-pics-box img, .gallery-pics-box video{
      /*height: 200px;*/
      width: 100%;
  }
  .gallery-tab{
      background-color: #fff;
  }
  .gallery-tab h3{
      color: #fff;
  }
  .gallery-tab h5{
      color: #fff;
  }
  .gallery-magnifier{
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #0000009e;
      z-index: -1; 
  }
  .gallery-magnifier-img-cont{
      padding-top: 2%;
  }
  .gallery-magnifier-img-cont img{
      width: 100%;
  }
  .gallery-img-close{
      color: #fff;
      font-size: 20px;
      position: absolute;
      top: 1%;
      right: 5px;
      cursor: pointer;
      border: 1px solid #fff;
      padding: 1px 10px;
      border-radius: 30px;
      text-shadow: 1px 2px 4px #000;
  }
  .img-close-layer{
     position: absolute;
     width: 0%;
     height: 100%;
     right: 0;
     top: 0;
     background-color: #f14b05;
     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;
     opacity: .4;   
     border-radius: 30px;
  }
  .gallery-img-close:hover > .img-close-layer{ 
      z-index: 1;
      width: 100%;
      -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;
       cursor: pointer;
  }
  .gallery-year-category{
      background-color: #000;
      padding: 2px 10px;
      cursor: pointer;
      color: #fff;
  }
  .gallery-year-category:hover{
      box-shadow: 2px 2px 4px #000;
      background-color: #fff;
      color: #FF58A4;
  }
  .gallery-year-pane ul{
      list-style-type: none;
      padding-left: 0px;
  }
  .gallery-year-pane ul li{
      display: inline-block;
      margin-bottom: 5px;
      margin-right: 5px;
  }
  .gallery-year-active{
      background-color: #FF58A4;
      color: #fff;
  }
  .gallery-pics-layer{
      position: absolute;
      width: 0%;
      height: 95%;
      left: 0;
      top: 0;
      background-color: #FF58A4d1;
      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;  
       padding-left: 20px; 
       color: #000;
       font-weight: bold;
       overflow: hidden;
       padding-right: 10px;
       padding-top: 10px
  } 
  .our-focus{
      margin-top: 43px;
      margin-bottom: 43px;
  }
  .our-focus img{
      height: 24px;
  }
  .pagination-area {
    margin-top: 30px;
    text-align: center;
  }
  
  .pagination-area .page-numbers {
    width: 30px;
    height: 30px;
    margin: 0 3px;
    display: inline-block;
    background-color: #ffffff;
    line-height: 32px;
    color: #121521; 
    font-size: 17px;
    font-weight: 600;
  }
  
  .pagination-area .page-numbers.current, .pagination-area .page-numbers:hover, .pagination-area .page-numbers:focus {
    background: #FF58A4;
    color: #ffffff; 
  }
  .gallery-magnifier-img-cont-main span{
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 30px);
    height: auto;
    padding: 10px;
    background-color: #FF58A473;
    color: #fff; 
    margin-left: 15px;
  }
  .gallery_date{
    position: absolute;
    right: 12px;
    top: 12px;
    background-color: #FF58A4;
    color: white;
    padding: 2px 5px;
    font-size: 12px;
  }
  .owl-carousel .owl-item video{
    width: 100%;
    display: block;
  }
  .my-program img{
    height: 250px;
    display: inline-block;
    max-width: 100%;
    margin-right: 5px;
  }






  .gallery-tab .col-sm-3{
    padding-left: 5px!important;
    padding-right: 5px!important;
  }

  /*================================================
Page Title Area CSS
=================================================*/
.page-title-area {
    position: relative;
    z-index: 1;
    background-image: url(../images/bg/page-title-bg.jpeg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 321px;
  }
  
  .page-title-area::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #000000;
    left: 0;
    top: 0;
    opacity: 0.7;
    z-index: -1;
  }

  .page-title-content {
    text-align: center;
    padding-top: 75px;
  }
  
  .page-title-content h2 {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 42px;
  }
  
  .page-title-content ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 12px;
    margin-bottom: 0;
  }
  
  .page-title-content ul li {
    color: #ffffff;
    display: inline-block;
    position: relative;
    font-weight: 400;
    font-size: 17px;
    margin-left: 10px;
    margin-right: 10px;
  }
  
  .page-title-content ul li a {
    display: inline-block;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  
  .page-title-content ul li a:hover {
    color: #ff58a4;
  }
  
  .page-title-content ul li::before {
    content: '';
    position: absolute;
    right: -15px;
    top: 11px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ff58a4;
  }
  
  .page-title-content ul li:last-child::before {
    display: none;
  }



    .custom-gallery h5{
        color: black;
    }
            /* Unique parent class to avoid clashes */
            .custom-gallery {
                margin-top: 26px;
            }
            
            /* Card layout */
            .custom-gallery .gallery-card {
                position: relative;
                overflow: hidden;
                margin-bottom: 20px;
                background: #fff;
                border: 1px solid #ddd;
                border-radius: 8px;
                box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
                transition: transform 0.3s; 
            }
            
            .custom-gallery .gallery-card:hover {
                transform: scale(1.05);
            }
            
            .custom-gallery .gallery-img-box {
                position: relative;
                overflow: hidden;
                cursor: pointer; 
            }
            .custom-gallery .gallery-img-boxs{
                margin-bottom: -5px;
            }
            
            .custom-gallery .gallery-img {
                width: 100%;
                height: auto;
                display: block;
                border-bottom: 1px solid #ddd;
                border-radius: 8px 8px 0 0;
            }
            
            /* Hover effect with magnifying glass */
            .custom-gallery .gallery-hover-overlay {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: rgba(0, 0, 0, 0.5);
                opacity: 0;
                display: flex;
                align-items: center;
                justify-content: center;
                transition: opacity 0.3s ease-in-out;
                border-radius: 8px 8px 0 0;
            }
            
            .custom-gallery .gallery-card:hover .gallery-hover-overlay {
                opacity: 1;
            }
            
            .custom-gallery .gallery-magnify-icon {
                color: #fff;
                font-size: 24px;
            }
            
            /* Info section */
            .custom-gallery .gallery-info {
                padding: 10px;
                text-align: center;
                background-color: black;
            }
            
            .custom-gallery .gallery-description {
                font-size: 14px;
                color: #c1baba;
                margin: 5px 0;
            }
            
            .custom-gallery .gallery-date {
                font-size: 12px;
                color: #ffdeed;
            }
            
            /* Modal styling */
            .custom-modal {
                display: none; /* Hidden by default */
                position: fixed;
                z-index: 1050;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                background-color: rgba(0, 0, 0, 0.9); /* Black background with opacity */
                overflow: auto;
                padding-top: 60px;
            }
            
            .custom-modal-content {
                margin: auto;
                display: block;
                max-width: 90%;
                max-height: 80%;
                border-radius: 8px;
                box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
            }
            
            /* Close button */
            .custom-close {
                position: absolute;
                top: 15px;
                right: 25px;
                color: white;
                font-size: 35px;
                font-weight: bold;
                cursor: pointer;
                transition: color 0.3s;
            }
            
            .custom-close:hover {
                color: #bbb;
            }
            
            /* Navigation controls */
            .custom-prev, .custom-next {
                cursor: pointer;
                position: absolute;
                top: 50%;
                width: auto;
                padding: 16px;
                margin-top: -22px;
                color: white;
                font-weight: bold;
                font-size: 20px;
                transition: background-color 0.6s ease;
                /* border-radius: 0 3px 3px 0; */
                user-select: none;
                background-color: #ffffffbd;
            }
            
            .custom-next {
                right: 10px;
                border-radius: 0 3px 3px 0;
            }
            
            .custom-prev {
                left: 10px;
                border-radius: 3px 0 0 3px;
            }
            
            .custom-prev:hover, .custom-next:hover {
                background-color: rgba(0, 0, 0, 0.8);
            }
            
            /* Mobile adjustments */
            @media (max-width: 768px) {
                .custom-gallery .gallery-card {
                    margin-bottom: 15px;
                }
            
                .custom-modal-content {
                    max-width: 95%;
                    max-height: 70%;
                }
            }
            
            @media (max-width: 576px) {
                .custom-prev, .custom-next {
                    font-size: 18px;
                    padding: 12px;
                }
            }

            .article-share .social li {
                display: inline-block;
                font-size: 21px;
                margin-right: 9px;
              }
              .article-share .social {
                padding-left: 0;
                list-style-type: none; 
                margin-bottom: 0;
              }
              .article-share{
                margin-bottom: 25px;
              }
              .project-detail-h4{
                display: inline-block;
                background-color: grey;
                padding: 4px 9px;
                border-radius: 4px;
                color: white;
                font-size: 14px;
              }

              .prog li a, .prog li a{
                padding: 8px 15px!important;
                font-size: 12px!important;
                font-weight: 700!important;
              }
              .firstcharacter{ 
                    color: #848683;
                    float: left;
                    font-size: 75px;
                    line-height: 60px;
                    padding-top: 4px;
                    padding-right: 8px;
                    padding-left: 3px; 
              }


.gofundmebtn{
    background: none;
    padding: 9px 16px;
    border-radius: 5px;
    border: 2px solid #00b964;
    -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;	
}

.gofundmebtn:hover{
    background: #00b964;
    color: #01321c;
    padding: 9px 16px;
    border-radius: 5px;
    border: 2px solid #00b964;
}