@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200&display=swap');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.error {
    color:red;
}
html{
    font-size: 62.5%;
}
.card-login{
    display: none;
}
body{
    color: #000;
    max-width: 1920px;
    margin: auto;
    font-family: 'Montserrat', sans-serif; font-weight:500;
}

/* Default Styling */
p,span,div,a,input,textarea,button, li,section,aside,header,footer,.form-control{
    font-size: 1.6rem;
}

.inlin_p p{
    display:inline-block;
}

a,a:hover{
    text-decoration: none;
    color: #3b4b9e;
}
ul{
    margin-bottom: 0;
    padding-left: 0;
}
li{
    list-style: none;
}
.color-red{
    color: #f26649;
}
.bg-red{
    background-color: #f26649;
}
.color-blue{
    color: #3b4b9e;
}
.bg-blue{
    background-color: #3b4b9e;
}

.text-justify{
    text-align:justify;
}

h1{font-size: 3.6rem;}
h2{font-size: 3.2rem;}
h3{font-size: 2.8rem;}
h4{font-size: 2.2rem;}
h5{font-size: 1.8rem;}
h6{font-size: 1.4rem;}

.fz12{font-size: 1.2rem;}
.fz14{font-size: 1.4rem;}
.fz16{font-size: 1.6rem;}
.fz18{font-size: 1.8rem;}
.fz20{font-size: 2rem;}
.fz22{font-size: 2.2rem;}
.fz24{font-size: 2.4rem;}
.fz26{font-size: 2.6rem;}
.fz28{font-size: 2.8rem;}
.fz30{font-size: 3rem;}
.fz32{font-size: 3.2rem;}
.fz34{font-size: 3.4rem;}
.fz36{font-size: 3.6rem;}
.fz38{font-size: 3.8rem;}
.fz40{font-size: 4rem;}
.fz60{font-size: 6rem;}

.fw100{ font-weight: 100;}
.fw200{ font-weight: 200;}
.fw300{ font-weight: 300;}
.fw400{ font-weight: 400;}
.fw500{ font-weight: 500;}
.fw600{ font-weight: 600;}
.fw700{ font-weight: 700;}
.fw800{ font-weight: 800;}
.fw900{ font-weight: 900;}

.common-section{
    padding: 80px 0;
}
.common-btn{
    min-width: 150px;
    min-height: 48px;
    justify-content: center;
    padding: 9px 30px;
    background-color: #f26649;
    display: inline-block;
    color: #fff;
    border: 0;
    border-radius: 4px;
    display: inline-flex;    
   font-weight: 600;
    align-items: center;
    transition: .3s ease-out;
        font-size: 16px;
}

.common-btn:hover{
    background-color:#3b4b9e ;
    color: #fff;
}

.close.cl2{
    background:none;
    border:0;
}

.close.cl2 span{
    font-size:2.7rem;
}

.close_accordin{
    min-width: 120px;
    justify-content: center;
    padding:6px 20px;
    background-color: #e0e0e0;
    display: inline-block;
    color: #111;
    border-radius: 4px;
    border:0;
    display: inline-flex;    
    font-weight: 600;
    align-items: center;
    transition: .3s ease-out;
    font-size: 15px;
}
.close_accordin:hover{
    background-color: #ccc;
    color: #111;
}


/* Header */
header{
    position: -webkit-sticky;
    position: sticky;
    z-index: 100;
    top: -38px;
}
header .top-strip{
    background: #f26649;
  
}

header .top-strip ul li{
    margin-left: 25px;
    position: relative;
}
header .searchbarBtn {
    background-color: #3b4b9e;
    padding: 7px 14px;
    color: #fff;
    border-radius: 2px;
}

header .top-strip ul li:first-child:after{
    content: '';
    height: 100%;
    width: 1px;
    position: absolute;
    right: -14px;
    background: #fff;
}

