/**Global Common***/

@font-face {
    font-family: "Helvetica";
    src: url("../fonts/helveticaneue-thin.eot?#iefix") format("eot"), url("../fonts/helveticaneue-thin.woff") format("woff"), url("../fonts/helveticaneue-thin.ttf") format("truetype"), url("../fonts/HelveticaNeue-Thin.otf") format("opentype");
}

@font-face {
    font-family: "Helvetica_Bold", sans-serif;
    src: url("../fonts/helvetica_bold.eot") format("eot"), url("../fonts/helvetica_bold.woff") format("woff"), url("../fonts/helvetica_bold.ttf") format("truetype");
}

@font-face {
    font-family: "Helvetica_Regular", sans-serif;
    src: url("../fonts/helvetica.eot") format("eot"), url("../fonts/helvetica.woff") format("woff"), url("../fonts/Helvetica.ttf") format("truetype");
}

section,
div,
body,
p,
a {
    font-family: "Karla", sans-serif !important;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 18em !important;
}

header {
    margin-bottom: 110px;
}

.cursor-pointer {
    cursor: pointer;
}

blockquote.custom_block {
    padding: 14px;
    padding-bottom: 4px;
    border-left: 4px solid #80808070;
    width: 96.5%;
    margin-left: 2.5%;
    font-style: italic;
}

#loader {
    /* position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.85);
    z-index: 9999999999; */
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/ui_loader.gif) center no-repeat #ccc;
    opacity: 0.98;
    background-size: 5%;
    z-index: 9999999999;
}

.loaderImg {
    position: fixed;
    top: 37%;
    width: 100%;
    height: 58px;
    background: url(../images/logo-header.png) center no-repeat #ccc;
    opacity: 0.98;
    background-size: 6%;
}

.spinner {
    width: 100px;
    height: 100px;
    top: 40%;
    position: relative;
    margin: 0 auto;
    background: url(../images/wedges.gif);
    background-size: cover;
    display: block;
}

.btn-yellow {
    color: #000;
    background-color: #ffba00;
    border-color: #ffba00;
    border-radius: 0;
}

.yellowcolor {
    background: #ffba00;
}

.greenColor {
    color: #00923e !important;
}

.redColor {
    color: red;
}

.greenunderline {
    border-bottom: 3px solid #00923e;
}

.font18 {
    font-size: 18px;
}

.font15 {
    font-size: 15px;
}

.font14 {
    font-size: 14px;
}

.font12 {
    font-size: 12px;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1);
}

.bg-dark {
    background: #000 !important;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 1);
}


/******End***********/


/*****Header******/

.logo img {
    width: 100%;
}

.donate {
    background: #ffba00;
    /* padding: 0.35rem; */
    padding: 0.4rem 0.4rem 0.5rem 0.4rem;
}

.donate h6 {
    font-family: "Helvetica_Bold", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
}

.search .dropdown-toggle::after {
    display: none;
}

.search {
    position: initial;
}

.search .bg-dark {
    border: 0;
    border-radius: 0;
    background-clip: initial;
}

.searchHeight {
    min-height: 350px;
}

.search input,
.search input:focus,
.search input:active {
    font-size: 1.4rem;
    border-width: 0 0 2px 0;
    border-color: #00923e;
    /*background: #fff;*/
    border-radius: 0;
    color: #000;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
    outline: 0;
}

.search .closeBtn img,
.search img {
    width: 75%;
    cursor: pointer;
}

.goBtn img {
    width: 50%;
    cursor: pointer;
}

.goBtn {
    right: 0px;
    bottom: 10px;
    z-index: 9;
}

.goBtn input {
    background: url("../images/go.png") no-repeat;
    border: 0;
    display: block;
    height: 22px;
    width: 25px;
    cursor: pointer;
    background-position: 0px 0px;
    background-size: 100%;
}

.search {
    right: 0;
    bottom: 11px;
    z-index: 9;
}

.search .closeBtn {
    right: 5px;
    bottom: 11px;
    z-index: 9;
}

.search input::placeholder {
    color: #000;
    opacity: 1;
    /* Firefox */
}

.search input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
}

.search input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler.focus,
.navbar-toggler.active {
    box-shadow: none;
    outline: 0;
}


/******End**********/


/*footer*/

.footerlogo {
    width: 35%;
    padding-right: 2%;
}

#footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: auto;
}

.copyrightRow {
    color: white;
    background: black;
}

.brtText {
    font-size: 12px;
    padding-left: 10%;
}

