@font-face {
  font-family: afterglow-regular;
  src: url(../fonts/afterglow-regular.ttf);
}

@font-face {
  font-family: MinionPro-Regular;
  src: url(../fonts/MinionPro-Regular.otf);
}

@font-face {
  font-family: Montserrat-Bold;
  src: url(../fonts/Montserrat-Bold_0.otf);
}

@font-face {
  font-family: Montserrat-Light;
  src: url(../fonts/Montserrat-Light.ttf);
}
@font-face {
  font-family: Montserrat-Medium;
  src: url(../fonts/Montserrat-Medium_0.otf);
}
@font-face {
  font-family: Montserrat-SemiBold;
  src: url(../fonts/Montserrat-SemiBold_0.ttf);
}
@font-face {
  font-family: Nirmala;
  src: url(../fonts/Nirmala.ttf);
}
@font-face {
  font-family: Rupee;
  src: url(../fonts/Rupee.ttf);
}

body {
  box-sizing: border-box;
  font-family: MinionPro-Regular;
  font-size: 16px;
  line-height: 19px;
  color: #454645;
  margin: 0;
  padding: 0;
}
h1,
h2,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
  padding: 0px;
  font-family: Montserrat-Medium;
  font-size: 16px;
  line-height: 22px;
  color: #676767;
}

a {
  text-decoration: none !important;
  font-size: 16px;
}

a:hover {
  text-decoration: none !important;
}

p {
  font-size: 16px;
  line-height: 22px;
}

.my-sidenav,
.ham-icon1 {
  display: none;
}
/*-----------Header Css End-------------*/

.menu ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}

.menu div.dropdown-menu {
  border-radius: 0px;
  background-color: #185934;
  margin: 0px 0px;
  padding: 31px 34px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  /* transform: translateY(-2em); */
  z-index: -1;
  /* transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s; */
  display: block;
  min-height: 221px;
  border: 0px;
  /*box-shadow: none;*/
  min-width: 509px;
  box-shadow: 0 2px 12px 0 rgb(0 0 0 / 36%);
}

.dropdown:hover > div.dropdown-menu {
  display: flex;
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
  gap: 40px;
  justify-content: space-between;
}

.menu div.dropdown-menu li {
  /* display: block; */
  padding: 0px;
  display: flex;
    justify-content: space-between;
}

.menu div.dropdown-menu li a {
  text-transform: inherit;
  position: relative;
  color: #FFF !important;
  display: block;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.25px;
  font-family: afterglow-regular;
  margin-bottom: 12px;
}

.menu div.dropdown-menu ul {
  margin: 0px;
  background-color: #185934;
  width: 260px;
  padding: 0px 0px;
}



.menu .featuredmenu a {
  color: #3F7CBF;
  font-size: 14px;
  border: 1px solid #3F7CBF;
  padding: 7px 14px;
}

.menu .featuredmenu a img {
  padding-left: 10px;
}

.menu div.dropdown-menu li a:hover {
  color: #fff !important;
}
.menu div.dropdown-menu li:last-child a{
  margin-bottom: 0px;
}
div.dropdown-menu:before {
  position: absolute;
  content: "";
  height: 32px;
  left: 32px;
  top: -6px;
  transform: rotate(45deg);
  width: 32px;
  z-index: -1;
  background: #185934;
/*  box-shadow: 0 2px 12px 0 rgb(0 0 0 / 36%);*/
}

.menu .esgdropdown div.dropdown-menu {
  min-width: 220px;
}

.my-sidenav,
.ham-icon1 {
  display: none;
}

.esgdropdowm div.dropdown-menu:before {
  left: 40px;
}
.menuFirst > div:nth-child(1){
  width: 196px;
}
div.dropdown-menu h6 {
  color: #0f3557;
  display: block;
  font-size: 1.4rem;
  letter-spacing: .25px;
  opacity: 0.5;
  padding: 15px 10px 0px;
}

div.dropdown-menu ul.porfoliomenu {
  padding: 10px 0px 14px 0px;
}

div.dropdown-menu ul.porfoliomenu li a {
  font-size: 1.2rem;
}



.menu ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.menu ul li {
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-right: 19px;
}

.menu > ul li:last-child{
  margin-right: 0px;
}



.menu ul li a {
  font-size: 16px;
  color: #185934;
  text-decoration: none;
  line-height: 19px;
}



.menu ul li a {
  transition: all ease .3s;
  position: relative;
}

.menu ul li a:after {
  position: absolute;
  display: block;
  content: "";
  width: 0%;
  background: #ee7d1e;
  transition: all ease .3s;
  height: 4px;
  bottom: -8px;
}
div.dropdown-menu.menuFour::before {
  left: 395px;
}
div.dropdown-menu.menuFour{
  left: -313px;
}

.menu div.dropdown-menu.menuWidth {
  min-width: 807px;
  left: -478px;
}
.menu div.dropdown-menu.menuWidth::before {
  left: 520px;
}
.menu div.dropdown-menu.menuSecond{
  left: -109px;
}
.menu div.dropdown-menu.menuSecond::before{
  left: 114px;
}
.maxMenu {
  max-width: 485px;
  width: 100%;
}
.halfMenu {
  display: flex;
  gap: 30px;
}
/**/
#header {
  background-color: #fff;
  border-bottom: 2px solid #B2C920;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
  height: 70px;
  display: flex;
  align-items: center;
  z-index: 999;
  position: fixed;
}
#header .row {
  display: flex;
  align-items: center;
}
#header .row::after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  bottom: -2px;
  height: 2px;
  width: 190px;
  background-color: #519332;
}
.toBanner {
  display: flex;
  height: 100vh;
  align-items: center;
  position: relative;
}


.hamburgerMenu {
  display: flex;
  gap: 56px;
  justify-content: end;
}
.impDown {
  position: relative;
}
.impDown::after {
  content: "";
  display: block;
  position: absolute;
  left: -15px;
  top: 0px;
  height: 20px;
  width: 1px;
  background-color: #185934;
}
.impDown a:hover {
  color: #53A346;
}
.footerLinks {
  max-width: 790px;
  width: 100%;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}
.footerLinks ul {
  list-style: none;
  display: flex;
  margin: 0px;
  padding: 0px;
  gap: 14px;
}
.footerLinks a {
  font-family: Montserrat-Bold;
  color: #fff;
}
.footBg {
  background-color: #7B8536;
  padding: 0px 0px 21px 0px;
  z-index: 99;
  position: relative;
  margin-top: 80px;
}
.copyRights {
  background-color: #185934;
  padding: 8px 0px;
}
.copyRights p, .copyRights p a {
  font-size: 12px;
  color: #fff;
  font-family: Montserrat-Light;
}
.copyRights .container {
  max-width: 820px;
  margin: 0px auto;
  width: 100%;
}
.devText p{
  text-align: right;
}

.backTop {
  max-width: 790px;
  width: 100%;
  margin: 0px auto;
  margin-top: 32px;
}
.backTop a {
  text-align: center;
  display: block;
  color: #FFFFFF;
  font-family: Montserrat-Light;
}

.footerLinks > div {
  position: relative;
}
.footerLinks > div::after {
  content: "";
  display: block;
  position: absolute;
  right: -85px;
  top: 0px;
  width: 1px;
  height: 20px;
  background-color: #fff;
}
.footerLinks > div:last-child::after {
  width: 0px;
}

.sitemap {
  color: #676767;
  padding-top: 10px;
  padding-bottom: 40px;
  font-family: Montserrat-Medium;
}
.sitemap a {
  color: #676767;
  font-size: 12px;
  font-family: Montserrat-Medium;
}