header .top-strip a{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
header .top-strip a:hover{
    text-decoration: underline;
}
header .top-strip ul li .dropdown-menu{
    padding: 0;
    min-width: 200px;
    margin-top: 5px !important;
}
header .top-strip ul li .dropdown-menu li{
    margin-left: 0;
}
header .top-strip ul li .dropdown-menu li a{
    color: #000000a6;
    padding: 7px 10px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 13px;
}
header .top-strip ul li .dropdown-menu li a:hover{
    text-decoration: none;
    background: #f26649;
    color: #fff;
}
header .top-strip ul li .dropdown-menu li a i{
    color: #b9b9b9;
}
header .top-strip ul li .dropdown-menu li a:hover i{
    color: #fff;
}

header .top-strip ul li:last-child{
    margin-left: 15px;
}


/* Search bar header */
.searchField{
    position: absolute;
    right: 0;
    z-index: 10;
    display: none;
    width: 100%;
    max-width: 350px;
    margin-top: 80px;
}
.searchField .form-control{
    font-size: 14px;
    padding: 10px;
}
.submitBtn{
    position: absolute;
    top: 0;
    border: 0;
    background: none;
    height: 100%;
    width: 40px;
    right: 0;
    border-left: 1px solid #eee;
    color: #f5841f;
    font-size: 18px;
}

.searchbarHeader .searchBtn{
    width: 42px;
    height: 31px;
    border: 0;
    background: #00963f;
    color: #fff;
    font-size: 19px;
    margin-left: 2px;
}
/* logo-nav-wrap */
.logo-nav-wrap{
    background-color: #f9f9f9;
}

.logo-nav-wrap nav ul li{
    margin-right: 20px;
    position: relative;
}

.logo-nav-wrap nav ul li a{
    font-weight: 600;
    color: #000;
    padding: 15px 0;
}
.logo-nav-wrap nav ul li:hover > a,.logo-nav-wrap nav ul li.active > a,.logo-nav-wrap nav ul li:hover > a + .dropDowmAngle{
    color: #f26649;
}
.logo-nav-wrap nav ul li.active > a + .dropDowmAngle{
    color: #f26649;
}
.logo-nav-wrap nav ul li a + .dropDowmAngle{
    vertical-align: middle;
}

.logo-nav-wrap nav ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin-top: 10px;
}

