@charset "utf-8";

/*********************************
Fonts Start
*********************************/
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,700i,800');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300i,400,400i,700');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
@font-face {
    font-family: 'droidSans';
    src: url('../webfonts/DroidSans-webfont.eot');
    src: url('../webfonts/DroidSans-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../webfonts/droidsans-webfont.woff2') format('woff2'), url('../webfonts/DroidSans-webfont.woff') format('woff'), url('../webfonts/DroidSans-webfont.ttf') format('truetype'), url('../webfonts/DroidSans-webfont.svg#droid_sansregular') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'droidSans';
    src: url('../webfonts/DroidSans-Bold-webfont.eot');
    src: url('../webfonts/DroidSans-Bold-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../webfonts/droidsans-bold-webfont.woff2') format('woff2'), url('../webfonts/DroidSans-Bold-webfont.html') format('woff'), url('../webfonts/DroidSans-Bold-webfont-2.html') format('truetype'), url('../webfonts/DroidSans-Bold-webfont.svg#droid_sansbold') format('svg');
    font-weight: 700;
    font-style: normal;
}
/*********************************
Fonts End
*********************************/


/*********************************
Basic Styles
*********************************/


html body {
    margin: 0px;
    padding: 0px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #555555;
}
html body p, html body li .text {
    font-family: 'Roboto', sans-serif;
    color: #555555;
}
body a:hover {
    text-decoration: none;
}
.wf100 {
    width: 100%;
    float: left;
}
.p100 {
    padding: 100px 0;
}
.p80 {
    padding: 80px 0;
}
.p80top {
    padding: 80px 0 0;
}
.p80bottom {
    padding: 0 0 80px;
}
body h1 {
    font-size: 48px;
}
body h2 {
    font-size: 40px;
}
body h3 {
    font-size: 32px;
}
body h4 {
    font-size: 28px;
}
body h5 {
    font-size: 24px;
}
body h6 {
    font-size: 20px;
}
.post-thumb img {
    width: 100%;
    height: auto;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
    font-family: 'Poppins', sans-serif;
    color: #222;
}
.wrapper a:focus, .wrapper button:focus {
    outline: none;
    border: 0px;
    box-shadow: none;
}
/*********************************
Header Start
*********************************/
.header-style-1 {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 99999;
}

.header-style-1 .navbar {
    padding: 0;
    min-height: unset;
}

.header-style-1 .navbar-brand {
    margin: 0;
    padding: 10px 0 !important;
    margin-right: 15px !important;
    /*padding: 8px 0 !important;        !* Reduced from 19px 60px *!*/
    /*margin: 0 20px 0 0 !important;    !* Tight right margin *!*/
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    flex-shrink: 0 !important;        /* Prevents shrinking */
    /*width: 100% !important;*/
    justify-content: center !important;
    /*margin: 10px 0 !important; !* extra spacing *!*/
}

.header-style-1 .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 16px;
    color: #fff;
    font-family: 'Roboto Slab', serif;
    font-weight: 500;
    padding: 15px 12px !important;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.header-style-1 .navbar-nav {
    gap: 2px;
    width: auto !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    /*gap: 0;*/
}

.topside-menu {
    margin: 0 50px 0 0;
    padding: 0px;
    list-style: none;
}
.topside-menu li {
    float: left;
    border-right: 1px solid rgba(255,255,255,.20);
    height: 100px;
    padding: 30px 30px 0;
}
.topside-menu li:last-child {
    border: 0px;
}
.topside-menu a {
    color: #fffefe;
    line-height: 40px;
    font-family: 'Roboto Slab', serif;
}
.topside-menu a:hover, .topside-menu a i {
    color: #689f38;
}

.nav-link-active {
    color: white;
    font-weight: bold;
    /*text-decoration: underline solid white !important;*/
    /*text-decoration-thickness: 4px !important;*/
    /*text-underline-offset: 8px !important;*/
    /*display: inline-block;*/
}

a.con {
    border: 1px solid #689f38;
    border-radius: 40px;
    display: inline-block;
    line-height: 38px;
    padding: 0 40px;
    background: #689f38;
}
.topside-menu a.con:hover {
    background: #fff;
    border-color: #fff;
    color: #689f38;
}
.header-style-1 .dropdown-menu a {
    font-family: 'Roboto Slab', serif;
}
.header-style-2 .dropdown-menu, .header-style-1 .dropdown-menu {
    padding: 0px;
    margin: 0px;
    border-radius: 0px;
    border: 0px;
}
.header-style-2 .dropdown-menu, .header-style-1 .dropdown-menu {
    padding: 0px;
    margin: 0px;
    border-radius: 0px;
    width: 220px;
    border: 0px;
}
.header-style-2 .dropdown-menu li, .header-style-1 .dropdown-menu li {
    position: relative;
}
.header-style-2 .dropdown-menu li:hover .dropdown-menu, .header-style-1 .dropdown-menu li:hover .dropdown-menu {
    display: block;
}
.dropdown-menu .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
    background: #f6f6f6;
}
.header-style-2 .dropdown-menu a, .header-style-1 .dropdown-menu a {
    color: #333;
    font-size: 16px;
    line-height: 46px;
    padding: 0 20px;
    display: block;
    border-bottom: 1px solid #f1f1f1;
}
.header-style-2 .dropdown-menu a:hover, .header-style-1 .dropdown-menu a:hover {
    color: #66bb6a;
}
.dropdown-menu .dropdown-menu a {
    border-bottom: 1px solid #ebebeb;
}
.header-style-2 .navbar-expand-lg .navbar-nav .nav-link:hover, .header-style-2 .dropdown-menu a:hover .header-style-1 .navbar-expand-lg .navbar-nav .nav-link:hover, .header-style-1 .dropdown-menu a:hover {
    color: #87bf48;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    display: none;
}
.navbar-nav .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0;
    vertical-align: 3px;
    content: "";
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-bottom: 0;
    border-left: 5px solid transparent;
}
@media (max-width: 768px) {

    .header-style-1 .navbar {
        position: relative !important;
    }

    /* Allow toggler + collapse to wrap onto separate rows */
    .header-style-1 .navbar .container-fluid {
        flex-wrap: wrap !important;
        position: relative !important;
        padding-bottom: 0 !important;
    }

    /* Sit naturally in flow — ms-auto on the HTML already pushes it right */
    .header-style-1 .navbar-toggler {
        position: static !important;   /* ← key fix: no more absolute */
        order: 1 !important;
        margin-left: auto !important;
        margin-top: 4px !important;
        margin-bottom: 4px !important;
        transform: none !important;
        z-index: 999999 !important;
    }

    /* Full-width row below the toggler */
    .header-style-1 .navbar-collapse {
        order: 2 !important;
        width: 100% !important;
        flex-basis: 100% !important;   /* ← forces it onto its own row */
        margin-top: 8px !important;
    }
}
/*********************************
Header End
*********************************/


/*********************************
Inner Header Start
*********************************/

.inner-header {
    background: url(../images/banner.jpg) no-repeat;
    margin-bottom:1rem;
    height:250px;
    width: 100%;
    background-size: cover;

}
.inner-header h1 {
    color: #fff;
    margin: 0 0 20px;
    font-weight: 700;
}

.inner-header h2 {
    color: #fff;
    margin: 0 0 5px;
    font-weight: 700;
    padding-top: 30px;
}
.inner-header ul {
    margin: 0px;
    margin-bottom: 30px;
    padding: 0px;
    list-style: none;
}
.inner-header ul li {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
}
.inner-header ul li:after {
    content: " : : ";
    color: #fff;
    margin: 0 10px;
    font-size: 24px;
}
.inner-header ul li:last-child:after {
    display: none;
}
.inner-header ul li a {
    color: #fff;
    font-weight: 400;
    font-size: 24px;
}

.inner-header .container {
    margin-top: 30px;
}
/*********************************
Inner Header End
*********************************/


/*********************************
Home Page Content Start
*********************************/
.wrapper .container {
    width: 1170px;
    max-width: 1170px;
}
/***************  Home 1 Slider Start  *****************/

.item {
    position: relative;
}
.slider-caption {
    position: absolute;
    left: 0;
    top: 18%;
    z-index: 99;
    width: 100%;
}
.slider-caption strong {
    font-size: 36px;
    font-family: 'Roboto Slab', serif;
    color: #fff;
    line-height: 40px;
    margin-bottom: 25px;
    display: block;
}
.slider-caption h1 {
    font-size: 90px;
    font-family: 'Roboto Slab', serif;
    color: #fff;
    line-height: 70px;
    margin: 0 0 15px;
}
.home1 .slider-caption h1 {
    margin-bottom: 22px;
}
.slider-caption p {
    font-size: 22px;
    font-family: 'droidSans', serif;
    color: #fff;
    width: 60%;
    margin: 0 0 37px;
}
.slider-caption p strong {
    display: inline-block;
    margin: 0px;
}
.slider-caption a {
    border: 2px solid #fff;
    height: 55px;
    line-height: 51px;
    padding: 0 50px;
    color: #fff;
    display: inline-block;
    border-radius: 30px;
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    font-weight: 500;
    margin-right: 15px;
    box-shadow: 0 8px 15px rgba(0,0,0,.07);
}
.slider-caption a.active:hover {
    background: #fff;
    color: #6ea53b;
}
.slider-caption a.active, .slider-caption a:hover {
    color: #fff;
    background: #6ea53b;
    border: 2px solid #6ea53b;
}
.slider-caption.h2slider strong {
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
}
.slider-caption.h2slider strong span {
    font-weight: 400;
}
.slider-caption.h2slider h1 {
    font-weight: 700;
    text-transform: uppercase;
}
.slider-caption.h2slider a {
    background: #fff;
    border: 0px;
    color: #222222;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    height: 53px;
    line-height: 53px;
    padding: 0 40px;
    margin: 0 16px 0 0;
}
.slider-caption.h2slider p {
    font-size: 36px;
}
.slider-caption.h2slider p strong {
    font-size: 36px;
    font-weight: 600;
}
.slider-caption.h2slider a.active, .slider-caption.h2slider a:hover {
    background: #6ea53b;
    color: #fff;
}
.slider-caption.h3slider {
    text-align: center;
}
.slider-caption.h3slider strong {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 48px;
    font-weight: 500;
    text-shadow: 0 8px 15px rgba(0,0,0,.20);
    display: block;
    margin: 0 0 30px;
}
.slider-caption.h3slider h1 {
    font-weight: 700;
    margin-bottom: 40px;
    text-shadow: 0 8px 15px rgba(0,0,0,.20);
}
.slider-caption.h3slider a {
    border-radius: 0px;
    color: #027371;
    font-family: 'Roboto Condensed', sans-serif;
    background: #fff;
    border: 0px;
    height: 53px;
    line-height: 53px;
    padding: 0 40px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0px;
}
.slider-caption.h3slider a.active, .slider-caption.h3slider a:hover {
    background: #027371;
    color: #fff;
}
section#home-slider img {
    width: 100%;
    height: auto;
}
#home-slider.owl-theme .owl-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 50px;
    z-index: 1;
    margin: auto;
    width: 100%;
}
#home-slider.owl-theme .owl-nav [class*=owl-] {
    width: 50px;
    height: 50px;
    background: rgba(0,0,0,.5);
    border-radius: 3px;
    border-radius: 100%;
    font-size: 0;
}
#home-slider.owl-theme .owl-nav [class*=owl-]:hover {
    background: #66bb6a;
}
#home-slider.owl-theme .owl-nav button.owl-prev {
    float: left;
    margin-left: 10px;
}
#home-slider.owl-theme .owl-nav button.owl-next {
    float: right;
    margin-right: 10px;
}
#home-slider.owl-theme .owl-nav button.owl-next:after, #home-slider.owl-theme .owl-nav button.owl-prev:after {
    content: "\f060";
    color: #fff;
    font-size: 16px;
    font-family: FontAwesome;
}
#home-slider.owl-theme .owl-nav button.owl-next:after {
    content: "\f061";
}
/***************  Home 1 Slider End  *****************/


/***************  Home About Section Start  *****************/

.home1 h1, .home1 h2, .home1 h3, .home1 h4, .home1 h5, .home1 h6 {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    margin: 0px;
    letter-spacing: -0.15px;
}
.home1 li, .home1 p {
    font-family: 'droidSans';
}
/*.home-about {*/
/*	background: url(../images/aboutbg.jpg) no-repeat #fff;*/
/*}*/
.about-pic {
    position: relative;
}
.pic1 {
    position: absolute;
    right: 0;
    top: 0;
    border: 10px solid #fff;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,.12);
    z-index: 9;
    width: 340px;
}
.pic2 {
    position: absolute;
    left: 0;
    top: 150px;
    border: 10px solid #fff;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,.12);
    z-index: 1;
}
.about-txt h2 {
    position: relative;
    line-height: 52px;
    margin-bottom: 40px;
}
.about-txt h2 span {
    display: block;
    font-size: 72px;
    line-height: 72px;
}
.about-txt h2:after {
    position: absolute;
    left: 0;
    bottom: -22px;
    width: 3px;
    height: 3px;
    content: "";
    background: #689f38;
}
.about-txt h2:before {
    position: absolute;
    left: 5px;
    bottom: -22px;
    width: 120px;
    height: 3px;
    content: "";
    background: #689f38;
}
.about-txt ul {
    margin: 0 0 30px;
    padding: 0px;
    width: 100%;
    float: left;
    list-style: none;
}
.about-txt ul li {
    width: 50%;
    float: left;
    line-height: 32px;
    font-size: 18px;
    color: #444444;
    font-weight: 500;
}
.about-txt p {
    font-size: 18px;
    line-height: 28px;
    color: #444444;
}
.about-txt p strong {
    color: #689f38;
}
.about-txt ul i {
    color: #00cd93;
    font-size: 12px;
    margin-right: 3px;
}
.home1 a.lm {
    color: #fff;
    border-radius: 35px;
    display: inline-block;
    line-height: 50px;
    padding: 0 40px;
    font-weight: 700;
    overflow: hidden;
    background: rgb(104,159,56); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(104,159,56,1) 0%, rgba(139,195,74,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(104,159,56,1) 0%, rgba(139,195,74,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(104,159,56,1) 0%, rgba(139,195,74,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    font-size: 18px;
    font-family: 'Roboto Slab', serif;
}
.home1 a.lm:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8bc34a+0,689f38+100 */
    background: rgb(139,195,74); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(139,195,74,1) 0%, rgba(104,159,56,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(139,195,74,1) 0%, rgba(104,159,56,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(139,195,74,1) 0%, rgba(104,159,56,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bc34a', endColorstr='#689f38', GradientType=1 ); /* IE6-9 */
    color: #fff;
}
/***************  Home About Section End  *****************/



/***************  Home Services Start  *****************/

.home-services {
    background: url(../images/patt.png) #fafafa;
    overflow: hidden;
    position: relative;
}
.home-services:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 140px;
    background: url(../images/aboutbg.jpg) no-repeat;
    content: "";
}
.ser-col {
    width: 20%;
    float: left;
    padding: 0 15px;
    position: relative;
    z-index: 99;
}
.ser-box {
    width: 100%;
    float: left;
    background: #fff;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(156,204,101,.20);
    margin-bottom: 50px;
}
.ser-box .ser-thumb {
    width: 100%;
    float: left;
    position: relative;
}
.ser-box .ser-thumb:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0,0,0,.50);
    opacity: 0;
}
.ser-thumb a {
    position: absolute;
    left: 0;
    right: 0;
    top: -100%;
    bottom: 0;
    width: 50px;
    height: 50px;
    margin: auto;
    text-align: center;
    line-height: 46px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 100%;
    z-index: 99;
    opacity: 0;
}
.ser-box .ser-thumb img {
    width: 100%;
    height: auto;
}
.ser-txt {
    clear: both;
    padding: 30px;
    position: relative;
}
.ser-txt h4 a {
    color: #222222;
    display: inline-block;
    width: 85%;
}
.ser-txt h4 a:hover {
    color: #689f38;
}
.ser-txt span.aicon {
    position: absolute;
    top: 50px;
    right: 30px;
    border: 2px solid #cccccc;
    color: #ccc;
    border-radius: 100%;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 34px;
}
.ser-box:hover .ser-txt h4 a {
    color: #689f38;
}
.ser-box:hover span.aicon {
    color: #fff;
    background: #689f38;
    border-color: #689f38;
}
/***************  Home Services End  *****************/


/***************  Post News Start  *****************/

.section-title {
    width: 100%;
    float: left;
    margin-bottom: 21px;
}
.section-title strong {
    color: #689f38;
    text-transform: uppercase;
    font-family: 'droidSans';
    font-size: 14px;
    position: relative;
}
.section-title strong:before {
    position: absolute;
    right: -54px;
    bottom: 0;
    background: url(../images/line.png) no-repeat;
    content: "";
    height: 3px;
    width: 44px;
}
.blog-list .blog-post {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 35px;
    margin-bottom: 35px;
}
.blog-list .blog-post:last-child {
    border: 0px;
    margin: 0px;
    padding: 0px;
}
.blog-list .blog-post .blog-thumb {
    width: 263px;
    float: left;
    border-radius: 5px;
}
.pro-thumb, .blog-thumb {
    position: relative;
    overflow: hidden;
}
.blog-small-post .post-thumb:after, .event-thumb:after, .blog-thumb:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0;
    background: -moz-linear-gradient(45deg, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.9) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2000000', endColorstr='#e6000000', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.blog-small-post:hover .post-thumb:after, .blog-list .blog-post:hover .blog-thumb:after {
    opacity: 1;
}
.blog-list .blog-post:hover .blog-txt h5 a {
    color: #689f38;
}
.blog-small-post:hover .post-thumb a, .blog-list .blog-post:hover .blog-thumb a {
    opacity: 1;
    top: 0px;
}
.campaign-thumb img {
    width: 100%;
    height: auto;
}
.post-thumb a, .f-cat span a, .campaign-thumb a, .event-thumb a, .blog-thumb a {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 0;
    right: 0;
    top: -100px;
    bottom: 0;
    margin: auto;
    background: none;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    border-radius: 100%;
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
    z-index: 99;
    color: #fff;
    opacity: 0;
    border: 2px solid #fff;
}
.pro-thumb a:hover, .f-cat span a:hover, .campaign-thumb a:hover, .event-thumb a:hover, .blog-thumb a:hover {
    background: #689f38;
    color: #fff;
    border-color: #689f38;
}
.blog-list .blog-post .blog-txt {
    width: 486px;
    float: left;
    padding-left: 30px;
}
.blog-txt h5 {
    margin-bottom: 9px;
}
.blog-txt h5 a {
    color: #222222;
}
ul.post-meta {
    margin: 0 0 12px;
    padding: 0;
    list-style: none;
}
ul.post-meta li {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #999999;
}
ul.post-meta li span {
    color: #689f38;
}
.blog-list .blog-post .blog-txt p {
    margin: 0px;
}
/***************  Events Posts Start **************/

.event-post {
    width: 100%;
    float: left;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0,0,0,.15);
    margin-bottom: 40px;
}
.event-post:last-child {
    margin: 0px;
}
.event-thumb {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}
.event-thumb img {
    width: 100%;
    height: auto;
}
.event-txt p {
    margin: 0px;
}
.event-post:hover .event-thumb:after {
    opacity: 1;
}
#h3-events .event-box:hover .event-thumb a, .event-post:hover .event-thumb a {
    opacity: 1;
    top: 0;
}
.event-thumb .post-meta {
    position: absolute;
    left: 30px;
    bottom: 5px;
    z-index: 99;
}
.event-thumb .post-meta li {
    color: #fff;
    font-weight: 400;
}
.event-post .event-txt {
    padding: 20px 30px;
    clear: both;
}
.event-post .event-txt h6 {
    margin-bottom: 12px;
}
.event-post .event-txt h6 a {
    color: #222;
}
.event-post .event-txt p {
    font-size: 14px;
    color: #999999;
}
.event-post .event-txt p i {
    color: #689f38;
    margin-right: 5px;
}
.event-post:hover .event-txt h6 a {
    color: #689f38;
}
#h3-events .event-box .event-thumb a:hover {
    background: #20b1aa;
    color: #fff;
    border: 2px solid #20b1aa;
}
/***************  Post News End  *****************/


/***************  Fundraising Campaign  Start  *****************/


