@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

body {
  background-color: #000000 !important;
  width: 100%;
  overflow-x: hidden;
  /* font-family: "Times New Roman", Times, serif; */
  font-family: "Montserrat", serif;
}

.parassyle-1{
    color: #fff;
    text-align: center;
    font-size: 18px;
}

/*___________ROBOTO FONT____________*/
/*___SASS for roboto Font Family____*/
/*____SASS for color_____*/
.main-body {
  background-image: url("../images/butterfly-dots.png");
  background-size: 75% auto;
  background-repeat: no-repeat;
  background-position: top right;
  background-attachment: fixed;
  position: relative;
}

.bredcamp{
  display: flex;
  justify-content: center;
}
.bredcamp ul{
  padding: 0;
  margin: 0;
}
.bredcamp ul li{
  list-style-type: none;
  float: left;
  color: #408a65;
  margin: 0 10px;
  font-size: 24px;
}
.bredcamp ul li a{
  color: #aeaeae;
  font-size: 24px;
  transition: 0.5s;
}
.bredcamp ul li a:hover{
  color: #408a65;
}
.bredcamp ul li a.active{
  color: #408a65;
}


header {
  position: relative;
}
header .top-part {
  background-color: #f6edda;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 3;
  transition: 0.3s linear;
}
header .top-part .icon {
  width: 6%;
  transition: 0.4s linear;
}
header .top-part .icon img {
  width: 100%;
}
header .top-part .icon:nth-child(2) {
  z-index: 2;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 25%);
  transition: 0.3s linear;
}
header .bottom-part {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  width: 80%;
  margin: -1px auto;
  transition: 0.3s linear;
}
header .bottom-part img {
  width: 100%;
}
header .bottom-part ul {
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, 50%);
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  padding: 0 6%;
  margin: 0;
  z-index: 4;
  transition: 0.3s linear;
}
header .bottom-part ul li {
  list-style: none;
  display: inline-block;
}
header .bottom-part ul li a {
  color: #231f20;
  font-size: 24px;
  font-family: "Times New Roman", Times, serif;
}
header .bottom-part ul li a:active {
  color: green;
}

.bottom-part ul li a.active {
  padding: 5px 10px;
  border-radius: 8px;
  color: #22563c;
}

main {
  margin-top: 14%;
  overflow: hidden;
}


main .page-title {
  text-align: center;
  overflow: hidden;
  position: relative;
  margin: 0 !important;
}
main .page-title h1 {
  text-align: center;
  font-size: 60px;
  font-family: "Times New Roman", Times, serif;
  color: #fff;
  position: relative;
  display: inline-block;
}
main .page-title h1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-101%, 50%);
  height: 0.5px;
  width: 1000px;
  background-color: #333;
}
main .page-title h1::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translate(101%, 50%);
  width: 1000px;
  height: 0.5px;
  background-color: #333;
}

.title-img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
}

#main-title {
  position: fixed;
  width: 100%;
  background-color: black;
  z-index: 2;
  padding: 5px 0;
}
#main-title h1 {
  font-size: 60px;
  padding: 15px 0;
}



.introduction-wrap-1{
    padding: 0 20px 75px 20px;
}
.introduction-wrap-1 h2{
    color: #408a65;
    font-size: 24px;
    font-weight: 500;
    padding-top: 15px;
}
.introduction-wrap-1 ul{
    padding: 0;
    margin: 0;
}
.introduction-wrap-1 ul li{
    list-style-type: none;
    color: #fff;
    padding: 0;
    margin: 15px 0;
}
.introduction-wrap-1 ul li i{
    color: #408a65;
}
.introduction-wrap-2{
    background: #1e1e1e;
    padding: 0 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.introduction-wrap-2 .introtext-wrap{
    width: 40%;
}
.introduction-wrap-2 .introtext-wrap p{
    color: #fff;
    padding: 50px 0;
}
.introduction-wrap-2 .introsvg-wrap{
    width: 60%;
}

.introduction-wrap-3 .introsvg-wrap-2 .text {
  fill: #fff;
}

.introduction-wrap-3{
    background: #000;
    padding: 0 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.introduction-wrap-3 .introtext-wrap-2{
    width: 50%;
}
.introduction-wrap-3 .introtext-wrap-2 p{
    color: #fff;
}
.introduction-wrap-3 .introsvg-wrap-2{
    width: 50%;
}
.gallery-wrap-1{
    background: #000;
    padding: 0 20px;
}

.gallery-wrap-1 ul{
    padding: 0;
    margin: 0 -1%;
}
.gallery-wrap-1 ul li{
    float: left;
    width: 18%;
    margin: 1%;
    border-radius: 25px;
    list-style-type: none;
    position: relative;
}

.gallery-wrap-1 ul li img{
    width: 100%;
    height: auto;
    border-radius: 25px;
}

.gallery-wrap-1 .galleryTitle{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 80%;
    margin: auto;
    background: #000;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 10px 15px 3px 15px;
}
.gallery-wrap-1 .galleryTitle span{
    color: #408a65;
}
.gallery-wrap-1 .loadMorebt{
    background: #408a65;
    padding: 10px 30px;
    display: table;
    margin: 50px auto 0 auto;
    border-radius: 20px;
    font-size: 20px;
    color: #fff;
    width: 20%;
    text-align: center;
    transition: 0.5s;
}
.gallery-wrap-1 .loadMorebt:hover{
    color: #408a65;
    background: #fff;
}






/* checkbox hide */
#volume-switcher {
  display: none; 
}

/* volume on : container */
#switcher-container {
  display:block;
  position: absolute;
  top: 0; left: 0; bottom: -10px; right: 1%;  
  cursor: pointer;
  opacity:1;
  filter: invert(1); /* changer couleur icon */
  /*background-color: rgba(255, 255, 255, 0.4);*/
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in 0s;
}

/* volume on : button */ 
#switcher-container:after {
  content: "";
  border: 0px solid black;
  background: url(https://res.cloudinary.com/quentindigital/image/upload/v1598656567/icons/sound-off_rhwz0o.svg) center center;
  background-size: 100%;
  bottom: 10px;
  right: 10px;
  position: absolute;
  width: 40px;
  height: 40px;
}

#switcher-container:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in 0s;}

/* volume off : container */
#volume-switcher:checked + #switcher-container {
  background-color: rgba(255, 255, 255, 0);
  opacity: 0.3;
  -webkit-transition: all 0.7s ease-in 1s;
  -moz-transition: all 0.7s ease-in 1s;
  transition: all 0.7s ease-out 1s;   
}

/* volume off : hover */
#volume-switcher:checked + 
#switcher-container:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: opacity 0.3s ease-out 0s;}

/* volume off : button */
#volume-switcher:checked + #switcher-container:after {
  right: 10px;
  content: "";
  background: url(https://res.cloudinary.com/quentindigital/image/upload/v1598656567/icons/sound-on_vztd3h.svg) center center;
  background-size: 100%;
}

















.home-lepidoptera > .row > .col-md-4 {
  display: none;
}

.load-more {
  display: block;
  margin: 4% 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #dfc053;
  font-size: 24px;
  font-weight: 400;
}

.load-more .circle {
  height: 0;
  width: 0;
  border: none;
  border-radius: 50%;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  overflow: hidden;
}

.load-more:hover {
  color: #22563c;
}

.load-more:hover .circle {
  height: 70px;
  width: 70px;
  border: 1px solid gray;
}

.home-lepidoptera > div img, .home-paper-cutting > div img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.home-lepidoptera > div .information, .home-paper-cutting > div .description {
  margin-top: -16%;
  background: #080808;
  z-index: 2;
  position: relative;
  margin-bottom: 3%;
  padding: 20px;
  width: 94%;
  border-top-right-radius: 25px;
}
.home-lepidoptera > div .information span, .home-paper-cutting > div .description span {
  color: #dfc053;
  font-size: 17px;
  font-weight: 600;
}
.home-lepidoptera > div .information h2, .home-paper-cutting > div .description h2 {
  color: #fff;
  font-size: 24px;
  display: none;
}
.home-lepidoptera > div .information p, .home-paper-cutting > div .description p {
  color: #b4b4b4;
  font-size: 19px;
  line-height: 1.3;
}
.home-lepidoptera > div .information a, .home-paper-cutting > div .description a {
  color: #dfc053;
  font-size: 17px;
}
.home-lepidoptera > div .information a i, .home-paper-cutting > div .description a i {
  transform: rotate(35deg);
  transition: 0.6s;
}
.home-lepidoptera > div .information a:hover, .home-paper-cutting > div .description a:hover {
  opacity: 0.8;
}
.home-lepidoptera > div .information a:hover i, .home-paper-cutting > div .description a:hover i {
  transform: rotate(90deg);
}