.logo-nav-wrap nav ul ul{
    position: absolute;
    min-width: 180px;
    border-radius: 3px;
    background: #f26649;
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
.logo-nav-wrap nav ul ul li{
    margin-right: 0;
}
.logo-nav-wrap nav ul ul li a{
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid #ff7272;
    color: #fff;
    font-size: 14px;
}
.logo-nav-wrap nav ul ul li:last-child a{
    border-bottom: 0;
}

.logo-nav-wrap nav ul ul li:hover a{
   background-color: #3b4b9e;
  color: #fff;
}

/* Hero Banner */

.bx-wrapper{
    box-shadow: none;
    margin: 0;
    border: 0;
    background: transparent;
}
.heroBannerWrap{
    position: relative;
}
.heroContent{
    position: absolute;
    width: 100%;
    top: 0;
   
    margin: auto;
    height: 100%;
    margin-top: -50px;
    display: flex;
    align-items: center;
    text-align: center;
}

.heroContent h3,.heroContent h4 , .heroContent h3 span{
    font-size: 6rem;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
}
.heroContent h4{
    font-weight: 600;
}

.searchBanner{
    width: 100%;
    max-width: 680px;
    margin: auto;
    margin-top: 40px;
}
.searchBanner .form-group{
    flex: 1;
}
.searchBanner .form-group .form-control{
    height: 58px;
    color: #000;
    padding-left: 20px;
    border-radius: 0;
}
.searchBanner .searchSubmit{
    max-width: 138px;
    width: 100%;
    border: 0;
    font-size: 1.8rem;
    color: #fff;
    background-color: #f26649;
    transition: .2s ease-in-out;
}
.searchBanner .searchSubmit:hover{
    background-color: #3b4b9e;
}
.searchBanner .searchSubmit i{
    vertical-align: middle;
}
.heroBannerWrap::after{
    content: '';
    background: url(../images/her-banner-wave.png) no-repeat;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    background-size: cover;
    height: 171px;
}

/* overlaySliderHero */
.overlaySliderHeroWrap .bx-wrapper{
    margin: auto ;
  }
.overlaySliderHeroWrap{
    margin-top: -190px;
    background: transparent;
    margin-bottom: 50px;
}
.overlaySliderHeroWrap .bx-viewport{
    height: auto !important;
    margin: 0 10px;
}
.overlaySliderHero{
    display: flex;
    padding: 20px 0;
}
.overlaySliderHero .item{
    text-align: center;
    background: #fff;
    transition: .3s;
    padding: 30px;
    border: 1px solid#eee;
    opacity: .95;
}

.overlaySliderHero .item .icon-circle{
    height: 120px;
    width: 120px;
    border-radius: 50%;
    margin: auto;
    background: #3b4b9e;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.overlaySliderHero .item h3{
    font-size: 1.8rem;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
}
.overlaySliderHero .item p{
    color: #000;

}
.overlaySliderHero  .active-slide{
    transform: scale(1.09);
    opacity: 1;
    
}
.brics-logo .bx-viewport{height:auto!important;}

.overlaySliderHeroWrap .bx-controls-direction{
    position: absolute;
    bottom: -40px;
    width: 100%;
    display: flex;
    left: 8px;
    justify-content: end;
}

.overlaySliderHeroWrap .bx-wrapper .bx-controls-direction a {   
    border: 1px solid #7c7c7c;
    border-radius: 50%;
    position: static;
    color: #7c7c7c;
    text-indent: 0;
    margin-left: 10px;
    display: flex;
    font-size: 28px;
    justify-content: center;
    align-items: center;
}

.overlaySliderHeroWrap .bx-wrapper .bx-controls-direction a:hover{
    background-color: #3b4b9e;
    border-color: #3b4b9e;
    color:#fff;
}


/* custom-tab-navs */
.custom-tab-navs .nav{
    margin-top: 36px;
    flex-wrap: nowrap;
    margin-bottom: 55px;
}

.custom-tab-navs .nav li a{
    font-size: 22px;
    font-weight: 600;
    background: #e2e2e2;
    padding: 7px 28px;
    position: relative;
    /*text-transform: uppercase;*/
    color: #000;
    margin-right: 9px;
}
.custom-tab-navs .nav li a.active:after{
    content: '';
    width: 12px;
    border-style: solid;
    border-width: 10px;
    border-color: #3b4b9e transparent transparent;
    position: absolute;
    bottom: -19px;
    left: 0;
    right: 0;
    margin: auto;
}
.custom-tab-navs .nav li a.active{
    background-color: #3b4b9e;
    color: #fff;
}

.portalDistributedDatabase .custom-tab-navs .nav li a{text-transform: uppercase; font-size:14px;}


.data-counterUp{
    padding: 20px 0;
}

.portalDistributedDatabase .fw200{ font-weight:300;}
.data-counterUp .item{
    text-align: center;
    width: 100%;
    justify-content: center;
    position: relative;
    padding:14px 0;

}
.data-counterUp .item:last-child:after{
    content: none;
}

.data-counterUp .item::after{
    content: '';
    background-color: #f18169;
    height: 100%;
    width: 1px;
    top: 0;
    position: absolute;
    right: 0;
}
.data-counterUp .item figure{
    margin-bottom: 0; min-width: 65px;
}
.data-counterUp .item span{
    line-height: 35px;
}
.data-counterUp .item figcaption{
    text-align: left;
}

/* species-features */
.species-features{
    background:url(../images/species-features-bg.jpg) top;
    background-size: cover;
}


.ml10 {
    position: relative;
  }
  
  .ml10 .text-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 0.2em;
    padding-right: 0.05em;
    padding-bottom: 0.1em;
    overflow: hidden;
  }
  
  .ml10 .letter {
    display: inline-block;
    line-height: 1em;
    transform-origin: 0 0;
  }


  /* hexagon-Content-wrap */

  .hexagon-Content-wrap{
    margin-top: 100px;
    overflow: hidden;
    padding-top:85px;
  }
  .hexagon-Content-wrap .item{
      width: 290px;
      height: 170px;      
      background:#ebf5fe ;
      position: relative;
  }

  .hexagon-Content-wrap .item:before ,.hexagon-Content-wrap .item:after{
    content: '';
    width: 100%;
    border-style: solid;
    position: absolute;
    top: -100%;
    border-width: 85px 145px;
    border-color: transparent transparent #ebf5fe transparent;          
    left: 0px;
  }

  .hexagon-Content-wrap .item:after{
    border-color:#ebf5fe  transparent transparent transparent;
    top: auto;
    bottom: -100%;  
  }

  .hexagon-Content-2{
    margin-top: 7px;
    padding-bottom: 85px;
    overflow: hidden;
    padding-top: 85px;
  }


  .hexagon-Content-wrap .inner-content span{
      height: 90px;
      margin: auto;
      display: block;
      margin-bottom:20px;
      background-repeat: no-repeat !important;
  }
  .hexagon-Content-wrap .inner-content {
    text-align: center;
    position: absolute;
    z-index: 1;
    top: -50px;
    padding: 15px 30px;
  }
  .hexagon-Content-wrap .inner-content h4{
      margin-bottom: 15px;
      font-size: 18px;
      font-weight: 600;
      text-transform: uppercase;
  }
  .hexagon-Content-wrap .inner-content p{
      font-size: 15px;
  }
  .hexagon-Content-wrap  a{
      color: #000;
  }
  .hexagon-Content-wrap .inner-content .plants-icon{   
      background: url(../images/hexagon-plants-icon.png);
      width: 68px;
  }
  .hexagon-Content-wrap .inner-content .animals-icon{    
    background: url(../images/hexagon-animals-icon.png);
    width: 90px;
  }
  .hexagon-Content-wrap .inner-content .fungi-icon{    
    background: url(../images/hexagon-fungi-icon.png);
    width: 89px;  
  }
  .hexagon-Content-wrap .inner-content .protozoa-icon{    
    background: url(../images/hexagon-protoza-icon.png);
    width: 102px;
    height: 92px;
  }
  .hexagon-Content-wrap .inner-content .bacteria-icon{    
    background: url(../images/hexagon-bacteria-icon.png);
    width: 100px;  
  }
  .hexagon-Content-wrap .inner-content .flora-icon{    
    background: url(../images/hexagon-flora-icon.png);
    width: 90px;  
  }
  .hexagon-Content-wrap .inner-content .field-icon{    
    background: url(../images/hexagon-field-icon.png);
    width: 90px;  
  }

  .hexagon-Content-wrap .item:hover .inner-content span{
      background-position: bottom;
  }
  .hexagon-Content-wrap .item:hover{
      background: #f26649;
  }
  .hexagon-Content-wrap .item:hover::after{
      border-top-color: #f26649;
  }