.campaign-box {
    width: 100%;
    float: left;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 10px 40px rgba(156,204,101,.20);
}
.campaign-txt {
    padding: 30px;
    clear: both;
}
a.dbutton {
    background: red;
    display: block;
    text-align: center;
    line-height: 50px;
    color: #fff;
    background: rgb(104,159,56); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(104,159,56,1) 0%, rgba(139,195,74,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(104,159,56,1) 0%, rgba(139,195,74,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(104,159,56,1) 0%, rgba(139,195,74,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
ul.participants {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    float: left;
}
ul.participants li {
    float: left;
    line-height: 30px;
}
ul.participants img {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin-left: -5px;
}
ul.participants li span {
    width: 30px;
    height: 30px;
    display: block;
    color: #fff;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
    font-size: 12px;
    background: rgb(104,159,56); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(104,159,56,1) 0%, rgba(139,195,74,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(104,159,56,1) 0%, rgba(139,195,74,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(104,159,56,1) 0%, rgba(139,195,74,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
ul.funds {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.funds li {
    width: 32%;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    color: #999999;
}
ul.funds li:first-child {
    text-align: left;
}
ul.funds li:last-child {
    text-align: right;
}
.home1 .newsletter input[type=submit], .home1 a.dbutton, .home1 ul.funds li strong {
    font-family: 'Roboto Slab', serif;
    font-weight: 600;
}
ul.funds li strong {
    display: block;
    font-size: 18px;
    color: #222;
}
ul.participants li strong {
    margin-left: 20px;
    color: #999999;
    font-size: 14px;
    display: inline-block;
}
ul.participants li strong i {
    font-style: normal;
    color: #8bc34a;
}
.campaign-txt .progress {
    width: 100%;
    margin-bottom: 20px;
    height: 10px;
    background: #e6e6e6;
}
.campaign-txt .progress .progress-bar {
    background: #8bc34a;
    border-radius: 10px;
}
ul.participants, .campaign-txt h5 {
    margin-bottom: 25px;
}
.campaign-txt h6 a, .campaign-txt h5 a {
    color: #222;
}
.campaign-thumb {
    position: relative;
    overflow: hidden;
}
.campaign-thumb:after {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.5);
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
}
.campaign-box:hover .campaign-thumb:after {
    opacity: 1;
}
.campaign-box:hover .campaign-thumb a {
    opacity: 1;
    top: 0;
}
.campaign-box:hover h6 a, .campaign-box:hover h5 a {
    color: #8bc34a;
}
.volunteer-form input.fsubmit:hover, .campaign-box:hover a.dbutton {
    color: #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8bc34a+0,689f38+100 */
    background: rgb(139,195,74); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(139,195,74,1) 0%, rgba(104,159,56,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(139,195,74,1) 0%, rgba(104,159,56,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(139,195,74,1) 0%, rgba(104,159,56,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bc34a', endColorstr='#689f38', GradientType=1 ); /* IE6-9 */
}
/***************  Fundraising Campaign  End  *****************/


/***************  Promises  Start  *****************/
.promises {
    background: url(../images/factsbg.jpg) no-repeat;
    background-size: cover;
}
.pro-title {
    background: url(../images/border.png) no-repeat left top;
    padding: 67px 0 67px 50px;
    margin-bottom: 100px;
}
.pro-title h2 {
    color: #fff;
}
.pro-title h3 {
    color: #fff;
    font-weight: 400;
}
.counter {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 100%;
    float: left;
}
.counter li {
    width: 33%;
    float: left;
    text-align: left;
    color: #fff;
}
p.counter-count:after {
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/line2.png) no-repeat;
    content: "";
    width: 54px;
    height: 2px;
}
.promises p.ctxt, .promises p.counter-count {
    color: #fff;
}
p.counter-count {
    font-size: 48px;
    font-weight: 700;
    margin: 0;
    position: relative;
}
p.ctxt {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}
.volunteer-form {
    background: #fff;
    padding: 45px;
    border-radius: 10px;
}
.volunteer-form ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.volunteer-form ul li {
    margin-bottom: 20px;
}
.volunteer-form ul li:last-child {
    margin: 0px;
}
.volunteer-form .form-control {
    border: 2px solid #dddddd;
    height: 60px;
    line-height: 56px;
    border-radius: 30px;
    padding: 0 30px;
    color: #999999;
    font-size: 16px;
}
.volunteer-form input.fsubmit {
    border-radius: 30px;
    width: 100%;
    background: rgb(104,159,56); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(104,159,56,1) 0%, rgba(139,195,74,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(104,159,56,1) 0%, rgba(139,195,74,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(104,159,56,1) 0%, rgba(139,195,74,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    line-height: 55px;
    font-size: 18px;
    color: #fff;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    border: 0px;
    cursor: pointer;
}
body :focus {
    outline: -webkit-focus-ring-color auto 0px;
}
/***************  Promises  End  *****************/


/***************  Filter Gallery Start  *****************/

ul.flinks {
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
    text-align: right;
}
li.col-md-3.f-cat {
    padding: 0 4px;
    margin-bottom: 8px;
}
ul.flinks li {
    display: inline-block;
}
ul.flinks li a {
    border: 1px solid #cccccc;
    line-height: 33px;
    border-radius: 20px;
    display: inline-block;
    padding: 0 20px;
    font-size: 14px;
    color: #555555;
}
ul.flinks li a:hover, ul.flinks li.active a {
    background: #80b744;
    border: 1px solid #80b744;
    color: #fff;
}
.gallery-inner ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.f-cat span {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 5px;
}
.f-cat span img {
    width: 100%;
    height: auto;
}
.f-cat span:before, .f-cat span:after {
    position: absolute;
    left: -100%;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.30);
    opacity: 0;
}
.f-cat span:before {
    left: inherit;
    right: -100%;
}
.f-cat:hover span a {
    opacity: 1;
    top: 0;
}
.f-cat:hover span:after {
    opacity: 1;
    left: 0;
}
.f-cat:hover span:before {
    opacity: 1;
    right: 0;
}
/***************  Filter Gallery End  *****************/

.partner-logos {
    background: #f7f7f7;
    padding: 50px 0;
}
.partner-logos .owl-carousel .owl-item {
    text-align: center;
}
.partner-logos .owl-carousel .owl-item img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: inline-block;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .7;
}
.partner-logos .owl-item.active.center img, .partner-logos .owl-carousel .owl-item img:hover {
    opacity: 1;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
/*********************************
Home Page Content End
*********************************/


/*********************************
Footer Start
*********************************/
.footer {
    background: url(../images/footerbg.jpg) no-repeat;
    width: 100%;
    float: left;
    padding: 50px 0 0;
    background-size: cover;
}
.footer-widget {
    margin-bottom: 50px;
    width: 100%;
    float: left;
}
.footer-widget h4 {
    color: #9ccc65;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 600;
}
.footer-widget a, .footer-widget p {
    color: #cccccc;
}
.footer-widget a:hover {
    color: #9ccc65;
}
.footer-widget a.lm {
    line-height: 40px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    border-radius: 3px;
    text-transform: uppercase;
    padding: 0 20px;
}
ul.quick-links {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.quick-links li {
    line-height: 38px;
}
ul.quick-links li a {
    color: #ccc;
    font-size: 16px;
    font-weight: 600;
}
ul.quick-links li a:before {
    content: "\f00c";
    font-family: FontAwesome;
    color: #cccccc;
    font-size: 12px;
    margin-right: 10px;
}
ul.quick-links li a:hover {
    color: #9ccc65;
}
ul.lastest-products {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.lastest-products li {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
ul.lastest-products img {
    border-radius: 5px;
    float: left;
    margin-right: 10px;
}
ul.lastest-products strong {
    color: #ccc;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}
ul.quick-links li a {
    font-family: 'Poppins', sans-serif;
}
span.pdate {
    color: #999999;
    font-size: 12px;
    display: block;
}
span.pdate i {
    font-style: normal;
    color: #9ccc65;
}
ul.lastest-products li:last-child {
    margin: 0px;
}
.f-product {
    border-radius: 5px;
    width: 100%;
    float: left;
    background: #fff;
    overflow: hidden;
    position: relative;
}
.f-product img {
    width: 100%;
    height: auto;
}
.fp-text {
    padding: 20px;
    position: relative;
}
.fp-text h6 a {
    color: #222222;
}
.fp-text strong {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 16px;
    color: #689f38;
}
.footer-widget .owl-theme .owl-nav.disabled+.owl-dots {
    display: block;
    position: absolute;
    right: 5px;
    bottom: 70px;
}
.footer-widget .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 4px;
    border: 2px solid #bbbbbb;
    background: #ccc;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0;
}
.footer-copyr {
    border-top: 1px solid rgba(255,255,255,.3);
    padding: 20px 0;
}
.footer-copyr img {
    max-width: 120px;
    height: auto;
}
.footer-copyr p {
    text-align: right;
    font-size: 14px;
    color: #ccc;
    margin: 15px 0 0;
}
/*********************************
Footer End
*********************************/



/*********************************
Home Page 2 Start
*********************************/
.home2 h1, .home2 h2, .home2 h3, .home2 h4, .home2 h5, .home2 h6 {
    font-family: 'Poppins', sans-serif;
}
.home2 p, .home2 li {
    font-family: 'Roboto', sans-serif;
}
header.header-style-2 {
    background: #1b5e20;
}
header.header-style-2 .navbar {
    padding: 0px;
    margin: 0px;
}
header.header-style-2 .navbar-brand {
    background: #33691e;
    width: 270px;
    text-align: center;
    padding: 13px 0;
    margin-right: 100px;
}
ul.topnav-right {
    margin: 0;
    padding: 0 35px 0 0;
    list-style: none;
}
ul.topnav-right li {
    float: left;
    margin-right: 15px;
}
.mdonate {
    background: #66bb6a;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 44px;
    padding: 0 20px;
    border-radius: 3px;
    display: block;
    position: relative;
    overflow: hidden;
}
.mdonate:after {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 44px;
    background: #c8e6c9;
    content: "";
    opacity: 1;
}
.mdonate:hover:after {
    opacity: 1;
    left: 0;
}
.mdonate:hover span {
    color: #1b5e20;
    position: relative;
    z-index: 99;
}
a.cart-icon, a.search-icon {
    border: 1px solid #64b868;
    width: 34px;
    height: 34px;
    display: block;
    border-radius: 100%;
    text-align: center;
    line-height: 32px;
    color: #c8e6c9;
    font-size: 14px;
    margin: 5px 0 0;
}
.login-reg {
    color: #fff;
}
.login-reg a {
    color: #c8e6c9;
    font-size: 14px;
    line-height: 44px;
}
a.cart-icon:hover, a.search-icon:hover {
    background: #64b868;
    color: #fff;
}
.login-reg a:hover {
    color: #66bb6a;
}
.header-style-2 .navbar-nav li.nav-item {
    position: relative;
}
.header-style-2 .navbar-nav li.nav-item:last-child:after {
    display: none;
}
.header-style-2 .navbar-nav li.nav-item:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    height: 13px;
    background: #b7d7b9;
    bottom: 0;
    margin: auto;
}
.header-style-2 .navbar-expand-lg .navbar-nav .nav-link {
    padding: 22px;
    color: white;
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 2px solid rgba(0,0,0,0);
}
.header-style-2 .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #66bb6a;
    border-bottom: 2px solid #66bb6a;
}
/***************  Service Area  *****************/

.services-area {
    margin-top: -105px;
    position: relative;
    z-index: 99;
}
section.services-area ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 100%;
    float: left;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 12px 26px rgba(0,0,0,.08);
}
section.services-area ul li {
    width: 20%;
    float: left;
    text-align: center;
    position: relative;
    padding: 20px 0;
}
section.services-area ul li:last-child .sinfo {
    border: 0px;
}
.services-area h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 20px;
    margin: 22px 0 7px;
    color: #222;
}
.services-area p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    margin: 0px;
    color: #777777;
}
section.services-area .sinfo {
    position: relative;
    z-index: 99;
    border-right: 1px solid #c8e6c9;
    padding: 20px 0;
}
section.services-area ul li:after {
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 0;
    background: #66bb6a;
    content: "";
    border-radius: 5px;
    opacity: 0;
}
section.services-area ul li:hover:after {
    height: 250px;
    opacity: 1;
}
section.services-area ul li.active p, section.services-area ul li.active h6, .services-area ul li:hover p, .services-area ul li:hover h6 {
    color: #fff;
}
section.services-area ul li.active:after {
    height: 250px;
    opacity: 1;
    color: #fff;
}
.aboutus {
    display: inline-block;
    color: #fff;
    border-radius: 3px;
    line-height: 44px;
    padding: 0 25px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
/***************  About  *****************/

.home2-about {
    background: url(../images/factsbg.png) bottom center #fff no-repeat;
}
.pt80 {
    padding-top: 80px;
}
.counter-box {
    position: relative;
    padding: 35px 0 0 22px;
}
.counter-box:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 95px;
    height: 124px;
    background: #fff;
    border: 2px solid #e6e6e6;
    content: "";
}
.counter-box p.counter-count {
    position: relative;
    z-index: 99;
    background: none;
    color: #66bb6a;
    line-height: 40px;
    margin: 0 0 5px;
}
.counter-box p.counter-count:after {
    display: none;
}
.counter-box p.ctxt {
    position: relative;
    z-index: 99;
    color: #888888;
    font-weight: 400;
    font-size: 18px;
}
.video-img {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
}
.video-img img {
    border-radius: 5px;
    width: 100%;
    height: auto;
}
.video-img a {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: #fff;
    width: 70px;
    height: 70px;
    color: #66bb6a;
    line-height: 70px;
    text-align: center;
    font-size: 22px;
    border-radius: 100%;
    box-shadow: 0 0 25px rgba(0,0,0,.30);
    z-index: 99;
}
.video-img a:after {
    width: 84px;
    height: 84px;
    background: rgba(255,255,255,.75);
    border-radius: 100%;
    content: "";
    position: absolute;
    left: -7px;
    top: -7px;
    z-index: -1;
}
.video-img a:hover {
    background: #66bb6a;
    color: #66bb6a;
}
.h2-about-txt h3 {
    color: #66bb6a;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.h2-about-txt h2 {
    color: #222222;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin: 15px 0;
}
.h2-about-txt p {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #555555;
    line-height: 28px;
    margin: 0 0 30px;
}
/***************  Urgent Causes  *****************/

.urgent-causes {
    background: url(../images/urgentcause.png) no-repeat center center #000;
    background-size: cover;
}
.section-title-2 h5 {
    color: #66bb6a;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
}
.section-title-2 h2 {
    color: #222222;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin-bottom: 25px;
}
.section-title-2.white h5, .section-title-2.white h2 {
    color: #fff;
}
.urgent-causes p {
    color: #fff;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    margin: 0 0 20px;
}
.urgent-causes .progress {
    height: 22px;
    border-radius: 20px;
    margin-bottom: 20px;
    background: #ffffff;
}
.urgent-causes .progress-bar {
    background: #66bb6a;
    border-radius: 20px;
}
.urgent-causes .funds {
    color: #fff;
}
.urgent-causes .funds li {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}
.urgent-causes .funds li strong {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 700;
}
.donation-amount {
    background: rgba(255,255,255,.12);
    width: 83%;
    float: right;
    padding: 30px;
}
.donation-amount h5 {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin: 0 0 10px 5px;
}
.radio-boxes {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.radio-boxes li {
    float: left;
    padding: 10px 5px;
}
.radio-boxes .radio.custom {
    float: left;
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
}
.radio-boxes input[type="radio"].custom {
    margin-left: 0;
    padding: 0;
}
.radio-boxes input[type=radio].css-radio {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0px;
    border: 0;
}
.radio-boxes input[type=radio].css-radio+label.css-label {
    height: 52px;
    width: 89px;
    display: inline-block;
    line-height: 50px;
    font-size: 24px;
    vertical-align: middle;
    cursor: pointer;
    opacity: 1;
    background: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 3px;
    padding: 0px;
    text-align: center;
    color: #333;
    margin: 0px;
}
.radio-boxes input[type=radio].css-radio+label.css-label:hover {
    background: #66bb6a;
    border-color: #66bb6a;
    color: #fff;
}
.radio-boxes input[type=radio].css-radio:checked+label.css-label {
    background: #66bb6a;
    border-color: #66bb6a;
    color: #fff;
}
.radio-boxes .inputs {
    width: 89px;
    overflow: hidden;
}
input.enter {
    background: #fff;
    border: 1px solid #cccccc;
    height: 52px;
    line-height: 50px;
    width: 100%;
    padding: 0 5px;
    border-radius: 3px;
}
li.form-submit {
    width: 100%;
}
li.form-submit button {
    width: 100%;
    border: 0px;
    background: #66bb6a;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    border-radius: 3px;
    line-height: 50px;
    text-transform: uppercase;
    cursor: pointer;
}
li.form-submit button:hover {
    background: #33691e;
    color: #fff;
}
/***************  Current Projects  *****************/

.current-projects {
    background: url(../images/mappatt.jpg) no-repeat;
}
.current-projects div#myTabContent {
    width: 100%;
}
.pro-box {
    position: relative;
    width: 100%;
    float: left;
    border-radius: 5px;
    overflow: hidden;
}
.pro-box:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60%;
    content: "";
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+50,000000+100&0+0,0+50,0.65+100,1+100 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0 ); /* IE6-9 */
}
.pro-box h5 {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    padding: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    z-index: 99;
}
.pro-hover {
    position: absolute;
    left: 20px;
    right: 20px;
    background: #fff;
    bottom: -100%;
    z-index: 99;
    padding: 20px;
    border-radius: 5px;
    opacity: 0;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.pro-hover h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #222;
    margin: 0 0 10px;
}
.pro-hover p {
    font-size: 14px;
    margin: 0 0 5px;
    font-family: 'Roboto', sans-serif;
}
.pro-hover a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    color: #66bb6a;
}
.pro-box:hover h5 {
    opacity: 0;
}
.pro-box:hover .pro-hover {
    bottom: 20px;
    opacity: 1;
}
.current-projects .owl-theme .owl-nav [class*=owl-] {
    width: 36px;
    height: 36px;
    border: 1px solid #ccc;
    border-radius: 3px;
    text-align: center;
    line-height: 34px;
    padding: 0px;
    font-size: 0px;
    opacity: 1;
    position: relative;
    color: #333;
}
.current-projects .owl-theme .owl-nav .owl-next:after, .current-projects .owl-theme .owl-nav .owl-prev:after {
    content: "\f104";
    font-family: FontAwesome;
    font-size: 20px;
}
.current-projects .owl-theme .owl-nav .owl-next:after {
    content: "\f105";
}
.current-projects .owl-theme .owl-nav [class*=owl-]:hover {
    background: #66bb6a;
    color: #fff;
    border-color: #66bb6a;
}
.current-projects .nav {
    display: block;
    width: 100%;
    text-align: right;
    margin: 20px 0 0 0;
}
.current-projects .nav li {
    display: inline-block;
}
.current-projects .nav-link {
    border: 1px solid #ccc;
    padding: 0px 20px;
    font-size: 14px;
    border-radius: 20px;
    line-height: 33px;
    display: block;
    color: #555555;
}
.current-projects .nav-link.active, .current-projects .nav-link:hover {
    background: #66bb6a;
    border: 1px solid #66bb6a;
    color: #fff;
}
/*****************  News And Articles  ****************/

.h2-news {
    background: url(../images/news-artilcesbg.jpg) no-repeat;
    background-size: cover;
}
.blog-post-large {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.blog-post-large .post-txt {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px;
}
.blog-post-large .post-txt .post-meta li {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.blog-post-large .post-txt .post-meta li i {
    color: #66bb6a;
}
.blog-post-large .post-txt h5 {
    font-family: 'Poppins', sans-serif;
}
.blog-post-large .post-txt h5 a {
    color: #fff;
}
.blog-post-large .post-txt h5 a:hover {
    color: #66bb6a;
}
.blog-post-large .post-thumb:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    content: "";
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000', GradientType=0 ); /* IE6-9 */
}
.blog-post-large:hover .post-thumb:after {
    height: 100%;
}
.blog-post-large:hover .post-thumb a {
    opacity: 1;
    top: 0;
}
.blog-small-post {
    background: #fff;
    border-radius: 0;
    margin-bottom: 30px;
    padding: 20px;
    width: 100%;
    float: left;
    box-shadow: 0 5px 20px rgba(0,0,0,.07);
}
.blog-small-post:last-child {
    margin: 0px;
}
.blog-small-post .post-thumb {
    width: 47%;
    float: left;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.blog-small-post .post-txt {
    width: 53%;
    float: left;
    padding-left: 15px;
}
.blog-small-post .post-txt h5 {
    font-family: 'Poppins', sans-serif;
    line-height: 34px;
    margin: 11px 0 8px;
}
.blog-small-post .post-txt h5 a {
    color: #222;
}
.blog-small-post .post-txt p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    margin: 0 0 3px;
}
.rm {
    color: #66bb6a;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
.blog-small-post:hover .post-txt h5 a {
    color: #66bb6a;
}
.rm:hover {
    color: #222;
}
a.view-more {
    float: right;
    background: #66bb6a;
    color: #fff;
    border-radius: 5px;
    line-height: 40px;
    padding: 0 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 40px;
}
a.view-more:hover {
    background: #1b5e20;
    color: #fff;
}
header .navbar-toggler {
    color: #fff;
    font-size: 25px;
    border: 1px solid #33691e;
    margin: 0 20px 5px 0;
    padding: 8px 15px;
    background: #66bb6a;
}
/*****************  WHY Ecova  ****************/

.why-ecova {
    background: url(../images/whybg.jpg) no-repeat;
    padding: 65px 0 65px;
    background-size: cover;
    text-align: center;
}
.why-ecova h1 {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    margin: 0 0 10px;
    font-weight: 700;
}
.why-ecova p {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    margin: 0 0 20px;
    font-weight: 300;
    width: 75%;
    margin: 0 auto 20px;
}
.cus {
    background: #fff;
    border-radius: 5px;
    color: #222;
    display: inline-block;
    line-height: 55px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 45px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}
.cus:hover {
    color: #fff;
}
.why-ecova .counter li {
    width: 50%;
}
.why-ecova .counter p.counter-count {
    font-size: 48px;
    font-weight: 700;
    margin: 0;
    position: relative;
}
.why-ecova .counter p.ctxt {
    font-size: 18px;
    margin: 0;
    font-weight: 400;
}
.mb30 {
    margin-bottom: 30px;
}
/************** Online Shop ****************/

.product-box {
    width: 100%;
    float: left;
    border: 1px solid #dddddd;
    border-radius: 3px;
    overflow: hidden;
}
.product-box .pro-txt {
    clear: both;
    padding: 15px 20px;
}
.product-box .pro-txt h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin: 0 0 10px;
}
.product-box .pro-txt h6 a {
    color: #222;
}
.product-box .pro-txt p.pro-price {
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #66bb6a;
}
.product-box .pro-txt p.pro-price del {
    color: #ccc;
    margin-right: 5px;
}
.pro-thumb img {
    width: 100%;
    height: auto;
}
.product-box:hover .pro-thumb:after {
    opacity: 1;
}
.product-box:hover .pro-thumb a {
    top: 0;
    opacity: 1;
}
.pro-thumb:after {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(102,187,106,.7);
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0;
}
.product-box:hover .pro-txt h6 a {
    color: #74a83d;
}
.pro-thumb a {
    position: absolute;
    left: 0;
    right: 0;
    top: -125%;
    bottom: 0;
    margin: auto;
    z-index: 99;
    background: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 3px;
    color: #222;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    opacity: 0;
}
.pro-large img {
    width: 100%;
    height: auto;
}
/***************************************/


.instagram {
    width: 100%;
    max-width: 1800px;
    overflow: hidden;
    margin: 0 auto 80px;
}
.instagram ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.instagram ul li {
    width: 14.285714%;
    float: left;
    position: relative;
    overflow: hidden;
    padding: 5px;
}
.instagram img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.instagram li a {
    position: absolute;
    left: 0;
    right: 0;
    top: -125%;
    bottom: 0;
    width: 50px;
    height: 50px;
    margin: auto;
    border-radius: 100%;
    background: #74a83d;
    color: #fff;
    text-align: center;
    line-height: 50px;
    opacity: 0;
}
.instagram li:hover a {
    opacity: 1;
    top: 0;
}
.instagram li a:hover {
    background: #fff;
    color: #74a83d;
}
/*********************************
Home Page 2 End
*********************************/


/*********************************
Footer Style 2 Start
*********************************/
.footer-style-2 {
    width: 100%;
    float: left;
    background: url(../images/fpat.jpg);
    margin-top: 70px;
}
.footer-widget.about-ecova {
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    float: left;
    background: #1b5e20;
    margin-top: -120px;
}
.footer-widget.about-ecova .f2logo {
    background: #33691e;
    text-align: center;
    padding: 18px 0;
}
.footer-widget.about-ecova p {
    padding: 20px;
    color: #c8e6c9;
    margin: 0px;
}
.footer-widget.about-ecova .more {
    padding: 0 20px 20px;
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto Slab', serif;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
}
.footer-style-2 h5 {
    font-family: 'Roboto Slab', serif;
    color: #c8e6c9;
    position: relative;
    margin-bottom: 40px;
}
.footer-style-2 h5:after {
    position: absolute;
    left: 0;
    bottom: -16px;
    width: 165px;
    height: 1px;
    content: "";
    background: #c8e6c9;
}
.footer-style-2 h5:before {
    position: absolute;
    left: 0;
    bottom: -17px;
    width: 30px;
    height: 3px;
    content: "";
    background: #c8e6c9;
}
.footer-style-2 .footer-top {
    padding: 50px 0 0 0;
}
ul.ftags {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.ftags li {
    display: inline-block;
    margin: 0 6px 10px 0;
}
ul.ftags a {
    background: #444444;
    display: block;
    line-height: 35px;
    padding: 0 20px;
    border-radius: 17px;
    color: #c8e6c9;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}
ul.ftags a:hover {
    background: #66bb6a;
    color: #fff;
}
.footer-style-2 ul.quick-links li a:before {
    color: #c8e6c9;
}
.footer-style-2 ul.quick-links li a {
    color: #c8e6c9;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.footer-social a {
    display: inline-block;
    border: 1px solid #66bb6a;
    border-radius: 100%;
    color: #66bb6a;
    width: 50px;
    height: 50px;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    font-size: 18px;
}
.footer-social a:hover {
    background: #66bb6a;
    color: #fff;
}
.newsletter strong, .footer-social strong {
    display: block;
    color: #c8e6c9;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 11px;
    font-family: 'Roboto Slab', serif;
}
.footer-style-2 ul.lastest-products strong a {
    color: #c8e6c9;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.newsletter ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 100%;
    float: left;
}
.newsletter ul li {
    margin-right: 10px;
    float: left;
}
.newsletter ul li:last-child {
    margin: 0px;
}
.newsletter input[type=text] {
    border: 0;
    background: #fff;
    border-radius: 5px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    width: 250px;
}
.newsletter input[type=submit] {
    background: #66bb6a;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    border: 0px;
    border-radius: 5px;
    padding: 0 20px;
}
.footer-newsletter .container {
    border-top: 1px solid #434943;
    padding: 30px 15px;
}
.footer-style-2 .footer-copyr {
    background: #191919;
    padding: 15px 0;
    border: 0px;
}
.footer-style-2 .footer-copyr p {
    margin: 0px;
    padding: 0px;
    color: #666666;
    text-align: center;
}
.footer-social {
    padding-left: 70px;
}
/*********************************
Footer Style 2 End
*********************************/


/*********************************
Home Page 3 Style 3 Start
*********************************/
.home3 h1, .home3 h2, .home3 h3, .home3 h4, .home3 h5, .home3 h6 {
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: -1px;
    font-weight: 700;
}
.home3 p, .home3 li {
    font-family: 'Lato', sans-serif;
}
.header-style-3 .topbar {
    background: #027371;
    height: 40px;
}
.header-style-3 .topbar p {
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    font-size: 16px;
    margin: 0px;
    line-height: 40px;
}
ul.topbar-social {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}
ul.topbar-social li {
    display: inline-block;
    margin-left: 20px;
}
.social-links a {
    border: 1px solid #fff;
    display: inline-block;
    width: 24px;
    height: 24px;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
}
.social-links a:hover {
    border-color: #20b1aa;
    background: #20b1aa;
    color: #fff;
}
.acclink {
    background: #20b1aa;
    color: #fff;
    display: inline-block;
    line-height: 40px;
    padding: 0 20px;
    font-family: 'Roboto Condensed', sans-serif;
}
.acclink:hover {
    background: rgba(0,0,0,.3);
    color: #fff;
}
.header-contact {
    margin: 6px 0 0;
    padding: 0px;
    list-style: none;
    text-align: center;
}
.header-contact li {
    display: inline-block;
    text-align: center;
    margin: 0 20px;
    color: #20b1aa;
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 44px;
}
.h3-logo-row {
    width: 100%;
    float: left;
    padding: 20px 0;
}
.navrow {
    width: 100%;
    border-top: 1px solid #d7d7d7;
    float: left;
}
.navrow .navbar {
    padding: 0px;
}
.navrow .navbar-nav .dropdown-toggle::after {
    font-size: 14px;
}
.navrow ul.navbar-nav.mr-auto {
    margin: 0 auto;
}
.navrow .navbar-expand-lg .navbar-nav .nav-link {
    color: #222;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    line-height: 60px;
    padding: 0 35px;
}
.navrow .navbar-expand-lg .navbar-nav .nav-link:hover {
    background: #f5f5f5;
}
.navrow .navbar-nav .nav-item {
    border-right: 1px dashed #d7d7d7;
}
.navrow .navbar-nav .nav-item:last-child {
    border: 0px;
}
.navrow .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 220px;
    padding: 0;
    margin: .125rem 0 0;
    font-size: 14px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 0;
}
.navrow .dropdown-menu li:last-child a {
    border: 0px;
}
.navrow .dropdown-menu li a {
    display: block;
    line-height: 36px;
    border-bottom: 1px solid #f1f1f1;
    padding: 0 20px;
    color: #666;
}
.navrow .dropdown-menu li {
    position: relative;
}
.navrow .dropdown-menu li:hover .dropdown-menu {
    display: block;
}
.navrow .dropdown-menu .dropdown-menu {
    position: absolute;
    left: 100%;
    display: none;
    top: 0;
    margin: 0px;
}
.navrow .dropdown-menu li a:hover {
    background: #20b1aa;
    color: #fff;
}
a.con-btn {
    float: right;
    background: #027371;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 44px;
    font-weight: 600;
    padding: 0 25px;
    margin: 6px 0 0;
}
a.con-btn:hover {
    background: #20b1aa;
    color: #fff;
}
form.search-form {
    float: right;
    position: relative;
    margin: 6px 20px 0 0;
}
form.search-form .form-control {
    border-radius: 0px;
    height: 44px;
    line-height: 42px;
    border: 1px solid #f0f0f0;
    padding: 0 20px;
}
button.sbtn {
    position: absolute;
    top: 0;
    right: 0;
    height: 44px;
    width: 44px;
    background: #f0f0f0;
    border: 0;
    color: #20b1aa;
    cursor: pointer;
}
button.sbtn:hover {
    background: #20b1aa;
    color: #fff;
}
.add-title {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
}
/**************  Donation + Become a Volunteer   ******************/

.donation-join {
    margin-top: -50px;
    position: relative;
    z-index: 999;
}
.donation-join .container {
    background: #fff;
    box-shadow: 12px 10px 26px rgba(0,0,0,.08);
    border: 1px solid #e8f5e9;
}
.donation-wrap {
    padding: 30px 35px;
    width: 100%;
    float: left;
    border-right: 1px solid #e8f5e9;
}
.donation-wrap h2 {
    margin: 0 0 30px;
}
.donation-wrap .progress {
    height: 18px;
    background: #e1e1e1;
    margin: 0 0 10px;
}
.donation-wrap .progress-bar {
    background: #027371;
}
.donation-wrap ul.funds {
    border-bottom: 1px solid #e8f5e9;
    padding-bottom: 14px;
    margin-bottom: 20px;
}
.donation-wrap .radio-boxes li {
    margin-right: 10px;
    padding: 0px;
}
.donation-wrap ul.funds li strong {
    font-size: 26px;
    font-family: 'droidSans';
}
.donation-wrap .radio-boxes input[type=radio].css-radio+label.css-label {
    height: 46px;
    width: 60px;
    display: inline-block;
    line-height: 44px;
    font-size: 18px;
    vertical-align: middle;
    cursor: pointer;
    opacity: 1;
    background: #fff;
    border: 1px solid #c8e6c9;
    border-radius: 0;
    padding: 0px;
    text-align: center;
    color: #666;
    margin: 0px;
}
.donation-wrap .radio-boxes input[type=radio].css-radio+label.css-label:hover {
    background: #20b1aa;
    border-color: #20b1aa;
    color: #fff;
}
.donation-wrap .radio-boxes input[type=radio].css-radio:checked+label.css-label {
    background: #20b1aa;
    border-color: #20b1aa;
    color: #fff;
}
.donation-wrap li.form-submit {
    width: auto;
    float: right;
    margin: 0px;
}
.donation-wrap li.form-submit button {
    border: 0px;
    background: #20b1aa;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 700;
    border-radius: 0;
    line-height: 44px;
    text-transform: uppercase;
    cursor: pointer;
    float: right;
    padding: 0 20px;
}
.donation-wrap li.form-submit button:hover {
    background: #027371;
    color: #fff;
}
.volbox {
    padding: 50px 15px 40px;
    border-right: 1px solid #e8f5e9;
}
.volbox img {
    margin-bottom: 20px;
}
.volbox h5 {
    margin-bottom: 13px;
}
.volbox p {
    font-size: 16px;
    color: #555555;
    margin: 0 0 34px;
}
.volbox a {
    color: #20b1aa;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}
.volbox a:after {
    position: absolute;
    left: 0;
    top: -20px;
    content: "";
    width: 50px;
    height: 2px;
    background: #c8e6c9;
}
.volbox.nob {
    border: 0px;
}
.volbox:hover h5, .volbox a:hover {
    color: #027371;
}
/**************  ABout Txt  ******************/

.h3-aboutxt {
    width: 100%;
    float: left;
    padding: 80px 0 0;
}
.h3-aboutxt h1 {
    color: #222222;
    font-weight: 400;
    margin: 0 0 22px;
}
.h3-aboutxt h1 span {
    font-weight: 700;
    color: #027371;
}
.h3-aboutxt p {
    font-size: 18px;
    color: #555555;
}
.h3-aboutxt p.counter-count:after {
    position: absolute;
    left: 0;
    top: -10px;
    content: "";
    background: url(../images/line3.png);
    width: 59px;
    height: 2px;
}
.h3-aboutxt p.counter-count {
    font-size: 40px;
    color: #20b1aa;
    font-weight: 700;
    position: relative;
}
.h3-aboutxt p.ctxt {
    font-size: 18px;
    color: #888888;
}
.h3-aboutxt .counter {
    margin: 30px 0 0;
}
/**************  Core Projects  ******************/

.our-core-projects {
    background: url(../images/coreprojectbg.jpg) no-repeat;
    background-size: cover;
}
.our-core-projects .owl-theme .owl-nav {
    margin: 30px 0 0;
}
.our-core-projects .container-fluid {
    max-width: 1800px;
    margin: auto;
}
.our-core-projects .h3-stitle {
    text-align: center;
    color: #fff;
    width: 40%;
    margin: 0 auto 30px;
}
.our-core-projects .h3-stitle h1 {
    margin: 0 0 15px;
    color: #fff;
}
.our-core-projects .h3-stitle p {
    margin: 0px;
    color: #fff;
}
.ocp-box:hover .ocp-thumb a {
    opacity: 1;
    top: 0;
}
.ocp-box:hover .ocp-thumb:after {
    opacity: 1;
    height: 100%;
}
.ocp-box {
    background: #fff;
}
.ocp-thumb {
    position: relative;
    overflow: hidden;
}
.ocp-thumb a {
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: -100px;
    opacity: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 2px solid #20b1aa;
    color: #20b1aa;
    z-index: 99;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}
.ocp-thumb a:hover {
    background: #20b1aa;
    border: 2px solid #20b1aa;
    color: #fff;
}
.ocp-thumb:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    content: "";
    background: rgba(0,0,0,.6);
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    opacity: 0;
}
.ocp-box img {
    width: 100%;
    height: auto;
}
.ocp-box h5 {
    text-align: center;
    padding: 25px;
}
.ocp-box h5 a {
    color: #222;
}
.ocp-box:hover h5 a {
    color: #20b1aa;
}
#core-projects-slider.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 0 3px;
    padding: 0;
    background: #fff;
    display: inline-block;
    cursor: pointer;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    border: 1px solid #ccc;
}
#core-projects-slider.owl-theme .owl-nav button.owl-next:after {
    content: "\f061";
    font-size: 14px;
    font-family: FontAwesome;
    color: #888888;
}
#core-projects-slider.owl-theme .owl-nav button.owl-prev:after {
    content: "\f060";
    font-size: 14px;
    font-family: FontAwesome;
    color: #888888;
}
#core-projects-slider.owl-theme .owl-nav [class*=owl-] span {
    display: none;
}
#core-projects-slider.owl-theme .owl-nav [class*=owl-]:hover {
    background: #20b1aa;
    border-color: #20b1aa;
}
#core-projects-slider.owl-theme .owl-nav [class*=owl-]:hover:after {
    color: #fff;
}
/**************  Events  ******************/

.news-events h1 {
    margin-bottom: 30px;
}
.news-txt h4 {
    margin: 0 0 13px;
}
.news-txt h4 a {
    color: #222;
}
ul.news-meta {
    margin: 0 0 12px;
    padding: 0;
    list-style: none;
}
ul.news-meta li {
    display: inline-block;
    color: #888888;
    font-size: 14px;
    margin-right:10px;
}
ul.news-meta li i {
    color: #20b1aa;
    margin-right: 5px;
}
.news-thumb {
    position: relative;
    width: 100%;
    overflow: hidden;
    float: left;
}
.news-thumb img {
    width: 100%;
    height: auto;
}
.news-thumb:after {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.50);
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0;
}
.news-thumb a {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 100%;
    color: #20b1aa;
    margin: auto;
    position: absolute;
    left: -130px;
    right: 0;
    bottom: 0;
    top: 0;
    text-align: center;
    line-height: 50px;
    z-index: 99;
    opacity: 0;
}
.news-thumb a:hover {
    background: #20b1aa;
    color: #fff;
}
.news-txt .rm {
    color: #20b1aa;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}
.news-txt .rm:hover {
    color: #027371;
}
.news-block:hover .news-thumb:after {
    opacity: 1;
}
.news-block:hover .news-thumb a {
    opacity: 1;
    left: 0;
}
.news-block:hover .news-txt h4 a {
    color: #20b1aa;
}
#h3-events .event-box {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
}
#h3-events .event-box .event-thumb {
    position: relative;
    overflow: hidden;
}
#h3-events .event-box .event-thumb:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 9;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000', GradientType=0 ); /* IE6-9 */
}
#h3-events .event-box .event-txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 25px;
    z-index: 999;
}
#h3-events .event-box .event-txt ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#h3-events .event-box .event-txt ul li {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    font-size: 14px;
}
#h3-events .event-box .event-txt ul li:after {
    content: "|";
    padding: 0 10px;
}
#h3-events .event-box .event-txt ul li:last-child:after {
    display: none;
}
#h3-events .event-box .event-txt h4 {
    margin: 5px 0;
}
#h3-events .event-box .event-txt p, #h3-events .event-box .event-txt h4 a {
    color: #fff;
}
#h3-events .event-box .event-txt h4 a:hover {
    color: #20b1aa;
}
.h3-events .owl-nav {
    position: absolute;
    right: 0;
    top: -85px;
    margin: 0;
}
.h3-events .owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 0 3px;
    padding: 0;
    background: #fff;
    display: inline-block;
    cursor: pointer;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    border: 1px solid #ccc;
}
.h3-events .owl-theme .owl-nav button.owl-next:after {
    content: "\f061";
    font-size: 14px;
    font-family: FontAwesome;
    color: #888888;
}
.h3-events .owl-theme .owl-nav button.owl-prev:after {
    content: "\f060";
    font-size: 14px;
    font-family: FontAwesome;
    color: #888888;
}
.h3-events .owl-theme .owl-nav [class*=owl-] span {
    display: none;
}
.h3-events .owl-theme .owl-nav [class*=owl-]:hover {
    background: #20b1aa;
    border-color: #20b1aa;
}
.h3-events .owl-theme .owl-nav [class*=owl-]:hover:after {
    color: #fff;
}
/************************************/