.footer-text-2{
  display: block;
  font-size: 16px !important;
  margin-bottom: 12px;
}


.filter-drop-down {
  width: 100%;
  position: absolute;
  left: 0;
  top: 45px;
  background-color: #fff;
  padding: 10px;
  z-index: 1;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.5s ease;
}
.filter-drop-down input {
  padding: 5px 0;
  padding-left: 5px;
  color: black;
}
.filter-drop-down button {
  background: #231f20;
  padding: 5px;
  color: #fff !important;
}
.filter-drop-down button:hover {
  color: #0b0b0b !important;
  opacity: 0.7;
}

.search-area form input {
  width: 100%;
}

.search-area {
  padding: 0 10%;
}
.search-area form input {
  background: transparent;
  border: 1px solid #3c3b3b;
  border-radius: 0 !important;
  color: #fff;
  font-size: 16px;
}
.search-area form input:focus {
  background: transparent;
  color: white;
}
.search-area form button, .search-area form a {
  color: #fff;
  border: 1px solid #0b0b0b;
  border-radius: 0 !important;
  margin: 0;
  border: none !important;
  background-color: #212529 !important;
}
.search-area form button i, .search-area form a i {
  color: #fff;
}
.search-area form button:hover, .search-area form a:hover {
  background-color: #fff;
  color: #fff;
}
.search-area form button:hover i, .search-area form a:hover i {
  color: #fff;
}

.myLine {
  height: 2px;
  width: 200px;
  background-color: #fff;
}

div.dt-container .dt-paging .dt-paging-button {
  background: #fff;
  color: #221d0b;
  transition: 0.5s;
}

div.dt-container .dt-paging .dt-paging-button:hover {
  background: #231f20;
  color: #fff !important;
}

div.dt-container .dt-paging .dt-paging-button.current {
  color: white !important;
}

tbody, td, tfoot, th, thead, tr {
  color: #fff !important;
}

table {
  border-collapse: separate;
}

table.dataTable > tbody > tr:nth-child(even) {
  background-color: #1e1e1e;
}

table.dataTable > tbody > tr > td {
  border-top: 1px solid #0b0b0b !important;
  padding: 10px 10px;
}

table.dataTable > tbody > tr > td a {
  padding: 7px 12px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  transition: 0.3s linear;
}

table.dataTable > tbody > tr > td a:hover {
  background-color: #fff;
  color: #221d0b;
}

thead {
  border-radius: 1px solid #0b0b0b !important;
}

tfoot {
  display: none;
}

table.dataTable thead > tr > th {
  background: #0b0b0b;
  border: 1px solid #3c3b3b !important;
  border-top: 0;
  background-color: #1e1e1e;
}

div.dt-container div.dt-layout-full > *:only-child {
  border: 1px solid #3c3b3b !important;
  font-size: 17px;
}

div.dt-container .dt-info {
  color: #fff;
}

div.dt-container .dt-length {
  display: none;
}

div.dt-container .dt-search {
  display: none;
}

table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date {
  text-align: left !important;
}

div.dt-container div.dt-layout-row {
  margin: 15px 0 0 0;
}

/*=========Lapidoptera Information==========*/
.main-container {
  background-image: url("../images/dots.png");
  background-size: 80% auto;
  background-repeat: no-repeat;
  background-position: center;
}

.desc {
  overflow: hidden;
  padding-left: 1%;
}

.desc h5 {
  color: #fff;
  font-size: 60px;
  font-family: "Times New Roman", Times, serif;
  display: inline-block;
  position: relative;
}


.desc .d-title{
  font-size: 25px;
  font-weight: 400;
}

.desc p {
  font-weight: 250;
  /* letter-spacing: 1px; */
  font-size: 23px;
}

.lapidoptera-info {
  color: #fff;
  font-size: 21px;
  padding-top: 30px;
  padding-left: 80px;
}
.lapidoptera-info > div:nth-child(1) {
  margin-left: 0%;
}

.lapidoptera-info > div:nth-child(2) {
  margin-left: 2%;
}

.lapidoptera-info > div:nth-child(3) {
  margin-left: 4%;
}

.lapidoptera-info > div:nth-child(4) {
  margin-left: 6%;
}

.lapidoptera-info > div:nth-child(5) {
  margin-left: 8%;
}

.lapidoptera-info > div:nth-child(6) {
  margin-left: 10%;
}

.lapidoptera-info > div:nth-child(7) {
  margin-left: 12%;
}

.lapidoptera-info > div:nth-child(8) {
  margin-left: 14%;
}

.lapidoptera-info > div:nth-child(9) {
  margin-left: 16%;
}

.lapidoptera-info > div:nth-child(10) {
  margin-left: 18%;
}

.distribution-wrap {
  padding: 1% 0;
  background-color: #1e1e1e;
}
.distribution-wrap .box {
  border: 1px solid #595959;
  margin-top: 0;
  margin: 35px 20px;
  padding: 20px 20px;
  position: relative;
  transition: 0.6s linear;
  min-height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 21px;
}
.distribution-wrap h5 {
  font-family: "Times New Roman", Times, serif;
  color: #fff;
  font-size: 60px;
  text-align: center;
  margin: 20px 0 0 0;
}
.distribution-wrap b {
  color: #fff;
  font-size: 25px;
  line-height: 1;
  color: #fff;
  display: block;
  text-align: center;
  background-color: #fff;
  width: 70%;
  padding: 11px;
  position: absolute;
  top: calc(-7% - 10px);
  left: 50%;
  border-radius: 15px;
  transform: translate(-50%, 0);
  background-image: linear-gradient(90deg, #296748 11%, #051c11 122%, #45d18b 98%, #22563c 110%, #22563c 42%);
  font-weight: 400;
}
.distribution-wrap p {
  color: #fff;
  text-align: center;
}

.distribution-wrap .row {
  border-radius: 17px;
  background-color: #1e1e1e;
  padding: 15px;
  display: flex;
  align-items: start;
  justify-content: center;
}

.lapidoptera-gallery {
  margin-bottom: 4%;
  background-image: url("../images/detail-butterfly.png");
  background-size: 8% auto;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-attachment: fixed;
}
.lapidoptera-gallery h5 {
  font-family: "Times New Roman", Times, serif;
  color: #fff;
  font-size: 60px;
  text-align: center;
}
.lapidoptera-gallery .row img {
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
}



.zoom {
  position: relative;
   width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: grid;
  place-items: center;
}

.zoom-nav {
 position: absolute;
 top: 22%;
 z-index: 100;
 writing-mode: vertical-rl;
}

.zoom-nav > button {
 background: transparent;
 border: none;
 margin-bottom: 5px;
}
.zoom-nav > button i{
    position:relative;
    z-index:-1;
    padding:14px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}

.zoom-nav > .zoom-reset {
  /*display: block;*/
  /*width: 2rem;*/
  /*height: 2rem;*/
  /*background-color: transparent;*/
  /*border: 2px solid rgba(0,0,0,0.8);*/
  /*margin: 0.5rem 0;*/
  /*cursor: pointer;*/
  /*user-select: none;*/
  background: transparent;
  color: red;
  /*border: 1px solid white;*/
}

.zoom-map {
  width: 100%;
  height: 100%;
  fill: rgba(0,0,0,0.8);
}

.active { cursor: move; }
.map-wrapper{
    display: flex;
    align-items: start;
    justify-content: start;
    width: 100%;
}



.map-wrapper .map-svg{
    width: 80%;
    margin-left: 6%;
    transition: .4s linear;
    position: relative;
}
.map-wrapper .index-svg{
    width: 12%;
    position: absolute;
    right:0;
    top: 0;
}





.zoom2 {
  position: relative;
   width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: grid;
  place-items: center;
}



.zoom-map2 {
  width: 100%;
  height: 100%;
  fill: rgba(0,0,0,0.8);
}

.map-wrapper2{
    display: flex;
    align-items: start;
    justify-content: start;
    width: 100%;
}



.map-wrapper2 .map-svg2{
    width: 80%;
    margin-left: 6%;
    transition: .4s linear;
    position: relative;
}
.map-wrapper2 .index-svg2{
    width: 12%;
    position: absolute;
    right:0;
    top: 0;
}





































.index {    
    width: 210px;
    padding: 10px;
    color: #fff;
}
.index h5{
    color #fff;
    margin-bottom: 15px;
}
.index .line{
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 6px;
}
.index .line .text {
    color: #fff;
    font-style: italic;
}
.index .line .box1{
    background-color: #CCDDE6;
    height: 20px;
    width: 30px;
    display: inline-block;
    background-image: url("../images/index-bg1.jpg");
    background-size: 100% auto;
}
.index .line .box2{
   background-color: #D3EEFB;
    height: 20px;
    width: 30px;
    display: inline-block;
    background-image: url(../images/index-bg2.jpg);
    background-size: 100% auto;
}
.index .line .box3{
    background-color: #F2DD9B;
    height: 20px;
    width: 30px;
    display: inline-block;
}
.index .line .box4{
    background-color: #F0BF66;
    height: 20px;
    width: 30px;
    display: inline-block;
}
.index .line .box5{
    background-color: #8DBD3F;
    height: 20px;
    width: 30px;
    display: inline-block;
}
.index .line .box6{
    background-color: #FFEFCF;
    height: 20px;
    width: 30px;
    display: inline-block;
}
.index .line .box7{
    background-color: #DDE790;
    height: 20px;
    width: 30px;
    display: inline-block;
}
.index .line .box8{
    background-color: #8D8DC4;
    height: 20px;
    width: 30px;
    display: inline-block;
}
.index .line .box9 {
    background-color: #2F7144;;
    height: 20px;
    width: 30px;
    display: inline-block;
}
.index .line .box10 {
    background-color: #293988;
    height: 20px;
    width: 30px;
    display: inline-block;
}



/*==================END==================*/
/*===========Video for Index page===========*/
.myVideo {
  width: 100%;
  height: 100vh;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.vid-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
  width: 100%;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -40%);
}
.vid-content h3 {
  font-size: 35px;
  color: #fff;
  font-family: "Times New Roman", Times, serif;
  text-transform: uppercase;
  font-weight: 400;
}
.vid-content h1 {
  font-size: 90px;
  color: #fff;
  font-family: "Times New Roman", Times, serif;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  height: 85px;
  animation: bannerText 4s forwards;
}

