/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body{
    font-family: 'Roboto', sans-serif;
    color: #3C3C3C;
    font-size: 15px;
    font-weight: 300;
}

::-moz-selection { /* Code for Firefox */
    background: #BAB220;
    color: #fff;
  }
  
::selection {
    background: #BAB220;
    color: #fff;
}

.prmColor{
    color: #316D69;
}

.sndColor{
    color: #BAB220; 
}

.triColor{
    color: #3C3C3C;
}

.frtColor{
    color: #ffffff;
}

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

.bg-prm{
    background-color: #316D69;
}

.bg-snd{
    background-color: #BAB220;
}

p{
 line-height: normal !important;
}

a {
    color: #316D69;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a:hover {
    color: #BAB220;
    text-decoration: none;
}

.btn{
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    padding: 7px 25px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #316D69;
    color: #fff;
}

.btn:hover{
    background-color: #BAB220;
    color: #fff;
}

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

h1{
    font-size: 33px;
}

/**h2{
    font-size: 14px;
}**/

h3{
    font-size: 18px;
}

h4{
    font-size: 16px;
}

h5{
    font-size: 15px;
}

.sm-txt{
    font-size: 12px;
    font-weight: 300;
}

.italic{
    font-style: italic;
}

.center{
    text-align: center;
}

.left{
    text-align: left;
}

.right{
    text-align: right;
}

.thn-ft{
    font-weight: 300;
}

.rgl{
    font-weight: 400;
}

.bld{
    font-weight: 700;
}

.sbld{
    font-weight: 500;
}

.lineHit{
    line-height: 39px;
}

.d-inlineB{
    display: inline-flex;
    -webkit-display: inline-flex;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.small-logo{
    display: none;
}

.fsmall-logo{
    display: none;
}

#header {
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    padding: 15px 0;
    /**margin-top: 47px;**/
   /**background: #003d95; **/   /********background image********/
}

#header.header-transparent {
    /**background: transparent;**/
    background: rgba(255, 255, 255, 0.9);
}

#header.header-scrolled {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    margin-top: 0px;
}


.navbar{
    padding-top: 0px;
    padding-bottom: 0px;
}


.navbar-dark .navbar-nav .nav-link {
    color: #316D69;
    font-size: 16px;
    font-weight: 400;
}

.navbar-expand-lg .navbar-nav .nav-link{
    padding-right: 1rem ;
    padding-left: 1rem ;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{
    color: #BAB220; 
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link.active{
    color: #BAB220; 
}



.navbar-toggler.collapsed .toggler-icon {
    background-color: #316D69;
}

.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}


/* Remove border from toggler */
.navbar-toggler {
    border: 0 !important;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
}

/* Lines of the Toggler */
.toggler-icon{
    width: 30px;
    height: 3px;
    background-color: #BAB220;
    display: block;
    transition: all 0.2s;
}

/* Adds Space between the lines */
.middle-bar{
    margin: 5px auto;
}

/* State when navbar is opened (START) */
.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}
/* State when navbar is opened (END) */

/* State when navbar is collapsed (START) */
.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}

/**
.navbar-dark .navbar-nav .nav-link:hover{
    color: #fff !important;
    background: rgba(186,178,32,0.75);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}**/

.dropdown-item{
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}




/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

.banner-bg {
    background: url("../images/home-banner.jpg");
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 80vh;
    background-size: cover; 
}

.contact-bg {
    background: url("../images/contact-banner.jpg");
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 40vh;
    background-size: cover; 
}

.team-bg {
    background: url("../images/meet-team.jpg");
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 40vh;
    background-size: cover; 
}

.about-bg {
    background: url("../images/about-banner.jpg");
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 40vh;
    background-size: cover; 
}

.portfolio-bg {
    background: url("../images/portfolio-banner.jpg");
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 40vh;
    background-size: cover; 
}

.project-bg {
    background: url("../images/project-banner.jpg");
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 40vh;
    background-size: cover; 
}

.agreement-bg {
    background: url("../images/portfolio-banner.jpg");
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 40vh;
    background-size: cover; 
}

.buy-carbon-credit-bg {
    background: url("../images/buy-carbon-credit.jpg");
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 40vh;
    background-size: cover; 
}