.h3teams-section {
    background: url(../images/h3teambg.jpg) no-repeat #fff;
}
.h3-stitle h1 {
    margin: 0 0 12px;
    color: #fff;
}
.h3teams-section .h3-stitle p {
    margin: 0px;
    color: #fff;
}
.team-box {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
}
.team-box:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 9;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000', GradientType=0 ); /* IE6-9 */
}
.team-box img {
    width: 100%;
    height: auto;
}
.team-grid .team-box:hover .team-info {
    height: 170px;
}
.team-grid .team-box:hover .team-info ul {
    opacity: 1;
}
.team-box .team-info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px;
    z-index: 999;
    text-align: center;
    height: 110px;
}
.team-box .team-info p, .team-box .team-info h3 {
    color: #fff;
}
.team-box .team-info ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
    opacity: 0;
}
.team-box .team-info ul li {
    text-align: center;
    color: #fff;
    display: inline-block;
    margin: 0 3px;
}
.team-box .team-info ul li a {
    border: 1px solid #fff;
    color: #fff;
    width: 36px;
    height: 36px;
    text-align: center;
    display: inline-block;
    text-align: center;
    line-height: 34px;
    border-radius: 100%;
}
.team-box .team-info ul li a:hover {
    color: #fff;
    border-color: #20b1aa;
    background: #20b1aa;
}
.h3teams-section .h3-stitle {
    color: #fff;
    width: 50%;
    margin: 0 auto 30px;
}

.h3testimonials h1.text-center {
    margin: 0 0 30px;
}
.testimonials-section p, .h3testimonials p {
    background: #fff;
    border: 1px solid #dddddd;
    font-size: 18px;
    color: #555555;
    font-family: 'droidSans';
    line-height: 30px;
    padding: 25px;
    position: relative;
}
.testimonials-section .center p, .h3testimonials .center p {
    background: black;
}
.testimonials-section .center p:after, .h3testimonials .center p:after {
    border-top: 20px solid #f9f9f9;
}
.testimonials-section p:after, .h3testimonials p:after {
    width: 0;
    height: 0;
    border-top: 20px solid #fff;
    border-left: 20px solid transparent;
    content: "";
    position: absolute;
    left: 20px;
    bottom: -19px;
}
.testimonials-section p:before, .h3testimonials p:before {
    width: 0;
    height: 0;
    border-top: 22px solid #dddddd;
    border-left: 22px solid transparent;
    content: "";
    position: absolute;
    left: 19px;
    bottom: -22px;
}

#testimonials.owl-carousel {
    display: block !important;
}
#testimonials .item {
    min-height: 400px;
}
.tuser {
    margin: 30px 0 0;
    color: #888888;
    font-size: 14px;
}
.tuser img {
    width: 55px;
    height: 55px;
    border: 1px solid #dddddd;
    border-radius: 100%;
    float: left;
    margin-right: 15px;
}

.home3 .tuser strong {color:#027371; font-family: 'Roboto Condensed', sans-serif;}
.tuser strong {
    color: #222;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    display: block;
    font-size: 20px;
}
.instagram.p80 {
    margin: 0px auto;
}
.partner-logos.home3 {
    background: #fff;
    padding: 0 0 80px;
}
/***************  Home 3 Footer Start  *****************/

.h3footer {
    background: url(../images/h3footerbg.jpg) no-repeat;
    background-size: cover;
    padding: 60px 0 0;
}
.h3footer .footer-widget h3 {
    color: #fff;
    margin: 0 0 22px;
}
.h3footer ul.quick-links li {
    line-height: 26px;
}
.h3footer ul.quick-links li a {
    font-size: 14px;
}
.h3footer ul.lastest-products img {
    border-radius: 0px;
    width: 83px;
    height: 83px;
}
.h3footer ul.lastest-products strong {
    font-size: 18px;
    margin-bottom: 10px;
}
.h3footer .newsletter ul li {
    width: 100%;
    margin: 0px 0 10px;
}
.h3footer .newsletter input[type=text] {
    width: 100%;
    border: 1px solid #dddddd;
    border-radius: 0px;
    background: none;
    color: #dddddd;
}
.h3footer .newsletter input[type=submit] {
    width: 100%;
    border-radius: 0px;
    color: #fff;
    background: #20b1aa;
    cursor: pointer;
}
.h3footer .newsletter input[type=submit]:hover {
    background: #027371;
    color: #fff;
}
.h3footer .footer-social {
    margin-top: 20px;
    width: 100%;
    float: left;
}
.h3footer .footer-social a {
    border: 1px solid #ffffff;
    color: #ffffff;
    width: 44px;
    height: 44px;
    line-height: 42px;
}
.h3footer .footer-social a:hover {
    background: #ffffff;
    color: #20b1aa;
}
.h3footer ul.lastest-products strong, .h3footer ul.quick-links li a {
    font-family: 'droidSans';
    font-weight: 400;
}
.h3footer ul.quick-links li a {
    color: #dddddd;
    font-size: 16px;
}
.h3footer span.pdate i {
    color: #cccccc;
}
.h3footer .footer-widget p {
    margin: 0 0 10px;
}
/*********************************
Home Page 3 Style 3 End
*********************************/



/*********************************
Blog Pages Start
*********************************/
.blog-post {
    width: 100%;
    float: left;
    margin-bottom: 60px;
    position: relative;
}
.blog-txt {
    width: 100%;
    float: left;
}
.blog .blog-post:hover .blog-thumb:after {
    opacity: 1;
}
.blog .blog-post:hover .blog-thumb a {
    opacity: 1;
    top: 0;
}
.blog .blog-post .blog-thumb {
    margin: 0 0 25px;
    border-radius: 5px;
}
.blog-post ul.post-meta li {
    font-size: 14px;
    font-weight: 400;
    color: #888888;
}
.blog-post ul.post-meta li a {
    color: #888888;
}
.blog-post ul.post-meta li i, .blog-post ul.post-meta li a i {
    color: #38a935;
    margin-right: 3px;
}
.blog-post ul.post-meta li a:hover {
    color: #38a935;
}
.blog-txt h3 {
    margin: 0 0 14px;
}
.blog-txt h3:hover {
    font-weight: 600;
}
.blog-txt h3 a {
    color: #222222;
    font-weight: 600;
}
.blog-txt p {
    color: #555;
    margin: 0 0 21px;
}
a.read-post {
    background: #66bb6a;
    color: #fff;
    border-radius: 3px;
    line-height: 44px;
    display: inline-block;
    text-transform: uppercase;
    padding: 0 30px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}
.blog-txt h3 a:hover {
    color: #38a935;
}
a.read-post:hover {
    background: #38a935;
    color: #fff;
}
.blog-audio, .blog-video, .blog-slider {
    width: 100%;
    float: left;
    margin-bottom: 25px;
    overflow: hidden;
    border-radius: 5px;
}
.blog-slider .owl-theme .owl-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 44px;
    margin: auto;
    padding: 0 50px;
}
.blog-slider .owl-theme .owl-nav [class*=owl-] {
    border: 0px;
    margin: 0px;
    width: 44px;
    height: 44px;
    background: #fff;
    font-size: 0px;
    border-radius: 100%;
    color: #999999;
}
.blog-slider .owl-theme .owl-nav [class*=owl-]:hover {
    background: #66bb6a;
    color: #fff;
}
.blog-slider button.owl-next {
    float: right;
}
.blog-slider button.owl-prev {
    float: left;
}
.blog-slider button.owl-prev:after {
    content: "\f060";
    font-family: "FontAwesome";
    font-size: 16px;
}
.blog-slider button.owl-next:after {
    content: "\f061";
    font-family: "FontAwesome";
    font-size: 16px;
}
.blog-video iframe {
    width: 100%;
    height: 420px;
    border: 0px;
    background: #222222;
    border-radius: 5px;
}
.blog-audio iframe {
    width: 100%;
    border: 0px;
}
.blog-post.blog-link {
    background: #1b5e20;
    border-radius: 5px;
    padding: 30px;
}
.blog-post.blog-link ul.post-meta li i, .blog-post.blog-link ul.post-meta li a i, .blog-post.blog-link a i, .blog-post.blog-link ul.post-meta li a, .blog-post.blog-link a {
    color: #fff;
}
.blog-post.blog-link h4 {
    margin: 0 0 15px;
}
.blog-post.blog-link ul.post-meta {
    margin: 0px;
}
.gt-pagination {
    width: 100%;
    float: left;
    text-align: center;
}
.gt-pagination .pagination {
    display: inline-block;
    text-align: center;
    position: relative;
    margin: 0px;
}
.gt-pagination .pagination:after {
    width: 90%;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #dddddd;
    height: 1px;
    content: "";
    position: absolute;
    z-index: -1;
}
.gt-pagination .pagination li {
    display: inline-block;
}
.gt-pagination .page-link {
    position: relative;
    display: block;
    padding: 0px;
    margin: 0 3px;
    border: 1px solid #dddddd;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 42px;
    color: #888888;
    border-radius: 3px;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.gt-pagination .page-item.active .page-link, .gt-pagination .page-link:hover {
    background: #66bb6a;
    color: #fff;
    border-color: #66bb6a;
}
.blog .blog-small-post .post-txt h5 {
    font-weight: 600;
}
.blog .blog-small-post:last-child {
    margin: 0 0 30px;
}
.blog-small-post:hover {
    box-shadow: 0 5px 20px rgba(0,0,0,.15);
}
.blog-grid-medium {
    width: 100%;
    float: left;
}
.blog-grid-medium .blog-post {
    border: 2px solid #eeeeee;
    padding: 9px;
}
.blog-grid-medium .blog-post .post-txt {
    padding: 0 10px;
}
.post-txt h5 a, .blog-grid-medium .post-txt h5 a {
    font-weight: 700;
    color: #222;
    line-height: 34px;
}
.blog-grid-medium ul.post-meta {
    margin: 0px;
    border-top: 1px solid #eeeeee;
    padding: 14px 10px 7px;
}
.blog .blog-grid-medium .blog-post .blog-thumb {
    border-radius: 0px;
    margin-bottom: 17px;
}
.blog .blog-grid-medium .blog-post {
    margin-bottom: 40px;
}
.blog-thumb img {
    width: 100%;
    height: auto;
}
.post-txt p {
    color: #555;
}
.blog-post:hover a.read-post {
    background: #38a935;
    color: #fff;
}
.blog-post:hover .post-txt h5 a {
    color: #38a935;
}
.blog-large .blog-post, .blog-grid .blog-post {
    margin-bottom: 50px;
}
.blog-large .blog-post {
    overflow: hidden;
}
.blog-large .blog-post .blog-thumb {
    margin: 0px;
}
.blog-large .blog-post .post-txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 30px;
}
.blog-large .blog-post .post-txt h5 a, .blog-large .blog-post ul.post-meta li a {
    color: #fff;
}
.blog-large .blog-post .blog-thumb:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60%;
    content: "";
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000', GradientType=0 ); /* IE6-9 */
}
.blog-large .blog-post:hover .blog-thumb:before {
    opacity: 0;
}
.blog-large .blog-post:hover .post-txt h5 a {
    color: #689f38;
}
/*********************************
Blog Pages End
*********************************/



/*********************************
Causes Pages Start
*********************************/

.causes-listing .campaign-box {
    margin-bottom: 40px;
}
.causes-listing .campaign-thumb {
    width: 42.7%;
    float: left;
}
.causes-listing .campaign-txt {
    width: 57.3%;
    float: left;
    clear: none;
}
.causes-listing .campaign-txt h4 {
    font-weight: 700;
    line-height: 36px;
    margin: 0 0 14px;
}
.causes-listing .campaign-txt h4 a {
    color: #222;
}
.causes-listing ul.funds li strong {
    font-family: 'Poppins', serif;
}
.causes-listing ul.funds li {
    font-family: 'Poppins', serif;
    font-weight: 500;
    font-size: 14px;
}
.dn-btn {
    background: #66bb6a;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    border-radius: 3px;
    line-height: 44px;
    padding: 0 30px;
}
.causes-listing ul.funds {
    margin: 0 0 13px;
}
.causes-listing ul.participants li span, .causes-listing .campaign-txt .progress .progress-bar {
    background: #66bb6a;
}
.causes-listing .campaign-txt .progress {
    margin: 0 0 13px;
}
.campaign-box:hover a.dn-btn {
    background: #38a935;
    color: #fff;
}
.campaign-box:hover .campaign-txt h4 a {
    color: #38a935;
}
.causes-grid .campaign-txt h5 {
    font-weight: 700;
}
.causes-grid .campaign-box:hover, .causes-listing .campaign-box:hover {
    box-shadow: 0 10px 40px rgba(0,0,0,.20);
}
.causes-grid .campaign-box {
    margin: 0 0 40px;
}
.causes-grid .campaign-txt .progress .progress-bar, .causes-grid ul.participants li span, .causes-grid .campaign-box a.dbutton {
    background: #66bb6a;
}
.causes-grid .campaign-box:hover .campaign-txt .progress .progress-bar, .causes-grid .campaign-box:hover a.dbutton {
    background: #38a935;
}
.causes-grid .campaign-box:hover h5 a {
    color: #38a935;
}
/*********************************
Causes Pages End
*********************************/



/*********************************
Projects Pages Start
*********************************/