.hexagon-Content-wrap .item:hover::before{
      border-bottom-color: #f26649;
  }
  .hexagon-Content-wrap .item:hover *{
      color: #fff;
  }

  .recent-observation{
      background-color: #ebf5fe;
  }
  .observation-slider figure{
      position: relative;
  }
  .observation-slider figure figcaption{
    position: absolute;
    bottom: 0;
    width: 55%;
    background: #000000a6;
    color: #fff;
    padding: 10px 15px;
    text-align: center;
    font-size: 13px;
  }

  .observation-slider h6{
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .observation-slider address{
      font-size: 16px;
  }
  .sliderContrlArrowOut{
      position: relative;
  }
  .sliderContrlArrowOut .bx-controls-direction{         
      top: 50%;
  }
  .sliderContrlArrowOut .bx-controls-direction a, .bx-wrapper .bx-controls-direction a{
    border: 1px solid #757a7f;
    border-radius: 50%;
    text-indent: 0;
    color: #757a7f;
    font-size: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .recent-observation .bx-wrapper{
      margin-top: 60px;
  }
  .sliderContrlArrowOut .bx-controls-direction a:hover{
    background-color: #3b4b9e;
    color: #fff;
  }
  .sliderContrlArrowOut .bx-controls-direction .bx-prev{
      
    left: -60px;

  }
  .sliderContrlArrowOut .bx-controls-direction .bx-next{
      right: -60px;
  }

  .bx-wrapper .bx-controls-direction a{
      text-indent: 0;
  }

  .bx-wrapper .bx-controls-direction a:hover{
      background-color: #3b4b9e;
      color: #fff;
  }
  /* latest-news */

  .latest-news .yt-box{
      background-color: #ebf5fe;
  }
  .latestNewsSlider .item{
    background-color: #ebf5fe;
    padding: 13px;
  }
  .latestNewsSlider .item .date{
      min-width: 100px;
      display: block;
     padding: 5px 0;
      display: flex;
      justify-content: center;
      align-items:center ;
      flex-direction: column;
      color: #fff;
      font-weight:800;
      font-size: 3rem;
      background-color: #3b4b9e;
      margin-right: 20px;
  }
   .latestNewsSlider .item  p{
      font-size: 1.8rem;
  }

  .latest-news{
      position: relative;
  }



  .controlsTopRight .bx-controls-direction{
    text-align: right;
    display: flex;
    justify-content: end;
    position: absolute;
    width: 100%;
    top: -60px;
  }

  .controlsTopRight .bx-controls-direction a {
      position: static;
      margin-left: 10px;
  }

  /* bricsLogoSlider */

  .bricsLogoSlider .item{
      text-align: center;
      padding: 0 10px;
  }

  .bricsLogoSlider .item figure{
    padding: 10px;
    box-shadow: 0 0 10px 0px #eee;
    border-radius: 5px;
    min-height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }
  .bricsLogoSlider .item figure img{
      margin: auto;
  }
 

.bricsLogoSlider {
    display: flex;
}

.bricsLogoSlider .item figcaption{    
    font-weight: 500;
    font-size: 14px;
}
.bx-wrapper .bx-controls-direction a{
    background: none;
}

/* footer */
footer .footer-main{
    background-color: #111111;
    padding: 60px 0;
        padding-bottom: 40px;
}
.short-by .fw600 { font-weight:600;}

.footer-website-links ul li{
    margin-bottom: 12px;
}
.footer-website-links ul li a{
    
    font-size: 14px;
    font-weight: 500;
}
.footer-website-links ul li:last-child{
    margin-bottom: 0;
}
footer .footer-main a{
    color: #fff;
}
footer .footer-main a:hover , .footer-social-media a:hover{
    color: #f26649;
}
.footer-website-links ul li a:before{
    content: "\f105";
    font-family: 'Font Awesome 5 Pro';
    margin-right: 10px;

}
/* footer-bottom */
.footer-bottom{
   background-color: #000000;
   padding: 20px 0;
}

.footer-social-media a{
    color: #fff;
    display: inline-block;
    margin-right: 20px;
    font-size: 18px;
}
.footer-bottom p, .footer-bottom p a{ font-size:1.4rem;}
/* Abhishek */
.thumb-hero {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    border-radius: 0px 5px 5px 0px;
    overflow: hidden;
}
.details_hero {
    border: 1px solid #000;
    padding: 5px;
    border-radius: 5px;
}
.thumb-hero ul.speciesSlider img{
  width: 100%;
  height: auto;
}
.thumb-hero .pager-col{
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,.6);
    z-index:99;
    padding: 10px 0px;
    width: 100%;
}
.thumb-hero .pager-col .bx-pager {
    overflow: auto;
    white-space: nowrap;
}
.pager-col .common-btn {
    height: 48px;
    border: 0px;
}
.details_hero figcaption {
    background: #3b4b9e;
    height: 100%;
    border-radius: 5px 0px 0px 5px;
    color: #fff;
    padding-top: 99px;
    position: relative;
}
.thumb-hero .bx-pager img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}
.details_hero figcaption .social-media {
    position: absolute;
    bottom: 26px;
}
.details_hero figcaption h1 {
    font-size:2.1rem;
    font-weight: 700;
    /* text-transform: uppercase; */
}
.details_hero figcaption h1 + p {
    font-size: 18px;
    text-transform: uppercase;
}
.thumb-hero .bx-pager a {
    border: 2px solid rgb(255 255 255 / 56%);
    display: inline-flex;
    max-width: 72px;
    height: 72px;
    border-radius: 5px;
}
.thumb-hero .bx-pager a:hover,
.thumb-hero .bx-pager a.active {
  border: 2px solid #fff;
}
.details_hero figcaption .social-media a {
    color: #fff;
    font-size: 20px;
}
.details_hero figcaption span a {
    color: #fff;
    margin-left: 15px;
    background-color: rgba(255,255,255,.2);
    padding: 5px 20px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
}
.details_hero figcaption span a:hover{
    color: #3b4b9e;
    background-color: rgb(255,255,255);
}
.side-nav li a {
    border: 1px solid #9d9d9d;
    display: flex;
    font-size: 16px;
    color: #000;
    border-radius: 5px;
}
.side-nav li.active a, .side-nav li a:hover{
    color: #fff;
    background-color: #f26649;
    border-color:#f26649;
    font-weight: 500;
}
.side-nav li a i {
    margin-top: 4px;
}
ul.side-nav {
    position: sticky;
    top: 130px;
    height: 70%;
    overflow: auto;
    max-height: 820px;
}
.right-side button.accordion-button {
    font-size: 20px;
    font-weight: 700;
    color: #050505;
    background-color: #FFF;
    border-bottom: 1px solid #e8e8e8;
    padding: 15px 25px;
}
.common-shadow{
   box-shadow: 1px 0px 10px rgba(0,0,0,.2); 
}
.right-side .accordion-button:not(.collapsed) {
    color: #050505;
    background-color: #FFF;
    border-bottom: 1px solid #e8e8e8;
    box-shadow: none;
}
.right-side .accordion-item:not(:first-of-type) {
    border-top: 1px solid rgba(0,0,0,.125);
}
.right-side .accordion-item {
    background-color: #fff;
    border: 1px solid #9d9d9dad;
    border-radius: 5px;
    overflow: hidden;
}
.accordion-button::after {
    content: "\f077";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 500;
    font-size: 20px;
    color: #000;
    background-image: none !important; 
    height: auto;
    width: auto;
}
.right-side .accordion-body {
    padding: 25px;
    padding-top: 0;
}
.right-side .accordion-body h4 {
    font-size: 15px;
    font-weight:600;
    background-color: #f2f4ff;
    padding: 11px 25px;
    margin-left: -25px;
    margin-right: -25px;
}
.right-side .accordion-body h4 span {
    font-weight: 400;
}
.right-side .accordion-body p {
    margin: 11px 0px;
    font-size: 15px;
    color: #050505;
}
.right-side .accordion-body p span{
    color: #3b4b9e;
}
.right-side .accordion-body h3 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 20px;
}
.right-side .accordion-body h5{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 20px;
    color:#111;
    margin-bottom: 20px;
}
.s-bold{
    font-weight: 500;
}
.right-side .accordion-body ol li {
    list-style: auto;
    margin-bottom: 10px;
    font-size: 15px;
    color: #050505;
}
.right-side .accordion-body table.table tr th, .right-side .accordion-body table.table tr td {
    font-size: 14px;
    padding: 9px; 
    font-weight: 600;
}
.right-side .accordion-body table.table tr td {
    font-weight: 500;
}
.right-side .accordion-body thead.table-dark {
    --bs-table-striped-bg: #767676 !important;
    --bs-table-bg: #767676 !important;
}
.bx-wrapper .bx-controls-direction a {
    z-index: 2;
}
nav.breadcrumb-col {
    background-color: #f9f9f9;
    border-bottom: 1px solid #e3e3e3;
}
.breadcrumb-col .breadcrumb {
    margin-bottom: 0;
    align-items: center;
}
.breadcrumb-col li.breadcrumb-item a {
    color: #3b4b9e;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
}
.breadcrumb-col .breadcrumb-item.active {
    color: #6c757d;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}
.form-outline .form-control {
    min-height: auto;
    padding: 0.33em 0.75em;
    transition: all .2s linear;
    height: 48px;
    border-radius:2px;
}

.form-outline {
    position: relative;
}






.form-outline .comboTreeWrapper + .form-label { /* Taxonomy serch below banner */
    position: absolute;
    top: -29px;
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    left: 0.75rem;
    padding-top: 0.2rem;
    pointer-events: none;
    transform-origin: 0 0;
    transition: all .2s ease-out;
    color: #333333;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
}

.form-outline .comboTreeWrapper .comboTreeArrowBtn{ /* Taxonomy serch below banner - hide arrow button */
    display:none;
}

.form-control.comboTreeInputBox{
    border:1px solid #ced4da;
}




.form-outline .form-control~.form-label {
    position: absolute;
    top: 9px;
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    left: 1.5rem;
    padding-top: 0.2rem;
    pointer-events: none;
    transform-origin: 0 0;
    transition: all .2s ease-out;
    color: #333333;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
}
.form-outline .form-control:focus~.form-label{
    color: #1266f1;
    background-color: #fff;
}
.form-outline .form-control.active~.form-label, .form-outline .form-control:focus~.form-label, .filled .form-label{
    transform: translateY(-1.7rem) translateY(-0.2rem) scale(.9);
    background-color: #fff;
}
.signup-modal .modal-body {
    padding: 0;
}
.signup-modal .card {
    border: 0;
    border-radius: 0;
}
.signup-modal button.btn-close {
    position: absolute;
    right: -27px;
    z-index: 1;
    top: -30px;
    opacity: 1;
    color: #fff !important;
    background: none;
}
.signup-modal button.btn-close:before{
    content: "\f00d";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    font-size: 40px;
    color: #fff;
    background-image: none !important;
    height: auto;
    width: auto;
}
.signup-modal .card h3 {
    font-size: 36px;
    font-weight: 800;
    color: #f26649;
    margin-top: 55px;
    margin-bottom: 40px;
}
.signup-modal .modal-content {
    margin-top: 60px;
}
.inner-hero{
  background-image:url(../images/species-list-hero.jpg);
  padding: 70px 0px;
  text-align: center;
  color: #fff;
}
section.species-search {
    background-color: #f4f6ff;
    border-top: 1px solid #dcdde3;
    border-bottom: 1px solid #dcdde3;
    padding: 20px 0px;
}
.species-search select + i{
    top: 13px;
    right: 20px;
    color: #f26649;
    font-size: 20px;
}
.species-search-form .form-control {
    height: 40px;
    border-radius: 6px;
}
.species-search-form .common-btn {
    height: 40px;
    min-height: inherit;
}
.species-search-form .form-outline .form-control~.form-label {
    top: 6px;
}
#listBtnContainer .btn{
    font-size: 13px;
    font-weight: 600;
    background: #f0f0f0;
    padding: 0px 13px;
    position: relative;
    text-transform: uppercase;
    color: #000;
    border: 1px solid #dadada;
    height: 60px;
    display: flex;
    align-items: center;
    outline: none;
}
    #listBtnContainer .btn.active:after {
        content: '';
        width: 12px;
        border-style: solid;
        border-width: 10px;
        border-color: #3b4b9e transparent transparent;
        position: absolute;
        bottom: -19px;
        left: 0;
        right: 0;
        margin: auto;
    }