.copyrightContent {
    font-size: 12px;
    padding-right: 6%;
}

.footerSection1 {
    font-size: 13px;
    background-color: #757575;
    color: #d6d6d6;
}

.mb10 {
    margin-bottom: 10px;
}

footer .socialmediaIcon {
    margin: 0px 6px 0px 6px;
}

footer .socialmediaIcon svg {
    color: black !important;
}

.ImageAlignment {
    margin: auto;
}

.sectionBackground {
    background-color: #ebebeb;
}

#newsLetterForm input {
    font-size: 14px !important;
    padding-left: 8px !important;
    width: 100%;
    height: 35px;
}

.signUp,
.signUp:active {
    background: #505050;
    color: white;
    height: 27px;
    font-size: 10px;
    border-radius: 0px;
    width: 100%;
    height: 35px;
}

.signUp.focus,
.signUp:focus,
.formBtn.focus,
.formBtn:focus {
    outline: 0;
    box-shadow: none;
}

.formBtn {
    color: white;
    font-size: 15px;
    border-radius: 0px;
}

.subscribeBtn {
    float: right;
    background: #00923e;
    width: 100%;
}

.buyNowBtn {
    float: right;
    background: #00923e;
    width: 100%;
}

.donateBtn {
    background: #ffba00;
    width: 100%;
}

.modalSubscribeBtn {
    background: #00923e;
    border-radius: 8px;
    width: 100%;
}

#footer a {
    color: white !important;
    text-decoration: none;
}

.error,
.placeholder .error::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: red;
}

.placeholder .error::-moz-placeholder {
    /* Firefox 19+ */
    color: red;
}

.placeholder .error:-ms-input-placeholder {
    /* IE 10+ */
    color: red;
}

.placeholder .error:-moz-placeholder {
    /* Firefox 18- */
    color: red;
}

.submitentry {
    text-decoration: none !important;
    color: #000 !important;
}


/******End**********/


/*Homepage*/

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.readMoreBtnPosition {
    position: absolute;
    bottom: 150px;
    justify-content: center;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 6px;
    margin-right: 15%;
    margin-left: 43%;
    list-style: none;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.readMoreBtn {
    background: none;
    color: white;
    border: 2px solid white;
    padding: 3px 8px 3px 8px;
    font-weight: bold;
    border-radius: 0px;
}

.readMoreBtn.focus,
.readMoreBtn:focus,
.read:focus,
.read.focus {
    outline: 0;
    box-shadow: none;
}

.carousel-indicators .active {
    background-color: #00923e;
}

.carousel-indicators li {
    background-color: #fff;
}

.carouselIcon {
    text-align: right;
    bottom: 40px;
}

#section1 a {
    color: #fff !important;
}

.socialmediaIcon {
    margin: 0px 12px 0px 4px;
}

.socialIconPosition {
    right: 1.5%;
    margin-right: 0;
    bottom: 1%;
}

.gridpaddingright {
    padding-right: 2%;
}

.gridpaddingleft {
    padding-left: 2%;
}

.gridpaddingrightfooter {
    padding-right: 4.8%;
}

.gridpaddingleftfooter {
    padding-left: 5.5%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    opacity: 0;
}

.magazineImg {
    width: 55%;
}

.magazineText {
    bottom: 10%;
    left: 10px;
    right: 10px;
}

.sanctuaryAsia {
    width: 280px;
    float: left;
    margin-right: 15px;
}

.missionText {
    width: 62%;
}

.missionIconText {
    width: 64%;
}

.learnMore {
    background: none;
    border: 3px solid #c5c4c4;
    padding: 7px 15px 7px 15px;
    border-radius: 0px;
    font-size: 14px;
    margin-left: 10px;
    margin-right: 10px;
}

.learnMore.focus,
.learnMore:focus {
    outline: 0;
    box-shadow: none;
}

.viewArchives,
.viewArchives:active,
.viewArchives:focus,
.viewArchives.focus,
.viewArchives:hover,
.viewArchives.hover {
    color: #00923e;
}

.dropdown-menu {
    border-radius: 0;
    background: #fff;
    border: 0;
}

.dropdown-item {
    background: #fff;
    color: #000;
    font-size: 0.75rem;
}

.indexSlider .carousel-indicators {
    left: 5%;
    right: auto;
    margin-right: 0;
    margin-left: 0;
    bottom: 3%;
}

.paddingDropdown {
    padding: 10px 10px 7px 10px;
}