.projects-grid .ser-txt h5 {
    font-weight: 700;
    width: 80%;
    margin: 0px;
}
.projects-grid .ser-txt h5 a {
    color: #222;
    line-height: 32px;
}
.projects-grid .ser-txt {
    padding: 25px 30px;
}
.projects-grid .ser-box:hover .ser-txt h5 a {
    color: #66bb6a;
}
.ser-thumb a:hover, .projects-grid .ser-box:hover .ser-txt span.aicon {
    background: #66bb6a;
    color: #fff;
    border-color: #66bb6a;
}
.projects-grid .ser-box:hover {
    box-shadow: 0 10px 40px rgba(0,0,0,.20);
}
.ser-box:hover .ser-thumb:after {
    opacity: 1;
}
.ser-box:hover .ser-thumb a {
    opacity: 1;
    top: 0;
}
.custom-gap .col-md-3 {
    padding: 0 4px;
}
.projects-grid .pro-box {
    margin-bottom: 8px;
}
.pro-box img {
    width: 100%;
    height: auto;
}
.mt40 {
    margin-top: 40px;
}
.projects-grid-two .pro-box {
    margin-bottom: 30px;
}
.mt20 {
    margin-top: 20px;
}
.pro-list-box {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}
.pro-list-box:hover .pro-thumb:after {
    opacity: 1;
}
.pro-list-box:hover .pro-thumb a {
    opacity: 1;
    top: 0;
}
.pro-list-box .pro-thumb a {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    line-height: 50px;
}
.pro-list-box .pro-thumb {
    width: 42.7%;
    float: left;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.pro-list-box .pro-txt {
    width: 57.3%;
    float: left;
    padding: 20px 0 0 30px;
}
.pro-list-box .pro-txt h3 {
    font-weight: 700;
    margin: 0 0 15px
}
.pro-list-box .pro-txt h3 a {
    color: #222;
}
.pro-list-box .pro-txt p {
    color: #555555;
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 24px;
}
a.view {
    background: #66bb6a;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    line-height: 44px;
    padding: 0 30px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
.pro-list-box:hover .pro-txt h3 a {
    color: #66bb6a;
}
/*********************************
Projects Pages End
*********************************/



/*********************************
Event Thumbs Start
*********************************/


.events .event-post {
    margin-bottom: 40px;
}
.event-thumb:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000', GradientType=0 ); /* IE6-9 */
}
.event-post .event-txt h5 {
    font-weight: 700;
    line-height: 34px;
    margin: 0 0 8px;
}
.event-post:hover .event-txt h5 a {
    color: #66bb6a;
}
.event-post .event-txt h5 a {
    color: #222;
}
.event-grid .event-post {
    box-shadow: none;
    position: relative;
}
.event-grid .event-post .event-txt {
    padding: 20px 30px;
    clear: both;
    position: absolute;
    left: 0;
    bottom: 0;
}
.event-grid .event-post ul.post-meta {
    margin: 0 0 7px;
}
.event-grid .event-post .event-txt ul.post-meta li {
    color: #fff;
    font-weight: 400;
    margin: 0px;
}
.event-grid .event-txt ul.post-meta li:after {
    content: " | ";
    margin: 0 5px;
}
.event-grid .event-txt ul.post-meta li:last-child:after {
    display: none;
}
.event-grid .event-post .event-txt h5 a {
    color: #fff;
}
.event-grid .event-post .event-txt p {
    color: #fff;
}
.event-grid-2 .event-thumb:before {
    display: none;
}
.event-grid-2 ul.etime {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}
.event-grid-2 ul.etime li {
    width: 50%;
    display: inline-block;
    margin: 0 -3px 0 0;
    color: #66bb6a;
    font-size: 14px;
}
.event-grid-2 .event-post .event-txt {
    padding: 20px 30px 0;
}
.event-grid-2 ul.etime li strong {
    display: block;
    font-weight: 400;
}
.event-grid-2 .event-post .event-txt h5 {
    word-spacing: -2px;
    margin: 0 0 8px;
}
.event-grid-2 .event-post .event-txt p {
    border-top: 1px solid #eeeeee;
    padding: 12px 0;
}
.event-grid-2 .event-post .event-txt p span {
    color: #66bb6a;
}
.event-grid-2 .event-post:hover .event-txt h5 a {
    color: #66bb6a;
}
.event-list .pro-list-box .pro-txt {
    width: 57.3%;
    float: left;
    padding: 30px 0 0 30px;
}
.event-list ul.event-meta {
    margin: 0 0 13px;
    padding: 0px;
    list-style: none;
}
.event-list ul.event-meta li {
    display: inline-block;
    color: #888888;
    font-weight: 400;
    font-size: 14px;
    margin: 0px;
}
.event-list ul.event-meta li:after {
    content: " | ";
    padding: 0 10px;
}
.event-list ul.event-meta li:last-child:after {
    display: none;
}
.event-list .pro-list-box .pro-txt h4 {
    font-weight: 700;
    margin: 0 0 15px;
}
.event-list .pro-list-box .pro-txt h4 a {
    color: #222;
}
.event-list .pro-list-box .pro-txt p {
    color: #555555;
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 10px;
}
.event-list .pro-list-box .pro-txt p.eloc {
    color: #888888;
    font-size: 14px;
}
.event-list .pro-list-box .pro-txt p.eloc i {
    color: #66bb6a;
    margin-right: 5px;
    margin-bottom: 14px;
}
a.partibtn {
    background: #f7f7f7;
    border: 1px solid #eeeeee;
    color: #888888;
    font-size: 14px;
    font-weight: 600;
    line-height: 44px;
    display: inline-block;
    padding: 0 30px;
    border-radius: 5px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}
.event-list .pro-list-box:hover .pro-txt h4 a {
    color: #66bb6a;
}
.event-list .pro-list-box:hover a.partibtn {
    color: #fff;
    border-color: #66bb6a;
    background: #66bb6a;
}
/*************  Event Listing Two  *************/

.event-list-two .event-list-box {
    box-shadow: 0 6px 20px rgba(0,0,0,.15);
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.event-list-two .event-list-box .event-thumb {
    width: 23%;
}
.event-list-box .event-thumb img {
    width: 100%;
    height: auto;
}
.event-list-box .event-txt {
    width: 55%;
    float: left;
    padding: 20px;
}
.event-list-box ul.event-meta {
    width: 180px;
    float: left;
    margin: 20px 0 0;
    padding: 0 20px 0 20px;
    list-style: none;
    border-right: 1px solid #eeeeee;
}
ul.event-meta li {
    display: block;
    color: #444444;
    font-size: 14px;
    margin: 0 0 12px;
    line-height: 18px;
}
ul.event-meta li strong {
    display: block;
    color: #66bb6a;
    font-weight: 400;
}
ul.event-meta li:last-child {
    margin: 0px;
}
.event-list-box .event-txt h4 {
    font-weight: 700;
    margin: 0 0 11px;
}
.event-list-box .event-txt h4 a {
    color: #222;
}
.event-list-box .event-txt p {
    color: #555555;
    margin: 0 0 5px;
}
.event-list-box .event-txt .attbtn {
    color: #66bb6a;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 14px;
}
.event-list-box .event-thumb:before {
    display: none;
}
.event-list-two .event-list-box:hover .event-txt h4 a {
    color: #66bb6a;
}
.event-list-box .event-txt .attbtn:hover {
    color: #689f38;
}
.event-list-two .event-list-box:hover .event-thumb:after {
    opacity: 1;
}
.event-list-two .event-list-box:hover .event-thumb a {
    opacity: 1;
    top: 0;
}
/*********************************
Event Thumbs End
*********************************/



/*********************************
Team Pages Start
*********************************/

.team-grid .team-box {
    border-radius: 5px;
    margin-bottom: 60px;
}
.team-grid h1 {
    font-weight: 700;
    margin: 0 0 30px;
}
.team-grid .team-box h5 {
    color: #fff;
    font-weight: 700;
}
.volunteers {
    background: #f7f7f7;
    padding: 80px 0 50px;
}
.volunteers h1 {
    font-weight: 700;
    margin: 0 0 30px;
}
.vol-box {
    border: 1px solid #e6e6e6;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 0 15px rgba(0,0,0,0);
}
.vol-box img {
    width: 100%;
    height: auto;
}
.vol-txt {
    text-align: center;
    padding: 10px;
}
.vol-txt strong {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
}
.rel {
    position: relative;
}
.bav {
    position: absolute;
    right: 15px;
    top: 10px;
    background: #66bb6a;
    border-radius: 5px;
    line-height: 44px;
    color: #fff;
    text-transform: uppercase;
    padding: 0 20px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.bav:hover {
    background: #33691e;
    color: #fff;
}
.vol-box:hover {
    background: #66bb6a;
    box-shadow: 0 0 15px rgba(0,0,0,.23);
}
.vol-box:hover .vol-txt strong {
    color: #fff;
}
/*********************************
Team Pages End
*********************************/



/*********************************
Contact Page Start
*********************************/
.google-map {
    width: 100%;
    float: left;
    position: relative;
}
.google-map iframe {
    width: 100%;
    height: 485px;
    border: 0px;
}
ul.cform {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    float: left;
}
ul.cform li {
    margin-bottom: 30px;
}
ul.cform li:last-child {
    margin: 0px;
}
ul.cform li.half {
    width: 50%;
    float: left;
}
.pl-15 {
    padding-left: 15px;
}
.pr-15 {
    padding-right: 15px;
}
ul.cform li.full {
    width: 100%;
    float: left;
}
ul.cform .form-control {
    border: 2px solid #e1e1e1;
    background: #fafafa;
    color: #555555;
    height: 53px;
    line-height: 49px;
    padding: 0 20px;
}
ul.cform textarea.textarea-control {
    border: 2px solid #e1e1e1;
    background: #fafafa;
    color: #555555;
    padding: 20px;
    width: 100%;
    height: 165px;
    border-radius: 5px;
}
.cform .fsubmit {
    width: 100%;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    background: #66bb6a;
    border: 0px;
    height: 55px;
    line-height: 55px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}
.cform .fsubmit:hover {
    background: #33691e;
    color: #fff;
}
.contact-form h3 {
    font-weight: 700;
    margin: 0 0 25px;
}
.c-info {
    background: #f7f7f7;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    padding: 30px;
}
.contact-map-info h6, .c-info h6 {
    font-weight: 600;
    color: #333333;
}
.contact-map-info p, .c-info p {
    margin: 0px;
    color: #555555;
    font-size: 16px;
    line-height: 26px;
}
.contact-info {
    margin-top: 70px;
}
.contact-info h3 {
    font-weight: 700;
    margin: 0 0 25px;
}
.contact-form {
    width: 100%;
    float: left;
}
.mb60 {
    margin-bottom: 60px;
}
.contact-map-info {
    background: #fff;
    border-radius: 5px;
    width: 350px;
    position: absolute;
    right: 50px;
    top: 50px;
    padding: 30px;
}
.contact-map-info ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.contact-map-info ul li {
    margin-bottom: 30px;
}
.contact-map-info ul li:last-child {
    margin: 0px;
}
/*********************************
Contact Page End
*********************************/



/*********************************
Shop Pages Start
*********************************/

.shop .product-box {
    margin-bottom: 30px;
}
/*********************************
Shop Pages End
*********************************/


/*********************************
GAllery Pages Start
*********************************/

.gallery-img {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    margin: 0 0 30px;
}
.gallery-img img {
    width: 100%;
    height: auto;
}
.gallery-img:before, .gallery-img:after {
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    content: "";
    opacity: 0;
}
.gallery-img:before {
    left: inherit;
    right: -100%;
}
.gallery-img:hover:before {
    opacity: 1;
    right: 0;
}
.gallery-img:hover:after {
    opacity: 1;
    left: 0;
}
.gallery-img a {
    position: absolute;
    width: 50px;
    height: 50px;
    margin: auto;
    left: -150px;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    border: 2px solid #fff;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 100%;
    line-height: 46px;
    opacity: 0;
}
.gallery-img:hover a {
    opacity: 1;
    left: 0;
}
.gallery-img a:hover {
    background: #66bb6a;
    color: #fff;
    border-color: #66bb6a;
}
/***  Filter Able Gallery ****/

.filter-gallery .isotope {
    margin-bottom: -10px;
    margin-right: -10px;
}
.isotope:after {
    content: '';
    display: block;
    clear: both;
}
.isotope .item {
    float: left
}
.filter-gallery .isotope .item {
    width: 33.3333%;
    height: 330px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 15px;
    margin-bottom: 30px;
}
.filter-gallery .isotope .item.width2 {
    width: 765px;
}
.filter-gallery .isotope .item.height2 {
    height: 690px
}
.filter-gallery figure img {
    width: 100%;
    height: auto;
}
.button-group:after {
    content: '';
    display: block;
    clear: both;
}
.button-group .button {
    display: inline-block;
    background: none;
    border: none;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
    padding: 0;
    margin-left: 15px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
.button-group .button:before {
    content: "/";
    display: inline-block;
    padding-right: 15px;
    color: #333;
}
.button-group .button:first-child:before {
    display: none
}
.button-group .button:hover, .button-group .button:active, .button-group .button.is-checked {
    color: #66bb6a
}
div#filters {
    margin-bottom: 30px;
    text-align: center;
}
.filter-gallery .gallery-thumb {
    margin-bottom: 30px;
}
/*********************************
GAllery Pages End
*********************************/



/*********************************
Page 404 Start
*********************************/

.page-404-txt {
    text-align: center;
}
.page-404-txt h1 {
    font-weight: 300;
    color: #222222;
}
.page-404-txt h1 span {
    color: #66bb6a;
}
.page-404-txt strong.title-404 {
    font-family: 'Poppins', sans-serif;
    display: block;
    font-size: 250px;
    line-height: 300px;
}
.page-404-txt a {
    background: #66bb6a;
    color: #fff;
    display: inline-block;
    line-height: 44px;
    border-radius: 5px;
    padding: 0 50px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}
.page-404-txt a:hover {
    background: #33691e;
    color: #fff;
}
/*********************************
Page 404 End
*********************************/


/*********************************
Coming Soon Start
*********************************/

.coming-soon {
    background: url(../images/coming-soon.jpg) top center fixed;
    background-size: cover;
}
.cs-txt {
    position: relative;
    width: 80%;
    margin: auto;
    overflow: hidden;
    text-align: center;
    padding-top: 200px;
}
.cs-txt img {
    margin-bottom: 40px;
    max-width: 100%;
    height: auto;
}
.cs-txt p {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 40px;
}
.cs-txt h1 {
    font-weight: 700;
    color: #fff;
    margin: 0 0 40px;
}
.cs-txt .countdown.is-countdown {
    width: 100%;
    float: left;
    margin: 0 0 70px;
}
.cs-txt .countdown-section {
    width: 170px;
    height: 170px;
    border: 8px solid #66bb6a;
    display: inline-block;
    border-radius: 100%;
    margin: 0 15px;
    padding: 30px 0 0;
}
.cs-txt .countdown-amount {
    display: block;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 60px;
    font-weight: 800;
    line-height: 60px;
}
.cs-txt .countdown-period {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}
.cs-newsletter-form {
    width: 80%;
    margin: auto;
    position: relative;
    text-align: left;
    overflow: hidden;
}
.cs-newsletter-form h4 {
    color: #fff;
    font-weight: 700;
    margin: 0 0 15px;
}
.cs-newsletter-form input.form-control {
    height: 53px;
    line-height: 49;
    border: 2px solid #66bb6a;
    background: none;
    padding: 0 20px;
    color: #fff;
}
.cs-newsletter-form button.subscribe {
    background: #66bb6a;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 53px;
    border-radius: 0 5px 5px 0;
    border: 0;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    padding: 0 30px;
    font-family: 'Poppins', sans-serif;
}
/*********************************
Coming Soon End
*********************************/


/*********************************
My Account Page Start
*********************************/

.myaccount-form h3 {
    margin: 0 0 30px;
    font-weight: 700;
}
.myaccount-form ul.row {
    margin: 0 -15px 0;
    padding: 0;
    list-style: none;
}
.login-box .input-group, .myaccount-form .input-group {
    margin-bottom: 30px;
}
.myaccount-form input.form-control {
    height: 53px;
    line-height: 51px;
    border-color: #cccccc;
}
.myaccount-form button.register {
    width: 100%;
    border: 0;
    border-radius: 5px;
    line-height: 53px;
    background: #66bb6a;
    color: #fff;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
}
.login-box button.login-btn:hover, .myaccount-form button.register:hover {
    background: #1b5e20;
    color: #fff;
}
.myaccount-form a {
    color: #66bb6a;
}
.login-box a.fp:hover, .myaccount-form a:hover {
    color: #1b5e20;
}
.login-box {
    background: #66bb6a;
    width: 100%;
    float: left;
    border-radius: 5px;
    padding: 30px;
}
.login-box h3 {
    color: #fff;
    font-weight: 700;
    margin: 0 0 30px;
}
.login-box input.form-control {
    height: 53px;
    line-height: 51px;
    border-color: #fff;
    background: #fff;
}
.login-box label.form-check-label {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}
.login-box a.fp {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}
.login-box a.fp {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 0 50px;
    text-decoration: underline;
}
.login-box button.login-btn {
    background: #fff;
    border: 0;
    width: 100%;
    height: 53px;
    border-radius: 5px;
    line-height: 53px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
}
/*********************************
My Account Page End
*********************************/


/*********************************
Testimonials Page Start
*********************************/

.testimonials-section h1.text-center {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin: 0 0 30px;
}
.testimonials-section.bg-white {
    background: #fff;
}
.testimonials-section.bg-white .owl-theme .owl-nav.disabled+.owl-dots {
    display: block;
    margin: 30px 0 0;
}
.testimonials-section.bg-white .owl-theme .owl-dots .owl-dot span {
    width: 50px;
    height: 10px;
    background: #dddddd;
}
.testimonials-section.bg-white .owl-theme .owl-dots .owl-dot span:hover, .testimonials-section.bg-white .owl-theme .owl-dots .owl-dot.active span {
    background: #66bb6a;
}
/*********************************
Testimonials Page End
*********************************/



/*********************************
Donation Start
*********************************/

.donations .radio-boxes {
    width: 100%;
    float: left;
}
/*********************************
Donation End
*********************************/


/*********************************
Blog Details Start
*********************************/
.blog-single-thumb {
    width: 100%;
    text-align: center;
    overflow: hidden;
    margin-bottom: 25px;
}
.blog-single-thumb img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.blog-single-content h3 {
    font-weight: 600;
    color: #222222;
    margin: 0 0 15px;
}
.blog-single-content .post-meta {
    margin: 0 0 20px;
    padding: 0px;
    list-style: none;
    width: 100%;
    float: left;
}
.blog-single-content .post-meta li {
    font-weight: 400;
    font-size: 14px;
    margin-right: 20px;
}
.blog-single-content .post-meta li i {
    color: #38a935;
    margin-right: 5px;
}
.blog-single-content .post-meta li.tags a {
    color: #888888;
}
.blog-single-content .post-meta li.tags a:after {
    content: ","
}
.blog-single-content .post-meta li.tags a:hover {
    color: #38a935;
}
.blog-single-content p {
    font-size: 16px;
    color: #555;
    margin: 0 0 25px;
    line-height: 26px;
}
.blog-single-content h5 {
    font-weight: 600;
    margin: 0 0 18px;
}
.blog-single-content blockquote {
    background: #f7f7f7;
    border: 1px solid #eeeeee;
    position: relative;
    width: 80%;
    overflow: hidden;
    margin: 0 auto 30px;
}
.blog-single-content blockquote:after {
    content: "\f10e";
    font-family: FontAwesome;
    color: #e1e1e1;
    position: absolute;
    bottom: 0;
    right: 20px;
    font-size: 60px;
}
.blog-single-content blockquote p {
    margin: 0px;
    color: #666666;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-weight: 300;
    line-height: 36px;
    padding: 40px;
}
.check-list {
    margin: 0px;
    list-style: none;
    padding: 0px;
}
.check-list li {
    font-size: 16px;
    color: #555;
    line-height: 26px;
}
.check-list li:before {
    content: "\f00c";
    color: #38a935;
    font-family: "FontAwesome";
    margin-right: 10px;
}
.small-gallery {
    margin: 30px 0 50px;
    padding: 0px;
    list-style: none;
    width: 100%;
    float: left;
}
.small-gallery li {
    width: 33.3333%;
    float: left;
}
.small-gallery img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}
.single-post-tags {
    margin-bottom: 30px;
}
.single-post-tags a {
    background: #f7f7f7;
    color: #666666;
    border: 1px solid #eeeeee;
    display: inline-block;
    line-height: 33px;
    padding: 0 20px;
    font-size: 14px;
    border-radius: 17px;
    margin: 0 2px 5px 0;
}
.single-post-tags a:hover {
    background: #66bb6a;
    border-color: #66bb6a;
    color: #fff;
}
.author-box {
    border: 1px solid #eeeeee;
    background: #f7f7f7;
    position: relative;
    padding: 30px;
    border-radius: 5px;
    margin-bottom: 30px;
}
.author-box img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    float: left;
    margin-right: 20px;
}
.author-box h5 {
    margin: 0px 0 10px;
    font-weight: 600;
    color: #222;
}
.author-box p {
    margin: 0px;
}
ul.comments {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.comments .comment {
    position: relative;
    padding: 0 0 0 85px;
}
.comments .comment .user-thumb {
    width: 72px;
    position: absolute;
    left: 0;
    top: 0;
}
.comments .comment .user-thumb img {
    width: 70px;
    height: 70px;
    border-radius: 100%;
}
.comment-txt p {
    margin: 0px;
    color: #555;
    font-size: 14px;
    line-height: 24px;
}
.comment-txt h6 {
    margin: 0 0 6px;
    font-weight: 600;
}
ul.comment-time {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 0;
    right: 0;
}
ul.comment-time li {
    display: inline-block;
    margin-left: 20px;
    font-size: 14px;
    color: #888888;
}
ul.comment-time li a {
    color: #888888;
}
ul.comment-time li a i {
    color: #66bb6a;
    font-size: 12px;
    margin-right: 3px;
}
.comment .comment-txt {
    border-bottom: 1px solid #dddddd;
    padding: 0 0 20px;
    margin-bottom: 20px;
}
ul.children {
    margin: 0;
    padding: 0;
    list-style: none;
}
.blog-single-content .comment-form ul {
    margin: 0px;
}
.comment-form ul, .related-posts>ul {
    width: 100%;
    float: left;
    margin: 0 0 30px;
    padding: 0px;
    list-style: none;
}
.comment-form li.w3, .related-posts>ul>li {
    width: 33.3333%;
    padding: 0 15px;
    float: left;
}
.comment-form li.w3:first-child, .small-gallery li:first-child, .related-posts>ul>li:first-child {
    padding-left: 0px;
}
.comment-form li.w3.np, .small-gallery li:last-child, .related-posts>ul>li:last-child {
    padding-right: 0px;
}
.rp-box {
    background: #f7f7f7;
    border: 1px solid #eeeeee;
    padding: 15px;
    overflow: hidden;
}
.rp-box h6 {
    margin: 0 0 20px;
}
.rp-box h6 a {
    color: #333333;
    font-weight: 700;
}
.rp-box h6 a:hover {
    color: #66bb6a;
}
.blog-single-content .rp-box .post-meta {
    margin: 0px;
}
.blog-single-content .rp-box .post-meta li {
    font-weight: 400;
    font-size: 14px;
    margin-right: 5px;
    color: #888888;
}
.blog-single-content .rp-box .post-meta li a i, .blog-single-content .rp-box .post-meta li a {
    color: #888;
}
.blog-single-content .rp-box .post-meta li a:hover {
    color: #66bb6a;
}
.comment-form ul li {
    margin-bottom: 30px;
}
.comment-form ul li:last-child {
    margin: 0px;
}
.comment-form input.form-control {
    border: 2px solid #e1e1e1;
    border-radius: 3px;
    height: 53px;
    line-height: 49px;
    padding: 0 20px;
}
.comment-form textarea.form-control {
    border: 2px solid #e1e1e1;
    border-radius: 3px;
    height: 150px;
    line-height: 24px;
    padding: 20px;
}
.comment-form .post-btn {
    height: 53px;
    line-height: 53px;
    width: 100%;
    border: 0;
    border-radius: 3px;
    background: #66bb6a;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
.comment-form .post-btn:hover {
    background: #33691e;
    color: #fff;
}
.post-comments h4, .related-posts h4, .comment-form h4 {
    margin: 0 0 25px;
    font-weight: 700;
    color: #222;
}
/*********************************
Blog Details End
*********************************/

/*********************************
Single Donation Box Start
*********************************/
.single-donation-box {
    background: #f7f7f7;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    padding: 30px 20px;
    margin-bottom: 24px;
}
.sdb-left {
    float: left;
    width: 50%;
    padding-right: 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.sdb-right {
    float: right;
    width: 50%;
    padding-left: 15px;
}
.single-donation-box .progress {
    height: 15px;
    border-radius: 15px;
    margin-bottom: 20px;
}
.single-donation-box .progress .progress-bar {
    border-radius: 15px;
    background: #66bb6a;
}
.single-donation-box .funds li:first-child {
    text-align: left;
}
.single-donation-box .funds li:last-child {
    text-align: right;
}
.single-donation-box .radio-boxes li {
    padding: 0 3px;
}
.single-donation-box .radio-boxes input[type=radio].css-radio+label.css-label {
    height: 55px;
    width: 63px;
    line-height: 53px;
    font-size: 20px;
    padding: 0px;
    background: #fff;
}
.single-donation-box li.form-submit {
    width: auto;
}
.single-donation-box li.form-submit button {
    height: 55px;
    line-height: 55px;
    padding: 0 20px;
}
.single-donation-box .radio-boxes input[type=radio].css-radio+label.css-label:hover, .single-donation-box .radio-boxes input[type=radio].css-radio:checked+label.css-label {
    background: #66bb6a;
    color: #fff;
}
.share-post {
    margin-bottom: 60px;
}
.share-post strong {
    font-weight: 600;
    margin-right: 10px;
}
.share-post a {
    border: 1px solid #dedede;
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #66bb6a;
}
.share-post a:hover {
    background: #66bb6a;
    border-color: #66bb6a;
    color: #fff;
}
.share-post a.fb {
    color: #3b5998;
}
.share-post a.tw {
    color: #00aced;
}
.share-post a.insta {
    color: #d93175;
}
.share-post a.link {
    color: #0077b5;
}
.share-post a.gp {
    color: #dc4a38;
}
.share-post a.pin {
    color: #bd081b;
}
.share-post a.yt {
    color: #fe0002;
}
.share-post a.fb:hover {
    background: #3b5998;
    color: #fff;
    border-color: #3b5998;
}
.share-post a.tw:hover {
    background: #00aced;
    color: #fff;
    border-color: #00aced;
}
.share-post a.insta:hover {
    background: #d93175;
    color: #fff;
    border-color: #d93175;
}
.share-post a.link:hover {
    background: #0077b5;
    color: #fff;
    border-color: #0077b5;
}
.share-post a.gp:hover {
    background: #dc4a38;
    color: #fff;
    border-color: #dc4a38;
}
.share-post a.pin:hover {
    background: #bd081b;
    color: #fff;
    border-color: #bd081b;
}
.share-post a.yt:hover {
    background: #fe0002;
    color: #fff;
    border-color: #fe0002;
}
/*********************************
Single Donation Box End
*********************************/


/*********************************
Event Details Start
*********************************/

.single-counter-box {
    width: 90%;
    overflow: hidden;
    background: #f7f7f7;
    border: 1px solid #eeeeee;
    margin: 0 auto 25px;
    padding: 30px;
}
.single-counter-box ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.single-counter-box a {
    background: #66bb6a;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    line-height: 44px;
    padding: 0 25px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}
.single-counter-box a:hover {
    background: #33691e;
    color: #fff;
}
.single-counter-box .col1 {
    width: 20%;
    float: left;
}
.single-counter-box .col2 {
    width: 50%;
    float: left;
    padding: 0 15px;
}
.single-counter-box .col3 {
    width: 30%;
    float: left;
    text-align: right;
}
.single-counter-box .countdown-section {
    width: 25%;
    float: left;
    text-align: center;
    position: relative;
}
.single-counter-box .countdown-section:after {
    content: " : ";
    position: absolute;
    top: 0;
    right: -0px;
    font-size: 20px;
    color: #66bb6a;
    font-weight: bold;
}
.single-counter-box .countdown-section:last-child:after {
    display: none;
}
.single-counter-box .countdown-amount {
    font-size: 36px;
    color: #66bb6a;
    font-weight: 400;
    display: block;
    line-height: 24px;
}
.single-counter-box .countdown-period {
    color: #66bb6a;
    font-size: 14px;
    text-transform: uppercase;
}
.single-counter-box strong {
    color: #888888;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.chief-guest.team-grid {
    margin: 10px 0 0;
}
.chief-guest.team-grid h4 {
    font-weight: 700;
    margin: 0 0 25px;
}
.chief-guest.team-grid .team-box h3 {
    font-size: 24px;
    margin: 0 0 5px;
}
.chief-guest.team-grid .team-box p {
    margin: 0 0 10px;
}
.event-gallery {
    margin: 0 0 55px;
}
.event-gallery h4 {
    font-weight: 700;
    margin: 0 0 20px;
}
.event-gallery.gallery ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.event-gallery.gallery li {
    width: 25%;
    float: left;
    padding: 3px;
}
.event-gallery.gallery .gallery-img {
    margin: 0px;
}
/*********************************
Event Details End
*********************************/


/*********************************
Team Details Start
*********************************/
.team-large-img {
    width: 100%;
    float: left;
    border-radius: 5px;
    overflow: hidden;
}
.team-large-img img {
    width: 100%;
    height: auto;
}
.team-details-txt h2 {
    font-weight: 700;
    margin: 0 0 8px;
}
.trank {
    color: #66bb6a;
    font-size: 20px;
    font-weight: 600;
    display: block;
    margin-bottom: 13px;
}
.team-details-txt p {
    color: #555;
    font-size: 16px;
    line-height: 26px;
}
.team-details-txt .share-post {
    margin: 10px 0 30px;
}
a.contact-team {
    background: #66bb6a;
    color: #fff;
    line-height: 44px;
    border-radius: 5px;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 25px;
}
a.contact-team:hover {
    background: #1b5e20;
    color: #fff;
}
.p80-40 {
    padding: 80px 0 40px;
}
.comment-form h2, .projects-grid h2 {
    margin: 0px;
    font-weight: 700;
    margin-bottom: 25px;
}
.blog-single-content table {
    border: 1px solid #e1e1e1;
    width: 100%;
    margin-bottom: 30px;
}
.blog-single-content table td {
    border: 1px solid #e1e1e1;
    padding: 10px 20px;
    color: #555555;
    font-size: 16px;
}
.blog-single-content iframe {
    width: 100%;
    border: 0px;
    height: 350px;
    background: #333;
    border-radius: 5px;
    margin-bottom: 30px;
}
p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    margin-right: 1px;
    font-weight: 400;
}
p.stars a:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: FontAwesome;
    content: '\f005';
    color: #43454b;
    text-indent: 0;
    opacity: .25;
}
.required {
    border-bottom: 0!important;
    color: red;
}
p.stars a:hover, p.stars a:hover:before {
    color: #faa61a;
    opacity: 1;
}
.products-tabs div#nav-tabContent {
    border: 1px solid #e1e1e1;
    padding: 30px;
    width: 100%;
    float: left;
}
.products-tabs table {
    border: 1px solid #e1e1e1;
    width: 100%;
}
.products-tabs table td {
    border: 1px solid #e1e1e1;
    padding: 10px;
}
.products-tabs .nav-tabs {
    border-bottom: 0px;
}
.products-tabs .nav-tabs .nav-link {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #222;
    border: 1px solid #e1e1e1;
    padding: 0 30px;
    line-height: 53px;
    border-radius: 0px;
    background: #f7f7f7;
    margin-right: -1px;
}
.shop .online-shop h2 {
    font-weight: 700;
    margin-bottom: 20px;
}
.product-text h2 {
    font-weight: 700;
    margin: 0 0 15px;
}
.pro-pricing, .product-text .pro-rating {
    margin-bottom: 10px;
}
.product-text .pro-rating a {
    color: #faa61a;
}
.pro-pricing {
    font-size: 24px;
    font-weight: 600;
    color: #66bb6a;
}
.pro-pricing del {
    color: #cccccc;
    margin-right: 10px;
}
.product-text p {
    color: #555555;
    font-size: 16px;
    line-height: 26px;
}
.add-2-cart strong {
    margin-right: 10px;
}
.add-2-cart input[type="number"] {
    height: 48px;
    border: 1px solid #dddddd;
    width: 75px;
    padding: 0 10px;
    margin-right: 10px;
}
.add-2-cart input[type="submit"] {
    background: #66bb6a;
    color: #fff;
    height: 50px;
    line-height: 50px;
    border: 0px;
    border-radius: 5px;
    padding: 0 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
}
/*********************************
Team Details End
*********************************/

/*********************************
Donation Page Start
*********************************/

.donations h4 {
    margin: 0 0 13px;
    font-weight: 600;
}
.donations .radio-boxes {
    margin-bottom: 30px;
}
.donations .radio-boxes li {
    padding: 0px 5px 0 0;
}
.payment-method {
    margin: 0 0 30px;
}
.payment-method ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.payment-method li.half {
    width: 50%;
    float: left;
}
.payment-method h4 span {
    color: #ccc;
    font-weight: 400;
    font-size: 14px;
}
.payment-method p {
    margin: 0px;
}
.pl15 {
    padding-left: 15px;
}
.pr15 {
    padding-right: 15px;
}
.payment-method .form-control {
    border: 1px solid #cccccc;
    height: 53px;
    line-height: 51px;
    padding: 0 20px;
    margin-top: 20px;
}
.your-comments textarea.form-control {
    border: 1px solid #cccccc;
    height: 200px;
    padding: 15px;
    margin-bottom: 20px;
}
.your-comments {
    margin-bottom: 30px;
}
.your-comments .form-check-label {
    color: #555;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
.donator-details ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 100%;
    float: left;
}
.donator-details li.half {
    width: 50%;
    float: left;
    margin-bottom: 20px;
}
.donator-details .form-control {
    border: 1px solid #cccccc;
    height: 53px;
    line-height: 51px;
    padding: 0 20px;
}
.donator-details input[type="submit"] {
    width: 100%;
    height: 53px;
    border: 0px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    background: #66bb6a;
    border-radius: 5px;
    cursor: pointer;
}
.donator-details input[type="submit"]:hover {
    background: #33691e;
    color: #fff;
}
/*********************************
Donation Page End
*********************************/



/*********************************
About Us Page
*********************************/

.about-video-img {
    width: 485px;
    float: left;
    position: relative;
    margin-top: 40px;
}
.about-video-img:after {
    position: absolute;
    right: -40px;
    top: -40px;
    width: 390px;
    height: 480px;
    border: 15px solid #e8f5e9;
    content: "";
    background: #fff;
    z-index: -1;
}
.about-video-img img {
    max-width: 100%;
    height: auto;
}
.about-video-section {
    padding: 100px 0 80px;
}
.about-video-img a {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background: #fff;
    text-align: center;
    line-height: 70px;
    font-size: 24px;
    border-radius: 100%;
    color: #66bb6a;
    box-shadow: 0 0 25px rgba(0,0,0,.30);
    z-index: 99;
}
.about-video-img a:after {
    background: rgba(255,255,255,.5);
    width: 95px;
    height: 95px;
    content: "";
    border-radius: 100%;
    position: absolute;
    left: -12px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    box-shadow: 0 0 25px rgba(0,0,0,.30);
}
.about-video-img a:hover {
    background: #66bb6a;
    color: #fff;
}
.about-video-img a:hover:after {
    z-index: -7;
}
.about-text {
    margin-top: 35px;
}
.about-text h5 {
    font-weight: 600;
    margin: 0 0 10px;
    color: #222222;
}
.about-text h2 {
    color: #66bb6a;
    font-weight: 700;
    margin: 0 0 13px;
}
.about-text p strong {
    font-size: 20px;
    font-weight: 500;
}
.about-text a {
    background: #66bb6a;
    border-radius: 5px;
    display: inline-block;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding: 0 30px;
    line-height: 40px;
}
.more-button {
    background: #66bb6a;
    border-radius: 5px;
    display: inline-block;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding: 0 30px;
    line-height: 40px;
}

.about-text a:hover {
    background: #33691e;
    color: #fff;
}
.our-success-story {
    padding: 40px 0 80px;
}
.story-title-bg {
    background: url(../images/storybg.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    float: left;
    position: relative;
    padding: 88px 67px;
}
.story-title-bg strong {
    color: #fff;
    display: block;
    position: relative;
    z-index: 999;
    font-family: 'Poppins', sans-serif;
}
.story-title-bg strong.t1 {
    font-size: 72px;
    font-weight: 700;
    line-height: 72px;
}
.story-title-bg strong.t2 {
    font-size: 120px;
    font-weight: 400;
    line-height: 130px;
}
.story-title-bg strong.t3 {
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
}
.story-title-bg:after {
    position: absolute;
    width: 82%;
    height: 83%;
    margin: auto;
    left: 0;
    top: -10px;
    bottom: 0;
    right: 0;
    background: rgba(102,187,106,.70);
    content: "";
}
.timeline {
    text-align: left;
}
.timeline img {
    border-radius: 3px;
    width: 100%;
    height: auto;
}
.timeline-nav {
    position: relative;
    padding: 10px 0;
}
.slick-list {
    z-index: 99;
}
.timeline-nav:after {
    background: #cccccc;
    height: 8px;
    border-radius: 5px;
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
    bottom: 28px;
    z-index: 1;
}
.timeline-nav .slick-slide {
    position: relative;
    height: 88px;
    cursor: pointer;
}
.timeline-nav .slick-slide strong {
    font-size: 22px;
    line-height: 22px;
    font-weight: 400;
    color: #333333;
    position: relative;
    display: block;
    text-align: center;
}
.timeline-nav .slick-slide strong:after {
    position: absolute;
    left: 0;
    right: 0;
    height: 8px;
    width: 100%;
    content: "";
    bottom: -48px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cccccc+0,66bb6a+50,cccccc+100 */
    background: rgb(204,204,204); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(204,204,204,1) 0%, rgba(102,187,106,1) 50%, rgba(204,204,204,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(204,204,204,1) 0%, rgba(102,187,106,1) 50%, rgba(204,204,204,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(204,204,204,1) 0%, rgba(102,187,106,1) 50%, rgba(204,204,204,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#cccccc', GradientType=1 ); /* IE6-9 */
    opacity: 0;
}
.timeline-nav .slick-slide:after {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 30px;
    width: 30px;
    line-height: 24px;
    border: 3px solid #ccc;
    border-radius: 100%;
    text-align: center;
    z-index: 9;
    bottom: 0px;
    background: #fff;
    content: "";
    bottom: 7px;
}
.timeline-nav .slick-slide:before {
    position: absolute;
    left: 0;
    right: 0;
    background: #ccc;
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 30px;
    margin: auto;
    bottom: 15px;
    z-index: 99;
}
.timeline-nav .slick-slide span:after {
    width: 8px;
    height: 8px;
    background: #ccc;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    border-radius: 10px;
    bottom: 50px;
}
.timeline-nav .slick-slide span:before {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 35px;
    width: 2px;
    height: 15px;
    background: #ccc;
    content: "";
}
.slick-slide.slick-current:after {
    border-color: #66bb6a;
    background: #66bb6a;
}
.slick-slide.slick-current:before {
    background: #fff;
}
.slick-slide.slick-current span:after, .slick-slide.slick-current span:before {
    border-color: #66bb6a;
    background: #66bb6a;
    color: #fff;
}
.slick-slide.slick-current strong:after {
    opacity: 1;
}
.slick-slide.slick-current strong {
    color: #66bb6a;
}
.timeline .slick-slide h3 {
    margin-bottom: 19px;
}
.timeline .slick-slide p {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 26px;
}
.timeline .slick-slide p:last-child {
    margin: 0px;
}
.timeline .slick-slide .checklist {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.timeline .slick-slide .checklist li {
    line-height: 26px;
}
.timeline .slick-slide .checklist li:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #d32f2f;
    margin-right: 5px;
}
.timeline-box {
    background: #f7f7f7;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    padding: 20px;
}
.timeline-box h6 {
    color: #222;
    font-weight: 600;
}
.timeline-box p {
    font-size: 16px;
    color: #666;
    line-height: 24px;
}
.eco-history .col-4 {
    padding: 0 3px;
}
.eco-history .row {
    margin-right: -3px;
    margin-left: -3px;
}
.our-success-story .section-title-2 h2 {
    margin: 0 0 8px;
}
.choose-ecova {
    background: url(../images/patt.png);
}
.choose-ecova .volunteer-form {
    border-radius: 5px;
    box-shadow: 0 10px 40px rgba(102,187,106,.20);
    padding: 46px 30px 50px;
}
.choose-ecova .volunteer-form h3 {
    font-weight: 700;
    margin: 0px;
    color: #333;
}
.choose-ecova .volunteer-form .form-control {
    border: 2px solid #dddddd;
    height: 60px;
    line-height: 56px;
    border-radius: 5px;
    padding: 0 30px;
    color: #999999;
    font-size: 16px;
}
.choose-ecova .volunteer-form input.fsubmit {
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    background: #66bb6a;
}
.choose-ecova .section-title-2 h2 {
    margin: 0 0 30px;
}
.eco-box {
    position: relative;
    padding: 0 0 0 83px;
    margin: 0 0 33px;
}
.eco-box .econ-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 68px;
    height: 68px;
    border: 2px solid #66bb6a;
    color: #66bb6a;
    border-radius: 100%;
    text-align: center;
    line-height: 64px;
    font-size: 28px;
}
.eco-box:hover .econ-icon {
    background: #66bb6a;
    color: #fff;
}
.eco-box:hover h5 {
    color: #66bb6a;
}
.eco-box h5 {
    color: #333;
    margin: 0 0 10px;
    font-weight: 600;
}
.eco-box p {
    margin: 0px;
}
.mb80 {
    margin-bottom: 0;
}
/*********************************
About Us End
*********************************/



/*********************************
SideWidgets
*********************************/
.side-widget {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}
.side-widget h5 {
    margin: 0 0 14px;
    color: #222222;
    font-weight: 600;
}
.side-search {
    position: relative;
    overflow: hidden;
}
.side-search .form-control {
    border-radius: 3px;
    padding: 0 15px;
    height: 50px;
    line-height: 48px;
}
.side-search button {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    height: 50px;
    background: #66bb6a;
    color: #fff;
    width: 50px;
}
.side-widget.text-widget p:last-child {
    margin: 0px;
}
.side-widget .lastest-products strong a {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #333;
}
.side-widget .lastest-products strong a:hover {
    color: #66bb6a;
}
.side-widget.archives, .project-list-widget {
    border-radius: 3px;
    border: 1px solid #eeeeee;
    background: #f7f7f7;
    padding: 20px;
}
.side-widget.archives ul, .project-list-widget ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.side-widget.archives ul li a, .project-list-widget ul li a {
    line-height: 32px;
    color: #666666;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}
.side-widget.archives ul li a:before, .project-list-widget ul li a:before {
    content: "\f00c";
    font-family: FontAwesome;
    color: #66bb6a;
    font-size: 14px;
    margin-right: 10px;
}
.side-widget.archives ul li a:hover, .project-list-widget ul li a:hover {
    color: #66bb6a;
}
.side-widget .single-post-tags {
    margin: 0px;
}
.side-widget .pro-box h5 {
    color: #fff;
}
.side-widget .owl-nav {
    position: absolute;
    right: 0;
    top: -50px;
}
.side-widget .owl-theme .owl-nav [class*=owl-] {
    color: #b2b2b2;
    font-size: 14px;
    margin: 0 5px;
    padding: 0;
    background: #fff;
    display: inline-block;
    cursor: pointer;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    border: 2px solid #dddddd;
    line-height: 20px;
}
.side-widget .campaign-txt {
    padding: 15px;
    clear: both;
}
.side-widget .campaign-box h6 {
    margin: 0 0 20px;
}
.side-widget .campaign-box ul.funds li strong {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.side-widget .campaign-box a.dbutton {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.side-widget .event-thumb .post-meta {
    left: 10px;
}
.side-widget .event-thumb .post-meta li {
    font-size: 14px;
}
.side-widget .event-post .event-txt {
    padding: 20px;
}
.side-volunteer-form ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.side-volunteer-form li {
    margin-bottom: 15px;
}
.side-volunteer-form li:last-child {
    margin: 0px;
}
.side-volunteer-form .form-control {
    border-radius: 5px;
    height: 55px;
    padding: 0 10px;
    line-height: 51px;
    border: 2px solid #dddddd;
}
.side-volunteer-form .fsubmit {
    background: #66bb6a;
    color: #fff;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border: 0px;
    border-radius: 5px;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
}
.side-volunteer-form .fsubmit:hover {
    background: #33691e;
    color: #fff;
}
.side-widget .donation-amount {
    width: 100%;
    padding: 0px;
}
.side-widget .radio-boxes li {
    float: left;
    padding: 3px;
}
.side-widget .radio-boxes input[type=radio].css-radio+label.css-label {
    width: 80px;
}
.side-widget .last-input {
    width: 100%;
}
.side-widget li.form-submit, .side-widget .radio-boxes .last-input .inputs {
    width: 98%;
}
.side-widget input.enter {
    text-align: center;
    font-size: 16px;
}
/*********************************
SideWidgets End
*********************************/


/*********************************
Search Overlay Start
*********************************/

.overlay-search {
    width: 50%;
    margin: auto;
    position: relative;
}
.overlay-search .form-control {
    width: 100%;
    border: 0px;
    border-radius: 0px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
}
.overlay-search button {
    position: absolute;
    right: 0;
    top: 0;
    background: #66bb6a;
    height: 50px;
    width: 60px;
    line-height: 50px;
    border: 0px;
    color: #fff;
    cursor: pointer;
}
.hamburger-menu-wrapper.bounce-effect {
    animation: bounce 0.3s ease 1;
}
.menu-overlay {
    transition: margin 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 1111;
}
.menu {
    position: relative;
    min-width: 220px;
    text-align: center;
}
.hamburger-menu {
}
.menu-list {
    display: none;
    position: absolute;
    top: calc(100% + 250px);
    width: 100%;
    text-align: center;
    z-index: 9999;
}
@keyframes bounce {
    0% {
        transform: rotate(0);
    }
    45% {
        transform: rotate(15deg);
    }
    90% {
        transform: rotate(-7deg);
    }
    100% {
        transform: rotate(0);
    }
}
/*********************************
Search Overlay End
*********************************/


/*********************************
Sidebar Menu Start
*********************************/

.burger span, .burger span::before, .burger span::after {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #2a2a2a;
    outline: 1px solid transparent;
    -webkit-transition-property: background-color, -webkit-transform;
    -moz-transition-property: background-color, -moz-transform;
    -o-transition-property: background-color, -o-transform;
    transition-property: background-color, transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.burger span::before, .burger span::after {
    position: absolute;
    content: "";
}
.burger span::before {
    top: -9px;
}
.burger span::after {
    top: 9px;
}
.burger.clicked span {
    background-color: transparent;
}
.burger.clicked span::before {
    -webkit-transform: translateY(9px) rotate(45deg);
    -moz-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    -o-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg);
}
.burger.clicked span::after {
    -webkit-transform: translateY(-9px) rotate(-45deg);
    -moz-transform: translateY(-9px) rotate(-45deg);
    -ms-transform: translateY(-9px) rotate(-45deg);
    -o-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg);
}
.burger.clicked span:before, .burger.clicked span:after {
    background-color: #ffffff;
}
.burger:hover {
    cursor: pointer;
}
/*  NAV
========================================== */
nav.sidenav {
    background-color: #2a2a2a;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    height: 100%;
    width: 215px;
    padding: 120px 30px;
    overflow-y: auto;

    transform: translateX(100%);
    transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);

    display: flex;
    align-items: flex-start;
}

/* SHOW MENU */

nav.sidenav.show {
    transform: translateX(0);
}

/* MENU LIST */

nav.sidenav ul.main {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

/* MENU ITEMS */

nav.sidenav ul.main li {
    margin-bottom: 25px;
    transform: translateX(40px);
    opacity: 0;
    transition: all 0.3s ease;
}

/* ANIMATION WHEN OPEN */

nav.sidenav.show ul.main li {
    transform: translateX(0);
    opacity: 1;
}

/* LINKS */

nav.sidenav ul.main li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    display: block;
    letter-spacing: 2px; /* reduced from 5px */
    font-weight: 500;
    transition: all 0.3s ease;
}

nav.sidenav ul.main li a:hover {
    color: #66bb6a;
}

/* OVERLAY */

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.overlay.show {
    opacity: 0.8;
    visibility: visible;
}/*********************************
Sidebar Menu End
*********************************/



/*********************************
Search Overlay End
*********************************/
#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 1);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    z-index: 99999999;
}
#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}
.search-overlay-form {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 60%;
    height: 60px;
    margin: auto;
}
#search input[type="search"] {
    width: 100%;
    line-height: 60px;
    color: #333;
    background: rgba(0, 0, 0, 0);
    font-size: 40px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    border-bottom: 1px solid #ccc;
    outline: none;
}
#search .btn {
    position: absolute;
    background: #66bb6a;
    color: #fff;
    border: 0px;
    right: 0;
    top: 5px;
    width: 50px;
    height: 50px;
}
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    background-color: #66bb6a;
    border-color: #66bb6a;
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px;
}
/*********************************
Search Overlay End
*********************************/

.dropdown-menu.cart-box {
    left: inherit;
    right: 0;
    width: 320px;
    padding: 20px;
    border-radius: 0px;
    top: 63px;
}
.cart-box .list {
    margin: 8px 0 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    float: left;
}
.cart-box .item {
    padding: 12px 0;
    overflow: hidden;
    text-align: left;
    margin: 0px;
}
.cart-box .item a {
    color: #555;
    border: 0px;
    padding: 0;
    line-height: 24px;
}
.cart-box .preview {
    width: 65px;
    display: block;
    float: left
}
.cart-box .description {
    margin-left: 80px
}
.cart-box .price {
    display: block;
    padding-top: 8px;
    font-size: 1em
}
.cart-box .total {
    text-align: right;
    padding: 6px 0 12px;
    width: 100%;
    float: left;
}
.cart-box .view-link {
    padding-top: 11px
}
.cart-box .view-link a {
    background: #c8e6c9;
    color: #222;
    display: inline-block;
    line-height: 32px;
    padding: 0 15px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
}
.cart-box .view-link a:hover {
    background: #66bb6a;
    color: #fff;
}
.choose-ecova .volunteer-form .form-control:focus, body .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #66bb6a;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(102,187,106,.25);
}
.c-info:hover {
    box-shadow: 0 0 0 0.2rem rgba(102,187,106,.25);
}
.font {
    font-family: 'Roboto Slab', serif;
    font-family: 'droidSans';
    font-family: 'Poppins', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto Condensed', sans-serif;
}
.newsletter input[type=submit]:hover, a.lm:hover, .add-2-cart input[type="submit"]:hover, a.view:hover, .side-search button:hover, .choose-ecova .volunteer-form input.fsubmit:hover, #search .btn:hover, .aboutus:hover {
    background: #1b5e20;
    color: #fff;
}
.pro-hover a:hover {
    color: #1b5e20;
}