.agro-bg {
    background: url("../images/agro-forestry.jpg");
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 40vh;
    background-size: cover; 
}

.bio-bg {
    background: url("../images/biodiversity.jpg");
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 40vh;
    background-size: cover; 
}

.start-project-bg {
    background: url("../images/start-project-2.jpg");
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 40vh;
    background-size: cover; 
}

.forestry-bg {
    background: url("../images/forestry-banner.jpg");
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 40vh;
    background-size: cover; 
}

.media-bg {
    background: url("../images/media-banner.jpg");
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 40vh;
    background-size: cover; 
}

#hero, #abt-hero {
    width: 100%;
    position: relative;
    overflow: hidden; 
}

#hero h1 {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 54px;
    margin-bottom: 21px;
}

#abt-hero h1 {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 54px;
    margin-bottom: 21px;
}

#abt-hero h2 {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    margin-bottom: 21px;
}

#abt-hero ul{
    margin: 0;
    list-style: none;
    padding: 0;
}

#abt-hero ul li{
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 25px; 
}

#abt-hero ul li i{
    color: #BAB432;
    font-size: 19px;
    font-weight: 700;
    padding-right: 15px; 
}

#hero a {
    color: #BAB220;
    border: 1px solid #BAB220;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 18px;
    background: transparent;
}

#hero a:hover {
    color: #fff;
    border: 1px solid #BAB220;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 18px;
    background: #BAB220;
}


.insidebanner-bg {
    background: url("../images/inside-banner.jpg") #003d95;
    background-repeat: no-repeat;
    background-position: bottom center;
    /**height: 100vh;**/
    background-size: cover; 
}

.insidebanner-bg h1{
    padding-top: 50px;
    padding-bottom: 50px;
}