.dropdown-menu a:hover,
.dropdown-menu a:active,
.dropdown-menu a.active,
.dropdown-menu a:focus,
.dropdown-menu a.focus {
    background: #ffba00 !important;
    color: #000 !important;
}

.Indexcredits {
    bottom: -12px;
    left: 5%;
}

#videoBittu .close,
#campaignVideo .close {
    width: 33px !important;
    padding: 11px 12px 8px 5px !important;
    right: 10px;
    top: 10px;
}

#videoBittu .modal-body,
#campaignVideo .modal-body {
    padding: 0;
}

#videoBittu .modal-header,
#campaignVideo .modal-header {
    border: 0px !important;
    padding: 5px 5px 9px 0px !important;
}

#videoBittu .modal-content,
#campaignVideo .modal-content {
    background-color: #000;
    border: none;
}

#videoBittu .close,
#campaignVideo .close {
    opacity: 10;
    right: -40px;
    position: absolute;
}

.modal-open #videoBittu.modal,
.modal-open #campaignVideo.modal {
    background: rgba(0, 0, 0, 0.7) !important;
}

#videoBittu .modal-lg,
#campaignVideo .modal-lg {
    max-width: 70%;
}

.slider2 {
    bottom: 30px;
    left: 5%;
    right: auto;
    margin-right: 0;
    margin-left: 0;
    bottom: 3%;
}

.slider1 {
    bottom: 2em;
    margin-left: 5em;
}

.magazineContent {
    bottom: 18px;
    font-size: 12px;
    line-height: 1.2;
    width: 70%;
    margin: 0 auto;
}

.archivesText {
    font-size: 22px !important;
}

.slider1Text {
    bottom: 5%;
    margin-left: 5%;
    width: 27%;
    height: auto;
}

.slider1Text.hover:hover {
    background: #00000094;
}

.shadowText {
    background: #00000094;
    padding: 8px;
}

.slider2Text {
    width: 40%;
    right: 1%;
    cursor: pointer;
}

.carousel-item {
    background-size: cover !important;
    background-position: center !important;
}

.missionlogo {
    width: 25%;
}

.brightness {
    filter: brightness(70%);
}

.decorationNone,
.decorationNone:hover {
    text-decoration: none !important;
    color: #00923e;
}

#indexSlider2 {
    cursor: pointer;
}

.playicon {
    top: 40%;
    left: 47%;
    color: white;
}

.socialmediaIcon svg {
    font-size: 1em !important;
}


/*Homepage ends*/


/*contact us page*/

.send:focus,
.send.focus,
.send:active,
.send,
.send:hover,
.send.active {
    outline: 0;
    box-shadow: none;
    border: none;
    background: #ffba00;
    color: #fff;
    width: 40%;
    border-radius: 0px;
    height: 3rem;
}

#contactusform .form-control {
    background: #e7e9ec !important;
}

.error {
    color: red;
}

#contactus .form-control {
    height: 3rem;
    border-radius: 0;
    margin-bottom: 5px;
}


/*contact us page ends

/*Donate page*/

#donate .nav-item {
    color: black;
    background: #fff !important;
    border: 1px solid black;
    border: 1px solid #aba6a6;
    border: solid 1px rgba(0, 0, 0, 0.12);
    border-bottom: 3px solid rgba(0, 0, 0, 0.12);
    border-radius: 3px;
}

#donate .send:focus,
#donate .send.focus,
#donate .send:active,
#donate .send,
#donate .send:hover,
#donate .send.active {
    width: auto !important;
}

.selectAmount a {
    color: black !important;
}

#donate .nav-pills .nav-link.active,
#donate .nav-pills .show>.nav-link {
    color: black;
    background: #ffba00;
}


/*Donate page ends*/


/*about us page*/

.aboutUsSliderText {
    bottom: 0;
    margin-left: 18%;
    width: 100%;
}

.aboutUsSlider {
    bottom: 3em;
    margin-left: -7%;
}

#aboutussec2 hr,
#eventssection2 hr,
#articleText hr,
#privacypolicy hr {
    border-top: 2px solid #00923e !important;
    margin-bottom: 5px;
}

hr {
    border-top: 2px solid #00923e !important;
    margin-bottom: 5px;
    width: 50%;
    margin-top: 0;
}

#articleText {
    text-align: left;
}

.aboutusMagazine {
    width: 50%;
}

.aboutusimgtext {
    right: 10%;
    bottom: 5%;
}

.socialmediaIconAboutUs a {
    color: #00923e !important;
}

.socialmediaIconAboutUs {
    margin: 0px 3px 0px 3px;
}


/*about us page ends*/