.wf100.related-posts {
    margin: 30px 0 30px;
}
.post-comments.wf100 {
    margin-bottom: 40px;
}
.volbox h5, .newsletter input[type=submit], #home-slider.owl-theme .owl-nav [class*=owl-], .add-2-cart input[type="submit"], a.view, .side-search button, #search .btn, .aboutus, .header-style-2 .dropdown-menu a, .header-style-1 .dropdown-menu a, .cus, .c-info, .post-thumb a, .blog-post-large .post-thumb:after, .h3footer .newsletter input[type=submit], .fsubmit, .side-widget.archives ul li a, .rp-box h6 a, .blog-single-content .rp-box .post-meta li a i, .blog-single-content .rp-box .post-meta li a, .project-list-widget ul li a, .side-widget .lastest-products strong a, .eco-box .econ-icon, .eco-box h5, .single-post-tags a, .about-text a, .about-video-img a, .slider-caption a, .donator-details input[type="submit"], p.stars a:before, a.contact-team, .single-counter-box a, .share-post a, .post-tags a, button.post-btn, .testimonials-section.bg-white .owl-theme .owl-dots .owl-dot span, .login-box button.login-btn, .login-box a.fp, .myaccount-form button.register, .myaccount-form a, .page-404-txt a, .gallery-img a, .gallery-img:before, .gallery-img:after, .cform .fsubmit, .bav, .vol-box, .vol-txt strong, .team-box .team-info, .team-box .team-info ul, .event-txt h4 a, .event-list-box .event-txt .attbtn, .event-list .pro-list-box .pro-txt h4 a, a.partibtn, .event-txt h5 a, .pro-txt h3 a, .ser-box .ser-thumb:after, .ser-thumb a, .projects-grid .ser-txt h5 a, .projects-grid .ser-box, .causes-grid .campaign-box, .causes-listing .campaign-box, .causes-listing .campaign-txt h4 a, .dn-btn, .blog-large .blog-post .blog-thumb:before, .post-txt h5 a, ul.post-meta li a, .blog-small-post, .gt-pagination .page-link, .blog-slider .owl-theme .owl-nav [class*=owl-], .blog-small-post .post-thumb:after, .event-thumb:after, .blog-thumb:after, .blog-txt ul.post-meta li a, a.read-post, .blog-txt h3 a, .team-box .team-info ul li a, .news-txt h4 a, .news-thumb a, .news-thumb:after, .ocp-box h5 a, .volbox a, .donation-wrap .radio-boxes input[type=radio].css-radio+label.css-label, button.sbtn, a.con-btn, .navrow .dropdown-menu li a, .navrow .navbar-expand-lg .navbar-nav .nav-link, .social-links a, .acclink, .h3-events .owl-theme .owl-nav button.owl-prev:after, .h3-events .owl-theme .owl-nav button.owl-next:after, .h3-events .owl-theme .owl-nav [class*=owl-], #h3-events .event-box .event-txt h4 a, .footer-social a, ul.ftags a, .instagram img, .instagram li a, .product-box .pro-txt h6 a, .pro-thumb:after, .pro-thumb a, .rm, a.view-more, .blog-small-post .post-thumb:after, .blog-small-post .post-thumb a, .blog-small-post .post-txt h5 a, .blog-post-large .post-txt h5 a, .current-projects .nav-link, .current-projects .owl-theme .owl-nav [class*=owl-], .pro-box h5, li.form-submit button, .video-img a, .services-area img, .services-area h6, .services-area p, .services-area ul li:after, .services-area ul li, .navbar-expand-lg .navbar-nav .nav-link, .mdonate span, .login-reg a, .mdonate:after, a.cart-icon, a.search-icon, .mdonate, .footer-widget a, ul.quick-links li a, .partner-logos .owl-carousel .owl-item img, .f-cat span:before, .f-cat span a, .f-cat span:after, ul.flinks li a, .volunteer-form input.fsubmit, .campaign-txt h5 a, a.dbutton, .campaign-thumb a, .campaign-thumb:after, a.dbutton, .event-thumb a, .event-thumb:after, .blog-txt h5 a, .blog-thumb a, .blog-list .blog-post .blog-thumb:after, .pic1, .pic2, span.aicon, .ser-txt h4 a, a.lm, .header-style-1 .nav-link, .dropdown-menu .dropdown-menu, .header-style-1 .dropdown-menu a, .topside-menu a {
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}
.check{
    display:inline-block;
    width:20px;
    color:#66bb6a;
    font-weight:bold;
}