.prs-agree-wrap{
    position: absolute;
    color: #fff;
    background: rgba(186,178,32,0.75);
    display: inline-flex;
    bottom: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.prs-agree-wrap:hover{
    background: rgba(186,178,32,1);
}

.prs-agree-txt{
    font-size: 18px;
    font-weight: 400;
    padding: 10px;
    line-height: normal;
}

.prs-agree-ico{
    padding: 0 10px;
    background: rgba(186,178,32,0.75);
}

.prs-agree-ico i{
    font-size: 27px;
    font-weight: 400;
    color: #fff;
}


.hdr-banner-1 {
    background: url("../images/banner-1.jpg") #003d95;
    background-repeat: no-repeat;
    background-position: bottom center;
    /**height: 100vh;**/
    background-size: cover; 
}



.hdr-banner-2 {
    background: url("../images/banner-2.jpg") #003d95;
    background-repeat: no-repeat;
    background-position: bottom center;
    /**height: 100vh;**/
    background-size: cover; 
}



.hdr-banner-3 {
    background: url("../images/banner-3.jpg") #003d95;
    background-repeat: no-repeat;
    background-position: bottom center;
    /**height: 100vh;**/
    background-size: cover; 
}

.cta-btns{
    text-align: center;
}
.cta-btns a{
    margin: 0 5px;
}



.dropdown-menu{
    color: #316D69;
    font-family: 'Roboto', sans-serif;  
    border: none;
}

.dropdown-item{
    color: #316D69;
    font-family: 'Roboto', sans-serif;   
}

.dropdown-item.active, .dropdown-item:active{
    color: #BAB220;
    background: transparent;
}

.dropdown-item:focus, .dropdown-item:hover{
    color: #BAB220;
    background: transparent;
}

/*--------------------------------------------------------------
# Hero Section End
--------------------------------------------------------------*/

/************  Body  ************/

.clear{
    clear: none;
}
.left{
    float: left;
}

.mar-0{
    margin: 0px;
}

.pad-0{
    padding: 0px;
}

.mar-b0{
    margin-bottom: 0px;
}

.pad-b0{
    padding-bottom: 0px;
}

.mar-b10{
    margin-bottom: 10px;
}

.mar-t25{
    margin-top: 25px;
}

.pad-0{
    padding: 0px !important;
}

.pad-b10{
    padding-bottom: 10px;
}

.pad-t10{
    padding-top: 10px;
}

.pad-l15{
padding-left: 15px;
}

.pad-t15{
    padding-top: 15px;
}


.pad-b15{
    padding-bottom: 15px;
}

.pad-t25{
    padding-top: 25px;
}

.pad-b30{
    padding-bottom: 30px;
}

.pad-t45{
    padding-top: 45px;
}

.pad-t55{
    padding-top: 55px;
}

.pad-b45{
    padding-bottom: 45px;
}

.pad-b55{
    padding-bottom: 55px;
}

.pad-hm-ab{
    /**padding: 30px 0 30px 30px;**/
    padding-top: 30px;
    padding-bottom: 30px;
}

.pad-s-rgt{
    padding-right: 30px;
}

.home-tp-pad{
    padding-left: 30px;
}

.home-rgt-margin{
    margin-bottom: 0px;
}

.hm-abt-bg{
    background: url("../images/home-1st-img.jpg") top left no-repeat #fff;
    padding-top: 41px;
    padding-bottom: 41px;
}

.img-big-txt{
    font-family: 'Poppins', sans-serif;
    font-size: 200px;
    font-weight: 900;
    color: transparent;
    padding-left: 30px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #BAB220;
}

.project-abt-bg{
    background: url("../images/strata-img.jpg") top left no-repeat #fff;
        padding-top: 41px;
    padding-bottom: 41px;
}

.project-abt-bg2{
    background: url("../images/native-forest.jpg") top left no-repeat #fff;
    padding-top: 41px;
    padding-bottom: 41px;
}

.pad-hma{
    padding-right: 20px;
}

.pad-hma-lft{
    padding-left: 25px;
}

.lanch-cmp-1{
    background-color: #DDDC4C;
}
.lanch-cmp-1 h3{
    padding: 31px 0;
    margin-bottom: 0px;
}
.lanch-cmp-2{
    background-color: #D6D235;
}
.lanch-cmp-2 h3{
    padding: 31px 0;
    margin-bottom: 0px;
}
.lanch-cmp-3{
    background-color: #CBC72B; 
}
.lanch-cmp-3 h3{
    padding: 20px 0;
    margin-bottom: 0px;
}

.spec-clr{
    background-color: #F7F5F2;
}

.mid-banner{
    background: url(../images/mid-banner.jpg) top center no-repeat;
    color: #fff;
    font-size: 37px;
    padding: 20px 0;
    /*font-weight: 900;*/
    line-height: normal;
    background-size: cover;
}

.mid-banner span{
    text-decoration: underline;
    padding-bottom: 15px;
}

.avi-tp-pad{
    padding: 15px 0;
}

.gen-box-wrp{
    background-color: #fff;
    -webkit-box-shadow:  0px 0px 7px 0px rgba(0,0,0,0.06);
    -moz-box-shadow:  0px 0px 7px 0px rgba(0,0,0,0.06);
    box-shadow:  0px 0px 7px 0px rgba(0,0,0,0.06);
    padding: 23px 17px;
    height: 100%;
}

.gen-box-wrp:hover{

    -webkit-box-shadow:  0px 0px 7px 0px rgba(0,0,0,0.10);
    -moz-box-shadow:  0px 0px 7px 0px rgba(0,0,0,0.10);
    box-shadow:  0px 0px 7px 0px rgba(0,0,0,0.10);

}

.gen-box-wrp p, h3{
    margin-bottom: 0px;
}

.gen-box-wrp h3{
    padding: 15px;
}


.gen-box-wrp2{
    background-color: #fff;
    -webkit-box-shadow:  0px 0px 7px 0px rgba(0,0,0,0.06);
    -moz-box-shadow:  0px 0px 7px 0px rgba(0,0,0,0.06);
    box-shadow:  0px 0px 7px 0px rgba(0,0,0,0.06);
    padding: 23px 20px;
}

.gen-box-wrp2:hover{

    -webkit-box-shadow:  0px 0px 7px 0px rgba(0,0,0,0.10);
    -moz-box-shadow:  0px 0px 7px 0px rgba(0,0,0,0.10);
    box-shadow:  0px 0px 7px 0px rgba(0,0,0,0.10);

}

.gen-box-wrp2 h3{
    margin-bottom: 0px;
}

.gen-box-wrp2 h3{
    padding: 0 0 15px 0;
}

.list1{
    font-size: 15px; 
}

.list1 ul{
    width: 30%;
    
    float: left;
}

.list1 ul li{
    line-height: 29px;
}

.list1 ol{
    width: 50%;
    
    float: left;
}

.list1 ol li{
    line-height: 29px;
}

.ori-pad{
    padding-top:40px;
    padding-bottom:20px;
}

.abt-miniBox{
    background: url("../images/tree-mini-bg.png") top center no-repeat #C2BC3C;
    padding: 60px 50px;
}

.sideBanner-long{
    background: url("../images/side-bnr-img.jpg") top center no-repeat;
    padding: 25px;
}

.sideBanner-long h1{
    font-size: 47px;
}


.list3{
    margin: 0;
}

.list3 ul{
    margin: 0 40px 0 0;
    float: left;
    padding: 0;
}

.list3 ul li{
    line-height: 29px;
    list-style: inside;
}

.list4{
    margin: 0;
}

.list4 ul{
    margin: 0;
    float: left;
    padding: 0;
}

.list4 ul li{
    line-height: 29px;
    list-style: inside;
}

.list-no1{
margin: 0;
}

.list-no1 ul{
    margin: 0;
    float: left;
    padding: 0;
}

.list-no1 ul li{
    line-height: 29px;
    list-style: inside decimal;
}

.list-no2{
    margin: 0;
}

.list-no2 ol{
    margin: 0;
    float: left;
    padding: 0;
}

.list-no2 ol li{
    line-height: 29px;
    list-style: inside decimal;
}

.abc-list{
    margin: 0;
}

.abc-list li{
    list-style: lower-alpha inside;
    line-height: 29px;
}

.variousPro-wrap{
    position: relative;
}

.variousPro-box{
    position: absolute;
    background-color: rgba(49,109,105,0.75);
    color: #ffffff;
    padding: 9px;
    bottom: 20px;
    left: 4px;
    right: 4px;
}

.accordion-button{
    background-color: #F8F8F8;
    border: 1px solid #fff;
    color: #BAB220;
}

.accordion-button:not(.collapsed){
    color: #316D69;
    background: rgba(186,178,32,0.20);
}

.contact-links a{
    text-decoration: none;
    color:#3C3C3C ;
}

.contact-links a:hover{
    text-decoration: none;
    color:#BAB220 ;
}

.contact-links i{
    font-size: 29px;
}



.form-control{
    background: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 9px 13px;
    border: 1px solid #e7e7e7;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    margin: 9px 0;
}

.hd-show{
    display: none;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/


#footer{
 background: transparent;
 border-top: #E8E8E8 1px solid;
}

#footer img{
    padding-bottom: 25px;
}