/*girds of index page*/

.centered {
    top: 50%;
    left: 50%;
    transform: translate(-50.5%, -50%);
    width: 95%;
    text-align: center;
}

#section2 .centered {
    top: 4.5% !important;
    width: 93.5%;
    left: 50.5%;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}

#section2 .centered {
    font-size: 2rem;
}

.indexProjects .centered {
    font-size: 3rem;
    top: 10px;
}

.textbackground {
    background: #00000063;
    padding: 3px 10px 3px 10px;
}

.gridContent {
    bottom: 3em;
    line-height: 1.2;
}

.articleText {
    background: #fff;
    color: black;
    padding: 10px 15px 10px 15px;
    cursor: pointer;
    font-family: "Helvetica_Bold", sans-serif;
    letter-spacing: 2px;
}

.articlePosition {
    bottom: 0px;
    width: 100%;
}

.box {
    height: 222px;
    width: 100%;
    overflow: hidden;
}

.hid-box {
    top: 90%;
    position: relative;
    transition: all 0.3s ease-out;
    height: 100%;
    padding-bottom: 10px;
}

.box:hover>.hid-box {
    top: 28%;
}

.gridbox:hover>.slightshadow1 {
    transform: translateY(-10%);
    transition: 0.3s ease-in-out;
    opacity: 0;
}

.slideText {
    background: #fff;
    color: #000;
    min-height: 120px;
    cursor: pointer;
}


/*grids of index page ends*/


/*events page*/

.winnerName {
    font-size: 14px !important;
}

.font22 {
    font-size: 22px;
}

.imgBorder {
    border: 1px solid #eceaea;
}

.dropdownBox {
    height: 30px !important;
    padding: 2px 4px 2px 2px !important;
    font-size: 12px !important;
}

.callText {
    width: 80%;
}

.dropdownBox:focus,
.dropdownBox.focus {
    outline: 0;
    box-shadow: none;
}

.eventsslidertext {
    bottom: 25%;
    margin-left: 22%;
    width: 50%;
}

#registerEventform input {
    width: 70% !important;
    padding-left: 5px;
}

#registerform input {
    width: 100% !important;
    padding: 3px;
}

#registerform select {
    outline: 0 !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    padding-left: 3px !important;
    border: 1px solid #adadad !important;
}

.regformselect select {
    width: 70%;
    padding: 5px 5px 5px 0px;
}

.registerbtn,
.registerbtn:focus,
.registerbtn.focus {
    background: #00923e !important;
    outline: 0;
    box-shadow: none;
    color: #fff;
    padding: 7px 30px 7px 30px;
    border-radius: 0;
}

.note .entry::after {
    content: "Register" !important;
}

.dncalendar-header {
    margin: 10px 0 !important;
}

.dncalendar-header h2 {
    color: #434343d6 !important;
    font-size: 25px !important;
    line-height: 1;
    text-align: center !important;
    font-weight: bold;
    font-family: "Helvetica_Bold", sans-serif;
}

.eventsTitle {
    width: 35%;
    margin-left: 5% !important;
}


/*events page ends

/*articles page begins*/

.morearticles ul {
    list-style-type: none;
}

.morearticles a {
    color: #000 !important;
}

.articleCredits {
    width: 100%;
    bottom: 5%;
    margin-left: 20%;
}

.bottom0 {
    bottom: 0;
}


/*article page ends*/


/*projects begins*/

.photo-scroll {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    position: relative;
    background-color: rgba(255, 255, 255, 0.6);
    min-width: 100% !important;
}

.parallaxshadow {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/projects/mud_on_boots/parallax-2.jpg);
}


/* .parallax2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url(../images/projects/Shiv_Kumar_Coal_tit_Spiti_Lahaul_mud_on_boots_sanctuary_nature_foundation.jpg);
}
.parallax3 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url(../images/projects/Ripan_Biswas_Lacewing_Eggs_Mud_on_Boots_Sanctuary_Nature_Foundation.jpg);
}
.parallax4 {
    background-image: url(../images/projects/Shivang_Mehta_Asiatic_Elephant_Corbett_Mud_on_Boots_Sanctuary_Nature_Foundation.jpg);
} */

#projects .text-on-carousel {
    top: 36%;
    left: 22%;
}

#projects .carousel-indicators,
#events .carousel-indicators {
    left: 4.5%;
    right: auto;
    margin-right: 0;
    margin-left: 0;
    bottom: 8%;
}

.mud_on_boots_heros {
    text-align: center;
}

