﻿.banner-29 {
    background-image: url("../img/forest-bg.jpg") !important;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-slider .fullscreen-banner .item {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.banner-title img.logo-bird {
    max-width: 80px;
    max-height: 95px;
}

.title-decoration {
    font-weight: bold;
    padding-left: 15px;
    border-left: 5px solid #2a9615;
}

.title-decoration-l-r {
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
    border-left: 5px solid #2a9615;
    border-right: 5px solid #2a9615;
}

.bg-overlay-65 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.65);
    z-index: 0;
}

.logo-container {
    position: relative;
    z-index: 101;
}

.logo-brand img {
    max-width: 150px;
}

.about-bg {
    background-color: #fff;
}

.post-desk {
    height: auto !important;
}

.post-img {
    max-width: 400px;
    margin: 0 auto;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
}

.post-img img {
    max-width: 100%;
    height: 250px !important;
    object-fit: cover;
    border: 10px solid #fff !important;
}

.post-img:hover {
    border-color: #47af00;
}

.post-img img.newslist-image{
    height: auto !important;
}

.membership-area {
    background-image: url("../img/forest-bg.jpg");
    padding: 50px 0 !important;
    position: relative;
}

/*.membership-area .bg-overlay-65 {
    z-index: 0;
}*/

.member-title {
    color: #fff;
    font-size: 24px;

    margin-bottom: 5px;
}

.member-label {
    margin-bottom: 0;
    color: #999 !important;
    font-weight: 400;
}

.btn-subscribe {
    background-color: #47af00;
    color: #000;
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
    box-shadow: none;
    padding: 15px 30px;
    border-radius: 5px;
    position: relative;
    outline: 0;
    text-decoration: none;
    cursor: pointer;
}

.btn-subscribe:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: red;
}

.nature-trail .portfolio-item .thumb {
    height: 280px;
}

.nature-trail .portfolio-item .thumb img {
    height: 100%;
    object-fit: cover;
}

.portfolio-hover {
    /*background-color: rgba(71,175,0,0.5);*/
}

.mfp-title {
    /*display: none;*/
}

#footer.dark .secondary-footer .social-link.circle a:hover, #footer.dark .social-link.circle a:hover {
    background-color: #47af00;
}

.custom-title span {
    font-size: 24px !important;
    color: #212121 !important;
}

.nature-trail-title {
    position: relative;
}

.hover-img {
    position: absolute;
    width: 200px;
}

.gallery-container {
    position: relative;
    z-index: 12;
}