#listBtnContainer .btn.active, #listBtnContainer .btn:hover{
    background-color: #3b4b9e;
    color: #fff;
}
.species-list .column {
    width:100%;
    transition: .3s;
    /* transform: scale(0); */
    /* display: none; */
    padding:0px;
  }
  #listBtnContainer .btn figure {
    position: relative;
    margin-right: 10px;
    padding-right: 10px;
    margin-bottom: 0;
}
#listBtnContainer .btn figure:after{
    content: '';
    height: 60px;
    width: 1px;
    background-color: #dadada;
    position: absolute;
    right: 0;
    top: -8px;
}
.list-spt{
    background-image:url(../images/list-spt.png);
    width: 48px;
	height: 44px;
    display: block;
}
#listBtnContainer .btn:hover .list-spt, #listBtnContainer .btn.active .list-spt{
    background-image:url(../images/list-spt-hover.png);
}
#listBtnContainer .btn:focus{
    outline: none;
}
.plants-icon{
    background-position:  -16px -12px;
}
.animals-icon{
    background-position: -103px -12px;
}
.fungl-icon{
    background-position: -205px -13px;
}
.protozoa-icon{
    background-position: -292px -13px;
}
.bacteria-icon{
    background-position: -292px -13px;
}
.flora-icon{
    background-position: -489px -13px;
}
.species-list .show {
    transform: scale(1);
    display: block;
 }
 .species-list .column img {
    width: 100%;
}