@keyframes bannerText {
  0% { transform: scale(0); opacity: .3; }
  100% { transform: scale(1); opacity: 1; }
}



#suggestions{
  padding: 0;
  margin: 0;
  background: #000;
  padding: 10px;
  border-radius: 5px;
  height:250px;
  overflow-y:scroll;
}
#suggestions::-webkit-scrollbar {
  display: none; /* Hides the scrollbar */
}

.vid-content .m-1{
  width: 18%;
  margin-top: 11px !important;
  
  
}
.vid-content .m-1 .sglist{
  margin: 3px;
  padding:5px;
  cursor: pointer;
  text-align: left;
  border-radius: 5px;
}
.vid-content .m-1 .sglist a{
  color: #b3b3b3;
  display: block
}
.vid-content .m-1 .sglist a:hover{
  color: #fff;
}



.vid-content .search-bar {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
}
.vid-content .search-bar i {
  font-size: 24px;
  color: #fff;
  transform: translateY(10px);
  font-size: 28px;
}
.vid-content .search-bar input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #a7a6a4;
  color: white;
  font-family: "Times New Roman", Times, serif;
  font-size: 28px;
}
.vid-content .search-bar input:focus {
  outline: 0;
  padding: 0 10px;
}

.counter {
  background-color: #f6edda;
  width: 120px;
  padding: 5px;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
  position: absolute;
  z-index: 2;
  left: 2%;
  bottom: -6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.counter p {
  margin-bottom: 0;
  text-align: center;
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
  line-height: 1.1;
  margin-bottom: 6px;
  font-weight: 600;
  padding: 0;
  margin: 0;
}
.counter h4 {
  margin-bottom: 2px;
  text-align: center;
  font-size: 17px;
  color: #22563c;
  font-weight: 600;
  padding: 0;
  margin: 0;
}

/*===============End=======================*/





.hidden-member {
            max-height: 0;
            opacity: 0;
            overflow: hidden;
            transition: 1s linear;
        }





.members {
  transition: 0.4s linear;
  background-color: #1e1e1e;
  padding: 60px 0 50px 0;
      margin-top: 50px;
}

.members .page-title {
    text-align: center;
    overflow: hidden;
    position: relative;
    margin: 0 !important;
}

.members .page-title h1 {
    text-align: center;
    font-size: 60px;
    font-family: "Times New Roman", Times, serif;
    color: #fff;
    position: relative;
    display: inline-block;
}

.members .page-title h1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-101%, 50%);
    height: 0.5px;
    width: 1000px;
    background-color: #333;
}

.members .page-title h1::after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translate(101%, 50%);
    width: 1000px;
    height: 0.5px;
    background-color: #333;
}

.members h1 {
  color: #f6edda;
  font-family: "Times New Roman", Times, serif;
  font-size: 30px;
}
.members .row > div {
  transition: 0.4s linear;
}
.members .member {
  position: relative;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  background: #0b0b0b;
  padding: 20px;
  transition: overflow 0.4s linear 3s;
}
.members .member img {
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
}
.members .member .about-member {
  color: #f6edda;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-family: "Roboto", serif;
}
.members .member .about-member h5 {
  margin: 0;
}
.members .member .about-member span {
  position: relative;
  display: inline-block;
  margin-bottom: 1%;
}
.members .member .about-member P {
  margin: 0;
  color: #eae325;
}
.members .member .about-member P a {
  color: #f6edda;
  font-weight: 200;
}
.members .member .about-on-hover {
  background: #f6edda;
  padding: 0%;
  z-index: 2;
  box-shadow: 5px 6px 20px rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0%;
  font-family: "Roboto", serif;
  font-size: 15px;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  border-bottom-left-radius: 0;
  max-height: 0px;
  max-width: 550px;
  overflow: hidden;
  opacity: 0;
  transition: 0.5s ease;
}
.members .member:hover .about-on-hover {
  opacity: 1;
  max-height: 400px;
  padding: 20px 35px;
  margin: 20px;
  border-bottom-left-radius: 30px;
}
.members #load-more {
  border: none;
  background: transparent;
  color: #f6edda;
  font-family: "Roboto", serif;
  position: relative;
}
.members #load-more i {
  color: #eae325;
  transform: rotate(45deg);
}
.members #load-more::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background: #f6edda;
  content: "";
  transition: 0.4s linear;
}
.members #load-more:hover::after {
  width: 100%;
}

























.mid-icon {
  z-index: 2;
  position: static !important;
  left: 50%;
  transform: translate(0%, 0%) !important;
}


table.dataTable thead th, table.dataTable tfoot th {
  font-weight: 400;
}
table.dataTable > tbody > tr > td{
  font-weight: 300;
}

.all-icons {
  justify-content: start !important;
}

.icon-width {
  width: 4.5% !important;
}

.bottom-part-style {
  margin-top: -9% !important;
  width: 100% !important;
}

.menu-item-style {
  padding-right: 1% !important;
  justify-content: end !important;
  gap: 1.5% !important;
}

.pdf-container {
  display: grid;
  grid-template-columns: repeat(5, 1.2fr);
  align-items: center;
  justify-content: space-between;
  gap: 3em;
}

.pdf-container > div {
  width: 100%;
  background-color: #fff;
  padding: 4%;
  padding: 28%;
  border-radius: 20px;
  background-image: url("../images/curve.png");
  background-size: 90% auto;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  position: relative;
}
.pdf-container > div img {
  width: 100%;
  padding-bottom: 21%;
}
.pdf-container > div p {
  color: #fff;
  font-size: 20px;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 5px;
  transform: translate(-50%, 0);
  margin-bottom: 0;
}