.active-lang{
    color:#66bb6a !important;
}

.projects-scroll{
    display:flex;
    gap:25px;
    padding:20px 60px;
    overflow-x:auto;
    scroll-behavior:smooth;
}

.projects-scroll::-webkit-scrollbar{
    height:6px;
}

.projects-scroll::-webkit-scrollbar-thumb{
    background:#198754;
    border-radius:10px;
}

.project-card{
    min-width:300px;
    background:#fff;
    border-radius:14px;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,0.1);
    transition:0.3s;
    flex-shrink:0;
}

.project-card:hover{
    transform:translateY(-8px);
}

.project-card img{
    width:100%;
    height:200px;
    object-fit:cover;
}

.project-info{
    padding:20px;
}

.project-info h5{
    font-weight:600;
    margin-bottom:8px;
}

.project-info p{
    font-size:14px;
    color:#6c757d;
}

.projects-section img{
    transition:0.3s;
}

.projects-section img:hover{
    transform:scale(1.05);
}

.projects-section .row{
    margin: 60px 20px;
}
.project-card{
    background:#f8f9fa;
    padding:40px;
    border-radius:12px;
    box-shadow:0 5px 15px rgba(0,0,0,0.08);
}
.project-card{
    transition:0.3s;
}

.project-card:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 25px rgba(0,0,0,0.12);
}

.research-main {
    border-left: 5px solid #198754; /* green accent */
}

.research-main h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #198754;
    margin-top: 8px;
}

/* Research item hover effect */
.research-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.12);
    transition: all 0.3s ease;
}

/* Research images inside main content */
.research-img {
    width: 180px;
    height: 120px;
    object-fit: cover;
    margin:5px;
}

/* Small sidebar cards */
.card.small-card img {
    height: 100px;
    object-fit:cover;
}

.card.small-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 12px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

/* Sidebar title accent */
.research-section h5 {
    border-left: 4px solid #198754;
    padding-left: 10px;
}

/* Reduce bottom space to match projects section */
.research-section .container {
    padding-bottom: 0;
}


.reports-section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.report-display table {
    margin-bottom: 0;
}

.report-display h5 {
    border-left: 4px solid #198754;
    padding-left: 10px;
    margin-bottom: 20px;
}

.report-display {
    transition: all 0.3s ease;
}
/*.chart-container{*/
/*	position: relative;*/
/*	height: 300px;*/
/*	width: 100%;*/
/*}*/

.programme-card{
    transition: all 0.3s ease;
}

.programme-card:hover{
    transform: translateY(-6px);
}

.programme-icon{
    font-size: 40px;
    color: #198754;
}
.download-item{
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
}

.download-item:hover{
    background-color: #f1f8f3;
}

.download-item::after{
    content: attr(data-description);
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.75);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    white-space: nowrap;
    display: none;
    z-index: 10;
}

.download-item:hover {
    background-color: #f8f9fa;
    cursor: pointer;
}

.list-group-item {
    border: none;
    border-bottom: 1px solid #eee;
}

.language-switcher .lang-btn{
    display:flex;
    align-items:center;
    gap:8px;
    border-radius:5px;
    /*margin: 10px;*/
    margin: 0 !important;
    padding: 8px 12px;
    white-space: nowrap;
}

.lang-option{
    display:flex;
    align-items:center;
    gap:10px;
    cursor:pointer;

}

.lang-flag{
    width:20px;
}

#mediaPreview iframe {
    border-radius: 8px;
}

#mediaPreview .card {
    border-radius: 12px;
}

#mediaPreview video {
    border-radius: 12px 12px 0 0;
}

/*implementation area*/
.impact-section{
    background:#f6faf6;
}

.map-container{
    position:relative;
    max-width:400px;
    margin:auto;
}

.malawi-map{
    width:100%;
}

.map-marker{
    position:absolute;
    background:#28a745;
    color:white;
    padding:4px 8px;
    border-radius:6px;
    font-size:12px;
    transform:translate(-50%,-50%);
    cursor:pointer;
    transition:0.3s;
}

.map-marker:hover{
    background:#1e7e34;
    transform:translate(-50%,-50%) scale(1.1);
}

/* Example positions */

.marker-blantyre{top:75%; left:55%;}
.marker-chiradzulu{top:78%; left:50%;}
.marker-balaka{top:65%; left:60%;}
.marker-lilongwe{top:56%; left:28%;}
.marker-nkhotakota{top:48%; left:55%;}
.marker-chitipa{top:10%; left:40%;}

.impact-card{
    background:white;
    padding:20px;
    border-radius:10px;
    box-shadow:0 4px 10px rgba(0,0,0,0.05);
    transition:0.3s;
}

.impact-card:hover{
    transform:translateY(-5px);
}

.impact-card i{
    font-size:26px;
    color:#28a745;
    margin-bottom:10px;
}

.counter{
    font-weight:700;
}

/*donors*/
.donor-detail-card{
    display:flex;
    gap:20px;
    background:white;
    padding:25px;
    border-radius:10px;
    box-shadow:0 4px 10px rgba(0,0,0,0.05);
    transition:0.3s;
    height:100%;
}
.donor-detail-card:hover{
    transform:translateY(-4px);
    box-shadow:0 6px 15px rgba(0,0,0,0.1);
}

.donor-logo img{
    width:90px;
}

.donor-info{
    padding-left:18px;
    margin-bottom:15px;
}

.donor-info li{
    font-size:14px;
    margin-bottom:5px;
}

/*newsletter*/
.footer-newsletter{
    color:#fff;
}

.newsletter-title{
    font-weight:600;
    margin-bottom:10px;
}

.newsletter-text{
    font-size:14px;
    opacity:0.9;
    margin-bottom:15px;
    color: white;
}

.newsletter-input{
    background:rgba(255,255,255,0.15);
    border:none;
    color:#fff;
    border-radius:25px 0 0 25px;
    padding:10px 15px;
}

.newsletter-input::placeholder{
    color:rgba(255,255,255,0.7);
}

.newsletter-input:focus{
    background:rgba(255,255,255,0.25);
    box-shadow:none;
}

.newsletter-btn{
    background:#28a745;
    border:none;
    color:white;
    border-radius:0 25px 25px 0;
    padding:10px 18px;
    transition:0.3s;
}

.newsletter-btn:hover{
    background:#1e7e34;
}

/*footer contacts*/
.footer-contact{
    color:#fff;
}

.footer-title{
    font-weight:600;
    margin-bottom:15px;
}

.contact-list{
    list-style:none;
    padding:0;
    margin:0;
}

.contact-list li{
    display:flex;
    align-items:flex-start;
    gap:10px;
    margin-bottom:12px;
    font-size:14px;
    opacity:0.9;
}

.contact-list i{
    color:#28a745;
    min-width:18px;
    margin-top:3px;
}

.programme-detail h5 {
    border-left: 4px solid #28a745;
    padding-left: 10px;
}

.programme-detail .card {
    border-radius: 10px;
}

.programme-detail img {
    max-height: 350px;
    object-fit: cover;
}

/*contact form and suggestion form*/
.switch-btn {
    min-width: 120px;
    transition: 0.3s;
}

.switch-btn:hover {
    transform: translateY(-2px);
}

.contact-form {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

#formTitle {
    font-weight: 700;
}

/*gallery*/

.gallery-img {
    position: relative;
    overflow: hidden;
}

.gallery-img img {
    width: 100%;
    transition: 0.3s;
}

.gallery-img:hover img {
    transform: scale(1.1);
}

.gallery-img i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding: 10px;
    border-radius: 50%;
    opacity: 0;
    transition: 0.3s;
}

.gallery-img:hover i {
    opacity: 1;
}

.video-card {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}

.video-wrapper {
    position: relative;
}

.video-date {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #28a745;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 20px;
}

.video-card h6 {
    font-weight: 600;
}

/*map*/
/* Container */
.map2-container {
    background: #fff;
    border-radius: 10px;
    /*overflow: hidden;*/
}

.map-wrapper {
    width: 100%;
    height: 500px;
    position: relative;
}


.map-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* FULLSCREEN */
.map-fullscreen {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw !important;
    height: 100vh !important;
    z-index: 9999;
    background: #fff;
}

.map-fullscreen iframe {
    height: 100vh !important;
}
/* =========================================
   HEADER ALIGNMENT & LANGUAGE SWITCHER FIX
   ========================================= */

/* 1. Reset navbar container */
.header-style-1 .navbar {
    padding: 0 15px !important;
    flex-wrap: nowrap !important;
}

/* 2. Fix logo spacing */

.header-style-1 .navbar-brand img {
    max-width: 180px;
    height: 80px !important;          /* Fixed height */
    width: 130px !important;           /* Auto width maintains ratio */
    object-fit: contain !important;   /* No distortion */
    display: block !important;
    background: #ffffff !important;   /* White backdrop */
    border-radius: 6px !important;    /* Subtle rounded corners */
    padding: 4px 8px !important;      /* Inner spacing */
    margin-left: 12px !important;     /* Left offset */
    image-rendering: -webkit-optimize-contrast;
    -webkit-backface-visibility: hidden;
}



/* 4. Compact nav links to fit alongside switcher */
.header-style-1 .navbar-expand-lg .navbar-nav .nav-link {
    padding: 22px 10px !important;
    font-size: 16px !important;
    white-space: nowrap;
}

/* 5. Push language switcher to far right & remove off-screen margin */
.language-switcher {
    margin-left: auto !important;
    margin-right: 0 !important;
    padding-left: 15px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}


/* Ensure collapse container aligns items properly on desktop */
@media (min-width: 992px) {
    #navbarSupportedContent {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
    }
}

/* Optional: Slight reduction on medium screens to prevent wrapping */
@media (max-width: 1199px) {
    .header-style-1 .navbar-expand-lg .navbar-nav .nav-link {
        padding: 20px 8px !important;
        font-size: 13px !important;
    }
    /*.navbar-brand img {*/
    /*    max-width: 130px !important;*/
    /*}*/
}
/* =========================================
   LOGO STYLING - SAPP TEMPLATE QUALITIES
   ========================================= */



/* Optional: Add hover effect like SAPP */
.header-style-1 .navbar-brand:hover img {
    box-shadow: 0 2px 12px rgba(0,0,0,0.15);
    transition: all 0.2s ease;
}

/* Fallback text if image fails (like SAPP) */
.header-style-1 .navbar-brand .logo-fallback {
    display: none;
    font-family: 'Poppins', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #689f38;
    letter-spacing: 1px;
    background: #fff;
    padding: 8px 16px;
    border-radius: 6px;
}

/* Show fallback if image broken */
.header-style-1 .navbar-brand img[src=""],
.header-style-1 .navbar-brand img:not([src]) {
    display: none;
}
.header-style-1 .navbar-brand img:not([src]) + .logo-fallback,
.header-style-1 .navbar-brand img[src=""] + .logo-fallback {
    display: inline-block;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .header-style-1 .navbar-brand img {
        height: 45px !important;
        padding: 3px 6px !important;
        margin-left: 8px !important;
    }
}

@media (max-width: 576px) {
    .header-style-1 .navbar-brand img {
        height: 40px !important;
        max-width: 140px;
        padding: 2px 5px !important;
    }
}
/* =========================================
   STATS BAR - DARK GREEN THEME (#1b5e20)
   ========================================= */

/* Stats Bar Container */
.stats-bar {
    background: #1b5e20 !important;  /* Your requested dark green */
    padding: 28px 0 !important;
    color: #fff !important;
    margin-top: -5px;
}

/* Grid Layout - 4 equal columns */
.stats-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 0 !important;
    max-width: 1200px;
    margin: 0 auto;
}

/* Individual Stat Item */
.stat-item {
    text-align: center !important;
    padding: 12px 16px !important;
    border-right: 1px solid rgba(255, 255, 255, 0.25) !important; /* White separator */
    color: #fff !important;
}

/* Remove border from last item */
.stat-item:last-child {
    border-right: none !important;
}

/* Large Number Styling */
.stat-num {
    font-family: 'Poppins', sans-serif !important;  /* Matches your theme */
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    color: #fff !important;  /* White numbers */
    line-height: 1 !important;
    display: block;
}

/* Label Styling */
.stat-label {
    font-family: 'Roboto', sans-serif !important;  /* Matches your theme */
    font-size: 0.78rem !important;
    font-weight: 600 !important;
    color: rgba(255, 255, 255, 0.85) !important;  /* Slightly softer white */
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    margin-top: 4px !important;
    display: block;
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Hover Effect (optional) */
.stat-item:hover {
    background: rgba(255, 255, 255, 0.08);
    transition: all 0.3s ease;
}

/* =========================================
   RESPONSIVE BREAKPOINTS
   ========================================= */

/* Tablet: Stack into 2x2 grid */
@media (max-width: 991px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .stat-item:nth-child(2) {
        border-right: none !important;
    }
    .stat-item:nth-child(3) {
        border-top: 1px solid rgba(255, 255, 255, 0.25) !important;
    }
}

/* Mobile: Single column */
@media (max-width: 575px) {
    .stats-grid {
        grid-template-columns: 1fr !important;
    }
    .stat-item {
        border-right: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.25) !important;
        padding: 16px 10px !important;
    }
    .stat-item:last-child {
        border-bottom: none !important;
    }
    .stat-num {
        font-size: 2rem !important;
    }
    .stat-label {
        font-size: 0.85rem !important;
    }
}
#about { background: #ffffff; padding: 40px 0; }
#about .content-subtitle { font-weight: 700 !important; text-transform: uppercase !important; letter-spacing: 3px !important; color: black !important; opacity: 1 !important; display: block; margin-top: 28px !important; margin-bottom: 12px !important; }
#about .content-title {  font-weight: 700 !important; color: #111827 !important; margin-bottom: 18px !important; line-height: 1.25 !important; }
#about p { color: #4b5563 !important; font-size: .97rem !important; line-height: 1.8 !important; opacity: 1 !important; }
#about img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    border-radius: 7.5px;
    box-shadow: var(--sh-lg);
    display: block;

    transform: translateY(20px);
}
#about .row {
    align-items: stretch !important;
}
#about [data-aos] { opacity: 1 !important; visibility: visible !important; transform: none !important; }
/* ── ABOUT-3 ── */
#about-3 {
    background: #f6f8f5; /* soft light green-gray for contrast */
    padding: 80px 0;
}

/* Left border accent on titles */
#about-3 .content-title {
    position: relative;
    padding-left: 18px;
    font-weight: 700;
    color: black;
}

/* Vertical amber line */
#about-3 .content-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 5px;
    height: calc(100% - 8px);
    background: black;
    border-radius: 3px;
}

/* Paragraph styling */
#about-3 p {
    color: black;
    font-size: .96rem;
    line-height: 1.8;
}

/* Optional spacing refinement */
#about-3 .col-lg-6 {
    padding: 10px 20px;
}
/* Place this at the VERY BOTTOM of your CSS file or in a <style> tag after all other links */
#services {
    background: #ffffff;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 40px;
}

#services::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: rgba(22, 163, 74, 0.06);
    pointer-events: none;
    z-index: 0;
}

#services .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}

/* Minimal Grid Fallback (if Bootstrap isn't loaded) */
#services .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
#services .col-lg-4,
#services .col-md-6 {
    flex: 0 0 auto;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 20px;
}
@media (min-width: 768px) { #services .col-md-6 { width: 50%; } }
@media (min-width: 992px) { #services .col-lg-4 { width: 33.333%; } }

#services .section-title h2 {
    color: black;
    font-size: 2rem;
    margin-bottom: 12px;
    position: relative;
    display: inline-block;
}

#services .section-title h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: black;
    margin: 10px auto 0;
    border-radius: 2px;
}

.service-item {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    padding: 40px 28px 36px;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.service-item:hover {
    background: rgba(22, 163, 74, 0.03);
    border-color: rgba(22, 163, 74, 0.35);
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.service-item .number {
    font-size: 5.5rem;
    font-weight: 700;
    color: rgba(22, 163, 74, 0.08);
    position: absolute;
    top: 10px;
    right: 18px;
    line-height: 1;
    user-select: none;
    z-index: 0;
}

.service-item-icon {
    width: 62px;
    height: 62px;
    background: #16a34a; /* solid bright green */
    border-radius: 14px;
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff; /* white icon */
    font-size: 1.7rem;
    z-index: 1;
}

.service-heading {
    font-size: 1.25rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 12px;
    line-height: 1.3;
    z-index: 1;
}

.service-item p {
    color: #4b5563;
    font-size: 0.92rem;
    line-height: 1.72;
    margin: 0;
    z-index: 1;
}
/* ── TEAM CAROUSEL (Green & White) ── */
/* ── TEAM CAROUSEL ── */
:root {
    --team-bg: #1b5e20;
    --team-accent: #4caf50;
    --team-hover: rgba(76, 175, 80, 0.15);
    --text-white: #ffffff;
    --radius: 12px;
    --transition: all 0.3s ease;
}

.testimonials { padding: 80px 0; }
.testimonials .section-title h2 { color: black; font-weight: 700; letter-spacing: 1px; }
.testimonials .section-title h2::after { content: ""; display: block; width: 60px; height: 3px; background: rgba(255,255,255,.25); margin: 12px auto 0; border-radius: 2px; }

.testimonial { background: rgba(255,255,255,.06); border: 2px solid dimgray; border-radius: var(--radius); padding: 32px 20px; transition: var(--transition); }
.testimonial:hover { background: var(--ivory-dk); border-color: rgba(76, 175, 80, 0.4); transform: translateY(-6px);cursor: pointer; }
.testimonial img { width: 96px; height: 96px; object-fit: cover; border-radius: 50%; margin: 0 auto 14px; border: 3px solid var(--team-accent); box-shadow: 0 4px 12px rgba(0,0,0,.25); }
.testimonial .client-name {  font-size: 1.15rem; font-weight: 700; color: black; margin: 0; }
.testimonial p:not(.client-name) { color:black; font-size: .83rem; margin: 6px 0 0; }

/* ── MINIMAL VERTICALLY CENTERED ARROWS ── */
.testimonials .carousel-control-prev,
.testimonials .carousel-control-next {
    top: 60%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: green !important;
    border: none !important;
    opacity: 0.7;
    transition: opacity 0.2s;
    z-index: 5;
    pointer-events: auto;
}
.testimonials .carousel-control-prev:hover,
.testimonials .carousel-control-next:hover { opacity: 1;
    background-color: darkgreen;}

/* Remove Bootstrap's default SVG/square background */
.testimonials .carousel-control-prev-icon,
.testimonials .carousel-control-next-icon {
    background-image: none !important;
    width: 100%;
    height: 100%;
    font-weight: bolder;
}

/* Clean floating arrows */
.testimonials .carousel-control-prev-icon::before {
    content: "‹";
    font-size: 26px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    display: block;
    font-weight: 400;
}
.testimonials .carousel-control-next-icon::before {
    content: "›";
    font-size: 26px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    display: block;
    font-weight: 400;
}
/* ── RECENT POSTS ── */
:root {
    --post-bg: #f8faf9;                  /* Soft light background with subtle green tint */
    --post-card: #ffffff;
    --post-accent: #1b5e20;              /* Your deep green */
    --post-accent-light: rgba(27, 94, 32, 0.08);
    --post-text: #1b5e20;                /* Headings / Names */
    --post-text-mid: #4a5568;            /* Body paragraphs */
    --post-text-lt: #718096;             /* Meta / Date text */
    --post-radius: 12px;
    --post-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    --post-shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.1);
    --post-tr: all 0.3s ease;
}

#recent-posts {
    background: var(--post-bg);
    padding: 80px 0;
}
.post-item {
    border-radius: var(--post-radius);
    overflow: hidden;
    background: var(--post-card);
    box-shadow: var(--post-shadow);
    transition: var(--post-tr);
    border-top: 3px solid var(--post-accent);
}
.post-item:hover {
    transform: translateY(-6px);
    box-shadow: var(--post-shadow-lg);
}
.post-item .post-img {
    overflow: hidden;
    height: 200px;
}
.post-item .post-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}
.post-item:hover .post-img img {
    transform: scale(1.06);
}
.post-item .post-body {
    padding: 22px;
}
.post-item .post-date {
    display: inline-block;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--post-accent);
    background: var(--post-accent-light);
    padding: 3px 10px;
    border-radius: 12px;
    margin-bottom: 10px;
}
.post-item p {
    color: var(--post-text-mid);
    font-size: .9rem;
    line-height: 1.65;
    margin-bottom: 10px;
}
.post-item .client-name {
    font-size: 1.05rem;
    font-weight: 700;
    color: black;
    margin: 0;
}
.post-item cite {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: .78rem;
    color: var(--post-text-lt);
    font-style: normal;
    margin-top: 3px;
}
.post-item cite::before {
    content: '\F3E0';
    font-family: 'bootstrap-icons';
    color: #1b5e20;
    font-size: .75rem;
}
/* ── UPCOMING EVENTS ── */
:root {
    --evt-bg: #f4f7f4;                  /* Subtle green-tinted section background */
    --evt-card: #ffffff;
    --evt-accent: #1b5e20;              /* Your deep green */
    --evt-accent-light: rgba(27, 94, 32, 0.08);
    --evt-text: #1b5e20;                /* Headings / Date box */
    --evt-text-mid: #4a5568;            /* Paragraph text */
    --evt-text-lt: #718096;             /* Meta / secondary text */
    --evt-radius: 12px;
    --evt-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    --evt-shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.1);
    --evt-tr: all 0.3s ease;
}

#upcoming-events { background:white; padding: 80px 0; }
.event-card { background: var(--evt-card); border-radius: var(--evt-radius); padding: 28px; box-shadow: var(--evt-shadow); border-top: 4px solid var(--evt-accent); transition: var(--evt-tr); }
.event-card:hover { transform: translateY(-5px); box-shadow: var(--evt-shadow-lg); }
.event-date-box { background: var(--evt-accent); color: white; text-align: center; padding: 10px 14px; border-radius: 8px; min-width: 58px; flex-shrink: 0; }
.event-date-box .day { font-family: 'Cormorant Garamond', serif; font-size: 1.7rem; font-weight: 800; line-height: 1.1; }
.event-date-box .mo { font-size: .68rem; text-transform: uppercase; letter-spacing: 1px; opacity: .7; }
.event-badge { background: var(--evt-accent-light); color: var(--evt-accent); margin-left: 5px; font-size: .72rem; padding: 4px 12px; border-radius: 20px; font-weight: 700; text-transform: uppercase; }
.event-card h5 { font-weight: 700; font-size: 1.1rem; color:black; margin-bottom: 8px; }
.event-card p { color:black; font-size: .88rem; margin-bottom: 12px; line-height: 1.6; }
.event-meta { font-size: .83rem; color: var(--evt-text-lt); border-top: 1px solid #e2e8e2; padding-top: 12px; }
.event-meta div { margin-bottom: 4px; }
.event-meta i { color:var(--evt-accent);
}
.event-dates {
    display: flex;
    align-items: center;
    gap: 12px; /* equal spacing on both sides */
    padding: 0 2px;
}
.event-date-separator {
    font-size: 20px;
    font-weight: 900;
    align-self: center;
    color: #000;
}
/* ── REMOVE GAP BETWEEN UPCOMING EVENTS & FOOTER ── */
#upcoming-events {
    padding-bottom: 0 !important;
}
.footer {
    padding-top: 0 !important;
}
/* Ensure inner containers don't add extra space */
#upcoming-events .container:last-child,
.footer .container:first-child {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
/* ── PAGE TITLE (AGRICULTURE THEME) ── */
.page-title {
    position: relative;
    overflow: hidden;
    background: url('../images/banner.jpg') no-repeat center center;
    background-size: cover;
    padding: 80px 0 64px;
}

/* Background image layer */
page-title::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
}

.page-title::after {
    display: none;
}

/* Content stays above overlays */
.page-title .container {
    position: relative;
    z-index: 2;
}

/* Title */
.page-title h1 {
    font-size: clamp(2.2rem,5vw,3.8rem);
    font-weight: 700;
    color: #ffffff; /* white for contrast */
    margin-bottom: 12px;
    letter-spacing: 1px;
}

/* Paragraph (YOUR MAIN REQUIREMENT — BLACK TEXT) */
.page-title p {
    color: #ffffff;
    background: transparent;
    padding: 0;
}

/* ── REGION LEGEND PILLS (AGRICULTURE STYLE) ── */
.legend-pills {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 28px 0 0;
}

.leg-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    border-radius: 30px;
    padding: 8px 18px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    font-size: .82rem;
    font-weight: 700;
    color: #1b5e20; /* dark green text */
    border: 1px solid #e8f5e9;
    transition: 0.3s ease;
}

/* Hover effect */
.leg-pill:hover {
    transform: translateY(-2px);
    background: #e8f5e9; /* light green */
}