.bird-img {
    /*position: absolute;
    width: 250px;
    bottom: -23%;
    left: 2%;*/
    position: absolute;
    width: 300px;
    bottom: -3%;
    right: 9%;
    z-index: 9;
}
.donate-btn{
    background: #47af00 !important;
    color: #fff !important;
    line-height: 30px !important;
    margin-top: 35px;
    margin-right: 10px;
}
.adopt-btn{
    background: #212121 !important;
    color: #fff !important;
    line-height: 30px !important;
    margin-top: 35px;
    margin-right: 10px;
}
.l-navbar-wrapper_has-sticky .menuzord-menu > li > .donate-btn {
    margin-top: 15px;
}
.l-navbar-wrapper_has-sticky .menuzord-menu > li > .adopt-btn {
    margin-top: 15px;
}
.latest-news{
    background: #ffffff;
    padding: 20px;
    border-radius: 5px;
    opacity: 0.85;
    cursor: pointer;
}
.latest-news h4{
    font-size: 16px !important;
    color: #212121 !important;
    letter-spacing: 0px;
    font-weight: 600;
    margin: 0;
    line-height: 12px;
}
.latest-news p{
    font-size: 14px;
    color: #999999 !important;
    margin: 10px 0;
    line-height: 20px;
}
.latest-news-arrow{
    height: 25px !important;
    width: 25px !important;
    position: absolute;
    top: 42%;
    bottom: 0;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.latest-news h4 a{
    color: #212121;
}
.latest-news h4 a:hover{
    color: #47af00 !important;
}
.latest-news-arrow{
    cursor: pointer !important;
}
.date-time-txt{
    font-style: italic;
    font-size: 12px !important;
    text-align: right;
    margin: 0 !important;
    line-height: 15px !important;
}
.donate-container{
    background-color: #ffffff;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 9999999;
    width: 360px;
    transform: translateX(380px);
    transition: all 500ms ease-out;
    box-shadow: -5px 4px 8px 0px rgba(0,0,0,0.4);
}
.donate-wrapper{
    background-image: url("../img/elephant-3.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    height: 100%;
    width: 100%;
    padding: 25px;
    text-align: center;
}
.donate-wrapper-translate{
    transform: translateX(0px);
}
.close-btn{
    background: transparent;
    color: #212121;
    border: none;
    font-size: 25px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}
.close-btn img{
    height: 15px;
    width: 15px;
}
.donate-heading{
    font-size: 30px !important;
    color: #212121 !important;
    margin: 10px 0;
    font-weight: bold;
    text-transform: uppercase;
}
.donate-list li{
    list-style-type: none;
}
.donate-list{
    padding: 0;
    text-align: left;
    padding-left: 20px;
}
.donate-list li {
    display: flex;
    align-items: center;
    color: #212121;
    font-size: 22px;
    line-height: 50px;
    font-weight: 200;
}
.donate-list li a:hover{
    color: #47af00 ;
}
.donate-btn-style{
    background-color: rgba(71, 175, 0, 0.83);
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
    box-shadow: none;
    padding: 10px 30px;
    border-radius: 5px;
    position: relative;
    outline: 0;
    text-decoration: none;
    cursor: pointer;
    margin: 20px 0;
}
.radio-style{
    height: 20px;
    width: 20px;
    margin-right: 10px !important;
}

/*input[type='radio']:after {
    width: 12px;
    height: 12px;
    border-radius: 15px;
    top: -6px;
    left: 3px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

input[type='radio']:checked:after {
    width: 12px;
    height: 12px;
    border-radius: 15px;
    top: -6px;
    left: 3px;
    position: relative;
    background-color: #47af00;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}*/

input[type="radio"] {
    display: none;
}
input[type="radio"]+label {
    color: #666;
    font-size: 22px;
    line-height: 50px;
    font-weight: 200;
    margin: 0;
}
input[type="radio"]+label span {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: -2px 10px 0 0;
    vertical-align: middle;
    cursor: pointer;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #ffffff;
}
input[type="radio"]+label span {
    background-color: #fff;
    border: 1px solid #999;
}
input[type="radio"]:checked+label {
    color: #666;
    font-size: 22px;
    line-height: 50px;
    font-weight: 200;
}
input[type="radio"]:checked+label span {
    background-color: #47af00;
    border: 2px solid #ffffff;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .1);
}
input[type="radio"]+label span, input[type="radio"]:checked+label span {
    -webkit-transition: background-color 0.24s linear;
    -o-transition: background-color 0.24s linear;
    -moz-transition: background-color 0.24s linear;
    transition: background-color 0.24s linear;
}
.click-overlay{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: azure;
    z-index: 1;
}

.subscribe-section{
    display: flex;
    align-items: center;
    justify-content: center;
}
.pos-rltive{
    position: relative !important;
}
.news-section{
    position: absolute;
    width: 100%;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content:center;
    background: rgba(0, 0, 0, 0.4);
    bottom: 0;
    z-index:999;
}
.news-section h6{
    margin: 0;
    font-size: 14px;
    color: #dddddd;
    font-weight: normal;
    padding-left: 20px;
    margin-left: 5px;
}
.slider-indicators{
    /*bottom: 100px !important;*/
    bottom: 10px !important;
}
.rd-more{
    padding: 5px 10px;
    border: 1px solid;
    font-size: 13px;
    margin-left: 20px;
}
.rd-more:hover{
    color: #fff !important;
    cursor: pointer;
}
.news-display-flex{
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.border-right{
    padding-right: 15px !important;
    border-right: 2px solid #2a9615 !important;
    display: inline-block;
    border-left: none !important;
    padding-left: 0px !important;
    font-size: 16px !important;
    margin: 0 !important;
}
.adopt-section{
    position: relative;
    background-image: url("../img/great-indian-bustard.png");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    align-items: center;
}
.adopt-section h1{
    font-size: 60px;
    color: #ffffff;
    margin: 0;
    line-height: 70px;
    font-weight: 600;
}
.banner-adopt-bnt{
    background: #47af00;
    color: #fff;
    padding: 10px 30px;
    margin-top: 20px;
}
.banner-adopt-bnt:hover{
    color: #212121;
    background: #ffffff;
}
.adopt-section p{
    color: #f1f1f1;
    font-size: 16px;
    margin: 12px 0;
}
.overlay{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.6);
    top:0;
    bottom: 0;
}


.bottom-bar-content{


}

.bottom-bar{
    position: absolute;
    bottom: 0;
    /*width: 100%;*/
    height: 100%;
    z-index: 999;
    right:0;
    display: flex;
    align-items: center;
}
.main-box{
    /*max-width: 200px;*/
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    transition: all 500ms ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    transform: translateX(273px);
}
.news-box{
    background: #ffffff;
    text-align: center;
    padding: 10px;

}
.news-box h5{
    font-size: 18px;
    margin: 0;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}
.news-box:last-child{
    margin-bottom: 0px;
}
.main-box:hover{
    transform: translateX(0px);
}
/*.icon-sec{
    background: #47af00;
    padding: 10px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}*/
.icon-sec img{
    max-width: 20px;
    height: auto !important;
    margin-right: 10px;
}
.button-inner{
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-rounded-2{
    border-radius: 30px;
    padding: 10px 30px !important;
}
.btn-green{
    background: #47af00 !important;
}
.col-pad{
    padding: 0 10px !important;
}

.membership-head{
    color: #333;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    margin-bottom: 15px;
    line-height: 8px;
    font-weight: 600;
}
/*Check box*/
.checkbox-label{
    position: relative;
    cursor: pointer;
    color: #444;
    font-size: 15px;
    margin-right: 15px;
    font-weight: normal !important;
}

input[type="checkbox"], input[type="radio"]{
    position: absolute;
    right: 9000px;
}
input[type="radio"] + .label-text:before{
    content: "\f096";
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing:antialiased;
    width: 1em;
    display: inline-block;
    margin-right: 5px;
}

input[type="radio"]:checked + .label-text:before{
    content: "\f14a";
    color: #47af00;
    animation: effect 250ms ease-in;
}

input[type="radio"]:disabled + .label-text{
    color: #aaa;
}

input[type="radio"]:disabled + .label-text:before{
    content: "\f0c8";
    color: #ccc;
}
@keyframes effect{
    0%{transform: scale(0);}
    25%{transform: scale(1.3);}
    75%{transform: scale(1.4);}
    100%{transform: scale(1);}
}
.small-text{
    font-size: 10px;
    color: #999999;
}
.m-btm{
    margin-bottom: 10px;
}
.form-control {
    height: 40px;
    box-shadow: none;
    background: rgba(241, 241, 241, 0.4);
    margin-bottom: 10px;
}
.form-group {
    margin-bottom: 8px;
}
.dis-flex{
    display: flex;
    align-items: center;
}
.mr-0{
    margin: 0 !important;
}
.mr-bottom-0{
    margin-bottom: 0 !important;
}
.mr-left-10{
    margin-left: 10px !important;
}
.mr-top-20{
    margin-top: 20px !important;
}
.mb-top-20{
    padding-top: 20px !important;
}
.padding-30{
    padding: 30px !important;
}
.form-box{
    padding: 20px;
    background: #ffffff;
    box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.2);
}
.flex-right{
    display: flex;
    flex-direction: column;
}
.cost-style{
    float: right;
}
.dashed-border{
    border-bottom: 1px dashed #ddd;
}
.small-text-2{
    font-size: 13px;
    color: #999999;
}
.line-height{
    line-height: 55px;
}
.membership-bg{
    /*background-image: url(../img/leaves.png);*/
    background-image: url(../img/membership-bg-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    background-attachment: fixed;
}
.border-top{
    border-top: 1px solid #dddddd;
}
.left-side{
    left: 0 !important;
}
.opacity-95 {
    opacity: 0.95;
}
textarea.form-control {
    resize: none;
}
.details-heading{
    font-size: 32px;
    font-weight: bold !important;
}
.details-discription{
    font-size: 16px !important;
    margin-bottom: 15px;
    text-align: justify;
}
.inner-pages-banner{
    position: relative;
    height:450px !important;
    object-fit: cover;
}
.padding-60{
    padding: 60px 0 !important;
}

/*.heading-title-side-border .title-border-container .title-border {
    border-bottom: 3px solid #47af00;
}*/

/*========= Team Member Detail =========*/

.team-member-img {
    width: 100%;
    padding: 15px;
    border: 1px solid #ddd;
}

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

.team-member-title {
    font-size: 32px;
    font-weight: bold;
}

.team-member-subtitle {
    font-style: italic;
    line-height: 18px;
    margin-bottom: 0;
    font-size: 18px;
    letter-spacing: 1px;
    color: #999;
}

.team-member-content p {
    font-size: 16px;
}

.team-item {
    display: block;
}
.nature-trail-heading a {
    margin: 0;
    letter-spacing: 0px !important;
    text-transform: capitalize !important;
    color: #222;
    font-size: 20px !important;
    font-weight: bold;
}
.nature-trail-date{
    font-size: 14px !important;
    font-style: italic;
    text-transform: capitalize !important;
    letter-spacing: 0.5px;
}

.nature-trail-card{
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.1);
    border-radius: 5px;
    background: #ffffff;
    overflow: hidden;
    margin: 5px;
    cursor: pointer;
}
.nature-trail-bg{
    background: #f6f6f6;
}
.portfolio-title{
    padding: 15px !important;
}
.book-now-bnt{
    background: #47af00;
    color: #fff !important;
    padding: 5px 8px;
    font-size: 12px;
    margin: 0 !important;
}
.book-mow{
    text-align: right;
    padding-top: 15px;
    border-top: 1px dashed #ddd;
}
.book-mw-cost{
    float: left;
    font-size: 24px !important;
    color: #333 !important;
}
.pd-bt-15{
    padding-bottom: 15px;
}
.portfolio-meta li{
    display: flex;
    line-height: 24px !important;
}
.portfolio-meta li span{
    flex-shrink: 0;
    flex-grow: 0;
    line-height: 22px;
}
.nature-trail-main-img{
    height: 450px;
    width: 100%;
    object-fit: cover;
}
.similar-nature-trails-img{
    width: 100% !important;
    height: 230px !important;
    object-fit: cover;
}
.details-sec{
    padding: 20px;
    background: #f5f5f5;
    border-radius: 5px;
}
.consertn-img{
    max-width: 100% !important;

}
.consertn-img img{
    width: 100% !important;
    height: 300px;
    object-fit: cover;
}
.pad-0{
    padding: 0 !important;
}
.heading-conservation{
    font-size: 25px !important;
}
.padding-btm{
    padding-bottom: 50px;
}
.education-img img{
    height: 210px !important;
    border: none !important;
}
.education-card{
    box-shadow: 4px 4px 10px 1px rgba(0,0,0,0.1);
    background: #ffffff;
    /*padding: 20px 15px;*/
    cursor: pointer;
    transition: all 500ms ease-out;

}
.education-card:hover{
    box-shadow: none;

}
.education-img{
    -webkit-clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
    transition: all 500ms ease-out;
}
.education-card:hover .education-img{
    -webkit-clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
}
.no-border{
    border: none !important;
}
.pad-edu-img{
    padding-left: 15px !important;
    padding-right: 20px !important;
}
.p-read-more {
    position: relative;
    text-transform: uppercase;
    color: #fff;
    padding: 8px 10px;
    background: #47af00;
    font-size: 12px;
    font-weight: 600;
}
.p-read-more i {
    position: absolute;
    top: 0;
    margin-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    font-weight: bold;
    bottom: 0;
    background: #47af00;
}
.img-height-350{
    height: 350px !important;
}
/*.banner-head{
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background: rgba(0,0,0,0.55);

}*/
.banner-head h1{
    font-size: 48px;
    font-weight: bold;
    letter-spacing: 3px;
    color: #fff !important;
}
.banner-sub-title{
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    line-height: 26px;
    font-size: 16px;
    margin-top: 10px;
    letter-spacing: 1px;
}
.banner-bg{
    position: relative;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
    background-size: cover;
    min-height: 450px;
    display: flex;
    align-items: center;;
}
.inner-banner-overlay{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    /*background: rgba(0,0,0,0.55);*/
    top: 0;
    bottom: 0;
}
.short-dis{
    line-height: 23px !important;
    margin-bottom: 15px !important;
}
.pad-13{
    padding: 13px 0 !important;

}
.pad-15{
    padding: 15px !important;
}
.pad{
    padding: 25px 20px 32px 20px !important;
}
.species-img img{
    width: 100% !important;
    height: 250px;
    object-fit: cover;
}
.mar-bt-30{
    margin-bottom: 30px;
}
.education-card:hover .species-img{
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 75%, 50% 100%, 0% 75%, 0 0);
    clip-path: polygon(50% 0%, 100% 0, 100% 75%, 50% 100%, 0% 75%, 0 0);

}
.species-img{
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 0);
    clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 0);
    transition: all 500ms ease-out;
}
.about-us-1{
    background-image: url(../img/about/salim-ali-4-name.png);
    background-repeat: no-repeat;
    background-position: 5% bottom;
    background-size: contain;
    padding: 70px 0;
}
.about-us-2{
    background-image: url(../img/about/Phipson-new-1.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    padding: 70px 0;
}
.founders{
    margin: 0;
}
.founders li{
    list-style-type: none;
    font-size: 16px;
    /*font-size: 20px;*/
    margin-bottom: 10px;
    margin-right: 8px;
    display: inline-block;
    padding: 5px 10px;
    background: #f1f1f1;
    transition: all 0.3s ease-out;
}
.pd-btm{
    padding-bottom: 50px;
}
.founders li:hover{
    background: #47af00;
    color: #ffffff;
}
.bg-gray{
    background-color: #f1f1f1;
}
.be-member{
    position: absolute;
    width: 220px;
    bottom: 55%;
    right: 4%;
    z-index: 9999;

}
.portfolio-filter li a:hover, .portfolio-filter li.active a {
    color: #fff;
    background: #47af00;
    border-radius: 20px;
}
.portfolio-filter li a {
    padding: 8px 20px;
    margin: 0 10px;
    /* font-family: 'Abel', sans-serif; */
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #a9a8a8;
    font-size: 13px;
    border-radius: 20px;
}
.index-abt-banner img{
    max-width: 100%;
    height: 250px !important;
    object-fit: cover;
    border: 10px solid #fff !important;
}
.p-relative{
    position: relative;
}
.p-absolute{
    position: absolute;
}

.dept-listing{
    top:0;
    left: 0;
}
.contact-us-card{
    padding: 15px;
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.1);
    background: #ffffff;
    cursor: pointer;
}
.contact-us-card:hover{
    background: #212121;
}