/*=================(ABOUT US PAGE START)=========================*/
.text-content {
  background-image: url(../images/detail-butterfly.png);
  background-size: 13% auto;
  background-repeat: no-repeat;
  background-position: right top;
}
.text-content p {
  font-size: 17px;
  font-family: "Times New Roman", Times, serif;
  text-align: left;
  color: #fff;
  font-weight: 300;
  margin-bottom: 4%;
}

.members .member img {
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
}
.members .member .about-member {
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.members .member .about-member h5 {
  margin: 0;
}
.members .member .about-member P {
  margin: 0;
}

/*=================(ABOUT US PAGE END)=========================*/
.nav-item .nav-link {
  /* background-color: #fff !important;
  margin: 6px 12px;
  color: #000000 !important;
  border-radius: 26px !important;
  font-size: 24px !important;
  padding: 12px 35px !important;
  font-weight: 400; */
  text-align: center;
  font-size: 60px;
  font-family: "Times New Roman", Times, serif;
  color: #fff;
  position: relative;
  display: inline-block;
}

.nav-item .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-101%, 50%);
  height: 0.5px;
  width: 1000px;
  background-color: #333;
}
.nav-item .nav-link::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translate(101%, 50%);
  width: 1000px;
  height: 0.5px;
  background-color: #333;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link{
  background: none;
}

/* .nav-item .nav-link.active {
  background-image: linear-gradient(90deg, #296748 11%, #051c11 122%, #45d18b 98%, #22563c 110%, #22563c 42%);
  color: #fff !important;
} */

.graph-wrap .graph {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #595959;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 96%;
  position: relative;
  padding-top: 10px;
  min-height: 550px;
  border-radius: 12px;
  padding-top: 10px;
  margin: 0 auto;
}

.graph_heading {
  position: absolute;
  top: -33px;
  /* background-image: linear-gradient(90deg, #296748 11%, #051c11 122%, #45d18b 98%, #22563c 110%, #22563c 42%); */
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 35px;
  color: #fff;
  line-height: 0.9;
  border-radius: 15px;
  font-size: 23px;
  font-weight: 400;
  background: #595959;
  z-index:2;
}

.large-view-bt {
  position: absolute;
  bottom: -25px;
  background-image: linear-gradient(90deg, #296748 11%, #051c11 122%, #45d18b 98%, #22563c 110%, #22563c 42%);
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 30px;
  color: #fff;
  line-height: 0.9;
  border-radius: 15px;
  font-size: 20px;
  font-weight: 400;
  transition: 0.5s;
}
.large-view-bt:hover{
  background-image: linear-gradient(90deg, #22563c 11%, #22563c 122%, #45d18b 98%, #051c11 110%, #296748 42%);
  color: #fff;
}

.svg svg {
  border-radius: 15px;
}

footer {
  background-color: #0a0a0a;
  padding: 3rem 1rem;
  position: relative;
}

.number-visit{
  position: absolute;
  right: 20px;
  bottom: -2px;
  background: #f6edda;
  color: #000;
  font-size: 15px;
  padding: 10px;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
 }


footer .footer-wrap {
  margin: 0;
  color: #fff;
  font-size: 21px;
}
footer .footer-wrap button {
  background-image: linear-gradient(90deg, #296748 11%, #051c11 100%, #45d18b 98%, #22563c 110%, #22563c 42%);
  color: #fff !important;
  padding: 10px 30px;
  border: none;
  border-radius: 5px;
}
footer .footer-wrap p {
  padding: 10px 0 20px 0;
  border-bottom: 1px solid rgb(54, 53, 53);
}
footer .footer-wrap p a {
  color: #dfc053;
}
footer .footer-wrap span {
  font-size: 13px;
}



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}









/*___FOR CIRCLE ANIMATION (START)_____*/
.circle-container {
  margin: 0 auto;
  display: block;
  width: 100%;
}

/*#center-circle {*/
/*  opacity: 0;*/
/*  animation: centerCircle 1s linear 0.5s forwards;*/
/*}*/
/*@keyframes centerCircle {*/
/*  from {*/
/*    opacity: 0;*/
/*  }*/
/*  to {*/
/*    opacity: 1;*/
/*  }*/
/*}*/

/*#top-circle {*/
/*  transform: translate(0, 31%);*/
/*  opacity: 0;*/
/*  animation: topCircle 0.5s linear 0.5s forwards;*/
/*}*/
/*@keyframes topCircle {*/
/*  from {*/
/*    transform: translate(0, 31%);*/
/*    opacity: 0;*/
/*  }*/
/*  to {*/
/*    transform: translate(0, 0%);*/
/*    opacity: 1;*/
/*  }*/
/*}*/

/*#top-right-circle {*/
/*  transform: translate(-22%, 22%);*/
/*  opacity: 0;*/
/*  animation: topRightCircle 0.5s linear 1s forwards;*/
/*}*/
/*@keyframes topRightCircle {*/
/*  from {*/
/*    transform: translate(-22%, 22%);*/
/*    opacity: 0;*/
/*  }*/
/*  to {*/
/*    transform: translate(0, 0%);*/
/*    opacity: 1;*/
/*  }*/
/*}*/

/*#right-circle {*/
/*  transform: translate(-32%, 0);*/
/*  opacity: 0;*/
/*  animation: rightCircle 0.5s linear 1.5s forwards;*/
/*}*/
/*@keyframes rightCircle {*/
/*  from {*/
/*    transform: translate(-32%, 0);*/
/*    opacity: 0;*/
/*  }*/
/*  to {*/
/*    transform: translate(0, 0%);*/
/*    opacity: 1;*/
/*  }*/
/*}*/

/*#bottom-right-circle {*/
/*  transform: translate(-23%, -23%);*/
/*  opacity: 0;*/
/*  animation: bottomRightCircle 0.5s linear 2s forwards;*/
/*}*/
/*@keyframes bottomRightCircle {*/
/*  from {*/
/*    transform: translate(-23%, -23%);*/
/*    opacity: 0;*/
/*  }*/
/*  to {*/
/*    transform: translate(0, 0%);*/
/*    opacity: 1;*/
/*  }*/
/*}*/

/*#bottom-circle {*/
/*  transform: translate(0, -31%);*/
/*  opacity: 0;*/
/*  animation: bottomCircle 0.5s linear 2.5s forwards;*/
/*}*/
/*@keyframes bottomCircle {*/
/*  from {*/
/*    transform: translate(0%, -31%);*/
/*    opacity: 0;*/
/*  }*/
/*  to {*/
/*    transform: translate(0, 0%);*/
/*    opacity: 1;*/
/*  }*/
/*}*/

/*#bottom-left-circle {*/
/*  transform: translate(23%, -23%);*/
/*  opacity: 0;*/
/*  animation: bottomLeftCircle 0.5s linear 3s forwards;*/
/*}*/
/*@keyframes bottomLeftCircle {*/
/*  from {*/
/*    transform: translate(23%, -23%);*/
/*    opacity: 0;*/
/*  }*/
/*  to {*/
/*    transform: translate(0, 0%);*/
/*    opacity: 1;*/
/*  }*/
/*}*/

/*#left-circle {*/
/*  transform: translate(31%, 0);*/
/*  opacity: 0;*/
/*  animation: leftCircle 0.5s linear 3.5s forwards;*/
/*}*/
/*@keyframes leftCircle {*/
/*  from {*/
/*    transform: translate(31%, 0%);*/
/*    opacity: 0;*/
/*  }*/
/*  to {*/
/*    transform: translate(0, 0%);*/
/*    opacity: 1;*/
/*  }*/
/*}*/

/*#top-left-circle {*/
/*  transform: translate(22%, 22%);*/
/*  opacity: 0;*/
/*  animation: topLeftCircle 0.5s linear 4s forwards;*/
/*}*/
/*@keyframes topLeftCircle {*/
/*  from {*/
/*    transform: translate(22%, 22%);*/
/*    opacity: 0;*/
/*  }*/
/*  to {*/
/*    transform: translate(0, 0%);*/
/*    opacity: 1;*/
/*  }*/
/*}*/



#center-circle {
  opacity: 0;
}

#center-circle.animate{
  animation: centerCircle 1s linear 0.5s forwards;
}