/* Dot stays as your region colors */
.leg-pill .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    flex-shrink: 0;
}
/* ══ ROOT VARIABLES ══ */
:root {
    --navy: #2a5e1b;
    --amber:    #e8a020;
    --ivory-dk: #f4f7f4;
    --white:    #ffffff;
    --south:    #d32f2f;
    --central:  #e8a020;
    --north:    #2e7d32;
    --r:        4px;
    --tr:       all 0.3s ease;
}

/* ═════════════ MAP SECTION ═════════════ */
#map-section {
    background: var(--ivory-dk);
    padding: 0;
    overflow: hidden;   /* prevents float issues */
    clear: both;
    padding-top: 0 !important;
    margin-top: 0;
}

/* FIX GRID CONFLICT (CRITICAL) */
#map-section .row {
    display: flex;
    flex-wrap: wrap;   /* IMPORTANT */
    margin: 0;
}


/*#map-section .col-lg-8 {*/
/*    width: 66.6667%;*/
/*    max-width: 66.6667%;*/
/*    flex: 0 0 66.6667%;*/
/*}*/

/*#map-section .col-lg-4 {*/
/*    width: 33.3333%;*/
/*    max-width: 33.3333%;*/
/*    flex: 0 0 33.3333%;*/
/*}*/

/* MAP */
#malawi-map {
    width: 100%;
    height: 520px;
    z-index: 1;
    border: none;
    display: block;
    overflow: visible !important;
}

.leaflet-container {
    overflow: visible !important;
}

.leaflet-popup {
    z-index: 9999;
}
/* MAP - Height adjustment for mobile */
#malawi-map {
    width: 100%;
    height: 400px; /* Slightly shorter for mobile phones */
    z-index: 1;
    border: none;
    display: block;
}

@media (min-width: 992px) {
    #malawi-map {
        height: 520px; /* Full height for desktop */
    }
}

/* SIDEBAR */
.map-side {
    background: #f4f7f4;
    padding: 36px 28px;
    height: 520px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    border-left: 4px solid green;
}

/* SCROLLBAR */
.map-side::-webkit-scrollbar {
    width: 4px;
}
.map-side::-webkit-scrollbar-track {
    background: #f4f7f4;
}
.map-side::-webkit-scrollbar-thumb {
    background: green;
    border-radius: 2px;
}

/* HEADING */
.map-side h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color:black;
    margin-bottom: 4px;
}

/* SUBTEXT */
.map-side > p {
    color: #6b7280;
    font-size: .82rem;
    line-height: 1.6;
    margin-bottom: 20px;
    border-bottom: 1px solid #e0e8e0;
    padding-bottom: 16px;
}

/* DISTRICT ENTRIES */
.district-entry {
    border-left: 3px solid transparent;
    padding: 12px 14px;
    margin-bottom: 4px;
    border-radius: 0 6px 6px 0;
    cursor: pointer;
    transition: var(--tr);
    background: transparent;
}

.district-entry:hover,
.district-entry.active {
    background: #e8f5e9;
    border-left-color: green;
}

.district-entry .d-region {
    font-size: .65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 3px;
    color: #9ca3af;
}

.district-entry h4 {
    font-size: 1rem;
    font-weight: 700;
    color: black;
    margin: 0 0 3px;

}

.district-entry p {
    font-size: .78rem;
    color: #6b7280;
    margin: 0;
    line-height: 1.5;
}

.district-entry:hover h4 {
    color: var(--navy);
}

.district-entry:hover .d-region {
    color: var(--amber);
}

/* ══ DISTRICT CARDS — AGRICULTURE THEME ══ */
.dist-card {
    background: var(--white);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    transition: var(--tr);
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #e0e8e0;
}

.dist-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(27,94,32,0.18);
    border-color: var(--amber);
}

/* IMAGE AREA with district name overlay */
.dist-card .card-top {
    position: relative;
    height: 200px;
    overflow: hidden;
    background: var(--navy);
}

.dist-card .card-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
    opacity: 0.75;
}

.dist-card:hover .card-top img {
    transform: scale(1.07);
    opacity: 0.9;
}


/* District name on top of image */
.dist-card .card-top .card-district-name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 16px 18px 14px;
}

.dist-card .card-top .card-district-name h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 4px;
    text-shadow: 0 1px 4px rgba(0,0,0,0.3);
}

/* Region tag inside image */
.dist-card .region-tag {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    font-size: .68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 4px 12px;
    border-radius: 20px;
    color: #ffffff;
    border: 1px solid rgba(255,255,255,0.4);
}

/* Gold accent bar under image */
.dist-card .card-top::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--amber);
    z-index: 3;
}

/* CARD BODY */
.dist-card .card-body {
    padding: 20px 22px 22px;
    flex: 1;
    display: flex;
    flex-direction: column;
    background: var(--white);
}

.dist-card .card-body p {
    color: #4a5568;
    font-size: .88rem;
    line-height: 1.75;
    margin-bottom: 16px;
    flex: 1;
}

/* META PILLS */
.dist-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: auto;
}

.meta-pill {
    background: #f4f7f4;
    color:black;
    font-size: .72rem;
    font-weight: 600;
    padding: 4px 11px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border: 1px solid darkgreen;
}

.meta-pill i {
    color: green;
    font-size: .75rem;
}
#map-section {
    background: var(--ivory-dk);
    padding: 0;
    position: relative;
    z-index: 1;
}
section {
    position: relative;
    display: block;
}

.wf100.p100.inner-header {
    padding-bottom: 40px !important;
}
.page-title {
    margin-bottom: 40px;
}

#map-section {
    padding-top: 60px;   /* CRITICAL FIX */
}
/* ── SECTION TITLE ── */
.section-title h2 {
    font-size: clamp(1.9rem,3.5vw,2.8rem);
    font-weight: 700;
    color: black; /* deep green */
    position: relative;
    display: inline-block;
    padding-bottom: 14px;
}

.section-title h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 52px;
    height: 3px;
    background:green; /* warm highlight */
    border-radius: 2px;
}

.section-title p {
    color:black;; /* soft green text */
}

.section {
    padding: 80px 0;
    background: var(--ivory-dk);
}

/* ── REGION HEADER ── */
.region-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 28px;
}

.region-badge {
    width: 14px;
    height: 44px;
    border-radius: 4px;
    flex-shrink: 0;
}

/* region colors aligned to your theme */
.region-header h3 {
    font-size: 1.6rem;
    font-weight: 700;
    color: black;
    margin: 0;
}

.region-header span {
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color:black;
    display: block;
}

/* ── DISTRICT CARDS — AGRICULTURE THEME ── */
.dist-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    transition: var(--tr);
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #e0e8e0;
}

.dist-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(27,94,32,0.15);
    border-color:green;
}

/* IMAGE AREA */
.dist-card .card-top {
    position: relative;
    height: 200px;
    overflow: hidden;
    background: var(--navy);
}

.dist-card .card-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .5s ease;
    opacity: 1;
}

.dist-card:hover .card-top img {
    transform: scale(1.06);
    opacity: 1;
}

/* Green-to-transparent gradient over image bottom */
.dist-card .card-top::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
            to bottom,
            rgba(0,0,0,0.05) 0%,
            rgba(27,94,32,0.55) 65%,
            rgba(27,94,32,0.88) 100%
    );
    pointer-events: none;
}

/* Gold accent line at very bottom of image */
.dist-card .card-top::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background:darkgreen;
    z-index: 3;
}

/* District name overlaid on image */
.dist-card .card-top .card-district-name {
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 0 16px 10px;
}

.dist-card .card-top .card-district-name h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    text-shadow: 0 1px 6px rgba(0,0,0,0.4);
}

/* REGION TAG — neutral/clear style, no red/blue/green */
.dist-card .region-tag {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    font-size: .68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 4px 12px;
    border-radius: 20px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.35) !important;
    border: 1px solid rgba(255,255,255,0.45);
    backdrop-filter: blur(4px);
}

/* CARD BODY */
.dist-card .card-body {
    padding: 20px 22px 22px;
    flex: 1;
    display: flex;
    flex-direction: column;
    background: #ffffff;
}

/* h4 inside body (if not using overlay name) */
.dist-card .card-body h4 {
    font-size: 1.15rem;
    font-weight: 700;
    color:black;
    margin-bottom: 8px;
}

.dist-card .card-body p {
    color: #4a5568;
    font-size: .88rem;
    line-height: 1.75;
    margin-bottom: 16px;
    flex: 1;
}


.meta-pill {
    background: #e8f5e9; /* light green background */
    color: black;
    font-size: .72rem;
    font-weight: 700;
    padding: 4px 11px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border: 1px solid darkgreen;
}

.meta-pill i {
    color: green;
    font-size: .75rem;
}

/*.meta-pill:hover {*/
/*	background:lightgreen; !* light green background *!*/
/*	color: white;*/
/*	font-size: .72rem;*/
/*	font-weight: 600;*/
/*	padding: 4px 11px;*/
/*	border-radius: 20px;*/
/*	display: inline-flex;*/
/*	align-items: center;*/
/*	gap: 5px;*/
/*	border: 1px solid darkgreen;*/
/*}*/

/*.meta-pill i:hover {*/
/*	color: black;*/
/*	font-size: .75rem;*/
/*}*/
.region-header {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 14px;
    margin-bottom: 28px;
    text-align: left;
}
.region-header > div:last-child {
    flex: 1;
    text-align: left;
}
/* ── EPA ACCORDION (AGRICULTURE THEME) ── */

/* ── EPA SECTION (WHITE THEME) ── */
#epa-section {
    background: #ffffff;
    padding: 80px 0;
}

/* Section title */
#epa-section .section-title h2 {
    color: #000000;
    font-weight: 700;
}

#epa-section .section-title h2::after {
    background: rgba(27, 94, 32, .25);
}

#epa-section .section-title p {
    color: rgba(0, 0, 0, 0.55) !important;
}

/* Accordion container */
.epa-accordion .accordion-item {
    background: #ffffff !important;
    border: 1px solid #e6e6e6 !important;
    border-radius: var(--r) !important;
    margin-bottom: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04) !important;
    outline: none !important;
}

/* Stop accordion item getting black border when child is focused */
.epa-accordion .accordion-item:focus-within {
    border: 1px solid #e6e6e6 !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04) !important;
    outline: none !important;
}

/* Accordion button base */
.epa-accordion .accordion-button {
    background: #ffffff !important;
    color: #000000 !important;
    font-size: 1.15rem;
    font-weight: 700;
    padding: 18px 24px;
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
}

/* Kill ALL focus styles */
.epa-accordion .accordion-button:focus,
.epa-accordion .accordion-button:focus-visible,
.epa-accordion .accordion-button:focus-within,
.epa-accordion .accordion-button:active {
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: none !important;
}

/* Hover effect */
.epa-accordion .accordion-button:hover {
    background: rgba(27, 94, 32, 0.04) !important;
}

/* Active/open state */
.epa-accordion .accordion-button:not(.collapsed) {
    background: rgba(27, 94, 32, 0.08) !important;
    color: #000000 !important;
    box-shadow: none !important;
}

/* Arrow — explicit black SVG */
.epa-accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23000000' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat;
    background-size: 1rem;
    filter: none !important;
    transition: transform 0.3s ease;
}

/* Arrow flips up when open */
.epa-accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
    filter: none !important;
}

/* Accordion body */
.epa-accordion .accordion-body {
    background: #ffffff;
    padding: 18px 24px;
    color: #000000;
    border-top: 1px solid #e6e6e6;
}

/* EPA Tags */
.epa-tag {
    display: inline-block;
    background: rgba(27, 94, 32, .08);
    color: #1b5e20;
    font-size: .75rem;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 20px;
    margin: 3px;
    border: 1px solid rgba(27, 94, 32, .15);
}

/* Region separator label inside body */
.region-sep {
    display: block;
    font-size: .7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(0,0,0,0.4);
    margin: 10px 0 6px;
}
/* ── ACTIVITIES BY DISTRICT (AGRI VERSION) ── */
#activities {
    background: var(--ivory-dk);
}

/* Activity row card */
.act-row {
    background: var(--white);
    border-radius: var(--r);
    padding: 28px 32px;
    box-shadow: var(--sh);
    margin-bottom: 16px;
    border-top: 4px solid var(--navy); /* green base instead of amber */
    transition: var(--tr);
}

.act-row:hover {
    box-shadow: var(--sh-lg);
    border-top-color: darkgreen;
    transition: ease 0.9s;
}

/* Title */
.act-row h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: black;
    margin-bottom: 14px;
}

/* Chips */
.act-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(27,94,32,.10); /* soft agriculture green */
    color:black;
    font-size: .78rem;
    font-weight: 600;
    padding: 5px 13px;
    border-radius: 6px;
    margin: 3px;
}

/* Chip icon */
.act-chip i {
    color:green;
}
.inner-header .legend-pills {
    justify-content: flex-start;
    padding-top: 0;
}

.inner-header .leg-pill {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
    color: #ffffff;
}

.inner-header .leg-pill:hover {
    background: rgba(255, 255, 255, 0.25);
}
/* Remove breadcrumb underline */
.inner-header ul li a {
    text-decoration: none;
}


.inner-header .leg-pill .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    flex-shrink: 0;
    display: inline-block;
}

.inner-header .leg-pill:hover {
    background: rgba(255, 255, 255, 0.25);
}
/* Region Pills Bar */
/* Region Pills Bar */
.region-pills-bar {
    background: #f4f7f4;
    padding: 16px 0;
    width: 100%;
    float: left;
    border-bottom: 1px solid #e0e8e0;
    margin-bottom: 0;
}

.region-pills-bar .legend-pills {
    display: flex !important;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
}

.region-pills-bar .leg-pill {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    border: 1px solid #c8e6c9;
    border-radius: 30px;
    padding: 8px 18px;
    color: #1b5e20;
    font-size: .82rem;
    font-weight: 700;
    cursor: default;
}

.region-pills-bar .leg-pill:hover {
    background: #e8f5e9;
    transition: 0.3s;
}

.region-pills-bar .leg-pill .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    flex-shrink: 0;
    display: inline-block !important;
    min-width: 12px;
}
.dl-stats {
    background: #ffffff;
    padding: 28px 0;
    margin-top: 30px;
    border-top: 3px solid var(--amber);
    border-bottom: 1px solid #e0e8e0;
}

.dl-stat {
    text-align: center;
    padding: 10px 16px;
    border-right: 1px solid #e0e8e0;
}

.dl-stat:last-child {
    border-right: none;
}

.dl-stat-num {
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--navy);
    line-height: 1;
}

.dl-stat-label {
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #111827;
    margin-top: 4px;
}
/* ── SEARCH & FILTER BAR ── */
#filter-bar {
    background: #ffffff;
    padding: 28px 0;
    border-bottom: 1px solid #e0e8e0;
    border-top: 1px solid #e0e8e0;
    position: sticky;
    top: 74px;
    z-index: 900;
}

.search-wrap {
    position: relative;
}

.search-wrap input {
    background: #f4f7f4;
    border: 1px solid #c8e6c9;
    color: #111827;
    font-family: 'DM Sans', sans-serif;
    font-size: .9rem;
    padding: 11px 16px 11px 42px;
    border-radius: 8px;
    width: 100%;
    transition: var(--tr);
    outline: none;
}

.search-wrap input::placeholder {
    color: #9ca3af;
}

.search-wrap input:focus {
    border-color: var(--navy);
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(27,94,32,0.08);
}

.search-wrap .bi-search {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--navy);
    font-size: .95rem;
    pointer-events: none;
}

.filter-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.filter-btn {
    background: #f4f7f4;
    border: 1px solid #c8e6c9;
    color: var(--navy);
    font-size: .78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding: 8px 16px;
    border-radius: 6px;
    cursor: pointer;
    transition: var(--tr);
    margin-bottom: 10px;
}

.filter-btn:hover {
    border-color: var(--navy);
    background: #e8f5e9;
    color: var(--navy);
}

.filter-btn.active {
    background: var(--navy);
    border-color: var(--navy);
    color: #ffffff;
}

.results-count {
    color: #6b7280;
    font-size: .8rem;
    margin-top: 8px;
}

.results-count span {
    color: var(--navy);
    font-weight: 700;
}
/* ── COLOR VARIABLES (UPDATED THEME) ── */
:root {
    --green: #1b5e20;
    --green-light: #2e7d32;
    --gold: #d4af37;
    --gold-light: #f1d77a;
    --black: #121212;
    --charcoal: #1f1f1f;
    --white: #ffffff;
    --ivory: #f7f7f7;
    --ivory-dk: #e6e6e6;

    --text-mid: #444;
    --text-lt: #777;

    --r: 12px;
    --sh: 0 6px 18px rgba(0,0,0,0.08);
    --sh-lg: 0 12px 30px rgba(0,0,0,0.15);
    --tr: all 0.3s ease;
}

/* ── DOWNLOAD GRID ── */
#downloads-grid {
    background: var(--ivory);
    padding: 64px 0;
}

/* ── CARD ── */
.dl-card {
    background: var(--white);
    border-radius: var(--r);
    box-shadow: var(--sh);
    display: flex;
    flex-direction: column;
    height: 100%;
    border-top: 4px solid var(--green);
    transition: var(--tr);
    position: relative;
    overflow: hidden;
}

.dl-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--sh-lg);
}

/* ── ICON + CATEGORY ── */
.dl-card .card-icon-wrap {
    padding: 28px 28px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.dl-card .file-icon {
    width: 54px;
    height: 54px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
}

/* File icons (kept distinct but softer) */
.fi-pdf  { background: rgba(27, 94, 32, .12);  color: green; }
.fi-doc  { background: rgba(27, 94, 32, .12); color: green; }
.fi-xls  { background: rgba(27,94,32,.12);   color: var(--green); }
.fi-ppt  { background: rgba(27, 94, 32, .12); color: green; }
.fi-zip  { background: rgba(27, 94, 32, .12);  color: green; }
.fi-img  { background: rgba(27, 94, 32, .12); color:green }

/* ── CATEGORY BADGES ── */
.cat-badge {
    font-size: .68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 4px 11px;
    border-radius: 20px;
    white-space: nowrap;
}

/* Recolored categories */
.cat-reports    { background: rgba(27, 94, 32, .12); color: black; }
.cat-manuals    { background: rgba(27, 94, 32, .12); color: black; }
.cat-guides     { background: rgba(27, 94, 32, .12); color:black; }
.cat-forms      { background: rgba(27, 94, 32, .12); color:black; }
.cat-multimedia { background: rgba(27, 94, 32, .12); color: black;}
.cat-policies   { background: rgba(27, 94, 32, .12); color:black; }

/* ── CARD BODY ── */
.dl-card .card-body-inner {
    padding: 16px 28px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.dl-card h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 8px;
    line-height: 1.35;
}

.dl-card p {
    color: var(--text-mid);
    font-size: .85rem;
    line-height: 1.65;
    margin-bottom: 16px;
    flex: 1;
}

/* ── META ── */
.dl-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    font-size: .76rem;
    color: var(--text-lt);
    margin-bottom: 18px;
}

.dl-meta span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.dl-meta i {
    color: green;
}

/* ── BUTTON ── */
.dl-card .card-footer-inner {
    padding: 0 28px 24px;
}

.btn-dl {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--navy);
    color: var(--white);
    font-size: .82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding: 10px 20px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    transition: var(--tr);
    width: 100%;
    justify-content: center;
}

.btn-dl:hover {
    background: var(--gold);
    color: var(--black);
}

.btn-dl i {
    font-size: 1rem;
}

/* ── FEATURED ROW ── */
.dl-featured {
    background: var(--navy);
    border-radius: var(--r);
    box-shadow: var(--sh-lg);
    display: flex;
    align-items: stretch;
    overflow: hidden;
    margin-bottom: 16px;
    border-left: 5px solid var(--gold);
    transition: var(--tr);
}

.dl-featured:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 60px rgba(0,0,0,.25);
}

.dl-featured .feat-icon {
    width: 88px;
    background: rgba(212,175,55,.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: var(--gold);
    flex-shrink: 0;
}

.dl-featured .feat-body {
    padding: 22px 28px;
    flex: 1;
}

.dl-featured .feat-badge {
    font-size: .68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--gold);
    margin-bottom: 6px;
    display: block;
}

.dl-featured h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 6px;
}

.dl-featured p {
    color: rgba(255,255,255,.75);
    font-size: .85rem;
    line-height: 1.6;
    margin: 0;
}

.dl-featured .feat-meta {
    font-size: .76rem;
    color: rgba(255,255,255,.6);
    margin-top: 8px;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.dl-featured .feat-meta i {
    color: var(--gold);
}

.dl-featured .feat-action {
    padding: 22px 28px 22px 0;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

/* Small button */
.btn-dl-sm {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: var(--gold);
    color: var(--black);
    font-size: .78rem;
    font-weight: 700;
    padding: 9px 18px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    transition: var(--tr);
    white-space: nowrap;
}

.btn-dl-sm:hover {
    background: var(--gold-light);
}

/* ── EMPTY STATE ── */
#empty-state {
    display: none;
    text-align: center;
    padding: 64px 24px;
}

#empty-state i {
    font-size: 3.5rem;
    color: var(--ivory-dk);
    margin-bottom: 16px;
    display: block;
}

#empty-state h4 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5rem;
    color: var(--text-mid);
    margin-bottom: 8px;
}

#empty-state p {
    color: var(--text-lt);
    font-size: .9rem;
}
/* ── REQUEST SECTION (LIGHT / WHITISH BACKGROUND) ── */
#request-section {
    background: var(--ivory); /* soft white */
    padding: 80px 0;
}

/* Section title */
#request-section .section-title h2 {
    color: black;
}

#request-section .section-title h2::after {
    background: var(--gold);
}

/* ── REQUEST CARD ── */
.req-card {
    background: var(--white);
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: var(--r);
    padding: 36px 28px;
    height: 100%;
    transition: var(--tr);
    box-shadow: var(--sh);
}

.req-card:hover {
    background: rgba(212,175,55,0.05); /* subtle gold tint */
    border-color: rgba(212,175,55,0.25);
    transform: translateY(-4px);
    box-shadow: var(--sh-lg);
}

/* ── ICON ── */
.req-icon {
    width: 56px;
    height: 56px;
    background: rgba(212,175,55,0.12);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--navy);
    margin-bottom: 20px;
}

/* ── TEXT ── */
.req-card h4 {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 10px;
}

.req-card p {
    color: var(--text-mid);
    font-size: .88rem;
    line-height: 1.72;
    margin-bottom: 18px;
}

/* ── BUTTON ── */
.btn-req {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    border: 1px solid var(--navy);
    color: var(--navy);
    font-size: .8rem;
    font-weight: 700;
    padding: 9px 18px;
    border-radius: 6px;
    cursor: pointer;
    transition: var(--tr);
}

.btn-req:hover {
    background: var(--green);
    color: var(--white);
    border-color: var(--green);
}
section {
    margin-bottom: 5px;
}
/* ── MAP ── */
.map-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
}

.map-wrap iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
    filter: grayscale(.2) contrast(1.05); /* slightly lighter for better color harmony */
}

/* ── MAP LABEL ── */
.map-overlay-label {
    position: absolute;
    bottom: 20px;
    left: 20px;

    background: green;
    color: white;
    font-size: 1.1rem;
    font-weight: 700;

    padding: 10px 20px;
    border-radius: 8px;
    border-left: 4px solid white;

    box-shadow: var(--sh-lg);

    display: flex;
    align-items: center;
    gap: 8px;
}
/* ── SECTION TITLE ── */
.section-title h2 {
    font-size: clamp(1.9rem,3.5vw,2.8rem);
    font-weight: 700;
    color: black;
    position: relative;
    display: inline-block;
    padding-bottom: 14px;
}
.section-title h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 52px;
    height: 3px;
    background: black;
    border-radius: 2px;
}

/* ── CONTACT SECTION ── */
#contact {
    background: var(--ivory);
    padding: 80px 0;
}

/* ── INFO CARDS ── */
.info-card {
    background: green;
    border-radius: var(--r);
    padding: 32px 28px;
    color: white;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 0;
}
.info-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--sh-lg);
}

.info-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: rgba(212,175,55,.12);
    color:white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    flex-shrink: 0;
}

.info-card h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: white;
    margin-bottom: 6px;
}

.info-card p,
.info-card a {
    font-size: .88rem;
    color:white;
    line-height: 1.65;
    margin: 0;
}

.info-card a:hover {
    color: white;
}
.info-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 20px;
}

.info-item:last-of-type {
    margin-bottom: 0;
}
/* ── TEAM CONTACTS ── */
.team-contact-card {
    background: var(--white);
    border-radius: var(--r);
    padding: 22px 20px;
    box-shadow: var(--sh);
    transition: var(--tr);
    border-left: 4px solid transparent;
    height: 100%;
}

.team-contact-card:hover {
    border-left-color: var(--navy);
    transform: translateX(4px);
    box-shadow: var(--sh-lg);
}

.team-contact-card h5 {
    font-size: 1rem;
    font-weight: 700;
    color: black;
    margin-bottom: 3px;
}

.team-contact-card .role {
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .8px;
    color:black;
    margin-bottom: 12px;
    display: block;
}