.donateNow,
.donateNow:focus,
.donateNow.focus {
    border-radius: 0px !important;
    outline: 0 !important;
    box-shadow: none !important;
    padding: 10px 40px 10px 40px !important;
    font-weight: bold !important;
    background: #ffba00;
}


/* #mudonboots .parallax1 {
    background-image: url(../images/projects/mud_on_boots/parallax-1.jpg);
}
#mudonboots .parallax2 {
    background-image: url(../images/projects/mud_on_boots/parallax-2.jpg);
} */

#mudonboots .parallax2 {
    background-image: url(../images/projects/mud_on_boots/Shiv_Kumar_Coal_tit_Spiti_Lahaul_mud_on_boots_sanctuary_nature_foundation.jpg);
}

#mudonboots .parallax3 {
    background-image: url(../images/projects/mud_on_boots/Ripan_Biswas_Lacewing_Eggs_Mud_on_Boots_Sanctuary_Nature_Foundation.jpg);
}

#mudonboots .parallax4 {
    background-image: url(../images/projects/mud_on_boots/Shivang_Mehta_Asiatic_Elephant_Corbett_Mud_on_Boots_Sanctuary_Nature_Foundation.jpg);
}

.supportmargin {
    margin: 1em 0px 1em 0px !important;
}

.lb-data .lb-caption {
    font-size: 13px !important;
    font-weight: none !important;
    line-height: 1em !important;
    color: white !important;
}

.Ib-close {
    opacity: 9 !important;
}

#kidsfortigers .parallax1 {
    background-image: url(../images/projects/kids_for_tigers/Ripan-Biswas_Blue-throated-blue-flycatcher_Latpanchar_West-Bengal_kids-for-tigers_Sanctuary-Nature-Foundation.jpg);
}

#kidsfortigers .parallax2 {
    background-image: url(../images/projects/kids_for_tigers/Amrut-Naik_Tiger-sub-adults_Umred_kids-for-tigers_sanctuary-nature-foundation.jpg);
}

#kidsfortigers .parallax3 {
    background-image: url(../images/projects/kids_for_tigers/Saurabh_Sawant_Micrixalus_sp_Amboli_kids_for_tigers_sanctuary_nature_foundation.jpg);
}

#cocoon .parallax1 {
    background-image: url(../images/projects/cocoon/Ripan_Biswas_commander_butterfly_cocoon_sanctuary_nature_foundation.jpg);
}

#cocoon .parallax2 {
    background-image: url(../images/projects/cocoon/parallax-2.jpg);
}

.campaigndetails .parallax1 {
    background-image: url(../images/campaign/campaign_details/Ripan_Biswas_Sanctuary_Nature_Foundation.jpg);
}

.campaigndetails .parallax2 {
    background-image: url(../images/campaign/campaign_details/withouttext_image.jpg);
}

.campaigndetails .parallax3 {
    background-image: url(../images/campaign/campaign_details/withouttext_image.jpg);
}

.campaigndetails .parallax4 {
    background-image: url(../images/campaign/campaign_details/Athgarh_Elephants_WEB-cover.jpg);
}

.campaigndetails .parallax5 {
    background-image: url(../images/campaign/campaign_details/MM7666_100409_10155.jpg);
}

.campaigndetails .parallax6 {
    background-image: url(../images/campaign/campaign_details/_SGA8210_April_2017_SA.jpg);
}


/*projects ends*/


/*photography*/

.photographyslideText {
    height: 130px;
    background: #fff;
    color: #000;
    cursor: pointer;
    padding: 9.3px;
}

.photography .hid-box {
    top: 82%;
}

.photography .box {
    height: 170px;
}

.read {
    border: 2px solid #b5b5b5;
    padding: 3px 8px 3px 8px;
    font-weight: bold;
    border-radius: 0px;
    background: #fff !important;
}

.lb-closeContainer {
    /*background:#fff !important;
    position: relative !important;
    left: 50px !important;*/
    position: absolute !important;
    right: -8%;
}

.lb-container {
    position: initial !important;
}

.lb-close {
    width: 30px;
    background-image: url(../images/closeBtn.png);
    float: right;
    display: block;
    opacity: 1;
    color: white !important;
    z-index: 9999;
    cursor: pointer;
    font-size: 2em;
}

#articleText h3 {
    font-weight: bold;
    font-size: 22px !important;
    margin-top: 1rem;
}

.slightshadow {
    background: linear-gradient( rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.1)) !important;
    width: 100% !important;
    text-align: center;
}