#footer i{
    padding-right: 10px;
}

.ftr-cnt{
    text-align: left;
}

.ftr-cnt a{
   display: block; 
   text-decoration: none;
   color: #3C3C3C;
}

.ftr-cnt a i{
    color: #BAB220; 
 }

 .ftr-cnt a:hover{
    color: #BAB220; 
    text-decoration: none;
 }

 .ftr-sm{
    font-size: 18px;
}

.ftr-sm i{
    color: #BAB220; 
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.ftr-sm i:hover{
    color: #316D69; 
}

.ftr-btm{
    background-color: #316D69;
    padding: 25px 0;
    margin-top: 20px;
    color: #ffffff;
}


.list2{
    font-size: 15px; 
}

.list2 ul{
    list-style: none;
    margin: 0;
    float: right;
}

.list2 ul li{
    padding: 0 5px;
    display: inline;
}

.list2 ul li a{
    color: #ffffff;
    text-decoration: none;
}

.list2 ul li a:hover{
    color: #BAB220; 
    text-decoration: none;
}

.frt-show{
    display: none;
}

.forestryList-n{
    display: none;
}

.forestryList-n ul{
    margin: 0;
    padding: 0;
}

.forestryList-n ul li{
    margin: 5px;
    list-style: none;
    padding: 5px 13px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid #BAB220;
    float: left;
    text-align: center;
}

.forestryList-n ul li:hover{
    margin: 5px;
    list-style: none;
    padding: 5px 13px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid #F7F5F2;
    background-color: #F7F5F2;
}

.modal-content{
    padding: 20px;
}

.modal-content h1{
    font-size: 27px;
    font-weight:700 ;
    color: #316D69;
}

.modal-cls-btn{
    position: absolute;
    right: 11px;
    top: 11px;
}

#panel {
    display: none;
  }