.team-contact-card .meta {
    font-size: .82rem;
    color: var(--text-mid);
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.team-contact-card .meta i {
    color: green;
    margin-right: 6px;
}

/* ── FORM ── */
.contact-form-wrap {
    background: var(--white);
    border-radius: var(--r);
    box-shadow: var(--sh-lg);
    padding: 44px 40px;
    border-top: 5px solid var(--navy);
}
/* ── ADD HERE ── */
.contact-form-wrap .row {
    row-gap: 20px;
}

.contact-form-wrap .col-12,
.contact-form-wrap .col-md-6 {
    margin-bottom: 0;
}
.contact-form-wrap .form-label {
    font-size: .82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: var(--navy);
    margin-bottom: 6px;
}

.contact-form-wrap .form-control,
.contact-form-wrap .form-select {
    background: var(--ivory);
    border: 1.5px solid var(--ivory-dk);
    border-radius: 8px;
    padding: 12px 16px;
    font-size: .9rem;
    color: var(--text);
    transition: var(--tr);
    outline: none;
}

.contact-form-wrap .form-control:focus,
.contact-form-wrap .form-select:focus {
    border-color: var(--navy);
    background: var(--white);
    box-shadow: 0 0 0 3px rgba(27,94,32,.12);
}

.contact-form-wrap textarea.form-control {
    min-height: 140px;
    resize: vertical;
}

/* Submit button */
.btn-submit {
    background: var(--navy);
    color: var(--white);
    font-size: .88rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 14px 36px;
    border-radius: 8px;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: var(--tr);
    width: 100%;
    justify-content: center;
}

.btn-submit:hover {
    background: green;
}

.btn-submit i {
    font-size: 1.1rem;
}

/* Form notice */
.form-notice {
    background: rgba(212,175,55,.12);
    border: 1px solid rgba(212,175,55,.3);
    border-radius: 8px;
    padding: 12px 16px;
    font-size: .82rem;
    color: var(--text-mid);
    margin-top: 14px;
    display: none;
}

.form-notice.show {
    display: flex;
    align-items: center;
    gap: 8px;
}

.form-notice i {
    color: var(--gold);
}

/* ── OFFICES SECTION ── */
#offices {
    background: var(--white); /* changed from navy */
    padding: 80px 0;
}

/* Title now dark instead of white */

#offices .section-title h2::after {
    background: black;
}
#offices .section-title p {
    color: var(--text-mid) !important;
    font-size: .95rem;
    line-height: 1.7;
    max-width: 560px;
    margin: 12px auto 0;
    text-align: center;
    display: block;
}
/* ── OFFICE CARD ── */
.office-card {
    background: var(--white); /* fully white */
    border: 1px solid var(--ivory-dk);
    border-radius: var(--r);
    padding: 32px 28px;
    transition: var(--tr);
    height: 100%;
    box-shadow: var(--sh);
    border-top: 4px solid var(--navy);

}

.office-card:hover {
    background: rgba(212,175,55,.05);
    border-color: rgba(212,175,55,.25);
    transform: translateY(-5px);
    box-shadow: var(--sh-lg);
}

/* Text now dark (since background is white) */
.office-card h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color:black;
    margin-bottom: 18px;
}

.office-detail {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
    font-size: .86rem;
    color: var(--text-mid);
}

.office-detail i {
    color: green;
}

/* Divider adjusted for light background */
.office-divider {
    border-color: var(--ivory-dk);
    margin: 18px 0;
}
/* ── FAQ ── */
#faq-section { background: var(--ivory-dk); padding: 80px 0; }
#faq-section .section-title h2::after { left: 50%; transform: translateX(-50%); }
.faq-accordion .accordion-item { background: var(--white); border: 1px solid var(--ivory-dk); border-radius: var(--r) !important; margin-bottom: 10px; overflow: hidden; box-shadow: var(--sh); }
.faq-accordion .accordion-button { background: var(--white); color: var(--navy); font-family: 'DM Sans', sans-serif; font-weight: 600; font-size: .92rem; padding: 20px 24px; border-radius: var(--r) !important; }
.faq-accordion .accordion-button:not(.collapsed) { background: var(--amber-pale); color: var(--navy); box-shadow: none; }
.faq-accordion .accordion-button::after { filter: none; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23E8A020'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }
.faq-accordion .accordion-button:not(.collapsed)::after { transform: rotate(-180deg); }
.faq-accordion .accordion-body { padding: 0 24px 20px; font-size: .88rem; color: var(--text-mid); line-height: 1.75; }


/* ── FEEDBACK SECTION ── */


/* Step indicator */
.step-indicator { display: flex; align-items: center; justify-content: center; gap: 0; margin-bottom: 48px; flex-wrap: nowrap; }
.step { display: flex; flex-direction: column; align-items: center; gap: 6px; position: relative; flex: 1; max-width: 160px; }
.step-circle { width: 44px; height: 44px; border-radius: 50%; border: 2px solid var(--ivory-dk); background: var(--white); display: flex; align-items: center; justify-content: center; font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-weight: 700; color: var(--text-lt); transition: var(--tr); position: relative; z-index: 1; }
.step.active .step-circle { background: var(--navy); border-color: var(--navy); color: var(--white); }
.step.done   .step-circle { background: var(--amber); border-color: var(--amber); color: var(--navy); }
.step-label { font-size: .72rem; font-weight: 600; letter-spacing: .8px; text-transform: uppercase; color: var(--text-lt); text-align: center; }
.step.active .step-label, .step.done .step-label { color: var(--navy); }
.step-line { flex: 1; height: 2px; background: var(--ivory-dk); margin-bottom: 22px; transition: var(--tr); }
.step-line.done { background: var(--amber); }

/* Cards */
.feedback-card { background: var(--white); border-radius: var(--r); box-shadow: var(--sh); padding: 40px 40px 36px; border-top: 3px solid green; }
@media (max-width: 575px) { .feedback-card { padding: 28px 20px 24px; } }

/* Type selector */
.type-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-bottom: 24px; }
.type-option { cursor: pointer; }
.type-option input[type="radio"] { display: none; }
.type-box { border: 2px solid var(--ivory-dk); border-radius: var(--r); padding: 20px 16px; text-align: center; transition: var(--tr); background: var(--ivory); }
.type-option input:checked + .type-box { border-color: green; background: var(--amber-pale); box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.18); }
.type-box:hover { border-color: darkgreen; }
.type-icon { font-size: 1.6rem; color: var(--text-lt); margin-bottom: 8px; transition: var(--tr); }
.type-option input:checked + .type-box .type-icon { color:green; }
.type-label { font-size: .82rem; font-weight: 600; color: var(--text-mid); display: block; }

/* Star rating */
.star-row { display: flex; gap: 6px; align-items: center; flex-direction: row-reverse; justify-content: flex-end; }
.star-row input[type="radio"] { display: none; }
.star-row label { font-size: 2rem; color: var(--ivory-dk); cursor: pointer; transition: color .15s ease; line-height: 1; }
.star-row label:hover,
.star-row label:hover ~ label,
.star-row input:checked ~ label { color: var(--amber); }

/* Form controls */
.form-label { font-size: .82rem; font-weight: 600; color: var(--navy); margin-bottom: 6px; letter-spacing: .3px; }
.form-label .req { color: var(--amber); margin-left: 3px; }
.form-control, .form-select { border: 1.5px solid var(--ivory-dk); border-radius: 8px; font-size: .92rem; color: var(--text); padding: 11px 14px; background: var(--ivory); transition: var(--tr); }
.form-control:focus, .form-select:focus { border-color: var(--amber); box-shadow: 0 0 0 3px rgba(232,160,32,.15); background: var(--white); outline: none; }
.form-control::placeholder { color: var(--text-lt); }
textarea.form-control { resize: vertical; min-height: 130px; }

/* Anonymous toggle */
.anon-toggle { display: flex; align-items: center; gap: 12px; background: var(--ivory); border: 1.5px solid var(--ivory-dk); border-radius: var(--r); padding: 16px 18px; cursor: pointer; transition: var(--tr); margin-bottom: 0; }
.anon-toggle:hover { border-color: var(--amber); background: var(--amber-pale); }
.anon-toggle input { display: none; }
.toggle-knob { width: 48px; height: 26px; border-radius: 13px; background: var(--ivory-dk); position: relative; transition: background .25s ease; flex-shrink: 0; }
.toggle-knob::after { content: ''; position: absolute; left: 3px; top: 3px; width: 20px; height: 20px; border-radius: 50%; background: white; transition: transform .25s ease; box-shadow: 0 1px 4px rgba(0,0,0,.2); }
.anon-active .toggle-knob { background: var(--amber); }
.anon-active .toggle-knob::after { transform: translateX(22px); }
.anon-text strong { font-size: .9rem; color: var(--navy); display: block; }
.anon-text span { font-size: .78rem; color: var(--text-lt); }

/* Buttons */
.btn-sapp-primary { background: var(--navy); color: var(--white); border: none; border-radius: 8px; padding: 13px 32px; font-weight: 700; font-size: .9rem; letter-spacing: .5px; text-transform: uppercase; transition: var(--tr); cursor: pointer; }
.btn-sapp-primary:hover { background: var(--navy-mid); transform: translateY(-2px); box-shadow: var(--sh); }
.btn-sapp-outline { background: transparent; color: var(--navy); border: 2px solid var(--navy-mid); border-radius: 8px; padding: 11px 28px;font-weight: 700; font-size: .9rem; letter-spacing: .5px; text-transform: uppercase; transition: var(--tr); cursor: pointer; }
.btn-sapp-outline:hover { border-color: var(--amber); color: var(--amber); }

/* Step panels */
.step-panel { display: none; animation: fadeUp .4s ease forwards; }
.step-panel.active { display: block; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }

/* Review panel */
.review-row { display: flex; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--ivory-dk); font-size: .9rem; }
.review-row:last-child { border-bottom: none; }
.review-key { font-weight: 600; color: var(--navy); min-width: 140px; flex-shrink: 0; font-size: .82rem; text-transform: uppercase; letter-spacing: .5px; }
.review-val { color: var(--text-mid); }
.stars-display { color: var(--amber); font-size: 1.1rem; letter-spacing: 2px; }

/* Success state */
#success-panel { display: none; text-align: center; padding: 56px 24px; animation: fadeUp .5s ease forwards; }
#success-panel.active { display: block; }
.success-icon { width: 80px; height: 80px; background: rgba(232,160,32,.12); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--amber); font-size: 2.2rem; margin: 0 auto 24px; animation: pop .5s cubic-bezier(.18,.89,.32,1.28) forwards; }
@keyframes pop { from { transform: scale(0); } to { transform: scale(1); } }
#success-panel h3 { font-size: 2rem; color: var(--navy); margin-bottom: 10px; }
#success-panel p { color: var(--text-mid); font-size: .95rem; max-width: 400px; margin: 0 auto 28px; }

/* Info sidebar */
.info-card { background: var(--navy); border-radius: var(--r); padding: 32px 28px; color: white; height: 100%; }
.info-card h4 {  font-size: 1.4rem; color: white; margin-bottom: 18px; }
.info-item { display: flex; gap: 14px; margin-bottom: 22px; align-items: flex-start; flex-wrap: nowrap; }
.info-item > div:last-child { min-width: 0; flex: 1; }
.info-item span { font-size: .8rem; color: rgba(255,255,255,.5); line-height: 1.55; display: block; word-wrap: break-word; }.info-icon { width: 42px; height: 42px; background: rgba(232,160,32,.12); border-radius: 10px; display: flex; align-items: center; justify-content: center; color:white; font-size: 1.1rem; flex-shrink: 0; }
.info-item strong { font-size: .88rem; color: var(--white); display: block; margin-bottom: 3px; }
.info-item span { font-size: .8rem; color: rgba(255,255,255,.5); line-height: 1.55; }
.info-divider { border-color: rgba(255,255,255,.5); margin: 20px 0; }
.info-note { font-size: .8rem; color: #ffffff; line-height: 1.65; }

/* Progress bar */
.form-progress { height: 4px; background: var(--ivory-dk); border-radius: 2px; margin-bottom: 28px; overflow: hidden; }
.form-progress-bar { height: 100%; background: green; border-radius: 2px; transition: width .9s ease; }

/* Validation */
.field-error { font-size: .78rem; color: #c0392b; margin-top: 5px; display: none; }
.form-control.invalid, .form-select.invalid { border-color: #c0392b; }

/* Char counter */
.char-count { font-size: .75rem; color: var(--text-lt); text-align: right; margin-top: 4px; }

/* LEAD PARTNER */
#lead-partner{background:var(--navy);;padding:80px 0;position:relative;overflow:hidden;}
#lead-partner::before{content:'';position:absolute;top:-100px;right:-100px;width:420px;height:420px;border-radius:50%;background:rgba(232,160,32,.05);}
.lead-card{background:rgba(255,255,255,.04);border:1px solid rgba(232,160,32,.25);border-radius:16px;padding:48px;position:relative;overflow:hidden;}
.lead-card::before{content:'';position:absolute;left:0;top:0;bottom:0;width:5px;background:var(--amber);}
.lead-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(232,160,32,.15);border:1px solid rgba(232,160,32,.3);color:var(--amber);font-size:.75rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:6px 16px;border-radius:30px;margin-bottom:22px;}
.lead-card h3{font-size:2.2rem;font-weight:700;color:var(--white);margin-bottom:14px;}
.lead-card p{color:rgba(255,255,255,.58);font-size:.96rem;line-height:1.8;}
.lead-stat{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:20px;text-align:center;}
.lead-stat .num{font-size:2.2rem;font-weight:700;color:var(--amber);line-height:1;}
.lead-stat .lbl{font-size:.78rem;color:rgba(255,255,255,.5);margin-top:6px;text-transform:uppercase;letter-spacing:1px;}
.lead-logo-box{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:28px 20px;display:flex;align-items:center;justify-content:center;height:100%; min-height: 120px;}
.lead-logo-box img{max-height:70px;object-fit:contain;filter:none;opacity:.7;}

/* STAKEHOLDER CARDS */
#stakeholders{background:var(--ivory);padding:80px 0;}
.stakeholder-card{background:var(--white);border-radius:var(--r);border:1px solid rgba(13,27,42,.08);box-shadow:var(--sh);padding:32px 28px;height:100%;position:relative;overflow:hidden;transition:var(--tr);}
.stakeholder-card:hover{transform:translateY(-6px);box-shadow:var(--sh-lg);border-color:rgba(232,160,32,.3);}
.stakeholder-card::after{content:'';position:absolute;bottom:0;left:0;right:0;height:4px;background:green;transform:scaleX(0);transform-origin:left;transition:transform .35s ease;}
.stakeholder-card:hover::after{transform:scaleX(1);}
.stakeholder-icon{width:60px;height:60px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.6rem;margin-bottom:20px;flex-shrink:0;}
.icon-gov{background:rgba(13,27,42,.08);color:var(--navy);}
.icon-intl{background:rgba(232,160,32,.12);color:var(--amber);}
.icon-ngo{background:rgba(44,74,110,.1);color:var(--navy-light);}
.icon-res{background:rgba(232,160,32,.1);color:#c07010;}
.icon-fin{background:rgba(13,100,42,.1);color:#0d6430;}
.icon-comm{background:rgba(100,30,100,.1);color:#641e64;}
.stakeholder-card h4{font-size:1.2rem;font-weight:700;color:var(--navy);margin-bottom:8px;}
.stakeholder-category{display:inline-block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;padding:3px 12px;border-radius:20px;margin-bottom:12px;}
.cat-gov{background:rgba(13,27,42,.08);color:var(--navy);}
.cat-intl{background:var(--amber-pale);color:#9a6810;}
.cat-ngo{background:rgba(44,74,110,.1);color:var(--navy-light);}
.cat-res{background:rgba(200,130,20,.1);color:#9a5c10;}
.cat-fin{background:rgba(13,100,42,.1);color:#0d6430;}
.cat-comm{background:rgba(100,30,100,.1);color:#641e64;}
.stakeholder-card p{color:var(--text-mid);font-size:.88rem;line-height:1.7;margin:0;}
.card-footer-meta{margin-top:20px;padding-top:16px;border-top:1px solid rgba(13,27,42,.07);display:flex;align-items:center;justify-content:space-between;}
.region-tag{font-size:.74rem;color:var(--text-lt);display:flex;align-items:center;gap:5px;}
.region-tag i{color:var(--amber);}
.link-btn{font-size:.78rem;font-weight:700;color:var(--navy);display:flex;align-items:center;gap:4px;transition:var(--tr);}
.link-btn:hover{color:var(--amber);gap:8px;}

/* PARTNERSHIP TYPES */
#partnership-types {
    background: #ffffff; /* pure white */
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

/* Card */
.ptype-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: var(--r);
    padding: 36px 28px;
    height: 100%;
    transition: var(--tr);
    text-align: center;
    box-shadow: 0 6px 18px rgba(0,0,0,0.05);
}

.ptype-card:hover {
    background: rgba(76, 175, 80, 0.08);
    border-color: #4caf50;
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

/* Number (background style text) */
.ptype-num {
    font-size: 3rem;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.08); /* subtle grey instead of white */
    line-height: 1;
    margin-bottom: 4px;
}

/* Icon */
.ptype-icon {
    width: 58px;
    height: 58px;
    background: #fdfcf7;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--amber);
    font-size: 1.6rem;
    margin: 0 auto 18px;
}

/* Title */
.ptype-card h4 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1a1a1a; /* dark text */
    margin-bottom: 12px;
}

/* Paragraph */
.ptype-card p {
    color: #555; /* readable grey */
    font-size: .88rem;
    line-height: 1.72;
    margin: 0;
}

/* PARTNER VOICES */
#partner-voices {
    background: var(--ivory);
    padding: 80px 0;
}

.voice-card {
    background: var(--white);
    border-radius: var(--r);
    box-shadow: var(--sh);
    padding: 36px 32px;
    height: 100%;
    border-left: 4px solid #4caf50;
    transition: var(--tr);
    position: relative;
    overflow: hidden;
}

.voice-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--sh-lg);
}

.voice-card .quote-mark {
    font-size: 5rem;
    font-weight: 700;
    color: rgba(76, 175, 80, 0.12);
    line-height: .8;
    position: absolute;
    top: 16px;
    right: 20px;
}

.voice-card p {
    color: var(--text-mid);
    font-size: .95rem;
    line-height: 1.78;
    font-style: italic;
    margin-bottom: 24px;
}

.voice-author {
    display: flex;
    align-items: center;
    gap: 14px;
}

.voice-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(76, 175, 80, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: #2e7d32;
    flex-shrink: 0;
}

.voice-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--navy);
}

.voice-role {
    font-size: .78rem;
    color: var(--text-lt);
}

/* PARTNER LOGOS */
#partner-logos{background:var(--ivory-dk);padding:60px 0; width: 100%;}
.logo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px; width: 100%;}
.logo-tile{background:var(--white);border:1px solid rgba(13,27,42,.08);border-radius:var(--r);padding:28px 20px;display:flex;align-items:center;justify-content:center;min-height:100px;box-shadow:var(--sh);transition:var(--tr);}
.logo-tile:hover{transform:translateY(-3px);box-shadow:var(--sh-lg);border-color:rgba(232,160,32,.3);}
.logo-placeholder{font-family:'Cormorant Garamond',serif;font-size:1rem;font-weight:700;color:var(--navy);text-align:center;line-height:1.3;}
.logo-placeholder small{display:block;font-family:'DM Sans',sans-serif;font-size:.65rem;font-weight:600;color:var(--text-lt);text-transform:uppercase;letter-spacing:1px;margin-top:4px;}

/* BECOME A PARTNER CTA */
#partner-cta{background:linear-gradient(120deg,var(--amber) 0%,var(--amber-lt) 100%);padding:72px 0;position:relative;overflow:hidden;}
#partner-cta::before{content:'';position:absolute;bottom:-80px;right:-80px;width:320px;height:320px;border-radius:50%;background:rgba(13,27,42,.08);}
#partner-cta::after{content:'';position:absolute;top:-60px;left:-60px;width:220px;height:220px;border-radius:50%;background:rgba(13,27,42,.06);}
#partner-cta h2{font-family:'Cormorant Garamond',serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--navy);}
#partner-cta p{color:rgba(13,27,42,.65);font-size:1rem;line-height:1.7;max-width:500px;}
.btn-navy{background:var(--navy);color:var(--white);border:none;padding:14px 32px;border-radius:8px;font-family:'DM Sans',sans-serif;font-weight:700;font-size:.9rem;letter-spacing:.5px;transition:var(--tr);display:inline-flex;align-items:center;gap:8px;}
.btn-navy:hover{background:var(--navy-mid);color:var(--white);transform:translateY(-2px);box-shadow:0 10px 30px rgba(13,27,42,.3);}
.btn-outline-navy{background:transparent;color:var(--navy);border:2px solid rgba(13,27,42,.3);padding:13px 28px;border-radius:8px;font-family:'DM Sans',sans-serif;font-weight:700;font-size:.9rem;letter-spacing:.5px;transition:var(--tr);display:inline-flex;align-items:center;gap:8px;}
.btn-outline-navy:hover{border-color:var(--navy);background:rgba(13,27,42,.08);color:var(--navy);}




/* ── PRELOADER ── */
#preloader {
    position: fixed; inset: 0; z-index: 9999;
    background:#636f48;
    display: flex; align-items: center; justify-content: center;
    flex-direction: column; gap: 14px;
    transition: opacity .6s ease;
}
#preloader.done { opacity: 0; pointer-events: none; }
#preloader .spin {
    width: 44px; height: 44px; border: 4px solid rgba(255,255,255,0.15);
    border-top-color:white; border-radius: 50%;
    animation: spin 1s linear infinite;
}
#preloader p { color:white; font-size: 2rem; letter-spacing: 3px; text-transform: uppercase; }
@keyframes spin { to { transform: rotate(360deg); } }

/*── ANIMATE ON SCROLL ── */
[data-aos] { transform: translateY(28px); transition: opacity .65s ease, transform .65s ease; }
[data-aos].visible { opacity: 1; transform: none; }

.slider-caption {
    padding-top: 60px;
}
@media (max-width: 768px) {
    .header-style-1 .d-flex.flex-column.flex-md-row {
        flex-direction: column !important;
        width: 100%;
        padding: 10px 0;
        gap: 15px; /* 🔥 adds space between logos */
    }

    .header-style-1 .navbar-brand img {
        width: 80% !important; /* 👈 reduce size so they don’t feel cramped */
        max-width: 250px;
        height: auto;
        object-fit: contain;
    }
}
/* WHITE LOGO BAR */
/* FULL-WIDTH WHITE BANNER */
.logo-banner {
    background:  white;
    width: 100%;
    padding: 12px 20px;
    border-bottom: 1px solid #e5e5e5;
}

/* LOGOS */
.logo-banner img {
    height: 70px;
    object-fit: contain;
}

/* MOBILE IMPROVEMENT */
@media (max-width: 768px) {
    .logo-banner {
        padding: 15px 10px;
    }

    .logo-banner .container-fluid {
        flex-direction: column;
        gap: 10px;
    }

    .logo-banner img {
        height: 60px;
    }
}
/* ── SLIDING NAV INDICATOR ── */
.header-style-1 .navbar-nav {
    position: relative;
}

.nav-indicator {
    position: absolute;
    bottom: 18px;
    height: 3px;
    background: #ffffff;
    border-radius: 0;
    transition: left 0.35s cubic-bezier(.4,0,.2,1), width 0.35s cubic-bezier(.4,0,.2,1);
    pointer-events: none;
    display: block !important;
    opacity: 1 !important;
}

/* Kill all old underline approaches */
.header-style-1 .navbar-expand-lg .navbar-nav .nav-link::after,
.header-style-1 .navbar-expand-lg .navbar-nav .nav-link::before {
    display: none !important;
}

.nav-link-active,
.header-style-1 .navbar-expand-lg .navbar-nav .nav-link.active {
    text-decoration: none !important;
}

/* Kill focus box */
.header-style-1 .navbar-expand-lg .navbar-nav .nav-link:focus,
.header-style-1 .navbar-expand-lg .navbar-nav .nav-link:focus-visible,
.header-style-1 .navbar-expand-lg .navbar-nav .nav-link:active {
    outline: none !important;
    box-shadow: none !important;
}
.card-img-wrap {
    position: relative;
    height: 260px;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
    background: #146c2e;
}

.card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Placeholder */
.news-placeholder {
    position: absolute;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;

    background:
            radial-gradient(circle at center,
            #2e8b2e 0%,
            #146c2e 70%,
            #0b3d16 100%);
}

.news-placeholder span {
    color: #fff;
    font-size: 52px;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
}
.stories-swiper-wrapper {
    position: relative;
    padding: 0 50px 50px; /* sides for arrows, bottom for pagination */
}

.successStoriesSwiper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.successStoriesSwiper .swiper-slide {
    height: auto;
    box-sizing: border-box;
}

/* Position arrows on far left and right */
.stories-swiper-wrapper .swiper-button-prev {
    left: 0;
    top: 40%;
    transform: translateY(-50%);
    position: absolute;
    color: green;
}

.stories-swiper-wrapper .swiper-button-next {
    right: 0;
    top: 40%;
    transform: translateY(-50%);
    position: absolute;
    color: green;
}

/* Pagination dots below the cards */
.stories-swiper-wrapper .swiper-pagination {
    position: relative;
    bottom: unset;
    margin-top: 20px;
    text-align: center;
    color: green;
}
.stories-swiper-wrapper .swiper-pagination .swiper-pagination-bullet-active {
    background: green;
}
.news-description {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.6;
}

/* Base styles for the pop-up container */
.side-popup {
    position: fixed;
    bottom: 20px;
    right: -350px; /* Start completely hidden off-screen to the right */
    width: 300px;
    background-color: green;
    color: #ffffff;
    padding: 16px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    /*font-family: sans-serif;*/
    font-size: 16px;
    z-index: 9999;
    transition: right 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); /* Smooth bounce effect */
}

/* Class added by JS to slide the pop-up into view */
.side-popup.show {
    right: 20px;
}
.btn-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 16px;
    height: 50px;

    background: green;
    color: #fff;

    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;

    border: 0;
    border-radius: 3px;

    text-decoration: none;
    cursor: pointer;

    transition: all 0.2s ease-in-out;
}

.btn-back:hover {
    background: darkgreen;
    color: #fff;
}
.story-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.6;
    min-height: 4.8em;
}
.success-story-detail-title {
    text-transform: uppercase;
    font-size: 2rem;
}