.slightshadow1 {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2));
    width: 100%;
    z-index: 1;
    color: #fff;
    font-size: 2em;
}

.photocreditsIndex {
    font-size: 12px;
    bottom: -62px;
    position: absolute;
}

.photocredits {
    font-size: 12px;
}

.articleSubscribe {
    position: absolute;
}

.viewArchives p {
    position: absolute;
    top: 30%;
    right: 0;
}

#navbarSupportedContent .active h6,
#navbarSupportedContent .active span {
    border-bottom: 2px solid #00923e !important;
}

.socialmediaIcon a {
    color: #7d8084 !important;
}

.eventbtn,
.eventbtn:focus,
.eventbtn:active,
.eventbtn.focus {
    background: none;
    border: 3px solid #c5c4c4;
    padding: 7px 25px 7px 25px;
    border-radius: 0px;
    font-size: 14px;
    box-shadow: none;
    outline: none;
    font-weight: bold;
}

#donate input,
#donate input.active,
#donate select,
#donate select.active {
    box-shadow: none !important;
    outline: 0 !important;
    border: 1px solid #ced4da;
}


/*award details*/

.font24 {
    font-size: 24px;
}

.awardborder {
    border: 1px solid #e6e0e0;
    padding: 10px;
    margin: 0px;
}

.lineheight1 {
    line-height: 1.3;
}

.morearticles {
    margin-bottom: 20em;
}

.wildlifetext {
    right: -4.5%;
    position: absolute;
    top: 4%;
    width: 35%;
}

.wildlifeimg {
    width: 100%;
}

.awardimg {
    width: 67.5%;
}


/*campaign details*/

.parallax1 {
    background-image: url(../images/projects/cocoon/Ripan_Biswas_commander_butterfly_cocoon_sanctuary_nature_foundation.jpg);
}

.campaignbtn,
.campaignbtn.focus,
.campaignbtn:focus,
.campaignbtn.active {
    background: #00923e;
    padding: 5px 15px 5px 15px;
    font-size: 14px;
    outline: 0;
    box-shadow: none;
    border-radius: 0px;
}

.headings {
    border-bottom: 2px solid #00923e !important;
}

.font11 {
    font-size: 11px;
}

.videoWidth {
    width: 100%;
    height: 70%;
}


/*newsroom*/

.subscribe,
.subscribe.active,
.subscribe.focus,
.subscribe:focus {
    border-radius: 0px;
    background: #00923e;
    font-size: 18px;
    padding: 5px 20px 5px 20px;
}

.sendbtn,
.sendbtn.active,
.sendbtn:focus,
.sendbtn.focus {
    border-radius: 0px;
    background: #00923e;
    font-size: 18px;
    padding: 5px 20px 5px 20px;
    color: #fff;
    box-shadow: none !important;
    outline: 0 !important;
}

#forgotpassword input,
#forgotpassword input:focus,
#forgotpassword input.focus,
#forgotpassword input:active {
    box-shadow: none !important;
    outline: 0 !important;
}

.newsroom_email,
.newsroom_fname,
.newsroom_lname {
    width: 100%;
    padding-left: 10px;
    height: 40px;
    border: 1px solid #a9a3a3;
}

.font25 {
    font-size: 25px;
}

.mt10 {
    margin-top: 10px;
}


/*newsroom ends*/

.shareicon {
    width: 20px;
    height: 20px;
    cursor: pointer;
}


/* get involved */

.getinvolvedbox {
    background-color: #c0c0c0;
    padding: 10px 40px 10px 40px;
}

.expressviews .socialmediaIcon {
    font-size: 1.7rem;
}

.contentHeight {
    height: 80px;
}


/* carousel indicators for dynamic images */

.carousel-indicators li {
    display: inline-block !important;
}

.carousel-indicators li:only-child {
    display: none !important;
}

.subscribetop {
    top: -8rem !important;
}


/* new header */

.headerlogo {
    width: 10rem;
}

.navmargin {
    margin-top: 1.5rem;
}

.newheader {
    width: 22%;
}

.headermenufont {
    font-size: 11px;
}

.headerfixedposition {
    position: fixed;
    z-index: 9999;
    background: #ffffff;
}

.modal-open {
    overflow-y: scroll;
}

body {
    padding-right: 0px !important;
}


/* login modal */

.headermodal {
    z-index: 999999 !important;
}