.featured-item:hover .title h4{
    color: #ffffff;
}
.featured-item{
    transition: all 0.3s ease-out ;
}
.contact-us-card:hover .icon i{
    color: #ffffff;
}
.pad-45{
    padding: 45px 0;
}
.pad-btm-60{
    padding-bottom: 60px;
}
.bg-f9f9f9{
    background: #f9f9f9;
}
.career-btn{
    display: inline-block;
    margin-top: 30px;
    text-transform: uppercase;
    color: #cbcbcb;
    font-size: 12px;
}
.team-sec-mar{
    margin: 0 0 0 290px !important;
}
.filter-p{
    position: absolute !important;
    z-index: 999;
    padding: 20px 0;
    background: #ffffff;
}
.filter-block li{
    /*display: block !important;
    padding: 0;
    text-align: left;
    line-height: 20px;*/
    display: inline-block !important;
    padding: 0;
    text-align: left;
    line-height: 20px;
    border: 1px solid #ddd;
    margin: 5px;
    /*border-radius: 6px;*/
}
.filter-block li a{
    display: block !important;
    padding: 10px 20px;
    margin: 0 10px;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #a9a8a8;
    font-size: 14px;
    border-radius: 0px;
    border-bottom: 1px solid #f1f1f1;
}

.filter-block li a:hover, .filter-block li.active a {
    color: #fff;
    background: #47af00;
    border-radius: 0px;
}
.career-details-info .c-list-row .info {
    padding-left: 0px;
    color: #7e7e7e;
    font-size: 14px;
}
.career-details-info {
    display: block;
}
.career-details-info {
    z-index: 1;
    padding: 0px 0 0 0;
    background: #fff;
}
.p-mrt-b{
    margin-bottom: 10px !important;
    color: #444;
    font-weight: 600;
    font-size: 16px;
}
.cam-read-more{
    color: #999;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}
.camp-img{
    height: 190px !important;
}
.float-none{
    float: none !important;
}


/*==================Donate========================*/


.labl {
    display: inline-block;
    margin-right: 10px;
}
.labl > input{ /* HIDE RADIO */
    visibility: hidden; /* Makes input not-clickable */
    position: absolute; /* Remove input from document flow */
}
.labl > input + div{ /* DIV STYLES */
    cursor: pointer;
    padding: 10px 30px;
    background: #e0ded8;
    color: #333;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s ease-out;
}
.labl > input:checked + div{ /* (RADIO CHECKED) DIV STYLES */
    cursor: pointer;
    padding: 10px 30px;
    background: #47af00;
    color: #ffffff;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 600;

}

.donate-heading-inner{
    font-size: 26px;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 600;
}

.donate-bg{
    background-image: url(../img/gallery/4-1.jpg);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
}
.feedback-bg{
    /*background-image: url(../img/feedback-3.jpg);*/
    background-repeat: no-repeat;
    background-position: right bottom;
    background-attachment: fixed;
    background-size: cover;
    padding: 40px 0;
}
.contact-bg{
    background-image: url(../img/contact-bg-3.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}
.contact-form{
    background: rgba(255, 255, 255, 0.8);
    padding: 30px;
    padding-bottom: 0;
    padding-top: 0;
    border-radius: 5px;
}
.pd-25{
    padding: 25px 0 !important;
}
.pd-35{
    padding: 35px !important;
}
.for-mobile{
    display: none;
}


/*adopt*/

/*image gallery*/

.adopt-section-2{
    padding-top: 50px;
}

.image-checkbox {
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 4px solid transparent;
    transition: all 0.3s ease-out;
    margin-bottom: 0;
    outline: 0;
}
.image-checkbox input[type="checkbox"] {
    display: none;
}

.image-checkbox-checked {
    border-color: #ffffff;
}
.image-checkbox .fa {
    position: absolute;
    color: #fff;
    background-color: #47af00;
    padding: 6px;
    top: -8px;
    right: 8px;
    border-radius: 50%;
    animation: effect 250ms ease-in;
    font-size: 13px;
}
.image-checkbox-checked .fa {
    display: block !important;
    transition: all 0.3s ease-out;
}
.adopt-text{
    font-weight: 600;
    letter-spacing: 1px !important;
}
.price-label{
    font-size: 30px !important;
    margin-right: 0px !important;
}
.col-plr{
    padding: 0 15px !important;
}
.or-txt{
    font-size: 30px;
    color: #333;
    padding: 0 15px;
    margin: 0 10px;
}
.price-pdl{
    padding-left: 10px;
}

.adopt-text-2{
    font-size: 16px;
    color: #444;
    text-align: center;
    line-height: 30px;
    word-spacing: 1px;
}

.adopt-species-name{
    font-size: 15px;
    color: #333;
    font-weight: normal;
    margin: 5px 0;
    width: 138px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.tb-grid .item > .item-inner, .tb-grid .box-nano > .item-inner {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    margin: 0;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
}
.modal-dialog-centered{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}
.modal-content{
    width: 100%;
    border-radius: 0px;
}
.modal-dialog{
    margin: 0 auto;
}
.mar-0{
    margin: 0 !important;
}
.pad-t-50{
    padding: 50px 0 !important;
}
.modal-cls-btn{
    background: #47af00 !important;
    opacity: 1;
    color: #fff;
    position: absolute;
    top: -20px;
    right: -20px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
}
.team-mem-name{
    margin: 0;
    letter-spacing: 0px !important;
    text-transform: capitalize !important;
    color: #222;
    font-size: 20px !important;
}
.txt-mem-lwrcase{
    text-transform: capitalize !important;
    font-size: 14px !important;
}
.mar-left-20{
    margin-left: 20px !important;
}
.mar-btm-8{
    margin-bottom: 8px !important;
}
.pad-add{
    padding: 0px 15px 50px 15px;
}
.pad-top-60{
    padding-top: 60px;
}
.supporters{
    box-shadow: 4px 4px 10px 1px rgba(0,0,0,0.1);
    background: #fff;
    margin-bottom: 20px;
    padding: 15px;
    cursor: pointer;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    transition: all 0.3s ease-in;
}
.supporters:hover{
    border-left: 5px solid #47af00;
    border-right: 5px solid #47af00;
}
.supporters-logo{
    max-width: 150px;
}
.supporters-left{
    flex-grow: 0;
    flex-shrink: 0;
}
.supporters-right{
    margin-left: 15px;
    padding: 0 10px;
}
.supporters-right p{
    margin: 0;
    line-height: 28px;
}
.pro-title{
    margin-bottom: 5px;
    font-size: 18px;
}
.supporters-name{
    margin: 10px 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.supp-head{
    font-size: 24px !important;
}
.supp-span{
    font-size: 12px;
    font-weight: 600;
    color: #777;
    letter-spacing: 1px;
}
.footer_logo{
    height: 235px;
    width: 100%;
    object-fit: contain;
}
.annual-report ul{
    padding: 0;
}
.annual-report ul li{
    list-style-type: circle;
    line-height: 40px;
    color: #47af00;
    border-bottom: 1px solid #eee;
    padding: 3px 0px;
    transition: all 300ms ease-out;
    cursor: pointer;
}
.annual-report ul li a{
    color: #555555;
}
.annual-report ul li a:hover{
    color: #47af00;
}

.annual-report ul li:hover{
    border-bottom: 1px solid #47af00;
}
.video-section{
    position: relative;
    background-image: url(../img/video_image_new.JPG);
    /*background-image: url(../img/video-banner.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding: 40px 0px;
    /*padding: 100px 0px;*/
    display: flex;
    align-items: center;

}
.video-section h1 {
    font-size: 32px;
    color: #ffffff;
    margin: 0;
    line-height: 45px;
    font-weight: bold;
    text-transform: uppercase;
}
.video-section p {
    color: #f1f1f1;
    font-size: 16px;
    margin: 12px 0;
}
.staff-img{
    height: 250px !important;
    object-fit: cover;
    object-position: top;
}
.pad-btn{
    padding: 5px 20px !important;
}
.box-shdw{
    box-shadow: 0px 3px 5px 2px rgba(0,0,0,0.1);
    transition: all 0.3s ease-out;
    margin-bottom: 25px;
    height:147px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.pad-bot-top-15{
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.box-shdw:hover{
    background: #47af00;
}
.box-shdw:hover h4{
    color: #ffffff !important;
}
.box-shdw:hover p{
    color: #ffffff !important;
}
.height-auto{
    height: 100px;
    /*height: auto !important;*/
}
.lin-height{
    line-height: 20px !important;
}
.history-img{
    /*height: 200px;*/
    object-fit: contain;
    cursor: pointer;
}
.mart-25{
    margin-top: 25px;
}
.model-img-height{
    height: 425px;
    object-fit: contain;
}
.bg-f1f1f1{
    background: #f1f1f1;
}
.gift-img{
    height: 570px;
    object-fit: contain;
}
.hours{
    padding: 20px 0 0;
}
.hours span{
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: normal;
    display: block;
    line-height: 35px;
    color: #333333;
}
.hours h4{
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    color: #47af00;
}
.services-li{
    list-style-type: none;
}
.ser-title{
    margin: 0;
    margin-bottom: 10px;
    color: #333;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}
.txt-2{
    margin: 0;
    margin-bottom: 10px;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}
.pad-60{
    padding: 60px 0 !important;
}
.courses li {
    list-style-type: none;
    font-size: 20px;
    margin-bottom: 10px;
    margin-right: 8px;
    display: inline-block;
    padding: 5px 10px;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease-out;
    box-shadow: 0px 3px 5px 2px rgba(0,0,0,0.1);
}
.courses{
    padding-left: 20px;
}
.courses li a{
    color: #333333;
}
.courses li:hover a{
    color: #ffffff;
}
.courses li:hover{
    background: #47af00;
    color: #ffffff;
}
.pro-head h4{
    margin-bottom: 10px;
    font-size: 20px;
    color: #000;
    letter-spacing: 1px;
    font-weight: 600;
}
.buceros-img{
    width: 100%;
    height: 260px;
    object-fit: contain;
    margin-bottom: 50px;
    transition: all .3s ease-in-out;
}
.buceros-img:hover{
    transform: scale(1.1);
}
.dis-block{
    display: block;
}
.author-guideline li{
    list-style-type: decimal-leading-zero;
    line-height: 40px;
    font-size: 25px;
    color: #47af00;
    border-bottom: 1px solid #eee;
    padding: 3px 0px;
    transition: all 300ms ease-out;
    cursor: pointer;
}
.author-guideline li a{
    color: #555555;
    font-size: 15px;
}
.author-guideline li:hover {
    border-bottom: 1px solid #47af00;
}
.career-details-info .c-list-row ul li {
    padding: 0;
    color: #555;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    display: flex;
    align-items: baseline;
}
.li-bg{
    background: #f1f1f1;
}
.info-block{
    background: #fff;
    padding: 20px;
    box-shadow: 0px 3px 5px 2px rgba(0,0,0,0.1);

}
.hornbill-sec{
    text-align: center;
}
.hornbill-sec span{
    font-size: 20px;
    color: #333;
    letter-spacing: 0px;
    margin-right: 5px;
    font-weight: normal;

}
.hornbill-sec img{
    height: 175px;
    width: 100%;
    object-fit: cover;
}
.hornbill-sec h2{
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #47af00;
    margin-top: 10px;
}
.impact-container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    background: #fff;
    /* border: 1px solid #ddd; */
    /* border-top-left-radius: 89px;
    border-bottom-left-radius: 89px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-right: 20px; */
    padding: 0;
    box-shadow: 0 4px 15px 1px rgba(0,0,0,0.15);
    transition: all 300ms ease-out ;
    /* height: 125px; */
    /* margin-bottom: 30px; */
    margin: 0 15px 30px;
    border-radius: 10px;
    overflow: hidden;
}
.imp-img {
    width: 100%;
    /* height: 150px;
    width: 150px;
    border-radius: 50%;
    margin-left: -6px; */
    /*box-shadow: 5px 0px 7px rgba(0,0,0,0.2);*/
}
.impact-container .imp-img img {
    width: 100%;
    height: 250px;
    /* height: 150px;
    width: 150px; */
    object-fit: cover;
    /* border-radius: 50%;
    border: 8px solid #f5f5f5; */
}
.impact-container .imp-dis {
    padding: 15px;
}
.impact-container .imp-dis h4 {
    margin-bottom: 5px;
    font-weight: 700;
    letter-spacing: 0;
}
.impact-container .imp-dis p{
    font-size: 14px;
    color: #888888;
    line-height: 24px;
    margin: 0;
    /* margin-left: 15px; */
}
.impact-container:hover{
    /* background: #333; */
    box-shadow: 0 2px 8px 1px rgba(0,0,0,0.1);
    /* cursor: pointer; */
}
.impact-container:hover .imp-dis p{
    /* color: #ffffff; */
}
.highlights{
    padding: 50px;
    /* background: #ffffff;
    box-shadow: 4px 4px 10px 1px rgba(0,0,0,0.1); */
    border-radius: 10px;
}
.d-flex-wrapped {
    display: flex;
    flex-wrap: wrap;
}
.mb-20 {
    margin-bottom: 20px;
}
.mt-40 {
    margin-top: 40px;
} 
.annual-report ul li{
    color: #555555;
}
.highlights h4{
    text-align: center;
    margin: 0;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
}
.hr-sytle-2{
    margin: 15px auto;
    width: 100px;
    height: 2px;
    background: #47af00;
}
.highlight-item {
    padding: 25px 20px;
    border: 1px dashed #ddd;
    height: 100%;
    border-radius: 10px;
    transition: all 0.3s ease-in;
    margin: 0 10px;
}
.highlight-item h4 {
    margin-bottom: 5px;
    font-size: 20px;
    letter-spacing: 0;
    font-weight: 700;
    text-align: left;
    text-transform: capitalize;
    color: #555;
    /* line-height: 26px; */
}
.highlight-item p {
    font-size: 14px;
    margin-bottom: 0;
    color: #999;
    /* line-height: 24px; */
}
.highlight-item:hover {
    background-color: #fff;
    box-shadow: 0 4px 15px 1px rgba(0,0,0,0.1);
    border-color: transparent;
}
/*======end=========*/

@media screen and (max-width: 480px) {
    .subscribe-section{
        display: block;
    }

    .bird-img {
        width: 100px;
        bottom: -5%;
    }
    .banner-bg{
        margin-top: 50px;
    }
    .be-member{
        width: 150px !important;
        bottom: 55% !important;
        right: 3% !important;
    }

    .details-heading {
        font-size: 16px !important;
        font-weight: bold !important;
    }
    .post-list .post-single .post-desk {
        padding: 25px !important;
    }
    .banner-head h1 {
        font-size: 30px;
        font-weight: bold;
        letter-spacing: 3px;
        color: #fff !important;
    }
    .for-mobile{
        display: block;
    }
    .about-us-1 {
        background-image: none;
    }
    .about-us-2 {
        background-image: none;
    }
    .supporters {
        display: block;
        text-align: center;
    }
    .supporters-right {
        margin-left: 0px;
    }
    .supporters-logo{
        margin-bottom: 10px;
    }

    .article-img {
        width: 100%;
        height: 230px;
        object-fit: cover;
        float: none;
        margin-left: 0;
        border-radius: 15px;
        box-shadow: 5px 5px 6px rgba(0,0,0,0.5);
    }
}


.image-head-title{
    font-size: 16px;
}


/*New style*/

.menu-icon{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 20px;
    right: 40px;
    z-index: 9;
    padding: 15px;
    cursor: pointer;
}
.menu-icon img{
    height: 35px !important;
    width: 30px !important;
    flex-shrink: 0;
    flex-grow: 0;
}
.logo-home{
    width: auto !important;
    height: 100px !important;
    /*background: #fff;*/
    padding: 5px 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}


/* -----------------------------------------------
 * Timeline
 * --------------------------------------------- */
.timeline {
    list-style: none;
    padding: 10px 0;
    position: relative;
    font-weight: 300;
    /*background-color: rgba(50, 50, 50, 0.2);*/
}
.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 2px;
    background: #47af0f;
    left: 50%;
    margin-left: -1.5px;
}
.timeline > li {
    margin-bottom: 20px;
    position: relative;
    width: 50%;
    float: left;
    clear: left;
}
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li > .timeline-panel {
    width: calc(100% - 25px);
    width: -moz-calc(100% - 25px);
    width: -webkit-calc(100% - 25px);
    float: left;
    /*border: 1px solid #dcdcdc;*/
    background: #ffffff;
    box-shadow: 3px 3px 15px rgba(0,0,0,0.2);
    position: relative;
    border-radius: 5px;
}
.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #dcdcdc;
    border-right: 0 solid #dcdcdc;
    border-bottom: 15px solid transparent;
    content: " ";
}
.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #ffffff;
    border-right: 0 solid #ffffff;
    border-bottom: 14px solid transparent;
    content: " ";
}
.timeline > li > .timeline-badge {
    color: #47af0f;
    width: 24px;
    height: 24px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 16px;
    right: -12px;
    z-index: 100;
}
.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline-badge > a {
    color: #47af0f !important;
}
.timeline-badge a:hover {
    color: #dcdcdc !important;
}
.timeline-title {
    margin-top: 0;
    color: inherit;
}
.timeline-heading h4 {
    padding: 0 15px;
    color: #fff;
    display: inline-block;
    margin: 0;
    font-weight: 600;
    background: #47af00;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    position: absolute;
    left: 0;
    top: 0;
}
.timeline-body > p,
.timeline-body > ul {
    /*padding: 10px 15px;*/
    margin-bottom: 0;
    font-size: 15px;
    color: #888888;
    line-height: 24px;
    font-weight: 400;
}
.timeline-footer {
    padding: 5px 15px;
    background-color: #f4f4f4;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.timeline-footer p {
    margin-bottom: 0;
}
.timeline-footer > a {
    cursor: pointer;
    text-decoration: none;
}
.timeline > li.timeline-inverted {
    float: right;
    clear: right;
}
.timeline > li:nth-child(2) {
    margin-top: 60px;
}
.timeline > li.timeline-inverted > .timeline-badge {
    left: -12px;
}
.no-float {
    float: none !important;
}
.timeline img {
    height: 180px;
    width: 180px;
    background: #f1f1f1;
    border-radius: 50%;
    margin-right: 15px;
    padding: 10px;
    object-fit: contain;
    flex-shrink: 0;
    flex-grow: 0;
}
.timeline-body{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    padding: 0 15px;
    padding-top: 30px;
    padding-bottom: 15px;

}
.timeline-bg{
    background-color: rgba(50, 50, 50, 0.1);
}
.timeline-inverted .timeline-heading{
    text-align: right;
}
.timeline-inverted .timeline-heading h4 {
    padding: 0 15px;
    color: #fff;
    display: inline-block;
    margin: 0;
    font-weight: 600;
    background: #47af00;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    position: absolute;
    left: inherit;
    right: 0;
    top: 0;
}
@media (max-width: 500px) {
    ul.timeline:before {
        left: 40px;
    }
    ul.timeline > li {
        margin-bottom: 0px;
        position: relative;
        width: 100%;
        float: left;
        clear: left;
    }
    ul.timeline > li > .timeline-panel {
        width: calc(100% - 65px);
        width: -moz-calc(100% - 65px);
        width: -webkit-calc(100% - 65px);
    }
    ul.timeline > li > .timeline-badge {
        left: 28px;
        margin-left: 0;
        top: 16px;
    }
    ul.timeline > li > .timeline-panel {
        float: right;
    }
    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }
    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
    .timeline > li.timeline-inverted {
        float: left;
        clear: left;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .timeline > li.timeline-inverted > .timeline-badge {
        left: 28px;
    }
}

@media screen and (max-width: 768px) {
    .timeline-body {
        display: block;
    }
}

/*======end=========*/

.secondary-footer {
    padding: 20px 0 !important;
    margin-bottom: -10px;
}

.primary-footer .social-link a {
    opacity: 0.5;
}

#footer.dark .primary-footer .social-link.circle a:hover {
    opacity: 0.8;
}
.home-about-img img {
    width: 100%;
    max-width: 360px;
    height: auto;
}
.p-b-150 {
    padding-bottom: 150px !important;
}
.portfolio-with-title .portfolio-title h3,
.portfolio-with-title .portfolio-title h3 a {
    text-transform: capitalize;
    letter-spacing: 0.5px;
    text-align: center;
}
.nature-trail-card .thumb img {
    max-height: 250px;
    height: 100% !important;
    object-fit: cover;
}
.book-mow {
    padding-bottom: 15px;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 15px;
}
.book-mw-cost {
    float: left;
    font-size: 16px !important;
    color: #666 !important;
    text-transform: capitalize !important;
    letter-spacing: 0 !important;
    text-align: left;
    font-weight: 600 !important;
}
.d-heading{
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 46px;
    font-size: 36px;
    margin-bottom: 22px;
}
.donation-form-con{
    background: #FFFFFF;
    backdrop-filter: blur(4px);
    border-radius: 10px;
    padding: 22px 24px;
}
.input-head-f{
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    color: #333333;
    margin: 0;
    margin-bottom: 10px;
}
.donation-input{
    border: 1px solid #BABABA;
    background: #fff;
    border-radius: 10px;
}
.mar-btn-f{
    margin-bottom: 14px;
}
.y-donation{
    text-align: center;
    border-bottom: 2px solid #DDDDDD;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.y-donation h4{
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    color: #000000;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
.y-donation span{
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
    align-items: center;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    margin-top: 5px;
    margin-right: 5px;
}
.y-donation h5{
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    color: #000000;
    margin: 0;
    display: flex;
    justify-content: center;
}
.donate-btn-f {
    background: linear-gradient(92.52deg, #3CCE65 1.41%, #47AF00 99.19%);
    border-radius: 10px;
    padding: 6px 18px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    width: 50%;
    text-align: center;
}
.audio-btn{
    background: transparent;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
}
.learn-btn {
    background: transparent;
    border-radius: 10px;
    padding: 6px 18px;
    color: #47AF00;
    font-size: 16px;
    font-weight: 500;
    width: 50%;
    text-decoration: underline !important;
    text-align: center;
}

.btn-grp-f {
    display: flex;
    align-items: center;
    justify-content: center;
}
.d-f-title{
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 49px;
    display: flex;
    align-items: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #47AF00;
    margin: 0;
}
.devider-d-1{
    height: 3px;
    max-width: 130px;
    background: #45b40f;
    margin: 5px 0;
}
.bg-d{
    background: radial-gradient(137.06% 33.51% at 100% 0%, rgba(60, 183, 206, 0.5) 0%, rgba(196, 196, 196, 0) 100%);
    position: relative;
}
.f-img{
    position: absolute;
    top: 36px;
    right: 55px;
}
.time-line {
    border-top: 3px solid #45b40f;
    position: relative;
    margin-top: 25px;
}

.point {
    position: absolute;
    height: 30px;
    width: 30px;
    border: 2px solid #45b40f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -15px;
    left: 0;
    background: #fff;
}
.year-sub-txt{
        font-weight: 500;
        font-size: 15px;
        line-height: 20px;
        display: flex;
        align-items: center;
        text-transform: uppercase;
        color: #333333;
        margin: 0;
        padding-right: 20px;
}
.col-p-o{
    padding: 0 !important;
}
.tab-3-diduk{
    top: 29.5rem !important;
    left: 1.5rem !important;
}
.txt-tra-none{
    text-transform: none !important;
}
.year-txt{
    font-weight: 600;
    font-size: 23px;
    line-height: 33px;
    display: flex;
    align-items: center;
    letter-spacing: 0.03em;
    text-transform: capitalize;
    color: #47AF00;
    margin: 25px 0px 10px;
}
.inner-p {
    height: 15px;
    width: 15px;
    background: #45b40f;
    border-radius: 50%;
}
.tab-donation-info .tab-img-con{
    height: 50px;
    width: 50px;
    margin-right: -15px;
    background: #47AF00;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 0;
    flex-shrink: 0;
    transition: all 300ms ease-out;
}
.tab-donation-info .tab-img-con img{
    flex-shrink: 0;
    width: 25px;
}
.tab-donation-info .tab-c{
    display: flex !important;
    align-items: center;
    padding: 0;
    padding: 5px !important;
}
.tab-donation-info .tab-txt-con p{
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
}
.tab-donation-info .tab-txt-con{
    background-image: url(../../public/img/Subtract.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 16px 25px;
    flex: 1;
    text-align: center;
    transition: all 300ms ease-out;
}
.tab-donation-info .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: transparent;
}
.tab-donation-info .nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}
.tab-donation-info .nav-pills>li.active>a>.tab-img-con{
    background: #1170AD;
    transition: all 300ms ease-out;
}
.tab-donation-info .nav-pills>li.active>a>.tab-txt-con{
    background-image: url(../../public/img/Subtract-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 16px 25px;
    flex: 1;
    text-align: center;
    transition: all 300ms ease-out;
}
.info-tab-content{
    padding: 0 16px;
}
.tab-head{
    font-weight: 700;
    font-size: 42px;
    letter-spacing: 0.02em;
    color: #76B74B;
    line-height: 38px;
    margin-bottom: 2px;
}

.tab-head-sub{
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 37px;
    color: #76B74B;
}
.tab-sub-txt{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #333333;
    margin-top: 35px;
    margin-bottom: 0;
}
.sec-bg-1{
    background-image: url(../../public/img/bg-1.png);
    background-repeat: no-repeat;
    background-size: 72%;
    background-position: top right;
    padding: 35px 0px;
}
.did-u-knw-btn{
    height: 80px;
    width: 80px;
    white-space: normal;
    background: #47AF00;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    text-transform: none;
    border-radius: 50%;
    position: absolute;
    top: 1.5rem;
    left: 5.5rem;
    border: none;
}
.did-u-knw-btn:hover{
    transform: scale(1.2);
}
.head-1{
    font-weight:700;
    font-size: 26px;
    line-height: 37px;
    color: #76B74B;
    letter-spacing: 0.2px;
    margin-bottom: 20px;
}
.head-1 span{
    font-weight:400
}
.head-1::before{
    content: '';
    display: inline-block;
    height: 18px;
    width: 18px;
    background-size: 15px;
    background-image: url(../../public/img/right-arrow.png);
    background-repeat: no-repeat;
    margin-right: 10px;
}
.ul-points{
    list-style-type: none;
    position: relative;
    padding-left: 23px;
    padding-right: 15px;
    margin-top: 12px;
}
.ul-points li{
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #333333;
}
.row-pad-1{
    padding: 55px 28px 0;
}
.row-pad-2 {
    padding: 20px 28px 0;
}
.ul-points li::before{
    content: '';
    display: inline-block;
    height: 18px;
    width: 18px;
    background-size: 15px;
    background-image: url(../../public/img/right-arrow.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 4px;
    left: -1px;
}
.tab-2-left {
    margin-top: 25px;
}
.tab-2-img-con{
    text-align: end;
}
.tab-2-img-con img {
    max-width: 80%;
}
.map-ind{
    width: 86%;
    padding: 0px 0;
}
.map-info-1 h5{
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 8px;
}
.band-1 p{
    background: #47AF00;
    text-align: center;
    padding: 13px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    border-top-left-radius: 70px;
    border-bottom-left-radius: 70px;
}
.map-info-1 p{
    font-style: italic;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #333333;
    margin: 0;
}
.tab-2-right{
    background-image: url(../../public/img/right-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px;
}
.tab-head-2{
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0.02em;
    color: #D2FFB4;
}
.tab-head-sub-2{
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0.02em;
}
.info-r .ul-points li{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}
.info-r .ul-points li::before{
    content: '';
    display: inline-block;
    height: 18px;
    width: 18px;
    background-size: 15px;
    background-image: url(../../public/img/right-arrow-2.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 4px;
    left: -1px;
}
.tab-head-3{
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 36px;
    letter-spacing: 0.02em;
    color: #ECECEC;
}
.tab-head-sub-3{
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.02em;
    color: #ECECEC;
}
.sec-bg-2 {
    background-image: url(../../public/img/tab-3-bg.png);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: top left;
    padding: 35px 0px;
}
.tb-3-sub-txt{
    font-weight: 700;
    font-size: 17px;
    line-height: 23px;
    text-align: right;
    color: #76B74B;
    margin: 0;
    margin-bottom: 8px;
    letter-spacing: 0.4px;
}
.con-with-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.tab-sub-txt-2{
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #333333;
    margin-top: 0;
    margin-bottom: 0;
}
.left-timeline-con {
    width: 50%;
    height: 100%;
    padding: 35px 25px 35px 0px;
    position: relative;
}
.right-timeline-con {
    width: 50%;
    border-left: 4px solid #47af00;
    padding: 35px 0px 35px 35px;
    position: relative;
}
.tab-4-diduk {
    top: 24.5rem !important;
    left: -0.5rem !important;
}
.time-line-2 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.right-t-arrow::before{
    content: '';
    display: inline-block;
    height: 18px;
    width: 18px;
    background-size: 15px;
    background-image: url(../../public/img/right-arrow.png);
    background-repeat: no-repeat;
    position: absolute;
    left: -16px;
    top: 50%;
    bottom: 0;
    transform: rotate(60deg);
}
.left-t-arrow::after{
    content: '';
    display: inline-block;
    height: 18px;
    width: 18px;
    background-size: 15px;
    background-image: url(../../public/img/right-arrow.png);
    background-repeat: no-repeat;
    position: absolute;
    right: -21px;
    top: 50%;
    bottom: 0;
}
.right-timeline-con img{
    max-width: 100%;
}
.txt-4{
    font-weight: 500;
    font-size: 19px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #333333;
    margin: 10px 0px;
}
.tab-4-grid-info {
    display: flex;
    align-items: self-start;
    margin-top: 25px;
}
.tab-4-grid-info img{
    width: 45px;
    height: 45px;
    margin-right: 13px;
    object-fit: contain;
}
.tab-4-grid-info h6{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    letter-spacing: normal;
    margin: 0;
}
.tab-4-grid-info h6 span{
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: rgba(60, 183, 206, 0.8);
}
.tab-5-diduk {
    top: 24.5rem !important;
    right: 0 !important;
    left: inherit;
}
.col-pd-12{
    padding: 0 12px !important;
}
.testomonial-1 p::after{
    content: '';
    background-image: url(../../public/img/quote-line-1.png);
    content: '';
    display: inline-block;
    height: 28px;
    width: 28px;
    background-size: 28px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -1.5rem;
}
.banner-donation{
    position: relative;
}
.banner-donation img{
    width: 100%;
}
.d-btn{
    border-radius: 30px;
    background-image: -moz-linear-gradient( 113deg, rgb(32,156,255) 0%, rgb(104,224,207) 100%);
    background-image: -webkit-linear-gradient( 113deg, rgb(32,156,255) 0%, rgb(104,224,207) 100%);
    background-image: -ms-linear-gradient( 113deg, rgb(32,156,255) 0%, rgb(104,224,207) 100%);
    position: absolute;
right: 4rem;bottom: 3.5rem;color: #fff;padding: 3px 20px;font-weight: 600;font-size: 16px;}
.testomonial-1 p::before{
    content: '';
    background-image: url(../../public/img/quote-line.png);
    content: '';
    display: inline-block;
    height: 28px;
    width: 28px;
    background-size: 28px;
    background-repeat: no-repeat;
    position: absolute;
    top: -0.2rem;
    left: -4rem;
}
.testomonial-1 p{
    font-style: normal;
font-weight: 600;
font-size: 15px;
line-height: 22px;
position: relative;
color: #333333;
margin: 0;
margin-left: 25px;
}
.testomonial-1{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}
.testomonial-1 img{
    background: #1170ad;
    margin-right: 30px;
    width: 100%;
    height: 150px;
    border-radius: 5px;
}
.tab-5-diduk-1 {
    top: 12.5rem !important;
    right: 0 !important;
    left: inherit;
}
.tab-5-diduk-2 {
    top: 20rem !important;
    left: inherit;
}
.tab-6-diduk {
    top: inherit;
    left: -0.5rem !important;
    bottom: 0;
}
.sec-bg-3 {
    background-image: url(../../public/img/bg-2.png);
    background-repeat: no-repeat;
    background-size: 58%;
    background-position: top right;
    padding: 35px 0px;
    margin-top: 25px;
}
.tab-6-in{
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.tab-6-in p{
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    display: flex;
    align-items: center;
    color: #333333;
}
.tab-6-in h4{
    margin: 0;
    font-weight: 500;
    font-size: 38px;
    line-height: 61px;
    display: flex;
    align-items: center;
    color: #1170AD;
    margin-right: 10px;
}

.tab-6-grid-info {
    margin-top: 25px;
    text-align: center;
}
.tab-6-grid-info img{
    width: 45px;
    height: 45px;
    margin-bottom: 10px;
    object-fit: contain;
}
.tab-6-grid-info h6{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    letter-spacing: normal;
    margin: 0;
}
.tab-6-grid-info h6 span{
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: rgba(60, 183, 206, 0.8);
}
.ul-points-blue li::before {
    background-image: url(../../public/img/right-arrow-blue.png) !important;
}
.shape-1{
    -webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
padding: 12px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 20px;
}
.shape-1 p{
    color: #fff;
    line-height: 20px;
    text-align: center;
    margin: 4px 8px 4px 27px;
    font-size: 14px;
}
.font-1{
    font-size: 24px !important;
    line-height: 28px !important;
}
.dtn-btn{
    width: 25% !important;
    margin: 25px 0;
}
.modal-center {
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tab-modal-body{
    border-radius: 10px;
    background: transparent;
    box-shadow: none;
    border: none;
    padding: 0;
}
.tab-modal-cls-btn{
    position: absolute;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 0;
    right: 8px;
    top: 8px;
    color: #47af00;
    z-index: 9;
}
.tab-modal-con {
    background: #47AF00;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.pad-l-15{
    padding-left: 15px !important;
}
.pad-l-0{
    padding-left: 0 !important;
}
.tab-modal-con-p p{
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 22px;
}
.dis-cen{
    display: flex;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .dis-cen {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .tab-modal-body {
        padding: 0 15px;
    }
    .tab-modal-con {
        background: #47AF00;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        padding: 15px;
    }
    .tab-modal-con-p {
        text-align: center;
        padding-left: 30px;
        margin-top: 15px;
    }
    .tab-modal-con-p p {
        font-size: 18px;
    }
    .tab-modal-cls-btn {
        right: 23px;
        top: 8px;
    }
    .tab-donation-info {
    margin-top: 50px;
}
.mod-con{
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 15px;
}
.tab-head {
    font-size: 26px;
    line-height: 22px;
}
.tab-head-sub {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #76B74B;
}
.tab-sub-txt {
    margin-top: 20px;
}
.sec-bg-1 {
    background-size: 60%;
}
.did-u-knw-btn {
    height: 73px;
    width: 73px;
    font-size: 12px;
    position: initial;
    margin: 0;
    margin-top: 20px;
}
.row-pad-1 {
    padding: 28px 28px 0;
}
.head-1 {
    font-size: 20px;
}
.year-txt {
    font-size: 20px;
    line-height: 33px;
    margin: 0px 0px 2px;
}
.time-line {
    border-top: none;
    border-left: 3px solid #45b40f;
    position: relative;
    margin-top: 0px;
    padding: 18px 0px 0px 18px;
}
.point {
    height: 17px;
    width: 17px;
    top: 27px;
    left: -10px;
}
.inner-p {
    height: 9px;
    width: 9px;
}
.year-sub-txt {
    padding-right: 0px;
}
.head-1::before {
    height: 14px;
    width: 12px;
    background-size: 12px;
}
.ul-points li::before {
    height: 14px;
    width: 12px;
    background-size: 12px;
}
.tab-2-img-con {
    text-align: end;
    padding: 15px 15px 1px 0px;
}
.tab-2-left {
    margin-top: 25px;
    margin-bottom: 25px;
}
.tab-head-2 {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 20px;
}
.tab-head-sub-2 {
    font-size: 26px;
}
.tab-2-right {
    padding: 28px;
}
.info-r .ul-points li::before {
    height: 14px;
    width: 12px;
    background-size: 12px;
}
.tab-head-3 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 20px;
}
.band-1 p {
    padding: 6px;
    margin: 0;
    font-size: 16px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.sec-bg-2 {
    background-size: 77%;
    padding: 35px 16px;
}
.con-with-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    flex-direction: column-reverse;
    text-align: center;
}
.tb-3-sub-txt {
    font-weight: 700;
    font-size: 17px;
    line-height: 23px;
    text-align: center;
    color: #76B74B;
    margin: 0;
    margin-bottom: 8px;
    letter-spacing: 0.4px;
    margin-top: 15px;
}
.time-line-2 {
    flex-direction: column;
}
.left-timeline-con {
    width: 100%;
    height: 100%;
    padding: 0px 0px 28px 0px;
    position: relative;
    text-align: center;
}
.right-timeline-con {
    width: 100%;
    border-left: none;
    padding: 0px 0px 0px 18px;
    position: relative;
    border-top: 4px solid #47af00;
    margin-bottom: 23px;
}
.right-t-arrow::before {
    content: '';
    display: inline-block;
    height: 18px;
    width: 18px;
    background-size: 15px;
    background-image: url(../../public/img/right-arrow.png);
    background-repeat: no-repeat;
    position: absolute;
    top: -15px;
    left: 45%;
    bottom: 0;
    transform: rotate(150deg);
}
.left-t-arrow::after {
    content: '';
    display: inline-block;
    height: 18px;
    width: 18px;
    background-size: 15px;
    background-image: url(../../public/img/right-arrow.png);
    background-repeat: no-repeat;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: rotate(30deg);
    top: inherit;
}
.tab-4-grid-info {
    margin-top: 18px;
    padding: 0 10px;
}
.testomonial-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -18px 0;
    flex-direction: column;
    padding: 0px 20px;
    margin-bottom: 30px;
}
.testomonial-1 img {
    background: #1170ad;
    border-radius: 50%;
    width: 60%;
    margin-bottom: 25px;
}
.col-pd-12 {
    padding: 0 16px !important;
}
.d-f-title {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 49px;
    display: flex;
    align-items: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #47AF00;
    margin: 0;
}
.audio-btn {
    background: transparent;
    border: none;
    position: inherit;
    margin-top: 16px;
    width: 100%;
}
.btn-grp-f {
    display: block;
    align-items: center;
    justify-content: center;
}
}

.c-txt{
    display: flex;
    align-items: baseline;
}
.c-icon{
    font-size: 18px;
    margin-right: 12px;
    color: #f1f1f1;
}