@keyframes centerCircle {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#top-circle.animate {
  animation: topCircle 0.5s linear 0.5s forwards;
}

#top-right-circle.animate {
  animation: topRightCircle 0.5s linear 1s forwards;
}

#right-circle.animate {
  animation: rightCircle 0.5s linear 1.5s forwards;
}

#bottom-right-circle.animate {
  animation: bottomRightCircle 0.5s linear 2s forwards;
}

#bottom-circle.animate {
  animation: bottomCircle 0.5s linear 2.5s forwards;
}

#bottom-left-circle.animate {
  animation: bottomLeftCircle 0.5s linear 3s forwards;
}

#left-circle.animate {
  animation: leftCircle 0.5s linear 3.5s forwards;
}

#top-left-circle.animate {
  animation: topLeftCircle 0.5s linear 4s forwards;
}

#top-circle {
  transform: none;
  opacity: 0;
}
@keyframes topCircle {
  from {
    transform: translate(0, 31%);
    opacity: 0;
  }
  to {
    transform: translate(0, 0%);
    opacity: 1;
  }
}

#top-right-circle {
  transform: none;
  opacity: 0;
}
@keyframes topRightCircle {
  from {
    transform: translate(-22%, 22%);
    opacity: 0;
  }
  to {
    transform: translate(0, 0%);
    opacity: 1;
  }
}

#right-circle {
  transform: none;
  opacity: 0;
}
@keyframes rightCircle {
  from {
    transform: translate(-32%, 0);
    opacity: 0;
  }
  to {
    transform: translate(0, 0%);
    opacity: 1;
  }
}

#bottom-right-circle {
  transform: none;
  opacity: 0;
}
@keyframes bottomRightCircle {
  from {
    transform: translate(-23%, -23%);
    opacity: 0;
  }
  to {
    transform: translate(0, 0%);
    opacity: 1;
  }
}

#bottom-circle {
  transform: none;
  opacity: 0;
}
@keyframes bottomCircle {
  from {
    transform: translate(0%, -31%);
    opacity: 0;
  }
  to {
    transform: translate(0, 0%);
    opacity: 1;
  }
}

#bottom-left-circle {
  transform: none;
  opacity: 0;
}
@keyframes bottomLeftCircle {
  from {
    transform: translate(23%, -23%);
    opacity: 0;
  }
  to {
    transform: translate(0, 0%);
    opacity: 1;
  }
}

#left-circle {
  transform: none;
  opacity: 0;
}
@keyframes leftCircle {
  from {
    transform: translate(31%, 0%);
    opacity: 0;
  }
  to {
    transform: translate(0, 0%);
    opacity: 1;
  }
}

#top-left-circle {
  transform: none;
  opacity: 0;
}

@keyframes topLeftCircle {
  from {
    transform: translate(22%, 22%);
    opacity: 0;
  }
  to {
    transform: translate(0, 0%);
    opacity: 1;
  }
}

/*___FOR CIRCLE ANIMATION (END)_____*/













/*______FOR LINE DRAW ANIMATION (START)_____*/
.all-lines {
  width: 100%;
  display: block;
  margin: 0 auto;
}

image {
  display: none;
}

.root {
  fill: none;
  stroke: #B71818;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
}
@keyframes root {
  to {
    stroke-dashoffset: 0;
  }
}

.root.animate {
  animation: root 3s linear forwards 0.5s;
}