.headermodal .close,
.headermodal .close:hover {
    padding: 7px 1px 8px 3px !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.headermodal .modal-header {
    padding: 10px !important;
    border: none;
}

.headermodal .modal-body {
    padding-bottom: 2rem;
}

.headermodal .modal-open {
    overflow-y: scroll;
}

.nav-pills li.active,
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    padding: 8px;
    background: #00923e !important;
    color: white !important;
    /* text-decoration:underline; */
    /* font-weight:bold;   */
    border-radius: 0px;
    /* margin:-1.3px !important; */
}

.pills-tab .nav-item {
    padding: 10px !important;
}


/* .nav-pills li {
    padding: 0px !important;
} */

.nav-pills li.active a {
    color: white !important;
}

.nav-pills li a {
    color: black !important;
    /* background: #ffba00; */
    /* border:1px solid #00923e; */
}

.nav-pills li {
    padding: 0px !important;
    border-top: 1px solid #00923e;
    border: 1px 1px 0px 1px solid #00923e;
    border-left: 1px solid #00923e;
    border-right: 1px solid #00923e;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.tab-content {
    color: black;
    padding: 5px 15px;
    border: 1px solid #00923e;
}

.loginbtn,
.loginbtn.active,
.loginbtn:focus,
.loginbtn.focus {
    background: #00923e;
    color: #ffffff;
    outline: 0;
    box-shadow: none;
}

#login input,
#login input.active,
#login input.focus,
#login input:focus {
    outline: 0 !important;
    box-shadow: none !important;
    border: 1px solid #ced4da;
    /* border: 1px solid #FFBA00; */
}

#signin input,
#signin input.active,
#signin input.focus,
#signin input:focus {
    outline: 0 !important;
    box-shadow: none !important;
    border: 1px solid #ffba00;
    border: 1px solid #ced4da;
}

.forgotpassword,
.forgotpassword:hover {
    text-decoration: underline;
    color: #00923e;
    font-size: 12px;
}

body {
    padding-right: 0px !important;
}

.modal-open .modal {
    overflow-x: auto;
    overflow-y: hidden;
}

.headermodal {
    margin-top: 5rem !important;
}

.changepassword a {
    color: #00923e !important;
}

.submitBtn,
.submitBtn.active,
.submitBtn:focus,
.submitBtn.focus {
    background: #00923e;
    color: #fff !important;
    outline: 0 !important;
    box-shadow: none !important;
}

#profile input,
#profile input.active,
#profile textarea,
#profile textarea.active {
    outline: 0 !important;
    box-shadow: none !important;
    border: 1px solid #ddd;
}

.common-error {
    color: red;
}

.forgotpasswordcontent,
.forgotpasswordmodal {
    background: #fff !important;
}

#passwordmodal,
#emailmodal {
    margin-top: 5rem;
}

.pt-0 {
    padding-top: 0px !important;
}

.closeicon {
    padding-right: 10px;
    padding-top: 3px;
}

.underline {
    text-decoration: underline;
}

.green-color {
    color: #51af60 !important;
}

.modal input,
.modal input.active,
.modal textarea,
.modal textarea.active {
    box-shadow: none !important;
    outline: 0 !important;
}

.modal textarea {
    border: 1px solid #ced4da !important;
}

#successModal .close {
    padding: 0px 6px;
}


/* #successModal .modal-content{
    background: #00923e !important;
} */

.welcometext {
    bottom: 11px !important;
    position: absolute;
}


/* magazine-button style*/

.nav-border {
    border-bottom: 1px solid #00923e !important;
    border-radius: 0 !important;
}

.border-remove {
    border: 0px !important;
}

.button-width {
    margin-left: 350px;
    margin-right: 300px;
    border: 0px;
}

.font12 {
    font-size: 12px !important;
}

.descriptions span {
    font-size: 12px !important;
}

#subcriptionModal .close,
#emailmodal .close,
#passwordmodal .close {
    box-shadow: none !important;
    outline: 0 !important;
}

#donate .nav-link {
    padding: 0.5rem 1rem;
}

#passwordmodal .close {
    box-shadow: none !important;
    outline: 0 !important;
}

.content-border {
    border-right: 1px solid #00923e;
    border-left: 1px solid #00923e;
    border-bottom: 1px solid #00923e;
}

.remove-border {
    border: 0px solid !important;
}

.dropdown:hover>.dropdown-menu,
.dropdown:focus>.dropdown-menu {
    display: block;
}

.dropdown .dropdown-menu:hover,
.dropdown .dropdown-menu:focus {
    display: block;
}

.award-details a {
    color: #000 !important;
    text-decoration: none !important;
}

.magazineimagearticle {
    text-align: left !important;
}