.no-radius{
    border-radius:3px !important;
}
.shownode{
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

.teamWrap{
    margin: 9px;
}

.teamWrap h4{
    margin-top: 9px;
}
  .team_img{
    /**background: #F8F8F8;
    border: #F3F3F3 1px solid;**/
    text-align: center;
}

 .team_img:hover{
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  cursor: pointer;
}

/*.hm-service-1{
    padding-bottom: 20px;
}
.hm-service-2{
    padding-bottom: 20px;
}*/

.service-box-wrp{
    background-color: #fff;
    -webkit-box-shadow:  0px 0px 7px 0px rgba(0,0,0,0.06);
    -moz-box-shadow:  0px 0px 7px 0px rgba(0,0,0,0.06);
    box-shadow:  0px 0px 7px 0px rgba(0,0,0,0.06);
    /*padding: 23px 17px;*/
    padding-top: 23px;
    padding-bottom: 34px;
    padding-right: 17px;
    padding-left: 17px;
    height: 100%;
    position: relative;
    margin-bottom: 45px;
}

.service-box-wrp:hover{

    -webkit-box-shadow:  0px 0px 7px 0px rgba(0,0,0,0.10);
    -moz-box-shadow:  0px 0px 7px 0px rgba(0,0,0,0.10);
    box-shadow:  0px 0px 7px 0px rgba(0,0,0,0.10);

}

.service-box-wrp a{
    position: absolute;
    margin-bottom: 23px;
    bottom: 0;
    right: 22%;
}

.service-box-wrp p, h3{
    margin-bottom: 0px;
}

.service-box-wrp h3{
    padding: 15px;
}

.active-approach{
    background: url("../images/home-page-bottom-banner.jpg") top center no-repeat; 
    background-size: cover;  
}

.nba-btm-baner1{
    background: url("../images/nba-bb-image-1.jpg") top center no-repeat; 
    background-size: cover;  
}

.nba-btm-baner2{
    background: url("../images/nba-bb-image-2.jpg") top center no-repeat; 
    background-size: cover;  
}

.hyd-btm-baner{
    background: url("../images/hyd-bb-image.jpg") top center no-repeat; 
    background-size: cover;  
}

.wind-btm-baner{
    background: url("../images/wind-bb-image.jpg") top center no-repeat; 
    background-size: cover;  
}

.anaerb-btm-baner{
    background: url("../images/anaerobic-bb-image.jpg") top center no-repeat; 
    background-size: cover;  
}

.nba-btm-baner3{
    background: url("../images/nba-bb-image-3.jpg") top center no-repeat; 
    background-size: cover;  
}

.nba-cta{
    background-color: rgba(186, 178, 32, 0.80);
    padding: 40px;
}

.nba-cta h1{
    color: #fff;
}

.ourActive-content{
    background-color: rgba(255, 255, 255, 0.80);
    padding: 40px 15px;
}

.open-box-wrp{
    background-color: #fff;
    -webkit-box-shadow:  0px 0px 7px 0px rgba(0,0,0,0.06);
    -moz-box-shadow:  0px 0px 7px 0px rgba(0,0,0,0.06);
    box-shadow:  0px 0px 7px 0px rgba(0,0,0,0.06);
    padding: 30px;
    height: 100%;
}

.open-box-wrp:hover{
    -webkit-box-shadow:  0px 0px 7px 0px rgba(0,0,0,0.10);
    -moz-box-shadow:  0px 0px 7px 0px rgba(0,0,0,0.10);
    box-shadow:  0px 0px 7px 0px rgba(0,0,0,0.10);
}

.open-box-wrp p, h3{
    margin-bottom: 0px;
}

.open-box-wrp h3{
    padding: 15px;
}

.what-we-do{
    background: url("../images/what-we-do-image.jpg") top center no-repeat; 
    background-size: cover; 
}

.nature-b-bg{
    background: url("../images/nature-based-image1.jpg") top center no-repeat; 
    background-size: cover; 
}

.electric-bg{
    background: url("../images/electric-vehicles-img1.jpg") top center no-repeat; 
    background-size: cover; 
}

.windS-bg{
    background: url("../images/wind-solar-img1.jpg") top center no-repeat; 
    background-size: cover; 
}

.anaerobic-bg{
    background: url("../images/anaerobic_digestion-img1.jpg") top center no-repeat; 
    background-size: cover; 
}

.anaerobic-bg2{
    background: url("../images/anaerobic-digestion-benefits.jpg") top center no-repeat; 
    background-size: cover; 
}



.agro-forestry-bg{
    background: url("../images/agro-forestry-bg.jpg") top center no-repeat; 
    background-size: cover; 
}

.forest-assets-bg{
    background: url("../images/forest-assets-bg.jpg") top center no-repeat; 
    background-size: cover; 
}

.imgShow{
    display: none;
}



.tidal-bg{
    background: url("../images/tidal-marshes-image.jpg") top center no-repeat; 
    background-size: cover; 
}

.seagrasses-bg{
    background: url("../images/seagrasses-image.jpg") top center no-repeat; 
    background-size: cover; 
}

.mangroves-bg{
    background: url("../images/mangroves-image.jpg") top center no-repeat; 
    background-size: cover; 
}

.agriculture-bg{
    background: url("../images/agriculture-image.jpg") top center no-repeat; 
    background-size: cover; 
}

.agriculture-bg2{
    background: url("../images/agriculture-image2.jpg") top center no-repeat; 
    background-size: cover; 
}

.nav-bb{
    border-bottom: #E8E8E8 1px solid;
}



.effects-deforestation{
    background: url("../images/effects-deforestation.jpg") top center no-repeat; 
    background-size: cover; 
}

.effects-deforestation h1{
    color: #fff;
}
.effects-deforestation p{
    color: #fff;
}

.pad-l35{
    padding-left: 35px;
}
.pad-r35{
    padding-right: 35px;
}

.trans-btn{
    background-color: transparent;
    border: 1px solid #ffffff;
}

.trans-btn:hover{  
    border-style: none;
    border: 1px solid #BAB220;
}

.service-box-wrp-2{
    background-color: #fff;
    -webkit-box-shadow:  0px 0px 7px 0px rgba(0,0,0,0.06);
    -moz-box-shadow:  0px 0px 7px 0px rgba(0,0,0,0.06);
    box-shadow:  0px 0px 7px 0px rgba(0,0,0,0.06);
    padding: 23px 17px;
    height: 100%;
}

.service-box-wrp-2:hover{

    -webkit-box-shadow:  0px 0px 7px 0px rgba(0,0,0,0.10);
    -moz-box-shadow:  0px 0px 7px 0px rgba(0,0,0,0.10);
    box-shadow:  0px 0px 7px 0px rgba(0,0,0,0.10);

}

.service-box-wrp-2 p, h3{
    margin-bottom: 0px;
}

.service-box-wrp-2 h3{
    padding-top: 15px;
    padding-bottom: 0px;
}

.greyscaleDv {
    -webkit-filter: grayscale(100%);
    filter: greyscale(100%);
  }
  
 .greyscaleDv div {
     -webkit-filter: grayscale(0);
      filter: greyscale(0);
      opacity: 0.5;
  }

  /*********TABS*********/

  .nav-tabs{
    border-bottom:none;
  }

  .mrgTb{
    margin: 0 10px;
  }

  .nav-tabs .nav-link-tb.active{
    color: #BAB220;
    border: #BAB220 1px solid;
    background-color: #fff;
    -webkit-box-shadow:  0px 0px 7px 0px rgba(0,0,0,0.06);
    -moz-box-shadow:  0px 0px 7px 0px rgba(0,0,0,0.06);
    box-shadow:  0px 0px 7px 0px rgba(0,0,0,0.06);
    font-size: 16px;
    font-weight: 500;
  }

  .nav-tabs {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .nav-link-tb{
    color: #316D69;
    background-color: #fff;
    -webkit-box-shadow:  0px 0px 7px 0px rgba(0,0,0,0.06);
    -moz-box-shadow:  0px 0px 7px 0px rgba(0,0,0,0.06);
    box-shadow:  0px 0px 7px 0px rgba(0,0,0,0.06);
    font-size: 16px;
    font-weight: 500;
    border: #fff 1px solid;
    padding:17px 43px;
  }

  .nav-link-tb:hover{
    color: #316D69;
  }

.nestedHd{
    font-size: 23px;
}

.hydrogen-vid-bg{
    background: url("../images/hydrogen-vid-bg.jpg") center no-repeat; 
    background-size: cover; 
}

.hydrogen-vid-bg p{
    color: #fff;
    padding: 100px 0 80px 0;
    font-size: 18px;
    font-weight: 400;
}

.bi-play-circle{
    font-size: 110px;
    font-weight: 300;
    color:#BAB220 ;
    transition: 0.3s;
}

.bi-play-circle:hover{
    font-size: 150px;
    font-weight: 300;
    color:#BAB220 ;
}

.styleList{
    margin: 0;
}


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

.styleList ul li{
    margin-bottom: 8px;
    font-size: 16px;
    color: #777;
    display: flex;
    align-items: center;
}

.styleList ul li i {
    color: #BAB220;
    font-size: 18px;
    margin-right: 13px;
}

.ref-wrap{
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    padding: 45px 25px;
    /*background-color: #316D69;*/
     background: linear-gradient(243deg, #BAB220 25%,#316D69 100%);
}

.ref-wrap h1{
    color: #fff;
}

.ref-wrap img{
    margin: 10px 0;
}

.challenges-bg-bnr {
    background: url("../images/challenges-banner.jpg");
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 40vh;
    background-size: cover; 
}

.services-bg-bnr {
    background: url("../images/hydrogen-electric-vehicles-main-banner.jpg");
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 40vh;
    background-size: cover; 
}

.nba-bg-bnr {
    background: url("../images/nba-main-banner.jpg");
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 40vh;
    background-size: cover; 
}

.nba2-bg-bnr {
    background: url("../images/blue-carbon-main-banner.jpg");
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 40vh;
    background-size: cover; 
}

.nba3-bg-bnr {
    background: url("../images/agriculture-main-banner.jpg");
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 40vh;
    background-size: cover; 
}

.hyd-bg-bnr {
    background: url("../images/hydrogen-electric-vehicles-main-banner.jpg");
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 40vh;
    background-size: cover; 
}

.wind-bg-bnr {
    background: url("../images/wind-main-bnr.jpg");
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 40vh;
    background-size: cover; 
}

.anaerobic-bg-bnr {
    background: url("../images/anaerobic-main-bnr.jpg");
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 40vh;
    background-size: cover; 
}

.videoBg{
    background: url("../images/uganda-mou.jpg") top center no-repeat;
    background-size: cover;
}

video {
    width: 100%;
    height: auto;
  }
  
  .errorPage{
    background: url("../images/404-image.jpg") bottom center no-repeat;
    background-size: cover; 
    height: 70vh;
    color: #fff;
}

.errorPage h1{
    font-size: 91px;
}

.ppd{
    color:#fff;
}

.ppd img{
 padding:10px;   
}

.blockquote{
    font-family: 'Roboto', sans-serif;
    color: #3C3C3C;
    font-size: 19px;
    font-weight: 300;
    padding-bottom: 15px;
}

.blockquote strong{
    font-weight: 600;
}

.blockquote-footer{
    font-size: 15px;
}


/**.quote-ctm-o{
    content: open-quote;
    font-weight: bold;
    font-size:100px;
    color:#e6e4b5;
}
.quote-ctm-c{
    content: close-quote;
    font-weight: bold;
    font-size:100px;
    color:#e6e4b5;
}


blockquote {
    border:none;
    font-family:Georgia, "Times New Roman", Times, serif;
    margin-bottom:-30px;
    quotes: "\201C""\201D""\2018""\2019";
}


blockquote div:before { 
content: open-quote;
font-weight: bold;
font-size:100px;
color:#e6e4b5;
} 
blockquote div:after { 
content: close-quote;
font-weight: bold;
font-size:100px;
color:#e6e4b5;
  
}**/

.pad-12-tb-lit{
padding-top: 12px;
padding-bottom: 12px;
}