.linkActive {
  list-style: none;
  padding-left: 0px;
  max-width: 250px;
  width: 100%;
}
.linkActive li a {
  font-size: 14px;
  line-height: 20px;
  color: #676767;
  font-family: Montserrat-Medium;
  margin-bottom: 10px;
  display: block;
}
.linkActive li.active1 a {
  color: #F2BF0C;
}
.economic-banner
{
  /*background-image: url(../images/economic-banner.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position:bottom center;
  height: 100vh;
  display: flex;
  align-items: center;*/
  background-color: #f1bf08;
  margin-bottom: 52px;
}
.bannerSlider .item{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
}
.item_bg_1{
  background-image: url("../images/banner-img.webp");
}
.item_bg_2{
  background-image: url("../images/bg1.webp");
}
.item_bg_3{
  background-image: url("../images/bg2.webp");
}
.item_bg_4{
  background-image: url("../images/bg3.webp");
}
.item_bg_5{
  background-image: url("../images/bg4.webp");
}
/*ul.ultabslider {
  list-style: none;
  padding: 0;
  justify-content: space-between;
  display: flex;
  max-width: 1112px;
  width: 100%;
  margin: 0px auto;
  align-items: center;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 60px;
  z-index: 99;
  border-bottom: 1px solid #185934;
}

.ultabslider li a {
  font-size: 12px;
  line-height: 15px;
  color: #185934;
  font-family: Montserrat-Medium;
  position: relative;
  padding-bottom: 8px;
  padding-top: 8px;
  display: block;
}
.ultabslider li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  width: 1px;
  height: 9px;
  background-color: #185934;
  bottom: 0;
}
.ultabslider li:last-child a::before {
  right: 0px;
  left: auto;
}
.ultabslider li.active a{
  padding-bottom: 16px;
  padding-top: 0px;
}
.ultabslider li.active a::before {
  height: 16px;
}*/

.topBnrIns h1 {
  font-size: 40px;
  line-height: 48px;
  color: #185934;
  font-family: afterglow-regular;
}
.item_bg_1 .topBnrIns {
  max-width: 304px;
  width: 100%;
}
.bannerSlider .item .row{
  align-items: center;
}

.topBnrIns h3 span {
  color: #793B17;
  font-size: 16px;
  line-height: 19px;
  display: block;
  font-family: Montserrat-Bold;
}
.topBnrIns h3 {
  font-size: 34px;
    line-height: 40px;
    margin-bottom: 10px;
    color: #12A1A6;
    font-family: afterglow-regular;
    min-width: 630px;
}
.topBnrIns p {
  font-size: 16px;
  line-height: 19px;
  color: #676767;
  font-family: Montserrat-Medium;
  margin-bottom: 14px;
}
.topBnrIns h4 {
  font-size: 16px;
  line-height: 19px;
  color: #519332;
  margin-bottom: 35px;
  font-family: Montserrat-Bold;
}
.topBnrIns h4 span {
  display: block;
  color: #676767;
  font-family: Montserrat-Medium;
}
.topBnrIns{
  max-width: 501px;
  width: 100%;
}
.imgPer {
  max-width: 336px;
  width: 100%;
}
.item_bg_3 .topBnrIns {
  max-width: 530px;
}
.item_bg_4 .topBnrIns {
  max-width: 595px;
}

/*.scrollDis {
  position: absolute;
  bottom: 19px;
  text-align: center;
  z-index: 99;
  display: flex;
  width: 100%;
  justify-content: center;
}
.scrollDis p {
  font-size: 12px;
  line-height: 15px;
  color: #185934;
}*/

.snapShotMain {
  height: 100vh;
  display: flex;
  align-items: center;
}

.banner-num
{
  background-color: #fff;
  width: 65px;
  height: 65px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 7px;
}
.banner-num h4
{
  color: #F2BF0C;
  font-size: 30px;
  font-family: afterglow-regular;
  line-height: 36px;
}
.economic-banner h1
{
  font-size: 40px;
  line-height: 48px;
  color: #fff;
  padding-bottom: 15px;
  font-family: afterglow-regular;
}
.economic-banner p {
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  position: relative;
  padding-left: 35px;
  font-family: Montserrat-Medium;
  max-width: 530px;
  width: 100%;
  margin-bottom: 0px;
  padding-bottom: 24px !important;
}
/*.economic-banner p:before
{
  content: '';
  position: absolute;
  left: 0;
  top:0;
  background-image:url(../images/comma1.svg);
  width: 28px;
  height: 38px;
}
.economic-banner p:after
{
  content: '';
  position: absolute;
  right: -10px;
  bottom:5px;
  background-image:url(../images/comma2.svg);
  width: 31px;
  height: 20px;
}*/

.openQ {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 28px;
}
.closeQ {
  position: absolute;
  right: unset;
  width: 31px;
  margin-left: 10px;
}
.economic-banner h5
{
  color:#fff;
  font-size: 18px;
  line-height: 28px;
  font-family: Montserrat-Bold;
  font-style: italic;
  padding-left: 30px;
  max-width: 405px;
  width: 100%;
}
.insideContent
{
  padding-left:60px;
}
.economic-icon
{
  padding-bottom: 25px;
}
.insideContent h2
{
  font-size: 30px;
  line-height: 36px;
  color: #F2BF0C;
  padding-bottom: 20px;
  font-family: afterglow-regular;
}
.insideContent h2 span
{
  display: block;
}
.insideContent p{
  padding-bottom: 30px;
}
.econ-graph
{
  padding-bottom: 25px;
}
.econ-graph-wrap p
{
  max-width: 325px;
  width: 100%;
}
/* .allContent
{
  padding-bottom: 80px;
} */
.growth-img
{
  padding-bottom: 40px;
}
.p-last
{
  padding-bottom: 0px !important;
}
.building-img
{
  padding-bottom: 30px;
}
.footnote
{
  color: #676767;
  font-size: 10px;
  line-height: 14px;
  font-family: Montserrat-Medium;
  font-style: italic;
  padding-bottom: 30px;
}
.green-head
{
  color: #53A346;
  font-size: 18px;
  line-height: 20px;
  font-family: Montserrat-Medium;
  padding-bottom: 16px;
}
.blue-head
{
 color:#16685C;
 font-size: 18px;
 line-height: 20px;
 font-family: Montserrat-SemiBold;
 padding-bottom: 18px; 
}

.nida-num h3
{
  color: #F99D1C;
  font-size: 30px;
  font-family: Montserrat-Medium;
  padding-bottom: 10px;
  padding-top: 4px;
}
.didf-img {
  padding-bottom: 25px;
}
.ridf-table
{
  padding-bottom: 30px;
}
.tree-img {
  padding-bottom: 45px;
}
.tree-img .didf-img
{
  padding-bottom: 45px;
}
.litf p
{
  padding-right: 30px;
}
/* .nida-2025 p, .fidf-2024 p
{
  padding-bottom: 0px;
} */
.fidf-2024 p span{
  display: block;
}
.key-gen
{
  margin-top: 15px;
  border-right: 1px solid #F2BF0C;
  min-height: 400px;
}
.key-gen h3
{
  color: #F2BF0C;
  font-size: 18px;
  line-height: 20px;
  padding-bottom: 10px;
  padding-top: 20px;
}
.key-gen h3 span{
  display: block;
}
.key-gen p{
  padding-bottom: 0px;
}
.bd-none
{
  border:none !important;
}
.key-gen-wrap .col-xl-4:nth-child(2) .key-gen
{
  padding: 0px 26px;
}
.key-gen-wrap .col-xl-4:nth-child(3) .key-gen
{
  padding: 0px 26px;
}
.key-gen-wrap
{
  margin-bottom: 50px;
}
.pb-30
{
  padding-bottom: 30px;
}
.yl-bg
{
  background-color: #F2BF09;
  border-radius: 6px;
}
.yl-bg h4
{
  color: #414042;
  font-size: 16px;
  font-family: Montserrat-Bold;
  text-align: center;
  padding: 10px;
}
.yl-bg1
{
  background-color:#FBE7B8;
  border-radius: 6px;
  margin: -5px 10px 30px;
}
.yl-bg1 h4
{
  color: #16685C;
  font-size: 14px;
  text-align: center;
  padding: 10px;
  font-family: Montserrat-SemiBold;
}
.yl-bg1 h4 span{
  display: block;
}
.rural-slider.owl-carousel .owl-stage
{
  padding-left: 0px !important;
}
.rural-slider.owl-theme .owl-nav{
  margin-top: 60px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.rural-slider.owl-theme .owl-dots
{
  left: 0;
  position: absolute;
  bottom: -45px;
}
.rural-slider .owl-nav button.owl-next{
  position: absolute;
  width: 43px;
  height: 26px;
  bottom: -45px;
  margin: auto;
  right: 0px;
  background-repeat: no-repeat;
  background-image: url(../images/rural/right-arrow.svg) !important;
}

.rural-slider .owl-nav button.owl-prev{
  position: absolute;
  width: 43px;
  height: 26px;
  bottom: -45px;
  margin: auto;
  right:60px;
  background-repeat: no-repeat;
  background-image: url(../images/rural/left-arrow.svg) !important;
}

.rural-slider.owl-theme .owl-nav .owl-prev:hover,
.rural-slider.owl-theme .owl-nav .owl-next:hover
{
  background: none;
  color: #FFF;
  text-decoration: none;
  background-repeat: no-repeat;
}
.rural-slider.owl-theme .owl-dots .owl-dot span
{
  border-radius: 0px;
  background:#EFE9E1;
  width: 11px;
  height: 11px;
}
.rural-slider.owl-theme .owl-dots .owl-dot.active span, .rural-slider.owl-theme .owl-dots .owl-dot:hover span
{
 background:#F8CE64;
 width: 32px; 
}
.rural-box
{
  background-color: #EFE9E1;
  border-radius: 12px;
  padding: 20px 20px 0px;
  margin-bottom: 20px;
}
.rural-box h4
{
  color: #16685C;
  font-size: 16px;
  font-family: Montserrat-SemiBold;
  padding-bottom: 12px;
}
.icon-wrap
{
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.icon-wrap h5
{
  color: #8A4D1F;
  font-size: 16px;
  line-height: 20px;
  font-family: Montserrat-SemiBold;
  margin-left: 30px;
}
.icon-wrap h5 span{
  display: block;
}
.r-icon img {
  width: 48px !important;
}
.r-yl-box
{
  background-color: #F7CF65;
  border-radius: 14px;
  padding: 18px 18px 0px;
  margin-bottom: 20px;
}

.r-yl-box h5, .rural-box h3
{
  color: #8A4D1F;
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 10px;
  font-family: Montserrat-SemiBold;
}
.r-yl-box p{
  color: #8A4D1F;
  padding-bottom: 20px;
}
.r-yl-box p span{
  font-family: Montserrat-Bold;
}
.rural-box p 
{
  padding-bottom: 20px;
}
.rural-box p span:nth-child(1)
{
 color: #8A4D1F;
 font-family: Montserrat-SemiBold; 
}

/*.rural-box p span:nth-child(2)
{
  display: block;
}*/

.rural-box ul{
  padding-left: 0px;
  margin-bottom: 0px;
}
.rural-box ul li{
  position: relative;
  padding-left: 20px;
  padding-bottom: 20px;
  list-style:none;
  font-family: Montserrat-Medium;
  color: #676767;
}
.rural-box ul li:before
{
  content: '';
  position: absolute;
  left: 0;
  top:6px;
  background-image: url(../images/gray-icon-new.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 9px;
  height: 9px;
}

.capital-img
{
  margin-top: 120px;
  padding-bottom: 80px;
}
.nonrural-slider.owl-carousel .owl-item img
{
  width: auto;
}

.snapShotMain h3 {
  font-size: 40px;
  line-height: 48px;
  color: #185934;
  font-family: afterglow-regular;
  text-align: center;
}
.keyLinks{
  padding: 75px 0px;
  height: 100vh;
  align-items: center;
}
.keyLinks ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.keyLinks ul li a {
  position: relative;
  font-size: 40px;
  line-height: 48px;
  color: #BEBEBE;
  text-align: center;
  display: block;
  padding: 10px 0px;
  font-family: afterglow-regular;
}
.keyLinks ul li a img {
  display: none;
}

.keyLinks p {
  color: #793B17;
  text-align: center;
  margin-bottom: 30px;
  font-family: Montserrat-Bold;
}
.keyLinks ul li a:hover img{
  display: block;
  position: absolute;
  margin: 0px auto;
  left: 0px;
  right: 0px;
  top: -42%;
}

.allButtons a {
  display: flex;
  align-items: center;
}
.read-txt {
  font-size: 14px;
  line-height: 18px;
  color: #185934;
  font-family: Montserrat-Bold;
  position: relative;
  height: 30px;
  padding-left: 15px;
  padding-right: 10px;
  display: inline-flex;
  align-items: center;
  z-index: 99;
}
.read-txt::after {
  width: 5px;
  height: 100%;
  position: absolute;
  display: block;
  background: #519332;
  content: "";
  left: 0;
  top: 0;
  transition: all ease .3s;
  z-index: -1;
}
.arrowspan {
  display: inline-flex;
  padding: 0 5px;
  height: 30px;
  position: relative;
  z-index: 99;
}
.arrowspan::after {
  width: 0;
  height: 100%;
  position: absolute;
  display: block;
  background: #519332;
  content: "";
  left: 0;
  top: 0;
  transition: all ease .3s;
  z-index: -1;
}
.allButtons a:hover .read-txt::after, .allButtons a:hover .arrowspan::after {
  width: 100%;
  transition: all ease .3s;
}
.allButtons img {
  width: 22px !important;
}
.allButtons a:hover .read-txt{
  color: #fff;
}
.hideD {
  display: none!important;
}
.allButtons a:hover .arrowspan .hideD {
  display: block!important;
}
.allButtons a:hover .arrowspan .showD {
  display: none!important;
}
.allButtons {
  max-width: 140px;
  width: 100%;
}
/**/
.allProject {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

.card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}

.card-contents {
  position: relative;
  width: 1920px;
  height: 1080px;
  background-color: #fff;
}

.card-description {
  position: relative;
  top: 200px;
  left: 0;
  z-index: 9999999;
}
.pro_bg_1{
  background-color: #F1F6E0;
}
.pro_bg_2{
  background-color: #ECF5AD;
}
.pro_bg_3{
  background-color: #7ABA6E;
}
.pro_bg_4{
  background-color: #509369;
}

.indProject {
  border-radius: 35px;
  padding: 30px 30px 30px 30px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  min-height: 625px;
}
.indProject > div:nth-child(1) {
  max-width: 63%;
  width: 100%;
}
.indProject > div:nth-child(2) {
  max-width: 37%;
  width: 100%;
}
.innerGreen {
  background: #CCDC81;
  border-radius: 21px;
  padding: 26px;
  margin-top: 23px;
  margin-bottom: 31px;
}
.innerGreen ul {
  padding: 0px;
  list-style: none;
  margin: 0px;
}
.innerGreen ul li {
  display: flex;
  margin-bottom: 12px;
}
.innerGreen ul li > span:nth-child(1) {
  width: 40%;
  color: #377C51;
  font-family: Montserrat-Bold;
  font-size: 16px;
  line-height: 19px;
}
.innerGreen ul li > span:nth-child(2) {
  width: calc(60% - 30px);
  font-size: 16px;
  line-height: 19px;
  color: #454645;
  font-family: Montserrat-Light;
  margin-left: 30px;
}
.innerGreen ul li:last-child {
  margin-bottom: 0px;
}

.indProject h3 {
  font-size: 40px;
  line-height: 48px;
  font-family: afterglow-regular;
}
.indProject h3 span {
  display: block;
  color: #825029;
  font-size: 16px;
  line-height: 19px;
  font-family: Montserrat-Bold;
}
.sli_bg_clr_1.indProject h3 {
  max-width: 380px;
  color: #60AB56;
}

.sli_bg_clr_1.indProject .innerGreen {
  background: #CCDC81;
}

.sli_bg_clr_2.indProject .innerGreen {
  background: #D8EA84;
}

.sli_bg_clr_3.indProject .innerGreen {
  background: #CCDC81;
}

.sli_bg_clr_4.indProject .innerGreen {
  background: #CCDC81;
}

.sli_bg_clr_2.indProject h3 {
  max-width: 445px;
  color: #4D9344;
}

.sli_bg_clr_3.indProject h3 {
  max-width: 100%;
  color: #C5F21D;
}
.sli_bg_clr_4.indProject h3 {
  max-width: 504px;
  color: #C7E221;
}
.sli_bg_clr_3.indProject h3 span, .sli_bg_clr_4.indProject h3 span{
  color: #fff;
}
.indProject.sli_bg_clr_3 .read-txt, .indProject.sli_bg_clr_4 .read-txt{
  color: #fff;
}

.menuHide{
  display: none;
}
.hamClick a:hover .menuHide{
  display: flex;
}
.hamClick a:hover .menuShow{
  display: none;
}

.pdfHide{
  display: none;
}
.impDown a:hover .pdfHide{
  display: flex;
}
.impDown a:hover .pdfShow{
  display: none;
}
.projectSlider.owl-theme .owl-dots{
  margin-top: 0px;
  position: absolute;
  bottom: 20px;
  left: 0px;
  right: 0px;
}

/**/
/*.my-sidenav1 {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 99;
  max-width: 100%;
  width: 100%;
  height: 100%;
  padding-top: 55px;
  background-image: url("../images/menu/bg-img.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  min-height: 662px;
}
.my-sidenav1 ul {
  padding-top: 50px;
  border-bottom: none;
}
.my-sidenav1 ul li {
  width: 100%;
}
.my-sidenav1 a.nav-link {
  transition: none;
  color: #676767;
  margin: 0;
  display: flex;
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 24px;
  font-family: afterglow-regular;
  padding: 0px;
}
.my-sidenav1 a.nav-link
{
  border:none;
}
.my-sidenav1 a.nav-link.active {
  border: none;
  color: #53A447 !important;
  background-color: transparent;
  border:none;
  border-bottom: 1px solid #53A447;
}
.my-sidenav1 a.nav-link.active img.tbimg
{
  margin-right: 10px;
}

.my-sidenav1 a.nav-link {
  position: relative;
}
.my-sidenav1 a.nav-link img {
  position: absolute;
  right: 0px;
  display: none;
}
.my-sidenav1 a.nav-link.active img {
  display: block;
}
.tab-content.menu-tab ul {
  list-style: none;
  padding-left: 0px;
  margin: 0px;
}
.tab-content.menu-tab ul li a {
  font-size: 16px;
  line-height: 19px;
  color: #676767;
  display: block;
  margin-bottom: 25px;
  font-family: Montserrat-Medium;
  position: relative;
}


.tab-content.menu-tab ul li a span {
  display: block;
}
.tab-content.menu-tab ul li a img {
  position: absolute;
  right: 0px;
  top: 30%;
  display: none;
}
.tab-content.menu-tab ul li a:hover{
  color: #53A447;
}
.tab-content.menu-tab ul li a:hover img{
  display: block;
}*/
.closeMenu{
  display: none;
}
.openMenu {
  display: flex;
  gap: 5px;
  align-items: center;
}
.bluebg .openMenu {
  display: none;
}
.bluebg .closeMenu {
  display: block;
}
.tab-content.menu-tab {
  margin-left: 60px;
}
.ham-icon1 {
  display: none !important;
}




.environBnr{
 /* background-image: url(../images/environmental-banner-img.webp); */
 background: #52A245;
}
.commonbanner h1 {
  font-size: 40px;
  line-height: 48px;
  color: #fff;
  padding-bottom: 15px;
  font-family: afterglow-regular;
}
.commonbanner p {
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  position: relative;
  padding-left: 30px;
  font-family: Montserrat-Medium;
  width: 100%;
  margin-bottom: 25px;
}
/* .commonbanner p:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/comma1.svg);
  width: 28px;
  height: 38px;
} */
/* .commonbanner p:after {
  content: '';
  position: absolute;
  right: -10px;
  bottom: 20px;
  background-image: url(../images/comma2.svg);
  width: 31px;
  height: 20px;
} */
.commonbanner h5 {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-family: Montserrat-Bold;
  font-style: italic;
  padding-left: 30px;
  max-width: 405px;
  width: 100%;
}
.environBnr p:after {
  left: 241px;
}
.inContentFour h2 {
  font-size: 30px;
  line-height: 36px;
  color: #52A245;
  padding-bottom: 20px;
  font-family: afterglow-regular;
}
.inContentFour .divImg{
  padding-bottom: 25px;
}
.inContentFour p {
  padding-bottom: 30px;
}
.leftFour .linkActive li.active1 a {
  color: #52A245;
}
.impactData{
  max-width: 350px;
  width: 100%;
}
.impactData h5 {
  color: #037D4D;
  font-size: 16px;
  font-family: Montserrat-Bold;
  padding: 10px 0 5px;
}
.inContentFour h4 {
  font-size: 18px;
  color: #53A346;
  font-family: Montserrat-Medium;
  padding: 20px 0 30px;
}
.tblData h4{
  padding: 20px 0 16px;
}
.tblData div{
  margin-bottom: 30px;
}
.spnBlck{
  display: block;
}
.impcatwidth{
  max-width: 100%;
  width: 100%;
}
.imgDiv{
  margin-bottom: 20px;
}
.channLst ul{
  list-style: none;
}
.channLst ul li {
  position: relative;
  font-size: 16px;
  font-family: Montserrat-Medium;
  color: #676767;
  line-height: 22px;
}
.channLst ul li::before {
  content: "";
  position: relative;
  background: url(../images/channelicon.svg);
  width: 13px;
  height: 13px;
  display: block;
  right: 30px;
  top: 15px;
}
.chanImg {
  padding: 30px 0 0;
}
.headh5 h5{
  font-size: 30px;
  color: #52A245;
  font-family: afterglow-regular;
  line-height: 36px;
}
.builLs ul{
  list-style: none;
}
.builLs ul li{
  position: relative;
}
.builLs ul li::before {
  content: "1";
  position: absolute;
  left: -30px;
  border: 1px solid #00AFB4;
  width: 19px;
  height: 19px;
  text-align: center;
  font-size: 14px;
  color: #2B2E34;
  font-family: Montserrat-Medium;
}
.builLs ul li{
  color: #00AFB4;
  font-size: 16px;
  font-family: Montserrat-Bold;
}
.spnclr span:nth-child(1){
  color: #52A245;
  font-family: Montserrat-Medium;
}
.spnclr span:nth-child(2){
  color: #006CB6;
  font-family: Montserrat-Medium;
}
.buil16 ul li::before {
  content: "16";
}
.buil2 ul li::before {
  content: "2";
}
.buil7 ul li::before {
  content: "17";
}
.bui3 ul li::before {
  content: "3";
}
.bui4 ul li::before {
  content: "4";
}
.bui18 ul li::before {
  content: "18";
}
.bui19 ul li::before {
  content: "19";
}
.bui5 ul li::before {
  content: "5";
}
.bui20 ul li::before {
  content: "20";
}
.bui6 ul li::before {
  content: "6";
}
.bui21 ul li::before {
  content: "21";
}
.bui7 ul li::before {
  content: "7";
}
.bui22 ul li::before {
  content: "22";
}
.bui8 ul li::before {
  content: "8";
}
.bui23 ul li::before {
  content: "23";
}
.bui9 ul li::before {
  content: "9";
}
.bui24 ul li::before {
  content: "24";
}
.bui10 ul li::before {
  content: "10";
}
.bui24 ul li::before {
  content: "24";
}
.bui11 ul li::before {
  content: "11";
}
.bui25 ul li::before {
  content: "25";
}
.bui12 ul li::before {
  content: "12";
}
.bui26 ul li::before {
  content: "26";
}
.bui13 ul li::before {
  content: "13";
}
.bui27 ul li::before {
  content: "27";
}
.bui14 ul li::before {
  content: "14";
}
.bui15 ul li::before {
  content: "15";
}
.builLs ul li p {
  padding-top: 10px;
  padding-bottom: 5px;
  line-height: 22px;
}
.reju-table
{
  margin-bottom: 35px;
}
.reju-sdg
{
  padding-bottom: 55px;
}
.reju-map
{
  margin-top: 20px;
  margin-bottom: 20px;
}
.map-numwrap
{
  display: flex;
  margin-bottom: 30px;
}
.map-num
{
  color: #2B2E34;
  font-size: 14px;
  font-family: Montserrat-Medium;
  border:1px solid #90481C;
  height: 19px;
  width: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
}
.map-text
{
  margin-left: 20px;
}
.map-text h4
{
  color: #8B4E21;
  font-size: 16px;
  font-family: Montserrat-Bold;
}
.map-text p
{
  padding-bottom: 0px;
}
.map-text p span{
  color: #F1BF1A;
}
.enabling-table
{
  margin-bottom: 45px;
}
.enabling-sdg
{
  margin-bottom: 55px;
}
.oppos .nida-num h3
{
  min-height: 41px;
}
.oppos .nida-num h3 span
{
  font-size: 16px;
  line-height: 22px;
  color: #676767;
}
.oppos .nida-num p, .oppos1 .nida-num p{
  padding-bottom: 0px;
}
.oppos1 h5
{
  font-size: 16px;
  line-height: 20px;
  color: #676767;
  font-family: Montserrat-Bold;
  padding-bottom: 18px;
}
.oppos1 .col-xl-5
{
  border-right: 1px solid #F99D1C;
}
.oppos-img
{
  padding-bottom: 25px;
  padding-top: 45px;
}
.bridging-img
{
  padding-bottom: 30px;

}
.insideContent.economic h2 {
  color: #9E774A;
}
.linkActive.economic li.active1 a {
  color: #9E774A;
}
.row.social-eco {
  align-items: center;
}
.economic-banner.social {
  background-color: #8B4E21;
  margin-bottom: 52px;
}
.capital-img.social {
  margin-top: 17px;
  padding-bottom: 80px;
}
/* .economic-banner.social p:after {
  content: '';
  position: absolute;
  right: 142px;
  bottom: 14px;
  background-image: url(../images/comma2.svg);
  width: 31px;
  height: 20px;
} */
h4.ex-green {
  font-size: 18px;
  line-height: 20px;
  font-family: Montserrat-Medium;
  color: #16685C;
  padding-bottom: 32px;
}
.invest-sec h4:nth-of-type(2) {
  padding-top: 32px;
  padding-bottom: 18px;
}
.invest-sec{
  padding-bottom: 46px;
  position: relative;
}
.brown-box1 {
  padding: 5px 30px;
  background-color: #D5C3AE;
  border-radius: 8px;
  min-height: 64px;
}
.brown-box1 p{
  font-size: 14px;
  padding: 3px 5px;
  line-height: 18px;
  font-family: Montserrat-Medium;
  text-align: center;
  color: #000;
}
.brown-box2 {
  padding: 23px 15px;
  background-color: #D5C3AE;
  border-radius: 8px;
}
.brown-box2 p{
  font-size: 14px;
  padding-bottom: 5px;
  line-height: 18px;
  font-family: Montserrat-Medium;
  text-align: center;
  color: #000;
}
.brown-box3 {
  padding: 14px 15px;
  background-color: #D5C3AE;
  border-radius: 8px;
  min-height: 64px;
}
.brown-box3 p{
  font-size: 14px;
  padding-bottom: 5px;
  line-height: 18px;
  font-family: Montserrat-Medium;
  text-align: center;
  color: #000;
}
.brown-box1.new {
  margin-top: 13px;
  opacity: 1;
  background: transparent linear-gradient(180deg, #D5C3AE 0%, #D5C3AE00 100%) 0% 0% no-repeat padding-box;
  min-height: 267px;
}

.brown-box1.new p{
  text-align: left;
  color: #676767;
}
.brown-box1.new p span{
  font-size: 16px;
  line-height: 18px;
  font-family: Montserrat-Medium;
  color: #8B4E21;
}
.brown-box1.new h3{
  padding-top: 16px;
  padding-bottom: 5px;
  gap: 44px;
  color: #8B4E21;
  font-family: Montserrat-Bold;
  font-size: 14px;
  line-height: 18px;
}
.brown-box1.new h5{
  color: #8B4E21;
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 14px;
}
.inner-cls {
  display: flex;

}
.brown-box3.new{
  min-height: 277px;
  margin-top: 13px;
  opacity: 1;
  background: transparent linear-gradient(180deg, #D5C3AE 0%, #D5C3AE00 100%) 0% 0% no-repeat padding-box;
}
.brown-box2.new{
  min-height: 277px;
  margin-top: 13px;
  opacity: 1;
  background: transparent linear-gradient(180deg, #D5C3AE 0%, #D5C3AE00 100%) 0% 0% no-repeat padding-box;
}
.brown-box2.new h2 {
  padding: 30px 23px;
  padding-bottom: 10px;
  font-size: 30px;
  line-height: 20px;
  font-family: Montserrat-Medium;
  color: #8B4E21;
}
.brown-box2.new p{
  font-size: 16px;
  line-height: 22px;
  color: #676767;
}
.brown-box3.new p{
  font-size: 16px;
  line-height: 22px;
  color: #676767;
}
.brown-box3.new h2 {
  padding: 39px 37px;
  padding-bottom: 10px;
  font-size: 30px;
  line-height: 20px;
  font-family: Montserrat-Medium;
  color: #8B4E21;
}
.brown-box2.bbr {
  max-height: 69px;
  padding-top: 18px;
}
.brown-box1.new.bbr {
  display: flex;
  justify-content: center;
}
.inner-cls.new {
  margin-top: 31px;
  gap: 27px;
}
.inner-cls.new h2 {
  font-size: 30px;
  line-height: 20px;
  font-family: Montserrat-Medium;
  padding-bottom: 9px;
  color: #8B4E21;
}
.inner-cls.new p{
  font-size: 16px;
  line-height: 22px;
}
.brown-box2.new h2 span{
  padding: 10px;
  font-size: 18px;
  line-height: 20px;
  font-family: Montserrat-Medium;
  display: inline;
}
.brown-box2.new.bbr h2 span {
  display: contents;
}
.brown-box2.new.bbr h2 {
  padding: 19px 3px 3px 3px;
}
.brown-box3.new.bbr h2 {
  padding: 19px 3px 14px 23px;
}
h4.green-head.new-h {
  margin-top: 12px;
}
.safe-d h2 {
  color: #16685C!important;
  font-size: 18px;
  line-height: 20px;
  font-family: Montserrat-Medium;
}
.safe-d h3 {
  color: #8B4E21!important;
  font-size: 16px;
  line-height: 18px;
  font-family: Montserrat-Bold;
}
.safe-d h4 {
  color: #9E774A!important;
  font-size: 30px;
  line-height: 20px;
  font-family: Montserrat-Medium;
  padding-bottom: 2px;
  
}
.safe-d h4:nth-of-type(2){
  padding-top: 2px;
}
.safe-d h4:nth-of-type(1){
  padding-top: 23px;
}
.safe-d p {
  color: #9E774A!important;
  font-size: 16px;
  line-height: 22px;
  font-family: Montserrat-Medium;
}
.safe-d em{
  color: #676767;
  font-family: Montserrat-Medium;
  padding-top: 23;
  font-size: 14px;
}
.row.safe{
  align-items: center;
}
.row.rural{
  padding-top: 50px;
  align-items: center;
}
.row.rural p{
  padding-bottom: 15px;
}
.banner-num.emp h4 {
  color: #9E774A;
  font-size: 30px;
  font-family: afterglow-regular;
  line-height: 36px;
}
.main-emp {
  display: flex;
  gap: 30px;
}
.left-emp h3{
  font-size: 30px;
  line-height: 20px;
  color: #9E774A;
  font-family: Montserrat-Medium;
  padding-bottom: 10px;
}
.right-emp h3{
  font-size: 30px;
  line-height: 20px;
  color: #9E774A;
  font-family: Montserrat-Medium;
  padding-bottom: 10px;
}
.left-emp {
  max-width: 321px;
}
.right-emp {
  max-width: 301px;
}
.right-emp-2 h3 {
  font-size: 30px;
  line-height: 20px;
  color: #9E774A;
  font-family: Montserrat-Medium;
  padding-bottom: 10px;
}
p.pd30 {
  padding-top: 30px;
}
.btm-em p {
  padding-bottom: 4px;
  color: #000;
}
h4.ex-green.new-g {
  padding-top: 25px;
}
.invest-sec.new-i h4 {
  padding-bottom: 14px;
}
.li-brown {
  background: #DFD1C1;
  padding: 25px;
  border-radius: 15px;
  margin-bottom: 25px;
}
.li-brown ul{
  list-style: none;
}
.li-brown ul li{
  font-family: Montserrat-Medium;
  font-size: 14px;
  line-height: 24px;
  color: #676767;
  position: relative;
}
.li-brown ul li::before{
 content: '';
 position: absolute;
 left: -15px;
 top: 7px;
 width: 9px; 
 height: 9px;
 background-image: url('../images/gray-icon-new.svg');
 background-size: cover;
 background-repeat: no-repeat;
}
.ab-img {
  position: absolute;
  right: 0;
  bottom: 140px;
}
.create-img {
  padding-bottom: 40px;
}
.create-img-new p {
  padding-bottom: 3px;
  font-size: 14px;
  line-height: 22px;
}
.create-img-new h4 {
  padding-top: 32px;
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 15px;
}
.create-img-new h3 {
  padding-top: 0px;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 18px;
  font-family: Montserrat-Bold;
  color: #8B4E21;
}
.create-img-new img{
  padding-bottom: 20px;
}
p.pd30.pb30 {
  padding-bottom: 30px;
}
.row.unlock{
  align-items: center;
}
.brown-box1.unlock {
  padding: 13px 0 4px 0;
  min-height: 69px;
  background: #CFAD9F;
}
.brown-box2.unlock {
  background: #CFAD9F;
}
.brown-box3.unlock {
  background: #CFAD9F;
}
.impDown a {
  color: #185934;
  font-family: afterglow-regular;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  gap: 5px;
  align-items: center;
}
.logoDown {
  display: flex;
  gap: 30px;
  align-items: center;
}


#header .container .row .col-xl-5 {
  max-width: 395px;
  width: 100%;
}
#header .container .row .col-xl-7 {
  max-width: calc(100% - 395px);
  width: 100%;
  display: flex;
  justify-content: end;
}
/*slider arrow*/
.bannerSlider .owl-nav button.owl-next {
  position: absolute;
  width: 43px;
  height: 27px;
  bottom: 30px;
  margin: auto;
  right: 0px;
  background-image: url("../images/menu/right-arrow.svg") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.bannerSlider .owl-nav button.owl-prev {
  position: absolute;
  width: 43px;
  height: 27px;
  bottom: 30px;
  margin: auto;
  right: 94px;
  opacity: 1;
  background-image: url("../images/menu/left-arrow.svg") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.bannerSlider.owl-theme .owl-nav .owl-prev:hover,
.bannerSlider.owl-theme .owl-nav .owl-next:hover {
  background: none;
  color: #FFF;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 43px;
  height: 27px;
}
.bannerSlider.owl-theme .owl-dots .owl-dot span {
  width: 11px;
  height: 11px;
  background: rgba(23, 89, 52, .2);
  border-radius: 0px;
}
.bannerSlider.owl-theme .owl-dots .owl-dot.active span{
  background: #175934;
  width: 32px;
  height: 11px;
  border-radius: 0px;
}
/*.bannerSlider.owl-theme .owl-dots .owl-dot:hover span {
  background: #175934;
  width: 32px;
  height: 11px;
  border-radius: 0px;
}*/
.bannerSlider .owl-nav button.owl-prev span, .bannerSlider .owl-nav button.owl-next span{
  display: none;
}


.bannerSlider.owl-theme .owl-dots {
  position: absolute;
  left: 12px;
  max-width: 1140px;
  margin: 0px auto;
  right: 0px;
  text-align: left;
  bottom: 37px;
}
.bannerSlider .owl-nav {
  max-width: 1140px;
  width: 100%;
  position: absolute;
  right: 0px;
  margin: 0px auto;
  left: 0px;
  bottom: -15px;
}
/**/
.mainHomepage footer{
  margin-top: 151px;
  position: relative;
}

.banner-mbl
{
  display: none;
}
.accordion-item
{
  border:none;
}
.accordion-header
{
  padding-bottom: 0px !important;
}
.accordion-button
{
  padding: 0px;
  display: block;
  position: relative;
}
.accordion-button:not(.collapsed)::after {
  content: '-';
  background-image: none;
  color: #676767;
  font-size: 24px;
  font-family: Montserrat-Bold;
  position: absolute;
  right: 20px;
  top: 20px;
}
.accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-button::after {
  content: '+';
  background-image: none;
  color: #676767;
  font-size: 24px;
  font-family: Montserrat-Bold;
  position: absolute;
  right: 10px;
  top: 5px;
}
.accordion-button:not(.collapsed)::after {
  content: '-';
  background-image: none;
  color: #676767;
  font-size: 24px;
  font-family: Montserrat-Bold;
  position: absolute;
  right: 20px;
  top: 20px;
}
.accordion-body
{
  padding: 0px;
}

.banner-mbl
{
  display: none;
}
.brown-box3.unlock p {
  font-size: 13px;
}
.brown-box3.unlock.new p {
 font-size: 16px;
}
.brown-box2.unlock {
 padding: 14px 15px;
}
.brown-box1.unlock.new {
 background: transparent linear-gradient(180deg, #DAC1B5 0%, #DAC1B500 100%) 0% 0% no-repeat padding-box;
}
.brown-box2.unlock.new {
 background: transparent linear-gradient(180deg, #DAC1B5 0%, #DAC1B500 100%) 0% 0% no-repeat padding-box;
}
.brown-box2.unlock.new h2 {
 text-align: center;
}
.brown-box3.unlock.new {
 background: transparent linear-gradient(180deg, #DAC1B5 0%, #DAC1B500 100%) 0% 0% no-repeat padding-box;
}
.brown-box3.unlock.new h2 {
 text-align: center;
 padding: 29px 8px;
 padding-bottom: 9px; 
}
.brown-box3.unlock.new h2 span {
 font-size: 22px;
 display: contents;
}
.light-w {
 background: transparent linear-gradient(180deg, #CCCECF 0%, #CCCECF00 100%) 0% 0% no-repeat padding-box;
 border-radius: 8px;
 min-height: 155px;
 padding: 36px 20px;
}
.inner-cls.new.unlock p {
 font-size: 14px;
}
.inner-cls.new.unlock .right-d h2 {
 width: 80px;
}
.first-h {
 margin-top: 20px;
}
.unlock.rural-slider.owl-carousel .owl-item{
 max-width: 174px;
}
.brown-box2.unlock.new div {
 width: 15px;
 background: #8B4E21;
 height: 2px;
 margin-left: 73px;
 margin-bottom: 16px;
}
.unlock.rural-slider.owl-theme .owl-dots .owl-dot.active span, .rural-slider.owl-theme .owl-dots .owl-dot:hover span {
 background: #9E774A;
 width: 32px;
}
.unlock.rural-slider .brown-box1.unlock {
 padding: 13px 0 4px 0;
 min-height: 69px;
 background: #C3C8A8;
}
.unlock.rural-slider .brown-box2.unlock {
 padding: 13px 0 4px 0;
 max-height: 86px;
 background: transparent linear-gradient(180deg, #D2D5BD 0%, #D2D5BD00 100%) 0% 0% no-repeat padding-box;
}
.unlock.rural-slider .brown-box3.unlock {
 padding: 13px 0 4px 0;
 max-height: 87px;
 background: transparent linear-gradient(180deg, #D2D5BD 0%, #D2D5BD00 100%) 0% 0% no-repeat padding-box;
}
.unlock.rural-slider.owl-carousel.owl-theme.owl-loaded {
  margin-top: 40px;
}
.li-brown.unlock {
  background: #fff;
  padding: 0;
}
.li-brown.unlock ul {
  list-style: none;
  padding-left: 15px;
}
h4.ex-green.unlock {
  padding-top: 30px;
  padding-bottom: 2px;
}
h4.ex-green.unlock-new {
  padding-top: 30px;
  padding-bottom: 15px;
}

.environBnr .banner-num h4{
  color: #52A245;
  font-size: 30px;
  font-family: afterglow-regular;
  line-height: 36px;
  padding-top: 28px;

}
.desktopV {
  display: block;
}
.mblView {
  display: none;
}
.topBnrIns h1 span {
  font-size: 30px;
}

.item_bg_4 .topBnrIns h3 {
  max-width: 387px;
}
.menu div.dropdown-menu.menuFirst{
  left: -40px;
}
div.dropdown-menu.menuFirst::before {
  left: 54px;
}

.oppos1 {
  padding-top: 60px;
}
.invest-sec.empower {
  padding-bottom: 20px;

}
.menu {
  float: left;
}
.menu div.dropdown-menu.menuWidth {
  height: 535px;
  padding-bottom: 40px;
}
.scroll-text-new {
  overflow-y: scroll;
}
.scroll-text-new::-webkit-scrollbar-track
{
  border-radius: 0px;
  background-color: #ffffff;
}

.scroll-text-new::-webkit-scrollbar
{
  width: 4px;
  background-color: #ffffff;
}


.scroll-text-new::-webkit-scrollbar-thumb
{
  border-radius: 0px;
  background-color: #074386;
}

.invest-sec.empower-new {
  padding-bottom: 5px;
}

.impc-banner {
  height: 100vh;
}
.impactTxt h1 {
  font-size: 40px;
  line-height: 48px;
  color: #175934;
  max-width: 293px;
  width: 100%;
  font-family: afterglow-regular;
}
.impc-banner .sitemap{
  padding-top: 95px;
  padding-bottom: 0px;
}
.impactTxt {
  margin: 0px 0 40px 0;
}
.impactIns .nav-tabs .nav-link {
  margin-bottom: 0px;
  border: 1px solid #A36438;
  border-radius: 15px 15px 0px 0px;
  font-size: 30px;
  line-height: 36px;
  font-family: afterglow-regular;
  padding: 9px 112px;
}
.impactIns .nav-tabs {
  border-bottom: 0px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.impactIns .nav-tabs .nav-item.show .nav-link, .impactIns .nav-tabs .nav-link.active {
  border-color: unset;
}
#nav-tab .nav-link:nth-child(2) {
  color: #A36438;
  border: 1px solid #A36438;
}
#nav-tab .nav-link:nth-child(3) {
  color: #22814C;
  border: 1px solid #22814C;
}
#nav-tab .nav-link:nth-child(1) {
  color: #FF9929;
  border: 1px solid #FF9929;
}
#nav-tab .nav-link.active:nth-child(1) {
  background-color: #FF9929;
  color: #fff;
}
#nav-tab .nav-link.active:nth-child(2) {
  background-color: #A36438;
  color: #fff;
}
#nav-tab .nav-link.active:nth-child(3) {
  background-color: #22814C;
  color: #fff;
}

.allH {
  background: #FFE6A7;
  mix-blend-mode: multiply;
  border-radius: 0px 100px 0px 0px;
  padding: 12px 45px;
  display: flex;
  align-items: center;
  gap: 27px;
  width: 96%;
}
.insBody {
  background: RGBA(255, 230, 167, .6);
  border-radius: 20px;
  margin: 45px auto;
  padding: 30px 20px;
}
.allH h3 {
  font-size: 24px;
  line-height: 36px;
  color: #414042;
  font-family: Montserrat-SemiBold;
}
.ecoLists {
  padding: 45px;
  padding-top: 20px;
}

.indEco ul {
  padding: 0px;
  list-style: none;
  margin: 10px 0px 30px 0;
}
.indEco ul li {
  font-size: 16px;
  line-height: 22px;
  color: #676767;
  font-family: Montserrat-Medium;
  position: relative;
}
.indEco ul li span {
  color: #F99D1C;
  font-family: Montserrat-Bold;
}

.indEco h4 {
  font-size: 16px;
  line-height: 24px;
  color: #414042;
  font-family: Montserrat-Bold;
  position: relative;
  display: flex;
  gap: 5px;
  margin-bottom: 10px;
  min-height: 21px;
  align-items: end;
}

.indEco ul li {
  margin-bottom: 15px;
  padding-left: 20px;
}
.indEco ul li:last-child {
  margin-bottom: 0px;
}

/**/
.noteMain h4 {
  font-size: 16px;
  line-height: 22px;
  color: #414042;
  font-family: Montserrat-Bold;
  position: relative;
  display: flex;
  gap: 5px;
  align-items: end;
  margin-bottom: 15px;
}
.noteMain ul {
  padding: 0px;
  list-style: none;
  margin: 10px 0px;
}
.noteMain ul li {
  margin-bottom: 10px;
}
.noteMain ul li {
  font-size: 14px;
  line-height: 19px;
  color: #414042;
  font-family: Montserrat-Medium;
  position: relative;
}
.noteMain ul li span {
  font-family: Montserrat-Bold;
}
.noteMain h4 span{
  border-bottom: 1px solid #000;
  width: 100%;
}

.indEco ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 5px;
  background-image: url("../images/impact/cross-icon.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
}
.mt55{
  margin-top: 55px;
}
.mt35{
  margin-top: 35px;
}

/**/
#nav-profile .indEco ul li::before { 
  background-image: url("../images/impact/gray-icon.svg");
}
#nav-profile .allH {
  background: #E3D8CB;
}

#nav-profile .insBody {
  background: RGBA(227, 216, 203, .5);
}
#nav-profile .indEco ul li span {
  color: #8A4D1F;
}
/**/
#nav-contact .indEco ul li::before { 
  background-image: url("../images/impact/dark-green.svg");
}
#nav-contact .allH {
  background: #B6D6AC;
}
#nav-contact .insBody {
  background: RGBA(217, 229, 208, .5);
}
#nav-contact .indEco ul li span {
  color: #037E4D;
}
.indEco h4 span.allB {
  display: inherit;
  width: 100%;
  background-color: #F99D1C;
  height: 1px;
}

/*#nav-profile .indEco h4 span {
  background-color: #E3D8CB;
}*/

/*#nav-contact .indEco h4 span {
  background-color: #037E4D;
}*/
li.pb-15{
  padding-bottom: 15px;
}
p.pb80 {
  padding-bottom: 80px;
}
.brown-box1.unlock.invest {
  background: #d9b7b5;
}
.brown-box2.unlock.invest {
  background: #d9b7b5;
}
.brown-box3.unlock.invest {
  background: #d9b7b5;
}
.brown-box2.unlock.new.invest {
  background: transparent linear-gradient(180deg, #d9b7b5 0%, #D5C3AE00 100%) 0% 0% no-repeat padding-box;
}
.brown-box3.unlock.invest p {
  margin-top: 10px;
}
.brown-box2.unlock.new.invest h2 {
  padding: 39px 9px;
  padding-bottom: 10px;
}

.sitemap1
{
  /* padding-top: 90px; */
  padding-bottom: 110px;
}
.snapshot h1{
  color: #175934;
  font-size: 40px;
  line-height: 48px;
  font-family: afterglow-regular;
  padding-bottom: 110px;
}
.snap-boxmain
{
  border: 4px solid #B2D235;
  border-radius: 27px;
  border-right: none;
  border-top:none;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  position: relative;
  min-height: 406px;
  margin-bottom: 70px;
}
.snap-boxmain:after
{
  content: '';
  position: absolute;
  right: 0;
  bottom:0;
  background-image: url(../images/snap/snapshot-icon1.svg);
  width: 65px;
  height: 60px;
}
.snap-boxmain:before
{
  content: '';
  position: absolute;
  left: -1px;
  top:31px;
  background-image: url(../images/snap/green-arrow.svg);
  width: 19px;
  height: 23px;
}
.head-box
{
  background-color: #EDF4D5;
  border: 4px solid #B2D235;
  border-radius: 27px;
  padding: 10px;
  position: absolute;
  max-width: 460px;
  width: 100%;
  left: -4px;
  top: -30px;
  min-height: 76px;
  display: flex;
  align-items: center;
}
.head-box h4
{
  color: #41AD49;
  font-size: 18px;
  line-height: 24px;
  font-family: Montserrat-SemiBold;
  padding-left: 20px;
}
.head-box h4 span{
  display: block;
}
.snap-text
{
  padding:60px 0px 30px 30px;
  max-width: 460px;
  width: 100%;
}
.snap-text h5{
  font-size: 14px;
  color: #B2D235;
  line-height: 18px;
  font-family: Montserrat-SemiBold;
  border-bottom: 2px solid #F2BF09;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.snap-num {
  border-right: 1px solid #67676780;
  margin-bottom: 20px;
  padding-right: 5px;
}
.snap-num h4
{
  color: #41AD49;
  font-size: 24px;
  font-family: Montserrat-SemiBold;
  padding-bottom: 5px;
  padding-top: 5px;
}
.snap-num p span{
  display: block;
}
.snap-boxmain2
{
  border-color:#F2BF09;
}
.snap-boxmain2:after
{
  background-image: url(../images/snap/snapshot-icon2.svg);
}
.snap-boxmain2:before
{
  background-image: url(../images/snap/orange-arrow.svg);
}
.snap-boxmain2 .head-box
{
  border-color:#F2BF09;
  background-color:#FCEDCD;
}
.snap-boxmain2 .head-box h4, .snap-boxmain2 .snap-text h5, .snap-boxmain2 .snap-num h4
{
 color: #F2BF09; 
}

.snap-boxmain3 .snap-text
{
  max-width: 100%;
}
.snap-boxmain3 .snap-text h5{
  max-width: 420px;
}
.snap-boxmain3 .snap-num
{
  padding-left: 20px;
  min-height: 100px;
}
.snap-boxmain3 .col-xl-3:first-child .snap-num,
.snap-boxmain3 .col-xl-3:nth-child(5) .snap-num
{
  padding-left: 0px;
}
.snap-boxmain3:after
{
  background-image: url(../images/snap/snapshot-icon3.svg);
}
.snap-boxmain4:after
{
  background-image: url(../images/snap/snapshot-icon4.svg);
}
.snap-boxmain5:after
{
  background-image: url(../images/snap/snapshot-icon5.svg);
}
.snap-boxmain6:after
{
  background-image: url(../images/snap/snapshot-icon6.svg);
}
.snap-boxmain7:after
{
  background-image: url(../images/snap/snapshot-icon7.svg);
}
.snap-boxmain7 .snap-text
{
  max-width: 470px;
}
.snap-boxmain8:after
{
  background-image: url(../images/snap/snapshot-icon8.svg);
}
.pd-30
{
  padding-top: 30px;
}
.snap-boxmain9:after
{
  background-image: url(../images/snap/snapshot-icon9.svg);
}
.snap-boxmain10:after
{
  background-image: url(../images/snap/snapshot-icon10.svg);
}
.snap-boxmain11:after
{
  background-image: url(../images/snap/snapshot-icon11.svg);
}
.hideon991{
  display: flex !important;
}
.showon991{
  display: none!important;
}
.impactIns {
  padding-bottom: 55px;
  padding-top: 125px;
}

.buldWdth{
  max-width: 700px;
}
.item.item_bg_11 video {

  width: 100%;
}
.indEco h4 span.cutW1 {
  width: 185px;
}
.indEco h4 span.cutW2 {
  width: 280px;
}

.indEco h4 span.cutW4 {
  width: 370px;
}

.leftSidebar{
  display: block;
}
.mobileLinks{
  display: none;
}
h3.pt0 {
  padding-top: 0 !important;
}
p.max-w {
  max-width: 250px;
}
.min-snap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.insideGap {
  padding: 120px 64px 46px 64px;
}


.fixtab {
  position: fixed;
  top: 70px;
  padding: 15px 0px;
  opacity: 0;
  background-color: #fff;
  z-index: 10;
  width: 100%;
}
.fixtab .nav-tabs .nav-link {
  margin-bottom: 0px;
  border: 1px solid #A36438;
  border-radius: 15px 15px 0px 0px;
  font-size: 30px;
  line-height: 36px;
  font-family: afterglow-regular;
  padding: 9px 112px;
}
.fixtab .nav-tabs {
  border-bottom: 0px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
h2.pd20 {
  padding-top: 20px;
}
.divImg.pd20 {
  padding-top: 20px;
}
.snap-num.removeBrd {
  border-right: 0px solid #67676780;
}
.brown-box1.new h5.clrBlk {
  color: #676767;
  font-size: 14px;
  line-height: 18px;
}
.unlock-slider.owl-carousel .owl-stage
{
  padding-left: 0px !important;
}
.unlock-slider.owl-theme .owl-nav{
  margin-top: 60px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.unlock-slider.owl-theme .owl-dots
{
  left: 0;
  position: absolute;
  bottom: -45px;
}
.unlock-slider .owl-nav button.owl-next{
  position: absolute;
  width: 43px;
  height: 26px;
  bottom: -45px;
  margin: auto;
  right: 0px;
  background-repeat: no-repeat;
  background-image: url(../images/rural/right-arrow.svg) !important;
}

.unlock-slider .owl-nav button.owl-prev{
  position: absolute;
  width: 43px;
  height: 26px;
  bottom: -45px;
  margin: auto;
  right:60px;
  background-repeat: no-repeat;
  background-image: url(../images/rural/left-arrow.svg) !important;
}

.unlock-slider.owl-theme .owl-nav .owl-prev:hover,
.unlock-slider.owl-theme .owl-nav .owl-next:hover
{
  background: none;
  color: #FFF;
  text-decoration: none;
  background-repeat: no-repeat;
}
.unlock-slider.owl-theme .owl-dots .owl-dot span
{
  border-radius: 0px;
  background:#EFE9E1;
  width: 11px;
  height: 11px;
}
.unlock-slider.owl-theme .owl-dots .owl-dot.active span, .unlock-slider.owl-theme .owl-dots .owl-dot:hover span
{
 background:#9E774A;
 width: 32px; 
}
.unlock-slider.owl-carousel {
  margin-top: 30px;
}
.brown-box1.unlock.clr-c {
  background:#C3C8A8;
}
.brown-box2.unlock.new.clr-c {
  background: transparent linear-gradient(180deg, #D2D5BD 0%, #D2D5BD00 100%) 0% 0% no-repeat padding-box;
}
.brown-box3.unlock.new.clr-c {
  background: transparent linear-gradient(180deg, #D2D5BD 0%, #D2D5BD00 100%) 0% 0% no-repeat padding-box;
}
.snap-boxmain.snap-boxmain3.box-h {
  min-height: 379px;
}
.box-min{
  min-height: 307px;
}
.box-max{
  min-height: 328px;
}
.box-med{
  min-height: 376px;
}
h2.pd90 {
  padding-top: 90px;
}
.pd90.economic-icon {
  padding-top: 90px;
}
.brown-box2.unlock.invest p span {
  display: block;
}
p.wow.fadeInUp.blc {
  color: #000;
}
h6.blc{
  color: #000;
  font-family: Montserrat-Medium;
}
.first-n{
  background: #F2BF09;  border-top-right-radius: 100px; 
  padding: 10px 20px;
  max-width: 1049px;
}
.first-n p{
  color: #000;
  font-size: 16px;
  line-height: 22px;
}
.all-brdr {
  background: #FFEEC6;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); 
  border-radius: 2px; 
  max-width: 1049px;
  border-top-right-radius: 55px;
  margin-left: 10px;
  margin-bottom: 30px;
}
.indEco h4 span.max-w {
  width: 315px;
}
.indEco h4 span.max-w-2{
  width: 188px;
}
.indEco h4 span.max-w-3{
  width: 202px;
}
span.allB.all-m.three {
  margin-right: 0;
}
span.max-w-3.one {
  width: 900px !important;
}
span.allB.all-m.two {
  margin-right: 0;
  padding-right: 145px;
}
span.cutW4.one {
  width: 462px !important;
}
.allEco {
  max-width: 406px;
}
.first-s{
  background: #9D673B; 
  border-top-right-radius: 100px; 
  padding: 10px 20px;
  max-width: 1049px;
}
.first-s p{
  color: #000;
  font-size: 16px;
  line-height: 22px;
}
.all-brdr-s {
  background: #EFE9E1;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); 
  border-radius: 2px; 
  max-width: 1049px;
  border-top-right-radius: 55px;
  margin-left: 10px;
  margin-bottom: 30px;
}
.first-e{
  background: #519332; 
  border-top-right-radius: 100px; 
  padding: 10px 20px;
  max-width: 1049px;
}
.first-e p{
  color: #000;
  font-size: 16px;
  line-height: 22px;
}
.all-brdr-e {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); 
  border-radius: 2px; 
  max-width: 1049px;
  border-top-right-radius: 55px;
  margin-left: 10px;
  margin-bottom: 30px;
}
span.allB.all-m {
  margin-right: 89px;
}
li.dropdown.maxw {
  max-width: 241px;
}
li.dropdown.max2 {
  max-width: 208px;
}
li.dropdown.max3 {
  max-width: 221px;
}
li.mx3{
  max-width: 208px;
}
.topBnrIns h3 span.head-b {
  font-size: 34px;
    line-height: 40px;
    margin-bottom: 10px;
    color: #12A1A6;
    font-family: afterglow-regular;
    min-width: 630px;
    display: inline;
}