.page-item.active .page-link {
    background-color: #00923e !important;
    border-color: #00923e !important;
    color: white !important;
}

.page-link {
    color: #00923e !important;
}

#js-page-tab ul {
    float: left;
}

.magazineItems,
.magazineItems:hover {
    color: black;
    text-decoration: none;
}


/* address page */

#addresspage textarea,
#addresspage input {
    border: 1px solid #ddd !important;
    border-radius: 0.25rem;
}

#addresspage textarea:active,
#addresspage textarea:focus,
#addresspage select:active,
#addresspage select:focus,
#addresspage input:active,
#addresspage input:focus {
    box-shadow: none !important;
    outline: 0 !important;
    border: 1px solid #ddd !important;
}


/* address page ends */


/* zero scroll for header shifitng on clicking of new page */

body {
    overflow-y: scroll;
    overflow-x: hidden;
}


/* zero scroll ends */

.titleunderline {
    border-bottom: 2px solid #00923e;
}

.amt li {
    width: 24%;
    height: 40%;
}

.resources a {
    text-decoration: none !important;
    color: black !important;
}

.pdfimg {
    width: 20% !important;
}


/* arrow box */

.arrow_box {
    position: relative;
    background: #e9ecee;
    border: 4px solid #e9ecee;
    padding: 1rem;
    text-align: left;
}

.arrow_box:after,
.arrow_box:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    /* left:15%; */
}

.arrow_box:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #e9ecee;
    border-width: 25px;
    margin-left: -25px;
}

.arrow_box:before {
    border-color: rgba(194, 225, 245, 0);
    border-top-color: #e9ecee;
    border-width: 25px;
    margin-left: -25px;
}

.quotes {
    width: 4%;
    top: 9px;
    position: absolute;
    margin-right: 20px;
}


/* arrow box ends */

.greenBtn {
    background: #00923e;
    border-radius: 0px !important;
    color: #fff;
    /* width:auto; */
    box-shadow: none;
    outline: 0;
}

#addressSection input,
#addressSection select,
#addressSection input.focus,
#addressSection select.focus {
    box-shadow: none;
    outline: 0;
    border: 1px solid #ced4da !important;
    color: #495057;
}

.state,
.pincode {
    text-align: center;
}

.mailto {
    border: 2px solid #ddd;
    padding: 5px 10px 5px 10px;
    min-height: 180px !important;
}

#kidsfortigers .pdfimg,
#cocoon .pdfimg {
    width: 12% !important;
}

.resourcealignment {
    text-align: left;
}

.homepage_projects a {
    text-decoration: none !important;
}

.view_downloadBtn,
.view_downloadBtn.active {
    background: none;
    border: 3px solid #c5c4c4;
    padding: 2px 5px 2px 5px;
    border-radius: 0px;
    font-size: 14px;
    box-shadow: none !important;
    outline: 0 !important;
}

.lineleft {
    width: 34%;
    height: 47px;
    border-bottom: 2px solid #00923e;
    position: absolute;
    top: -5px;
}

.lineright {
    display: inline-block;
    position: relative;
    width: 34%;
    height: 47px;
    border-bottom: 2px solid #00923e;
    position: absolute;
    top: -5px;
}

.whatsnew .lineright {
    width: 38%;
}

.whatsnew .lineleft {
    width: 38%;
}

.photocredits {
    margin-left: 0rem !important;
}

.projectsupporttext {
    /* background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5)); */
    /* background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3)); */
    padding: 25px;
}

.resources a {
    color: #00923e !important;
}

.hid-box .articleText {
    font-family: "Karla", sans-serif !important;
}

.missiontitle {
    font-size: 20px;
}

.pdfcontent {
    max-height: 100px;
}

.camelcase {
    text-transform: capitalize !important;
}

.logoutprofile a {
    color: rgba(0, 0, 0, 1) !important;
}

.newheaderui {
    padding-right: 0px !important;
}

.loginlogout {
    width: 55%;
    text-align: end;
}

.pdftitle {
    height: 50px;
}

.newheaderui {
    width: auto;
}

.loginlogoutwidth {
    width: auto;
}

#searchModal .modal-content {
    height: auto !important;
}

.indexsubscribe {
    text-align: center;
    width: 55%;
    border: 1px solid #00923e !important;
    font-size: 1.5rem !important;
    color: #fff !important;
    background: #00923e !important;
    padding: 2px;
}

.carousel-control-next,
.carousel-control-prev {
    display: none;
    z-index: 0 !important;
}

.searchUnderLine {
    text-decoration: underline;
}