.species-list .content {
    border: 1px solid #e8e8e8;
    margin-left: 10px;
    margin-right: 10px;
    height:100%;
    padding: 10px;
    text-align: center;
    box-shadow: 1px 0px 7px rgb(0 0 0 / 10%);
}

.species-list .content img {
    max-height:150px;
}

.short-by li {
    font-size: 15px;
    font-weight: 500;
}
.short-by li a{
    text-transform: uppercase;
    padding: 5px 10px;
    color: #000;
}
.short-by li.active a, .short-by li:hover a{
    color: #fff;
    background-color: #3b4b9e;
    border-radius:5px;
}
ul.short-by {
    margin-top: 41px !important;
}
.species-list .pagination .page-link{
   border: 0;
   color: #3b4b9e;
   font-size: 15px;
}



.search_data .column {
    margin-bottom:15px;
}

.listBtnContainer{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.listBtnContainer .btn{
    margin-bottom:15px;
}

.right-side .accordion-body p {
    text-align: justify;
}

.synonyms p span,
.custom p span,
.demography p span,
.uses p span, 
.history p span,
.distribution p span,
.genetic-collapse p span,
.common-collapse p span{
    font-weight:600;
}

.details_hero .thumb-hero {
    max-height:402px;
}

.details_hero .bx-wrapper ul,
.details_hero .bx-wrapper li{
    height:100%;
}

.details_hero .bx-wrapper li img {
    object-fit: cover;
    height: 100%;
}

.taxonomy.filled .form-label{
    transform:none;
    background:transparent;
}

.listBtnContainer{
    margin-left:-6px;
    margin-right:-6px;
}

.listBtnContainer .btn{
    margin-right:8px;
    margin-left:7px;
}

.col-md-4.c4{
    max-width:350px;
}

@media (min-width:1280px){
    
    .col-md-4.c4 + .col-md-8{
        width:983px;
        max-width:calc(100% - 354px);
    }

    
}

/* about data provider */

.bx_full{
	border: 1px solid #e8e8e8;
    padding:20px;
    box-shadow: 1px 0px 7px rgba(0,0,0,0.1);
}

.data_nodes_about .rdata{
	max-width:900px;
}

.data_nodes .rdata{
	max-width:900px;
}

.hedlink{
	font-size:2rem;
	font-weight:700;
	color:#3b4b9e;
}

.hedlink:hover{
	text-decoration:underline;
}

.user_about .tx01,
.data_nodes .tx01{
	font-weight:600;
	color:#f75550;
}

.data_nodes .tdat h2{
	font-size:1.6rem !important;
	font-weight:600;
	text-transform:uppercase;
}

.bx_full + .bx_full{
	margin-top:20px;
}

.img_grid{
	display: grid;
    grid-gap:16px;
}

.img_grid{
	grid-template-columns: repeat(4, minmax(0px, 1fr));
}

.img_grid img {
    object-fit: cover;
}

.img_grid a{
	display:inline-block;
}

.img_grid a span{
    position: relative;
	display:block;
}

.img_grid img {
    overflow: hidden;
    inset: 0px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height:100px;
    width:100px;
	border-radius:4px;
}

.img_pan_user{
	width:170px;
	height:170px;
	margin:auto;
	border:1px solid #ccc;
	border-radius:6px;
	overflow:hidden;
}


@media (min-width:768px){
	
	.img_grid{
		grid-template-columns: repeat(8, minmax(0px, 1fr));
	}
	
	.data_nodes .bx_full .col-sm-3{
		display:flex;
		align-items:center;
		justify-content:center;
	}
	
	.data_nodes .brder{
		position:relative;
		padding-left:30px;
	}
	
	.data_nodes .brder:before{
		content:'';
		position:absolute;
		top:-3px;
		bottom:-3px;
		left:0;
		width:1px;
		background:#ccc;
	}
	
}

@media (min-width:1200px){
	
	.img_grid{
		grid-template-columns: repeat(9, minmax(0px, 1fr));
	}
	
	.pl-5{
		padding-left:30px;
	}
	
}

@media (min-width:1600px){
	
	.col-md-4.c4{
        max-width:none;
    }
    .col-md-4.c4 + .col-md-8 {
        width:66.6666%;
    }
}


@media (max-width:767px){
	
	.data_nodes [class*=col-] + [class*=col-]{
		margin-top:20px;
	}
	
}

/*  Faq */

.faq-section {
    background: #fdfdfd;
    min-height: 100vh;
    padding: 10vh 0 0;
}
.faq-title h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}
.faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #f26649;
    bottom: -25px;
    margin-left: -30px;
}
.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #CEE1F8;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
    background: rgba(233, 30, 99, 0.1);
    padding-left: 10px;
}
.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  color: #3B566E;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #f26649;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}

.faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
  margin-bottom: 14px;
}

.observation-slider a{
    color:#111;
}

@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
}

.side-search {
    border: 1px solid #706e6e;
    border-radius: 4px;
}