.sm-root {
  fill: none;
  stroke: #CA6C18;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
@keyframes root {
  to {
    stroke-dashoffset: 0;
    fill: #CA6C18;
  }
}

.sm-root.animate {
  animation: root 3s linear forwards 3s;
}

.sm-root {
  fill: none;
  stroke: #CA6C18;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
@keyframes root-sm {
  to {
    stroke-dashoffset: 0;
    fill: #CA6C18;
  }
}

.sm-root.animate {
  animation: root-sm 3s linear forwards 3s;
}

.root-circle {
  fill: none !important;
  stroke: #CA6C18;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
@keyframes root-cir {
  to {
    stroke-dashoffset: 0;
    fill: #CA6C18;
  }
}

.root-circle.animate {
  animation: root-cir 3s linear forwards 4s;
}

.vert-line {
  fill: none;
  stroke: #CA6C18;
  stroke-width: 0.5;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}

.vert-line.animate {
  animation: verLine 3s linear forwards 0.5s;
}

@keyframes verLine {
  to {
    stroke-dashoffset: 0;
    fill: #CA6C18;
  }
}
.path {
  fill: none;
  stroke: #CA6C18;
  stroke-width: 0.3;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}

.path.animate {
  animation: dash 1s linear forwards 0.5s;
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
.path3 {
  fill: none;
  stroke: #CA6C18;
  stroke-width: 0.5;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}

.path3.animate {
  animation: dash3 1s linear forwards 0.5s;
}

.path3 {
  fill: none;
  stroke: #CA6C18;
  stroke-width: 0.5;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}

@keyframes dash3 {
  to {
    stroke-dashoffset: 0;
  }
}
.md-cir3 {
  fill: none;
  stroke: #CA6C18;
  stroke-width: 0.5;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
@keyframes mdCir3 {
  to {
    stroke-dashoffset: 0;
  }
}

.md-cir3.animate {
  animation: mdCir3 3s linear forwards 3s;
}

.path4 {
  fill: none;
  stroke: #CA6C18;
  stroke-width: 0.5;
  stroke-linecap: round;
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
}
@keyframes dash4 {
  to {
    stroke-dashoffset: 0;
  }
}

.path4.animate {
  animation: dash4 1s linear forwards 1s;
}

.path5 {
  fill: none;
  stroke: #CA6C18;
  stroke-width: 0.5;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
@keyframes dash5 {
  to {
    stroke-dashoffset: 0;
  }
}

.path5.animate {
  animation: dash5 1s linear forwards 1s;
}

.sm-crl {
  fill: none;
  stroke: #CA6C18;
  stroke-width: 0.5;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
@keyframes cir1 {
  to {
    stroke-dashoffset: 0;
  }
}

.sm-crl.animate {
  animation: cir1 3s linear forwards 3s;
}

.path6 {
  fill: none;
  stroke: #CA6C18;
  stroke-width: 0.5;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
@keyframes dash6 {
  to {
    stroke-dashoffset: 0;
  }
}

.path6.animate {
  animation: dash5 1s linear forwards 1s;
}

.path7 {
  fill: none;
  stroke: #CA6C18;
  stroke-width: 0.5;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
@keyframes dash7 {
  to {
    stroke-dashoffset: 0;
  }
}

.path7.animate {
  animation: dash7 1s linear forwards 1s;
}

.sm-crl2 {
  fill: none !important;
  stroke: #CA6C18;
  stroke-width: 0.6;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
@keyframes sm-crl2 {
  to {
    stroke-dashoffset: 0;
  }
}

.sm-crl2.animate {
  animation: sm-crl2 3s linear forwards 3.5s;
}

.path8 {
  fill: none;
  stroke: #CA6C18;
  stroke-width: 0.5;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
@keyframes dash8 {
  to {
    stroke-dashoffset: 0;
  }
}

.path8.animate {
  animation: dash8 1s linear forwards 1s;
}

.path9 {
  fill: none;
  stroke: #CA6C18;
  stroke-width: 0.5;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash9 1s linear forwards 1s;
}
@keyframes dash9 {
  to {
    stroke-dashoffset: 0;
  }
}

.path9.animate {
  animation: dash9 1s linear forwards 1s;
}

.sm-crl3 {
  fill: none !important;
  stroke: #CA6C18;
  stroke-width: 0.6;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
@keyframes sm-crl3 {
  to {
    stroke-dashoffset: 0;
  }
}

.sm-crl3.animate {
  animation: sm-crl3 3s linear forwards 4s;
}

.path10 {
  fill: none;
  stroke: #CA6C18;
  stroke-width: 0.5;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
@keyframes dash10 {
  to {
    stroke-dashoffset: 0;
  }
}

.path10.animate {
  animation: dash10 1s linear forwards 1s;
}

.path11 {
  fill: none !important;
  stroke: #CA6C18;
  stroke-width: 0.6;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
@keyframes sm-crl3 {
  to {
    stroke-dashoffset: 0;
  }
}

.path11.animate {
  animation: sm-crl3 3s linear forwards 4.5s;
}

.sm-crl4 {
  fill: none !important;
  stroke: #CA6C18;
  stroke-width: 0.6;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
@keyframes sm-crl4 {
  to {
    stroke-dashoffset: 0;
  }
}

.sm-crl4.animate {
  animation: sm-crl4 1s linear forwards 5s;
}

.path12 {
  fill: none;
  stroke: #CA6C18;
  stroke-width: 0.5;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
@keyframes dash12 {
  to {
    stroke-dashoffset: 0;
  }
}

.path12.animate {
  animation: dash12 1s linear forwards 1s;
}

.path13 {
  fill: none;
  stroke: #CA6C18;
  stroke-width: 0.5;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
@keyframes dash13 {
  to {
    stroke-dashoffset: 0;
  }
}

.path13.animate {
  animation: dash13 1s linear forwards 1s;
}

.path14 {
  fill: none;
  stroke: #CA6C18;
  stroke-width: 0.5;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
@keyframes dash14 {
  to {
    stroke-dashoffset: 0;
  }
}

.path14.animate {
  animation: dash14 1s linear forwards 1s;
}

.path15 {
  fill: none;
  stroke: #CA6C18;
  stroke-width: 0.5;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
@keyframes dash15 {
  to {
    stroke-dashoffset: 0;
  }
}

.path15.animate {
  animation: dash15 1s linear forwards 1s;
}

.path16 {
  fill: none;
  stroke: #CA6C18;
  stroke-width: 0.5;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
@keyframes dash16 {
  to {
    stroke-dashoffset: 0;
  }
}

.path16.animate {
  animation: dash16 1s linear forwards 1s;
}

.path17 {
  fill: none;
  stroke: #CA6C18;
  stroke-width: 0.5;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
@keyframes dash17 {
  to {
    stroke-dashoffset: 0;
  }
}

.path17.animate {
  animation: dash17 1s linear forwards 1s;
}

.path18 {
  fill: none;
  stroke: #CA6C18;
  stroke-width: 0.5;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
@keyframes dash18 {
  to {
    stroke-dashoffset: 0;
  }
}

.path18.animate {
  animation: dash18 1s linear forwards 1s;
}

.sm-crl5 {
  fill: none !important;
  stroke: #CA6C18;
  stroke-width: 0.6;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
@keyframes sm-crl5 {
  to {
    stroke-dashoffset: 0;
  }
}

.sm-crl5.animate {
  animation: sm-crl5 1s linear forwards 5.5s;
}

.path19 {
  fill: none;
  stroke: #CA6C18;
  stroke-width: 0.5;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
@keyframes dash19 {
  to {
    stroke-dashoffset: 0;
  }
}

.pat19.animate {
  animation: dash19 1s linear forwards 1s;
}

.path20 {
  fill: none;
  stroke: #BF814C;
  stroke-width: 0.5;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
@keyframes dash20 {
  to {
    stroke-dashoffset: 0;
  }
}

.path20.animate {
  animation: dash20 2s linear forwards 1s;
}

.sm-crl6 {
  fill: none !important;
  stroke: #CA6C18;
  stroke-width: 0.6;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
@keyframes sm-crl6 {
  to {
    stroke-dashoffset: 0;
  }
}

.sm-crl6.animate {
  animation: sm-crl6 2s linear forwards 6s;
}

.path21 {
  fill: none;
  stroke: #CA6C18;
  stroke-width: 0.4;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
@keyframes dash21 {
  to {
    stroke-dashoffset: 0;
  }
}

.path21.animate {
  animation: dash21 1s linear forwards 1s;
}

.path22 {
  fill: none;
  stroke: #CA6C18;
  stroke-width: 0.4;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
@keyframes dash22 {
  to {
    stroke-dashoffset: 0;
  }
}

.path22.animate {
  animation: dash22 1s linear forwards 1s;
}

.path23 {
  fill: none;
  stroke: #CA6C18;
  stroke-width: 0.4;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
@keyframes dash23 {
  to {
    stroke-dashoffset: 0;
  }
}

.path23.animate {
  animation: dash23 1s linear forwards 1s;
}

.sm-crl7 {
  fill: none !important;
  stroke: #CA6C18;
  stroke-width: 0.6;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
@keyframes sm-crl7 {
  to {
    stroke-dashoffset: 0;
  }
}

.sm-crl7.animate {
  animation: sm-crl7 3s linear forwards 6.5s;
}

.path24 {
  fill: none;
  stroke: #F58220;
  stroke-width: 0.4;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
@keyframes dash24 {
  to {
    stroke-dashoffset: 0;
  }
}

.path24.animate {
  animation: dash24 1s linear forwards 1s;
}

.path25 {
  fill: none;
  stroke: #F58220;
  stroke-width: 0.4;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
@keyframes dash25 {
  to {
    stroke-dashoffset: 0;
  }
}

.path25.animate {
  animation: dash25 1s linear forwards 1s;
}

.path26 {
  fill: none;
  stroke: #F58220;
  stroke-width: 0.4;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
@keyframes dash26 {
  to {
    stroke-dashoffset: 0;
  }
}

.path26.animate {
  animation: dash26 1s linear forwards 1s;
}

.path27 {
  fill: none;
  stroke: #F58220;
  stroke-width: 0.4;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash27 1s linear forwards 1s;
}
@keyframes dash27 {
  to {
    stroke-dashoffset: 0;
  }
}

.path27.animate {
  animation: dash27 1s linear forwards 1s;
}

.path28 {
  fill: none;
  stroke: #F58220;
  stroke-width: 0.4;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
@keyframes dash28 {
  to {
    stroke-dashoffset: 0;
  }
}

.path28.animate {
  animation: dash28 1s linear forwards 1s;
}

.path29 {
  fill: none;
  stroke: #F58220;
  stroke-width: 0.4;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
@keyframes dash29 {
  to {
    stroke-dashoffset: 0;
  }
}

.path29.animate {
  animation: dash29 1s linear forwards 1s;
}

.path30 {
  fill: none;
  stroke: #F58220;
  stroke-width: 0.4;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash30 1s linear forwards 1s;
}
@keyframes dash30 {
  to {
    stroke-dashoffset: 0;
  }
}

.path30.animate {
  animation: dash30 1s linear forwards 1s;
}

.path31 {
  fill: none;
  stroke: #F58220;
  stroke-width: 0.4;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
@keyframes dash31 {
  to {
    stroke-dashoffset: 0;
  }
}

.path31.animate {
  animation: dash31 1s linear forwards 1s;
}

.path32 {
  fill: none;
  stroke: #F58220;
  stroke-width: 0.4;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
@keyframes dash32 {
  to {
    stroke-dashoffset: 0;
  }
}

.path32.animate {
  animation: dash32 1s linear forwards 1s;
}

.path33 {
  fill: none;
  stroke: #F58220;
  stroke-width: 0.4;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
@keyframes dash33 {
  to {
    stroke-dashoffset: 0;
  }
}

.path33.animate {
  animation: dash33 1s linear forwards 1s;
}

.sm-crl8 {
  fill: none !important;
  stroke: #CA6C18;
  stroke-width: 0.6;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
@keyframes sm-crl8 {
  to {
    stroke-dashoffset: 0;
  }
}

.sm-crl8.animate {
  animation: sm-crl8 2s linear forwards 7s;
}

.sm-crl9 {
  fill: none !important;
  stroke: #CA6C18;
  stroke-width: 0.6;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
@keyframes sm-crl9 {
  to {
    stroke-dashoffset: 0;
  }
}

.sm-crl9.animate {
  animation: sm-crl9 1s linear forwards 7.5s;
}

.sm-crl10 {
  fill: none !important;
  stroke: #CA6C18;
  stroke-width: 0.6;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
@keyframes sm-crl10 {
  to {
    stroke-dashoffset: 0;
  }
}

.sm-crl10.animate {
  animation: sm-crl10 1s linear forwards 8s;
}

.path34 {
  fill: none;
  stroke: #F58220;
  stroke-width: 0.4;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
@keyframes dash34 {
  to {
    stroke-dashoffset: 0;
  }
}

.path34.animate {
  animation: dash34 1s linear forwards 1s;
}

.path35 {
  fill: none;
  stroke: #F58220;
  stroke-width: 0.4;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
@keyframes dash35 {
  to {
    stroke-dashoffset: 0;
  }
}

.path35.animate {
  animation: dash35 1s linear forwards 1s;
}

.path36 {
  fill: none;
  stroke: #F58220;
  stroke-width: 0.4;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
@keyframes dash36 {
  to {
    stroke-dashoffset: 0;
  }
}

.path36.animate {
  animation: dash36 1s linear forwards 1s;
}

.path37 {
  fill: none;
  stroke: #F58220;
  stroke-width: 0.4;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
@keyframes dash37 {
  to {
    stroke-dashoffset: 0;
  }
}

.path37.animate {
  animation: dash37 1s linear forwards 1s;
}

.path38 {
  fill: none;
  stroke: #F58220;
  stroke-width: 0.4;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
@keyframes dash38 {
  to {
    stroke-dashoffset: 0;
  }
}

.path38.animate {
  animation: dash38 1s linear forwards 1s;
}

.path39 {
  fill: none;
  stroke: #F58220;
  stroke-width: 0.4;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
@keyframes dash39 {
  to {
    stroke-dashoffset: 0;
  }
}

.path39.animate {
  animation: dash39 1s linear forwards 1s;
}

.path40 {
  fill: none;
  stroke: #F58220;
  stroke-width: 0.4;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
@keyframes dash40 {
  to {
    stroke-dashoffset: 0;
  }
}

.path40.animate {
  animation: dash40 1s linear forwards 1s;
}

.path41 {
  fill: none;
  stroke: #F58220;
  stroke-width: 0.4;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
@keyframes dash41 {
  to {
    stroke-dashoffset: 0;
  }
}

.path41.animate {
  animation: dash41 1s linear forwards 1s;
}

.path42 {
  fill: none;
  stroke: #F58220;
  stroke-width: 0.4;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
@keyframes dash42 {
  to {
    stroke-dashoffset: 0;
  }
}

.path42.animate {
  animation: dash42 1s linear forwards 1s;
}

.path43 {
  fill: none;
  stroke: #F58220;
  stroke-width: 0.4;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
@keyframes dash43 {
  to {
    stroke-dashoffset: 0;
  }
}

.path43.animate {
  animation: dash43 1s linear forwards 1s;
}

.sm-crl11 {
  fill: none !important;
  stroke: #CA6C18;
  stroke-width: 0.6;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
@keyframes sm-crl11 {
  to {
    stroke-dashoffset: 0;
  }
}

.sm-crl11.animate {
  animation: sm-crl11 2s linear forwards 9s;
}

.path44 {
  fill: none;
  stroke: #F58220;
  stroke-width: 0.4;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
@keyframes dash44 {
  to {
    stroke-dashoffset: 0;
  }
}

.path44.animate {
  animation: dash44 1s linear forwards 1s;
}

.path-cir1 {
  fill: none;
  stroke: #CA6C18;
  stroke-width: 0.4;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
@keyframes pathCir1 {
  to {
    stroke-dashoffset: 0;
  }
}

.path-cir1.animate {
  animation: pathCir1 2s linear forwards 8s;
}

.path-cir2 {
  fill: none;
  stroke: #CA6C18;
  stroke-width: 0.6;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
@keyframes pathCir2 {
  to {
    stroke-dashoffset: 0;
  }
}

.path-cir2.animate {
  animation: pathCir2 2s linear forwards 8.5s;
}

.path-cir3 {
  fill: none;
  stroke: #CA6C18;
  stroke-width: 0.4;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
@keyframes pathCir3 {
  to {
    stroke-dashoffset: 0;
  }
}

.path-cir3.animate {
  animation: pathCir3 2s linear forwards 9s;
}

.path-cir4 {
  fill: none;
  stroke: #CA6C18;
  stroke-width: 0.4;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
@keyframes pathCir4 {
  to {
    stroke-dashoffset: 0;
  }
}

.path-cir4.animate {
  animation: pathCir4 2s linear forwards 10s;
}

.path-cir5 {
  fill: none;
  stroke: #CA6C18;
  stroke-width: 0.4;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
@keyframes pathCir5 {
  to {
    stroke-dashoffset: 0;
  }
}

.path-cir5.animate {
  animation: pathCir5 2s linear forwards 10.5s;
}

.path-cir6 {
  fill: none;
  stroke: #CA6C18;
  stroke-width: 0.4;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: pathCir6 2s linear forwards 11s;
}
@keyframes pathCir6 {
  to {
    stroke-dashoffset: 0;
  }
}

.path-cir6.animate {
  animation: pathCir6 2s linear forwards 11s;
}

.path-cir7 {
  fill: none;
  stroke: #CA6C18;
  stroke-width: 0.4;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
@keyframes pathCir7 {
  to {
    stroke-dashoffset: 0;
  }
}

.path-cir7.animate {
  animation: pathCir7 2s linear forwards 11.5s;
}

.path-cir8 {
  fill: none;
  stroke: #CA6C18;
  stroke-width: 0.4;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
@keyframes pathCir8 {
  to {
    stroke-dashoffset: 0;
  }
}

.path-cir8.animate {
  animation: pathCir8 2s linear forwards 12s;
}

.path-cir9 {
  fill: none;
  stroke: #CA6C18;
  stroke-width: 0.4;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
@keyframes pathCir9 {
  to {
    stroke-dashoffset: 0;
  }
}

.path-cir9.animate {
  animation: pathCir9 2s linear forwards 12.5s;
}

.path-cir10 {
  fill: none;
  stroke: #CA6C18;
  stroke-width: 0.4;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
@keyframes pathCir10 {
  to {
    stroke-dashoffset: 0;
  }
}

.path-cir10.animate {
  animation: pathCir10 2s linear forwards 13.5s;
}

.path-cir11 {
  fill: none;
  stroke: #CA6C18;
  stroke-width: 0.4;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
@keyframes pathCir11 {
  to {
    stroke-dashoffset: 0;
  }
}

.apth-cir11.animate {
  animation: pathCir11 2s linear forwards 14s;
}

.path-cir12 {
  fill: none;
  stroke: #CA6C18;
  stroke-width: 0.4;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
@keyframes pathCir12 {
  to {
    stroke-dashoffset: 0;
  }
}

.path-cir12.animate {
  animation: pathCir12 2s linear forwards 14.5s;
}

.path-cir13 {
  fill: none;
  stroke: #CA6C18;
  stroke-width: 0.4;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
@keyframes pathCir13 {
  to {
    stroke-dashoffset: 0;
  }
}

.path-cir13.animate {
  animation: pathCir13 2s linear forwards 15s;
}

.path-cir14 {
  fill: none;
  stroke: #CA6C18;
  stroke-width: 0.4;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
@keyframes pathCir14 {
  to {
    stroke-dashoffset: 0;
  }
}

.path-cir14.animate {
  animation: pathCir14 2s linear forwards 15.5s;
}

.path-cir15 {
  fill: none;
  stroke: #CA6C18;
  stroke-width: 0.4;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
@keyframes pathCir15 {
  to {
    stroke-dashoffset: 0;
  }
}

.path-cir15.animate {
  animation: pathCir15 2s linear forwards 16s;
}

.path-cir16 {
  fill: none;
  stroke: #CA6C18;
  stroke-width: 0.4;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
@keyframes pathCir16 {
  to {
    stroke-dashoffset: 0;
  }
}

.path-cir16.animate {
  animation: pathCir16 2s linear forwards 16.5s;
}

.path-cir17 {
  fill: none;
  stroke: #CA6C18;
  stroke-width: 0.4;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
@keyframes pathCir17 {
  to {
    stroke-dashoffset: 0;
  }
}

.path-cir17.animate {
  animation: pathCir17 1s linear forwards 17s;
}

.path-cir18 {
  fill: none;
  stroke: #CA6C18;
  stroke-width: 0.4;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
@keyframes pathCir18 {
  to {
    stroke-dashoffset: 0;
  }
}

.path-cir18.animate {
  animation: pathCir18 1s linear forwards 17.5s;
}

.path-cir19 {
  fill: none;
  stroke: #CA6C18;
  stroke-width: 0.4;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
@keyframes pathCir19 {
  to {
    stroke-dashoffset: 0;
  }
}

.path-cir19.animate {
  animation: pathCir19 1s linear forwards 18s;
}

.path-cir20 {
  fill: none;
  stroke: #CA6C18;
  stroke-width: 0.4;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
@keyframes pathCir20 {
  to {
    stroke-dashoffset: 0;
  }
}

.path-cir20.animate {
  animation: pathCir20 1s linear forwards 19s;
}

 .all-lines .text {
    opacity: 0;
    transition: opacity 0.3s ease;
}
.all-lines .text.visible {
    opacity: 1;
}
/*____END____*//*# sourceMappingURL=style.css.map */





















@media (max-width: 1600px) {
  .graph_heading{
    padding: 20px 15px;
    font-size: 20px;
  }
  .distribution-wrap b{
    width: 80%;
  }
  .lapidoptera-info{
    font-size: 19px;
  }
  div.dt-container div.dt-layout-full > :only-child{
    font-size: 17px;
  }
  footer .footer-wrap{
    font-size: 19px;
  }
  .home-lepidoptera > div .information p, .home-paper-cutting > div .description p{
    font-size: 17px;
  }
  header .bottom-part ul li a {
    font-size: 19px;
  }
  .vid-content h1 {
    font-size: 65px;
  }
  .vid-content .search-bar{
    width: 100%;
  }
  .vid-content .search-bar i {
    font-size: 28px;
  }
  .vid-content .search-bar input {
    font-size: 24px;
  }
  main .page-title h1 {
    font-size: 50px;
  }
  .desc h5 {
    color: #f6edda;
    font-size: 50px;
  }
  .distribution-wrap h5 {
    font-size: 50px;
  }
  .lapidoptera-gallery h5 {
    font-size: 50px;
  }

}



@media (max-width: 1600px) {
    .pdf-container{
        grid-template-columns: repeat(4, 1.2fr);
    }
}


@media (max-width: 1400px) {
    .gallery-wrap-1 ul li{
        width: 23%;
    }
}





@media (max-width: 1200px) {
    .gallery-wrap-1 ul li{
        width: 46%;
        margin: 2%;
    }
  .pdf-container {
    display: grid;
    grid-template-columns: repeat(4, 1.2fr);
  }
}
@media (max-width: 992px) {
  .vid-content h1 {
    font-size: 60px;
  }
  .vid-content .search-bar i {
    font-size: 30px;
  }
  .pdf-container {
    display: grid;
    grid-template-columns: repeat(3, 1.2fr);
  }
  main {
    margin-top: 114px;
  }
  header .bottom-part ul {
    background: #fff;
  }
  header .top-part .icon {
    width: 60px;
  }
  header .top-part {
    justify-content: start !important;
  }
  header .top-part .icon:nth-child(2) {
    z-index: 2;
    position: static;
    transform: translate(0, 0) !important;
  }
  .bottom-part ul {
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: visible;
    background: white;
    gap: 2%;
    justify-content: center !important;
  }
  .navbar-toggler {
    position: absolute;
    width: -moz-fit-content;
    width: fit-content;
    right: 9px;
    z-index: 10;
  }
  .navbar-toggler-icon i {
    font-size: 32px;
  }
  header .bottom-part ul {
    transform: translate(0, 0) !important;
    top: 0;
    right: -1060px;
    align-items: center;
  }
  header .bottom-part {
    width: 100%;
  }
  header .bottom-part img {
    display: none;
  }
  header .bottom-part ul li {
    width: 100%;
    color: #fff;
    text-align: center;
    transition: 0.5s;
  }
  header .bottom-part ul li a {
    font-size: 23px;
    color: #231f20;
    text-align: center;
  }
  .collapse:not(.show) {
    display: table;
  }
  .showMenu {
    right: 0 !important;
  }
  .hideMenu {
    right: -1000px;
  }
  div.dt-container div.dt-layout-row {
    overflow-x: scroll;
  }
  div.dt-container div.dt-layout-row {
    margin: 0;
    border: 1px solid rgb(36, 35, 35);
  }
  .table-structure {
    overflow-x: scroll;
  }
  div.dt-container div.dt-layout-full {
    width: 300% !important;
  }
  div.dt-container div.dt-layout-full > *:only-child {
    border: 1px solid #0b0b0b !important;
    width: 200% !important;
  }
  .search-area input, .search-area .btn {
    margin-bottom: 10px;
  }
  .search-area .btn {
    padding: 12px !important;
  }
}
@media (max-width: 1150px) {
  table.dataTable > tbody > tr > td a {
    width: 100%;
    display: inline-block;
    text-align: center;
  }
  .map-wrapper {
      flex-direction: column-reverse;
      gap: 20px;
  }
  .index{
      margin: 0 auto;
      width: fit-content;
  }
  .map-wrapper .map-svg {
    width: 100%;
    margin-left: 0%;
  }
  .zoom-nav {
    position: absolute;
    top: 34%;
  }
  
}
@media (min-width: 992px) {
  .navbar-toggler {
    display: none !important;
  }
  
  
}
@media (max-width: 767px) {
    
    .introduction-wrap-2{
        flex-direction: column-reverse;
    }
    .introduction-wrap-2 .introsvg-wrap{
        width: 100%;
    }
    .introduction-wrap-2 .introtext-wrap{
        width: 100%;
    }
    .introduction-wrap-2 .introtext-wrap p{
        padding: 10px 0 50px 0;
    }
    .introduction-wrap-3{
        flex-direction: column;
    }
    .introduction-wrap-3 .introsvg-wrap-2{
         width: 100%;
    }
    .introduction-wrap-3 .introtext-wrap-2{
        width: 100%;
    }
    
.gallery-wrap-1 ul li{
        width: 100%;
        margin: 0 0 50px 0;
    }
.gallery-wrap-1 .loadMorebt{
    width: 70%;
}    
    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background:
none;
  font-size: 28px;
}
    
    .bredcamp ul li a{
      font-size: 17px;
  }
  .bredcamp ul li{
      margin:0 4px;
      font-size: 17px;
  }
  .bredcamp ul{
      margin: 0 15px;
  }
  #main-title h1{
      font-size: 22px;
  }
  .lapidoptera-info{
      padding-top: 0;
  padding-left: 0;
  }
  .desc .d-title{
      font-size: 20px;
  }
  .desc p{
      font-size: 20px;
  }
  .distribution-wrap b{
      font-size: 20px;
  }
  .distribution-wrap .box{
      font-size: 19px;
  }
  .lapidoptera-info {
    margin-top: 6%;
  }
  .distribution-wrap .w-50 {
    width: 100% !important;
  }
  .distribution-wrap .box:first-child {
    padding: 10px 20px;
  }
  footer .footer-wrap {
    margin: 0 4%;
  }
  footer .info p {
    text-align: center;
  }
  .pdf-container {
    display: grid;
    grid-template-columns: repeat(2, 1.2fr);
  }
  .lapidoptera-info > div {
    margin-left: 0% !important;
  }
  .distribution-wrap h5 {
    font-size: 35px;
  }
  .desc h5 {
    font-size: 35px;
  }
  .lapidoptera-gallery h5 {
    font-size: 35px;
  }
  main .page-title h1 {
    text-align: center;
    font-size: 35px;
    width: 60%;
  }
  .vid-content h3 {
    font-size: 22px;
  }
  .vid-content h1 {
    font-size: 40px;
    text-align: center;
  }
  .vid-content .search-bar input {
    font-size: 16px;
  }
  /*___REFERENCE PAGE START____*/
  .pdf-container > div p {
    font-size: 17px;
  }
  /*____REFERENCE PAGE END____*/
  #desk-vid {
    display: none;
  }
  #mob-vid {
    display: block;
  }
}
@media (min-width: 768px) {
  #desk-vid {
    display: block;
  }
  #mob-vid {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */