@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/*_____Monteratt____*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
body {
  font-family: "Montserrat", serif;
  background: #f5f1dd;
  overflow-x: hidden;
}

li {
  list-style-type: none;
  text-decoration: none;
}

a {
  text-decoration: none;
}

.desk-dis{}
.mob-dis{
  display: none;
}

.marquee {
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  background: #146B54;
  width: 100%;
  padding: 8px 0;
}

.marquee .fa-circle {
  margin: 0 15px;
  font-size: 12px;
}

.marquee span {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 60s linear infinite;
}

.marquee a {
  font-size: 15px;
  color: #fff;
}

.marquee a:hover {
  color: #aedbcf;
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
.header-wrap {
  z-index: 2;
  width: 100%;
  display: block;
}
.header-wrap .container-fluid {
  padding: 0;
  margin: 0;
}

.main-nav {
  padding: 40px 100px 0 100px;
}

/*----==========SUROJIT BERA===========---*/
.fixed-top {
  margin-top: 0px;
  transition: 0.5s;
  background-color: #054433;
  box-shadow: 3px 4px 13px rgba(0, 0, 0, 0.5);
}

.navStyle {
  margin-top: 0px !important;
  transition: 0.5s linear;
  background: linear-gradient(to right, #054433 48%, #235E22 76%, #3A7313 88%, #F79521 112%) !important;
  box-shadow: 3px 4px 13px rgba(0, 0, 0, 0.5) !important;
}

.heading {
  font-family: "Roboto", serif;
  font-size: 80px;
  color: #000000;
  text-align: center;
  font-weight: 600;
}

.heading .leaf {
  margin-top: -2%;
}

.btn-warning {
  position: relative;
  background-color: #F79521 !important;
  color: #F5F1DD !important;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 0.475rem 1.5rem;
  border: none;
  border-radius: 6px;
}

.btn-warning::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  height: 0;
  width: 100%;
  background-color: #78C145;
  z-index: 0;
  transition: 0.4s ease;
  z-index: -1;
}

.btn-warning:hover {
  box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.6);
}

.btn-warning:hover::after {
  height: 104%;
}

.logo {
  width: 12%;
}
.logo img {
  width: 100%;
}

.fa-bars {
  color: #F79521;
}

.navbar-light .navbar-toggler {
  border-color: #78C145;
}

.header-wrap .navbar .container-fluid {
  padding: 0 5.2%;
}

.navbar-nav {
  width: 85% !important;
  justify-content: center !important;
  gap: 2.5%;
}
.navbar-nav .nav-item {
  position: relative;
}
.navbar-nav .nav-item .dropdown {
  position: absolute;
  padding: 6px 0;
  background: #F79521;
  width: 0;
  opacity: 0;
  overflow: hidden;
  transition: 0.5s ease;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 10px;
  margin: 0;
  box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.5);
}
.navbar-nav .nav-item .dropdown li {
  list-style-type: none;
  text-align: center;
  margin: 0;
}
.navbar-nav .nav-item .dropdown li a {
  font-size: 14px;
  margin-bottom: 10px;
  text-align: center;
  margin: 0;
  text-decoration: none;
  color: #FFFFFF;
}
.navbar-nav .nav-item .nav-item::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  width: 0;
  height: 0;
  background: #F5F1DD;
  transition: 0.5s ease;
}
.navbar-nav .nav-item .nav-link {
  color: #F5F1DD;
  font-size: 20px;
  text-decoration: none;
  font-family: "Montserrat", serif;
  position: relative;
  padding: 0 0.5rem !important;
}
.navbar-nav .nav-item .nav-link i {
  transition: 0.5s ease;
}
.navbar-nav .nav-item .nav-link::after {
  content: "";
  height: 1px;
  width: 0%;
  background-color: #F5F1DD;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  transition: 0.5s;
}
.navbar-nav .nav-item .nav-link:hover::after {
  width: 100%;
}

.navbar-nav .nav-item .active {
  color: #F79521 !important;
}

.navbar-nav .nav-item:hover::after {
  height: 1px;
  width: 100%;
}

.navbar-nav .nav-item:hover .dropdown {
  width: 170px;
  opacity: 1;
}

.navbar-nav .nav-item:hover .nav-link {
  color: #F5F1DD;
}

.navbar-nav .nav-item:hover .nav-link i {
  transform: rotate(180deg);
}

.banner-wrap {
  position: relative;
}
.banner-wrap .owl-dots {
  position: absolute;
  bottom: 98px;
  right: 0;
  z-index: 999;
}
.banner-wrap .owl-dot {
  width: 35px;
  height: 6px;
  background: #f5f1dd;
  border-radius: 7px;
  margin: 0 10px;
}
.banner-wrap h2 {
  font-size: 120px;
  color: #fff;
  font-weight: 400;
  font-family: "Roboto", serif;
  position: absolute;
  bottom: 100px;
  left: 100px;
  letter-spacing: -2px;
}

.owl-carousel-banner .owl-dots {
  width: 100%;
  height: 6px;
  display: flex;
  align-items: center;
  justify-content: end;
  margin-right: 4%;
  margin-bottom: 4%;
}
.owl-carousel-banner .owl-dots .owl-dot {
  height: 100%;
  width: 40px;
  background-color: #f5f1dd;
  border-radius: 10px;
  margin: 2px;
}

.owl-carousel-banner .owl-dots .owl-dot.active {
  width: 100px;
  background-color: #f79521;
}

.video-item {
  filter: brightness(50%);
  width: 100%;
}


.blog-wrap{
  padding: 4% 5.2%;
}
.blog-wrap h2{
  font-family: "Roboto", serif;
  font-size: 80px;
  color: #000;
  text-align: left;
  position: relative;
}

.blog-wrap h3{
  font-family: "Roboto", serif;
  font-size: 28px;
  color: #000;
  text-align: left;
  position: relative;
}

.blog-wrap h4{
  font-family: "Roboto", serif;
  font-size: 28px;
  font-weight: 500;
  color: #054434;
  text-align: left;
  position: relative;
  margin-top: 50px;
}

.blog-wrap p{
  font-size: 17px;
  color: #000;
  font-weight: 500;
  margin: 0 auto;
  text-align: left;
  padding: 10px 0;
}

.blog-wrap ul{
  margin: 15px 0;
  padding: 0 0 0 20px;
}
.blog-wrap ul li{
  font-size: 16px;
  margin: 5px 0;
  color: #000;
  font-weight: 500;
  list-style-type: circle;
}


@media (max-width: 1500px) {
  .blog-wrap h2{
    font-size: 50px;
  }
}

@media (max-width: 1024px) {
  .blog-wrap h2{
    font-size: 34px;
  }
  .blog-wrap h3{
    font-size: 24px;
  }
}


.home-publication-wrap {
  background: #f5f1dd url(../images/symbol.png) no-repeat 0 0;
  padding: 5.2%;
}
.home-publication-wrap .view-more-bt {
  background: #f79521;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  display: table;
  margin: 20px auto 0 auto;
  padding: 12px 50px;
  border-radius: 7px;
  transition: 0.5s;
}
.home-publication-wrap .view-more-bt:hover {
  background: #146B54;
}
.home-publication-wrap h2 {
  font-family: "Roboto", serif;
  font-size: 80px;
  color: #000;
  text-align: center;
}
.home-publication-wrap .pub-wrap-1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 60px 0;
}
.home-publication-wrap .pub-wrap-1 .pub-post-1 {
  width: 47%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.home-publication-wrap .pub-wrap-1 .pub-post-1 .img-wrap {
  width: 46%;
}
.home-publication-wrap .pub-wrap-1 .pub-post-1 .img-wrap img {
  border-radius: 30px;
}
.home-publication-wrap .pub-wrap-1 .pub-post-1 .text-wrap {
  width: 47%;
}
.home-publication-wrap .pub-wrap-1 .pub-post-1 .text-wrap h6 {
  font-size: 18px;
  color: #146B54;
  font-weight: 600;
}
.home-publication-wrap .pub-wrap-1 .pub-post-1 .text-wrap h4 {
  font-size: 22px;
  font-weight: 600;
}
.home-publication-wrap .pub-wrap-1 .pub-post-1 .text-wrap p {
  font-size: 16px;
  color: #000;
}
.home-publication-wrap .pub-wrap-1 .pub-post-1 .text-wrap a {
  font-size: 16px;
  color: #000;
}
.home-publication-wrap .pub-wrap-1 .pub-post-1 .text-wrap a span {
  color: #f79521;
  rotate: 30deg;
}
.home-publication-wrap .pub-wrap-1 .pub-post-1 .text-wrap a .fa-arrow-up {
  rotate: 50deg;
  margin-left: 3px;
}
.home-publication-wrap .pub-wrap-1 .pub-post-1 .text-wrap a:hover {
  color: #f79521;
}
.home-publication-wrap .pub-wrap-2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 0 60px 0;
}
.home-publication-wrap .pub-wrap-2 .pub-post-2 {
  width: 31%;
}
.home-publication-wrap .pub-wrap-2 .pub-post-2 img {
  border-radius: 30px;
  margin-bottom: 25px;
}
.home-publication-wrap .pub-wrap-2 .pub-post-2 h6 {
  font-size: 18px;
  color: #146B54;
  font-weight: normal;
  font-weight: 600;
}
.home-publication-wrap .pub-wrap-2 .pub-post-2 h4 {
  font-size: 22px;
  font-weight: 600;
}
.home-publication-wrap .pub-wrap-2 .pub-post-2 p {
  font-size: 16px;
  color: #000;
}
.home-publication-wrap .pub-wrap-2 .pub-post-2 a {
  font-size: 16px;
  color: #000;
}
.home-publication-wrap .pub-wrap-2 .pub-post-2 a span {
  color: #f79521;
  rotate: 30deg;
}
.home-publication-wrap .pub-wrap-2 .pub-post-2 a .fa-arrow-up {
  rotate: 50deg;
  margin-left: 3px;
}
.home-publication-wrap .pub-wrap-2 .pub-post-2 a:hover {
  color: #f79521;
}
.home-publication-wrap .home-about-wrap {
  padding-top: 100px;
  margin-top: 100px;
  border-top: solid 1px #000;
}
.home-publication-wrap .home-about-wrap h2 {
  font-family: "Roboto", serif;
  font-size: 80px;
  color: #000;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
.home-publication-wrap .home-about-wrap h2 img {
  position: absolute;
  top: -60px;
}
.home-publication-wrap .home-about-wrap p {
  font-size: 22px;
  color: #000;
  font-weight: 500;
  width: 60%;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
}

.home-team-wrap {
  background-image: url("../images/squirrel.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  border-bottom-left-radius: 80px;
  border-top-right-radius: 0;
}
.home-team-wrap .support-bt {
  background: #f79521;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  padding: 12px 50px;
  border-radius: 7px;
  transition: 0.5s;
}
.home-team-wrap .support-bt:hover {
  background: #146B54;
}
.home-team-wrap .bird {
  width: 100%;
  height: auto;
  max-width: 170px;
  margin-right: -35px;
}
.home-team-wrap .bird-leave {
  width: 100%;
  height: auto;
  max-width: 186px;
  margin-right: -35px;
}
.home-team-wrap .img-wrap {
  border-bottom-left-radius:80px;
  border-top-right-radius: 0;
  background-image: linear-gradient(to right, rgba(5, 68, 51, 0.8156862745) 36%, rgba(35, 94, 34, 0.6862745098) 63%, rgba(57, 115, 19, 0.6784313725) 70%, rgba(247, 151, 33, 0.537254902) 100%) !important;
}
.home-team-wrap .left-heading {
  font-size: 74px;
  line-height: 1;
  margin: 0;
  color: #f5f1dd;
  padding: 30px 0;
}
.home-team-wrap .leaf-img {
  position: absolute;
  top: -75px;
  right: 0;
  display: inline-block;
  width: 90px;
}
.home-team-wrap .leaf-img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f5f1dd;
  border-radius: 20%;
}

.home-team-wrap-2 {
  padding: 0 5.2%;
}

.map-wrap {
  border-bottom: 1px solid #146B54;
}
.map-wrap .kailash, .map-wrap .akhil, .map-wrap .barun, .map-wrap .sayri, .map-wrap .rana, .map-wrap .monoshis, .map-wrap .sourav {
  border: 1px solid #146B54;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.map-wrap .kailash .dot, 
.map-wrap .akhil .dot, 
.map-wrap .barun .dot, 
.map-wrap .sayri .dot, 
.map-wrap .rana .dot, 
.map-wrap .monoshis .dot,
.map-wrap .sourav .dot{
  position: absolute;
  height: 180px;
  width: 180px;
  z-index: 2;
  opacity: 0;
  border: 10px solid #146B54;
  background: #146B54;
  border-radius: 50%;
  animation: pulse 2s ease-out;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 1.2s;
}
.map-wrap .kailash {
  border-radius: 50%;
  width: 16%;
  position: absolute;
  top: 23%;
  left: 58%;
}
.map-wrap .kailash img {
  width: 100%;
  border-radius: 50%;
  border: 1px solid #146B54;
  position: relative;
  z-index: 1;
  z-index: 3;
}
.map-wrap .akhil {
  border-radius: 50%;
  position: absolute;
  bottom: 35%;
  right: 25%;
  width: 16%;
}
.map-wrap .akhil img {
  width: 100%;
  border-radius: 50%;
  border: 1px solid #146B54;
  position: relative;
  z-index: 1;
  z-index: 3;
}

.map-wrap .barun{
  border-radius: 50%;
  position: absolute;
  top: 12%;
  left: 27%;
  width: 16%;
}
.map-wrap .barun img {
  width: 100%;
  border-radius: 50%;
  border: 1px solid #146B54;
  position: relative;
  z-index: 1;
  z-index: 3;
}

.map-wrap .rana{
  border-radius: 50%;
  position: absolute;
  bottom: 21%;
  left: 23%;
  width: 16%;
}
.map-wrap .rana img {
  width: 100%;
  border-radius: 50%;
  border: 1px solid #146B54;
  position: relative;
  z-index: 1;
  z-index: 3;
}

.map-wrap .sayri{
  border-radius: 50%;
  position: absolute;
  bottom: 51%;
  right: 5%;
  width: 16%;
}
.map-wrap .sayri img {
  width: 100%;
  border-radius: 50%;
  border: 1px solid #146B54;
  position: relative;
  z-index: 1;
  z-index: 3;
}

.map-wrap .monoshis{
  border-radius: 50%;
  position: absolute;
  top: 35%;
  left: 17%;
  width: 16%;
}

.map-wrap .monoshis img {
  width: 100%;
  border-radius: 50%;
  border: 1px solid #146B54;
  position: relative;
  z-index: 1;
  z-index: 3;
}

.map-wrap .sourav{
  border-radius: 50%;
  position: absolute;
  top: 40%;
  left: 40%;
  width: 16%;
}

.map-wrap .sourav img {
  width: 100%;
  border-radius: 50%;
  border: 1px solid #146B54;
  position: relative;
  z-index: 1;
  z-index: 3;
}

@keyframes pulse {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.map-wrap .member-info h1 {
  font-size: 80px;
  color: #000;
  font-family: "Roboto", serif;
}
.map-wrap .member-info .name {
  font-size: 30px;
  color: #000;
}
.map-wrap .member-info .role {
  font-size: 22px;
  font-style: italic;
}
.map-wrap .member-info .desc {
  font-size: 22px;
}
.map-wrap .member-info .cv {
  color: #f79521;
  border: solid 1px #f79521;
  padding: 7px 15px;
  border-radius: 5px;
  transition: 0.5s;
}
.map-wrap .member-info .cv:hover {
  background: #f79521;
  color: #fff;
}
.map-wrap .member-info .modal-body .cv {
  color: red;
}
.map-wrap .member-info .support-bt {
  background: #f79521;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  display: table;
  margin: 20px 0;
  padding: 12px 50px;
  border-radius: 7px;
  transition: 0.5s;
}
.map-wrap .member-info .support-bt:hover {
  background: #146B54;
}

.home-knoladge-slider {
  position: relative;
}
.home-knoladge-slider .owl-nav {
  display: block !important;
  z-index: 2;
  position: absolute;
  top: 38%;
  width: 100%;
}
.home-knoladge-slider .owl-nav .owl-prev {
  width: 80px;
  height: 80px;
  border-radius: 100px;
  background: #f79521 !important;
  font-size: 50px !important;
  position: absolute;
  left: -43px;
}
.home-knoladge-slider .owl-nav .owl-next {
  width: 80px;
  height: 80px;
  border-radius: 100px;
  background: #f79521 !important;
  font-size: 50px !important;
  position: absolute;
  right: -43px;
}

.owl-home-shop {
  position: relative;
}
.owl-home-shop .owl-nav {
  z-index: 2;
  position: absolute;
  top: 38%;
  width: 100%;
}
.owl-home-shop .owl-nav .owl-prev {
  width: 80px;
  height: 80px;
  border-radius: 100px;
  background: #f79521 !important;
  font-size: 50px !important;
  position: absolute;
  left: -43px;
}
.owl-home-shop .owl-nav .owl-next {
  width: 80px;
  height: 80px;
  border-radius: 100px;
  background: #f79521 !important;
  font-size: 50px !important;
  position: absolute;
  right: -43px;
}

.owl-home-focus {
  position: relative;
}
.owl-home-focus .owl-nav {
  z-index: 2;
  position: absolute;
  top: 38%;
  width: 100%;
}
.owl-home-focus .owl-nav .owl-prev {
  width: 80px;
  height: 80px;
  border-radius: 100px;
  background: #f79521 !important;
  font-size: 50px !important;
  position: absolute;
  left: -43px;
}
.owl-home-focus .owl-nav .owl-next {
  width: 80px;
  height: 80px;
  border-radius: 100px;
  background: #f79521 !important;
  font-size: 50px !important;
  position: absolute;
  right: -43px;
}

.knowladge-wrap {
  padding: 5.2%;
  position: relative;
}
.knowladge-wrap .know-img {
  border-top-right-radius: 40px;
}
.knowladge-wrap h2 {
  font-family: "Roboto", serif;
  font-size: 80px;
  color: #000;
  text-align: center;
  margin-bottom: 50px;
}
.knowladge-wrap .info-wrap {
  background: #fff;
  padding: 20px 30px;
  border-bottom-left-radius: 40px;
  text-align: center;
  min-height: 220px;
}
.knowladge-wrap .info-wrap h3 {
  font-size: 30px;
  color: #000;
  padding-bottom: 5px;
  font-weight: 600;
}
.knowladge-wrap .info-wrap p {
  font-size: 16px;
  color: #000;
}
.knowladge-wrap .info-wrap a {
  font-size: 16px;
  color: #000;
}
.knowladge-wrap .info-wrap a span {
  color: #f79521;
  rotate: 30deg;
}
.knowladge-wrap .info-wrap a .fa-arrow-up {
  rotate: 50deg;
  margin-left: 3px;
}
.knowladge-wrap .info-wrap a:hover {
  color: #f79521;
}
.knowladge-wrap .small-res {
  border-radius: 12px;
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  left: 2%;
  top: 1%;
  padding: 3px 9px;
  background-color: #78c145;
  text-align: center;
  color: #fff;
  font-weight: 500;
  box-shadow: 2px 3px 12px rgba(0, 0, 0, 0.5);
}

.home-certificate {
  background: #146B54;
  padding: 70px 5.2%;
  border-top-right-radius: 150px;
  display: flex;
  justify-content: space-between;
}
.home-certificate .part-1 {
  width: 30%;
  border-right: solid 1px #fff;
}
.home-certificate .part-1 h2 {
  font-size: 80px;
  color: #fff;
  font-weight: 600;
  font-family: "Roboto", serif;
  padding-right: 50px;
  line-height: 80px;
}
.home-certificate .part-2 {
  width: 20%;
}
.home-certificate .part-2 h3 {
  font-size: 60px;
  color: #fff;
  font-family: "Roboto", serif;
  font-weight: 600;
  line-height: 1;
}
.home-certificate p {
  font-size: 22px;
  color: #fff;
}

.slick-slide {
  height: 100vh !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: none;
}

.slick-arrow.slick-hidden {
  display: none;
}

.event-slider {
  position: relative;
}

.event-slider .myslider .item {
  width: 100%;
  height: 100vh;
}

.event-slider .myslider .item img {
  width: 100%;
  height: 100%;
  filter: brightness(50%);
}

.mid-box-container {
  height: 90vh !important;
  width: 36% !important;
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  background-color: #F5F1DD;
  height: 100%;
  padding: 2%;
  border-top-right-radius: 55px;
  border-bottom-left-radius: 55px;
  font-family: "Montserrat", sans-serif;
  overflow-y: scroll;
}

.mid-box-container h1 {
  text-align: center;
  font-size: 80px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}

.mid-box {
  /* height: 400px; */
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  /* height: 30vh; */
}

.mid-box img {
  width: 100%;
  height: 100%;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.mid-box .slick-list {
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.mid-box .slick-slide {
  height: 38vh !important;
}

.num-slider p {
  font-size: 18px;
}

.caption-slider h5 {
  font-size: 25px;
  margin: 10px 20%;
}

.para-slider p {
  margin: 5px 20%;
  text-align: center;
  margin-bottom: 7%;
}

.location-slider > div {
  color: #78C145;
}

.date-slider div {
  color: #78C145;
}

.location-slider .slick-slide,
.date-slider .slick-slide,
.para-slider .slick-slide,
.num-slider .slick-slide, .caption-slider .slick-slide {
  overflow: hidden;
  height: -moz-fit-content !important;
  height: fit-content !important;
}

.left-arrow {
  position: absolute;
  left: 2%;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 2;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.5);
  background-color: #F79521;
  border: none;
}

.left-arrow img {
  width: 25px;
}

.right-arrow {
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 2;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.5);
  background-color: #F79521;
  border: none;
}

.right-arrow img {
  width: 25px;
}

::-webkit-scrollbar {
  width: 0px;
}

@media (max-width: 1600px) {
  .btn-warning {
    font-size: 16px;
  }
  .navbar-nav .nav-item .nav-link {
    color: #F5F1DD;
    font-size: 17px;
  }
  .mid-box-container h1 {
    font-size: 60px;
  }
  .caption-slider h5 {
    font-size: 18px;
  }
  .right-arrow, .left-arrow {
    height: 65px;
    width: 65px;
  }
  .banner-wrap h2 {
    font-size: 80px;
  }
} 
.home-patner-wrap {
  background-image: linear-gradient(to right, rgb(5, 68, 51) 36%, rgb(35, 94, 34) 63%, rgb(57, 115, 19) 70%, rgb(247, 151, 33) 100%) !important;
  border-bottom-left-radius: 150px;
  padding: 70px 5.2%;
}
.home-patner-wrap h2 {
  font-family: "Roboto", serif;
  font-size: 80px;
  color: #000;
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}

.home-blog-wrap {
  padding: 90px 5.2%;
}
.home-blog-wrap h2 {
  font-family: "Roboto", serif;
  font-size: 80px;
  color: #000;
  text-align: center;
  margin-bottom: 50px;
}
.home-blog-wrap .view-more-bt {
  background: #f79521;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  display: table;
  margin: 20px auto 0 auto;
  padding: 12px 50px;
  border-radius: 7px;
  transition: 0.5s;
}
.home-blog-wrap .view-more-bt:hover {
  background: #146B54;
}
.home-blog-wrap .innerblog-wrap {
  display: flex;
  justify-content: space-between;
}
.home-blog-wrap .innerblog-wrap .single-blog {
  width: 30%;
  position: relative;
}
.home-blog-wrap .innerblog-wrap .single-blog img {
  width: 100%;
  height: auto;
  border-top-right-radius: 50px;
}
.home-blog-wrap .innerblog-wrap .single-blog .text-wrap {
  padding: 30px;
  margin: -13% 5% 5% 5%;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  background: #fff;
  min-height: 300px;
  position: relative;
}
.home-blog-wrap .innerblog-wrap .single-blog .text-wrap h6 {
  font-size: 18px;
  color: #146B54;
  font-weight: 600;
}
.home-blog-wrap .innerblog-wrap .single-blog .text-wrap h4 {
  font-size: 22px;
  font-weight: 600;
}
.home-blog-wrap .innerblog-wrap .single-blog .text-wrap p {
  font-size: 16px;
  color: #000;
}
.home-blog-wrap .innerblog-wrap .single-blog .text-wrap a {
  font-size: 16px;
  color: #000;
}
.home-blog-wrap .innerblog-wrap .single-blog .text-wrap a span {
  color: #f79521;
  rotate: 30deg;
}
.home-blog-wrap .innerblog-wrap .single-blog .text-wrap a .fa-arrow-up {
  rotate: 50deg;
  margin-left: 3px;
}
.home-blog-wrap .innerblog-wrap .single-blog .text-wrap a:hover {
  color: #f79521;
}
.home-blog-wrap .innerblog-wrap .single-blog .small-res {
  border-radius: 12px;
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  left: 2%;
  top: 1%;
  padding: 3px 9px;
  background-color: #78c145;
  text-align: center;
  color: #fff;
  font-weight: 500;
  box-shadow: 2px 3px 12px rgba(0, 0, 0, 0.5);
}
.home-blog-wrap .home-shop-wrap h2 {
  font-family: "Roboto", serif;
  font-size: 80px;
  color: #000;
  text-align: center;
  margin-bottom: 50px;
}
.home-blog-wrap .home-shop-wrap .product-1 .img-wrap {
  background: url(../images/home-product-bg.png) no-repeat center center;
  background-size: 90%;
}
.home-blog-wrap .home-shop-wrap .product-1 .img-wrap img {
  width: 80%;
  padding: 10%;
  margin: auto;
}
.home-blog-wrap .home-shop-wrap .product-1 h4 {
  font-size: 22px;
  color: #000;
  font-weight: 600;
  text-align: center;
  padding: 0 50px;
}
.home-blog-wrap .home-shop-wrap .product-1 h5 {
  font-size: 30px;
  color: #f79521;
  font-weight: 500;
  text-align: center;
}
.home-blog-wrap .home-shop-wrap .product-1 a {
  display: block;
  text-align: center;
  color: #f79521;
}

.home-teke-photo-wrap {
  background: #146B54;
  border-top-right-radius: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.home-teke-photo-wrap .photo-wrap {
  width: 50%;
  border-right: solid 1px #fff;
}
.home-teke-photo-wrap .photo-text-wrap {
  width: 50%;
  padding: 0% 5%;
}
.home-teke-photo-wrap .photo-text-wrap h3 {
  font-size: 80px;
  color: #fff;
  font-weight: 700;
  font-family: "Roboto", serif;
}
.home-teke-photo-wrap .photo-text-wrap p {
  font-size: 22px;
  color: #fff;
  position: relative;
  z-index: 2;
}
.home-teke-photo-wrap .photo-text-wrap .view-more-bt {
  background: #f79521;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  display: table;
  margin: 50px 0 0 0;
  padding: 12px 50px;
  border-radius: 7px;
  transition: 0.5s;
}
.home-teke-photo-wrap .photo-text-wrap .view-more-bt:hover {
  background: #f5f1dd;
  color: #f79521;
}
.home-teke-photo-wrap .about-leaf {
  position: absolute;
  bottom: -4%;
  right: 0%;
  z-index: 0;
}

.focus-and-project-wrap {
  background: rgb(5, 68, 51);
}
.focus-and-project-wrap .focus-wrap {
  background: #f5f1dd;
  border-bottom-left-radius: 100px;
  padding: 5.2%;
}
.focus-and-project-wrap .focus-wrap h2 {
  font-family: "Roboto", serif;
  font-size: 80px;
  color: #000;
  text-align: center;
  margin-bottom: 50px;
}
.focus-and-project-wrap .focus-wrap .img {
  width: 100%;
  height: auto;
  border-top-right-radius: 40px;
}
.focus-and-project-wrap .focus-wrap h5 {
  display: block;
  background: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  color: #000;
  padding: 25px 0;
  border-bottom-left-radius: 40px;
}
.focus-and-project-wrap .home-past-project {
  background: rgb(5, 68, 51);
  background: linear-gradient(180deg, rgb(5, 68, 51) 0%, rgb(31, 90, 36) 67%, rgb(247, 149, 33) 98%, rgb(247, 149, 33) 100%);
  padding: 5.2%;
}
.focus-and-project-wrap .home-past-project h2 {
  font-family: "Roboto", serif;
  font-size: 80px;
  color: #000;
  text-align: center;
  margin-bottom: 50px;
  color: #fff;
}
.focus-and-project-wrap .home-past-project .view-more-bt {
  background: #f79521;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  display: table;
  margin: 4% auto 6% auto;
  padding: 12px 50px;
  border-radius: 7px;
  transition: 0.5s;
}
.focus-and-project-wrap .home-past-project .view-more-bt:hover {
  background: #f5f1dd;
  color: #f79521;
}
.focus-and-project-wrap .home-past-project .project-item-wrap {
  display: flex;
  justify-content: center;
}
.focus-and-project-wrap .home-past-project .project-item-wrap .home-single-wrap {
  width: 100%;
  margin: 2% 2% 0 2%;
}
.focus-and-project-wrap .home-past-project .project-item-wrap .home-single-wrap .overflow-hidden {
  border-radius: 50%;
  border: solid 5px #78c145;
  margin-bottom: 5%;
  height: 340px;
  width: 340px;
}
.focus-and-project-wrap .home-past-project .project-item-wrap .home-single-wrap .overflow-hidden img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
  transform: scale(1.03);
  transition: 0.5s linear;
}
.focus-and-project-wrap .home-past-project .project-item-wrap .home-single-wrap .overflow-hidden img:hover {
  transform: scale(1.3);
}
.focus-and-project-wrap .home-past-project .project-item-wrap .home-single-wrap h3 {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
.focus-and-project-wrap .home-past-project .project-item-wrap .home-single-wrap p {
  color: #fff;
  font-size: 17px;
  text-align: center;
  padding: 0 50px;
}

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

.bottom-section {
  background-color: #F5F1DD;
}

.footer-wrap {
  background: #054434;
  padding: 5.2%;
}
.footer-wrap .footer-inner-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-wrap .footer-inner-1 .foot-logo {
  width: 25%;
}
.footer-wrap .footer-inner-1 .foot-logo img {
  width: 100%;
  height: auto;
  width: 60%;
}
.footer-wrap .footer-inner-1 .foot-social {
  width: 25%;
}
.footer-wrap .footer-inner-1 .foot-social ul {
  padding: 0;
  margin: 0;
}
.footer-wrap .footer-inner-1 .foot-social ul li {
  float: right;
  list-style-type: none;
}
.footer-wrap .footer-inner-1 .foot-social ul li a {
  width: 44px;
  height: 44px;
  background: #78c145;
  color: #fff;
  transition: 0.5s;
  display: block;
  border-radius: 100px;
  font-size: 22px;
  text-align: center;
  line-height: 44px;
  margin: 0 0 0 15px;
}
.footer-wrap .footer-inner-1 .foot-social ul li a:hover {
  background: #f79521;
}
.footer-wrap .footer-inner-2 {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
.footer-wrap .footer-inner-2 h3 {
  font-size: 20px;
  color: #78C145;
  font-weight: 600;
}
.footer-wrap .footer-inner-2 ul {
  padding: 0;
  margin: 0;
}
.footer-wrap .footer-inner-2 ul li {
  list-style-type: none;
}
.footer-wrap .footer-inner-2 ul li a {
  font-size: 16px;
  color: #F5F1DD;
  font-weight: 400;
  display: block;
  margin-bottom: 15px;
}
.footer-wrap .footer-inner-2 ul li a:hover {
  color: #f79521;
}
.footer-wrap .footer-inner-2 p {
  font-size: 16px;
  color: #F5F1DD;
  font-weight: 400;
}
.footer-wrap .footer-inner-2 p a {
  color: #F5F1DD;
}
.footer-wrap .footer-inner-2 p a:hover {
  color: #f79521;
}
.footer-wrap .footer-inner-2 .footer-link-1 {
  width: 15%;
}
.footer-wrap .footer-inner-2 .footer-link-2 {
  width: 15%;
}
.footer-wrap .footer-inner-2 .footer-link-3 {
  width: 25%;
}
.footer-wrap .footer-inner-2 .footer-link-4 {
  width: 30%;
}
.footer-wrap .footer-inner-2 .footer-link-4 p {
  font-size: 16px;
  display: block;
  text-align: right;
  font-weight: 400;
}
.footer-wrap .footer-inner-2 .footer-link-4 .foot-search {
  background: none;
  border: none;
  border-bottom: solid 1px #f5f1dd;
  border-radius: 0;
  color: #fff;
  padding: 0;
  margin: 0;
}
.footer-wrap .footer-inner-2 .footer-link-4 .foot-search:focus {
  box-shadow: 0 0 0;
}
.footer-wrap .footer-inner-2 .footer-link-4 .foot-search::-moz-placeholder {
  color: #fff;
}
.footer-wrap .footer-inner-2 .footer-link-4 .foot-search::placeholder {
  color: #fff;
}
.footer-wrap .footer-inner-2 .footer-link-4 .searchbt {
  border-radius: 50px;
  color: #f79521;
  width: 50px;
  height: 50px;
  font-size: 25px;
  margin-left: -20px;
}
.footer-wrap .footer-inner-2 .footer-link-4 .number-vist {
  background: #f79521;
  border-radius: 8px;
  font-size: 18px;
  color: #fff;
  padding: 10px 20px;
  margin-top: 15%;
  margin-bottom: 25px;
  display: table;
  float: right;
}
.footer-wrap .footer-inner-2 .footer-link-4 .number-vist:hover {
  background: #78c145;
}

/*______SUROJIT's CODE TO WAVE ANIMATION_________*/
.bottom-section {
  background-color: #F5F1DD;
}

.ocean {
  height: 5%;
  width: 100%;
  position: relative;
  bottom: 0;
  left: 0;
  background: #f5f1dd;
  z-index: 5;
}

.wave {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1600" height="198"><defs><linearGradient id="a" x1="50%" x2="50%" y1="-10.959%" y2="100%"><stop stop-color="%2357BBC1" stop-opacity=".25" offset="0%"/><stop stop-color="%23015871" offset="100%"/></linearGradient></defs><path fill="yellow" fill-rule="evenodd" d="M.005 121C311 121 409.898-.25 811 0c400 0 500 121 789 121v77H0s.005-48 .005-77z" transform="matrix(-1 0 0 1 1600 0)" style="&%2310; fill: %23f5f1dd;&%2310;"/></svg>') repeat-x;
  position: absolute;
  top: -124px;
  width: 6400px;
  height: 165px;
  animation: wave 20s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0);
}

.wave-bottom .desc {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-right: -53%;
}

.wave:nth-of-type(2) {
  top: -175px;
  animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite;
  opacity: 1;
}

@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}
@keyframes swell {
  0%, 100% {
    transform: translate3d(0, -25px, 0);
  }
  50% {
    transform: translate3d(0, 5px, 0);
  }
}
.wave-bottom .row {
  position: relative;
}
.wave-bottom .row .leaf-1 {
  position: absolute;
  left: 5%;
  width: 22%;
  z-index: -1;
}
.wave-bottom .row .leaf-1 img {
  width: 100%;
}
.wave-bottom .row .leaf-1::after {
  position: absolute;
  content: "";
  width: 130%;
  background-color: #f5f1dd;
  border-radius: 30%;
  left: 0;
  top: 0;
  animation: leaf1 25s ease-in infinite reverse;
}
@keyframes leaf1 {
  0% {
    height: 0;
  }
  50% {
    height: 130%;
  }
  100% {
    height: 0;
  }
}
.wave-bottom .row .leaf-2 {
  width: 13%;
  position: absolute;
  right: 5%;
  bottom: 6%;
}
.wave-bottom .row .leaf-2 img {
  width: 100%;
}
.wave-bottom .row .leaf-2::after {
  position: absolute;
  content: "";
  width: 130%;
  background-color: #f5f1dd;
  border-bottom-left-radius: 100%;
  border-bottom-right-radius: 100%;
  left: 0;
  top: 0;
  animation: leaf2 30s linear infinite;
  animation-delay: 2s;
}
@keyframes leaf2 {
  0% {
    height: 0;
  }
  50% {
    height: 130%;
  }
  100% {
    height: 0;
  }
}

.desc h1 {
  font-family: "Roboto", serif;
  font-size: 80px;
  color: #000;
  text-align: center;
  text-align: left;
}
.desc p {
  font-size: 22px;
}
.desc button {
  background: #f79521;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  display: table;
  margin: 4% auto 6% auto;
  padding: 12px 50px;
  border-radius: 7px;
  transition: 0.5s;
  border: none;
}
.desc button:hover {
  background: #146B54;
}

/*_________START OF ABOUT US PAGE_________*/
.elephant-wrap {
  overflow: hidden;
}
.elephant-wrap img {
  transition: 0.5s;
  animation: zoomInOut 60s linear infinite;
}
@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}

.team-members-wrap .container-fluid {
  padding: 0 5.2% 5.2% 5.2% !important;
}
.team-members-wrap h2 {
  font-family: "Roboto", serif;
  font-size: 80px;
  color: #000;
  text-align: center;
  margin: 50px 0;
}
.team-members-wrap .member {
  cursor: pointer;
  padding: 5%;
  background-color: #fff;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  height: 100%;
  overflow: hidden;
}
.team-members-wrap .member .member-info h4 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 6%;
  margin-bottom: 1%;
}
.team-members-wrap .member .member-info p {
  line-height: 1.2;
  font-size: 16px;
  font-style: italic;
}
.team-members-wrap .member .overflow-hidden {
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
}
.team-members-wrap .member .overflow-hidden img {
  transform: scale(1);
  transition: 0.5s;
}
.team-members-wrap .member:hover img {
  transform: scale(1.2);
}

.team .modal-content {
  border-top-right-radius: 80px;
  border-bottom-left-radius: 80px;
}
.team .modal-content .modal-body button {
  margin-left: 93%;
  font-weight: bold !important;
}
.team .modal-content .modal-body img {
  border-top-right-radius: 80px;
  border-bottom-left-radius: 80px;
}

/*_________END OF ABOUT US PAGE_________*/
/*_____GALLERY PAGE_______*/
.gallery-wrap {
  padding: 6% 5.2%;
}
.gallery-wrap h2 {
  font-family: "Roboto", serif;
  font-size: 80px;
  color: #000;
  text-align: center;
  margin: 50px 0;
}
.gallery-wrap .row .circle {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
  overflow: hidden;
}
.gallery-wrap .row .circle .img {
  overflow: hidden;
  border-radius: 50%;
  height: 334px;
  width: 334px;
}
.gallery-wrap .row .circle .img img {
  border-radius: 50%;
  transform: scale(1);
  transition: 0.5s linear;
  width: 100%;
  height: 100%;
}
.gallery-wrap .row .circle .img h5 {
  font-size: 30px;
  color: black;
  font-weight: bold;
}
.gallery-wrap .row .circle .img:hover img {
  transform: scale(1.3);
}
.gallery-wrap .row .circle h5 {
  font-weight: 600;
}

/*______END________*/
/*_____OUR FOCUS PAGE_______*/
.focus-wrap {
  padding-top: 65px;
}
.focus-wrap .row {
  align-items: center !important;
}
.focus-wrap .row:nth-child(odd) img {
  border-bottom-left-radius: 80px;
}
.focus-wrap .row:nth-child(even) img {
  border-bottom-right-radius: 80px;
}
.focus-wrap .row:nth-child(even) {
  align-items: center !important;
  flex-direction: row-reverse !important;
}
.focus-wrap .row h1 {
  font-family: "Roboto", serif;
  font-size: 80px;
  color: #000;
  line-height: 1;
  margin-bottom: 4%;
}
.focus-wrap .row p {
  font-size: 22px;
}
.focus-wrap .leaf {
  text-align: right;
  margin-bottom: -1%;
  z-index: -1;
  position: relative;
}

/*______END_______*/
/*___PROJECT INNER PAGE_____*/
.proj-inner-img {
  padding: 0 5.2% 2% 5.2%;
}
.proj-inner-img img {
  border-radius: 20px;
}
.proj-inner-img .para {
  font-size: 22px;
  color: #000;
  font-weight: 400;
  width: 60%;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
}

/*____END OF PROJECT INNER PAGE___*/
/*_____NEWS PAGE START____*/
.news-wrap {
  padding: 7% 5.2% 0 5.2%;
}
.news-wrap .left-side .one-side {
  padding: 5% 12%;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 30px;
}
.news-wrap .left-side .one-side h2 {
  font-size: 30px;
  margin-bottom: 4%;
}
.news-wrap .left-side .one-side ol li {
  list-style-type: auto;
  margin-bottom: 7%;
}
.news-wrap .left-side .one-side ol li p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}
.news-wrap .left-side .one-side ol li i {
  font-size: 14px;
  font-weight: 400;
}
.news-wrap .left-side .one-side ol li i span {
  color: #78c145;
}
/*____NEWS PAGE END_____*/
/*_____News Detail Page Start_____*/
.news-details-banner {
  padding-top: 62px;
}
.news-details-banner img {
  border-bottom-right-radius: 100px;
}

.news-details-elephant-wrap {
  padding: 0 5.2%;
}
.news-details-elephant-wrap img {
  border-radius: 20px;
}

/*_____End of News Detail Page_____*/
.donation-wrap {
  padding: 9% 5.2% 5% 5.2%;
}
.donation-wrap .donate-banner-img {
  position: relative;
}
.donation-wrap .donate-banner-img img {
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}
.donation-wrap .donate-banner-img .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 40px;
  font-weight: bold;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}
.donation-wrap .table-container h1 {
  text-align: center;
  background: #f79521;
  font-size: 25px;
  margin-bottom: 4%;
  color: #fff;
  padding: 7px 0;
  font-weight: bold;
}
.donation-wrap .table-container .table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.donation-wrap .table-container .table thead th {
  font-size: 28px;
  vertical-align: bottom;
}
.donation-wrap .table-container .table > :not(caption) > * > * {
  background-color: transparent !important;
}
.donation-wrap .table-container .table > :not(caption) > * > * {
  font-size: 20px;
}


/*-------Suvenior page-------*/
.border-top{
  border-top: 1px solid  #146B54 !important;
}
.btn-toggle{
  padding: 2% 0 !important;
}
.btn-toggle b{
  margin-bottom: 3%;
}
.btn-toggle:focus{
  outline: 0;
  border: none;
}
.type-search{
  border: none;
  border-bottom: 1px solid #235E22;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 0;
}

.type-search:focus{
  box-shadow: none !important;
  border-bottom: 1px solid #235E22;
}

.btn-toggle-nav li{
  display: flex;
  gap: 3px;
  margin-bottom: 3%;
}
.shop-sec{
  margin-top: 6%;
}
#pagination-container ul{
  display: flex;
  align-items: center;
  justify-content: center;
}
#pagination-container ul li{
  margin: 10px;
}

.btn-toggle-nav li input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #aaa;
  border-radius: 4px;
  background-color: #78C145; /* 🔴 initial red color */
   cursor: pointer;
  position: relative; 
  border: none;
}

.btn-toggle-nav li input[type="checkbox"]:checked {
  background-color: green; /* ✅ green when checked */
  border-color: green;
}

.btn-toggle-nav li input[type="checkbox"]:checked::after {
  content: '✔';
  color: white;
  font-size: 14px;
  position: absolute;
  left: 3px;
  top: -1px;
}

.btn-toggle-nav li a{
  text-decoration: none !important;
}

.items-container{
  float: right;
  width: calc(100% - 20% - 6%);
  padding: 6% 5% 0 1%;
}
.items-container .top-line{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom:  1px solid #054433;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.items-container .top-line p{
  margin-bottom: 0;
}
.items-container .top-line select{
  width: 150px;
  border: 1px solid #78C145;
  padding: 6px 6px;
  border-radius: 6px;
}
.items-container .items .col-lg-4 > .anchor{
  min-height: 320px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  margin-bottom: 3%;
  margin-top: 2%;
}
.items-container .items .col-lg-4 > .anchor img{
  width: 140px;
  height: auto;
}
.items-container .items .name{
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 6px;
}
.items-container .items .desc{
  font-size: 15px;
  font-weight: light;
  margin-bottom: 6px;
}
.items-container .items  .price{
  font-size: 30px;
  font-weight: 600;
}
.items-container .items  button{
  border: none;
  background-color: #F79521;
  color: white;
  padding: 5px 12px;
  border-radius: 7px;
  transition: .6s linear;
}
.items-container .items  button:hover{
  background-color: #78C145;
}


/*_____Shop Details______*/

.material-wrap {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding: 1% 5.5%;
  gap: 3%;
}

.material-wrap .left-side {
  display: flex;
  align-items: start;
  width: 57%;
  justify-content: space-between;
}

.back-btn {
  display: inline-block;
  color: black;
  padding: 85px 5.5% 2% 5.5%;
}
.material-wrap .left-side .left-small-inner {
  width: 10%;
}
.material-wrap .left-side .left-small-inner ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: .5em;
}
.material-wrap .left-side .left-small-inner ul li {
  list-style: none;
  width: 100%;
  margin-bottom: 9%;
}
.material-wrap .left-side .left-small-inner ul li img {
  width: 100%;
  border-radius: 6px;
  cursor: pointer;
  padding: 13%;
  background: white;
}
.material-wrap .left-side .left-big-inner {
  width: 87%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.material-wrap .left-side .left-big-inner .left-big {
  width: 100%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20% 0;
  border-top-right-radius: 32px;
  border-bottom-left-radius: 32px;
}
.material-wrap .left-side .left-big-inner .left-big img {
  width: 60%;
  display: none;
  border-radius: 10px;
  background: white;
}
.material-wrap .left-side .left-big-inner p {
  font-size: 20px;
}
.material-wrap .left-side .left-big-inner span {
  font-size: 22px;
  font-weight: bold;
  margin: 4% 0;
  width: 100%;
  text-align: center;
  cursor: pointer;
  transition: 0.5s;
}
.material-wrap .left-side .left-big-inner span i {
  background-color: #64ab54;
  border-radius: 50%;
  padding: 10px;
  color: #fff;
  transform: rotate(-45deg);
}
.material-wrap .right-side{
  width: 55%;
}

.material-wrap .right-side .bottom h1{
  font-weight: bold;
  font-size: 30px;
}

.material-wrap .right-side .bottom p{
  font-size: 16px;
  margin-bottom: 0;
}

.material-wrap .right-side .top .title {
  font-size: 30px;
  font-weight: bold;
}

.material-wrap .right-side .top .description {
  font-size: 16px;
}

.material-wrap .right-side .top .stars i {
  font-size: 30px;
}

.material-wrap .right-side .price {
  font-size: 18px;
  margin: 5px 0;
}

.material-wrap .right-side .price span {
  font-size: 30px;
  font-weight: 500;
}

.btn-container .add-to-cart{
  padding: 3%;
  background-color: #78C145;
  border: none;
  color: white;
  transition: .5s;
}

.btn-container .add-to-cart:hover{
  opacity: 0.7;
}

.btn-container .buy-now{
  padding: 3%;
  background-color: #F79521;
  border: none;
  color: white;
  transition: .5s;
}

.btn-container .buy-now:hover{
  opacity: 0.7;
}

.material-wrap .right-side .top{
  padding-bottom: 2%;
  border-bottom: 1px solid #235E22;
}


.similar-items-wrap{
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.similar-items-wrap .item .image{
  width: 100%;
  background-color: #ffffff;
  padding: 22px 35px;
  min-height: 300px;
  border-top-right-radius: 35px;
  border-bottom-left-radius: 35px;
}
.similar-items-wrap .item .info{
  margin-top: 3%;
}
.similar-items-wrap .item .info h4{
  font-size: 22px;
  font-weight: 600;
}
.similar-items-wrap .item .info p{
  font-size: 16px;
}

.similar-items-wrap .item .info h3{
  font-size: 30px;
}

.similar-items-wrap .item img{
  width: 100%;
}


.items-slider{
  padding: 6% 5.5%;
}
.items-slider .title{
  font-size: 70px;
  font-weight: 650;
  margin-bottom: 2%;
}


.addToCart-sec{
  margin-top: 85px;
  margin-right: 5.5%;
  margin-left: 5.5%;
}

.addToCart-sec .top{
  border-bottom: 1px solid #ffffff;
}

.addToCart-sec .top b{
  font-size: 16px;
  padding-bottom: 8px;
}

.addToCart-sec h1{
  
}
.addToCart-sec .cart-sec{
  padding-bottom: 10px;
  border-bottom: 1px solid #ffffff;
}
.cart-sec .cart-img{
  display: flex;
  align-items: center;
  gap: 2%;
}
.cart-sec .cart-img .img{
  padding: 4% 11%;
  background: #ffffff;
  width: 40%;
  border-top-right-radius: 33px;
  border-bottom-left-radius: 33px;
}
.cart-sec .cart-price{
  display: flex;
  align-items: center;
  justify-content: end;
  font-weight: 600;
}

.cart-sec .cart-desc h1{
  font-size: 30px;
  font-weight: bold;
}

.cart-sec .cart-desc h1{
  font-size: 30px;
  font-weight: bold;
}
.cart-sec .cart-desc label{
 font-size: 16px;
 font-weight: bold;
 padding: 0 7px;
 border-right: 2px solid #D8D8D8;
}
.cart-sec .cart-desc .qty{
  border: none;
 }

.cart-sec .cart-desc .count{
  font-size: 16px;
  border: 1px solid #78C145;
  padding: 4px 0;
  border-radius: 5px;
 }

.cart-sec .cart-desc .count button{
  font-size: 16px;
  padding: 3px 15px;
  border: none;
  background: transparent !important;
}

.cart-sec .cart-desc .btn-wrap{
  margin-top: 3%;
}

.cart-sec .cart-desc .btn-wrap button{
  border: 1px solid #F79521;
  padding: 4px 10px;
  background: transparent;
  border-radius: 6px;
  transition: .5s linear;
}
.cart-sec .cart-desc .btn-wrap button:hover{
  background-color: #F79521;
  color: white;
}

.gross-total-wrap{
  width: 35%;
  float: right;
  margin-top: 13px;
}
.gross-total-wrap .line{
 display: flex;
 justify-content: space-between;
 margin-bottom: 3%;
}
.gross-total-wrap .line label{
  font-weight: 600;
}
.gross-total-wrap .line span{
  font-weight: 500;
}

.gross-total-wrap button{
  width: 100%;
  background-color: #78C145;
  padding: 10px 0;
  color: #fff;
  border: none;
  margin-top: 2%;
  border-radius: 5px;
}
.gross-total-wrap button:hover{
  opacity: .8;
}

/*_____End of Shop Details_____*/



/*----======Signup page======------*/

.signup-form {
  height: 100vh;
  overflow: hidden;
  position: relative;
  margin: 50px 0;
}
.signup-form .bird {
  width: 9%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.signup-form .bird img {
  width: 100%;
}
.signup-form .main {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.signup-form .main .left {
  width: 43%;
}
.signup-form .main .left img {
  width: 100%;
}
.signup-form .main .right-form {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.2em;
}
.signup-form .main .right-form .heading {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.signup-form .main .right-form .heading .logo {
  width: 23%;
}
.signup-form .main .right-form .heading .logo img {
  width: 100%;
}
.signup-form .main .right-form .heading h1 {
  font-size: 50px;
  color: #000000;
  font-family: "Montserrat", serif;
  font-weight: bold;
}
.signup-form .main .right-form .heading .user {
  width: 32%;
  border-radius: 50%;
  position: relative;
  margin-top: 3%;
}
.signup-form .main .right-form .heading .user img {
  width: 100%;
  border-radius: 50%;
}
.signup-form .main .right-form .heading .user i {
  position: absolute;
  bottom: 9%;
  right: 6%;
  font-size: 18px;
  height: 60px;
  width: 60px;
  color: #ffffff;
  background: #22563c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.signup-form .main .right-form div {
  width: 100%;
  position: relative;
}
.signup-form .main .right-form div input {
  width: 100%;
  font-size: 18px;
  /* font-family: "Roboto", sans-serif; */
  padding: 2% 2% 2% 37px;
  border: 1px solid #8a8a8a;
  background: transparent;
  border-radius: 8px;
}
.signup-form .main .right-form div input:focus {
  outline: 0;
}
.signup-form .main .right-form div .fa-envelope,
.signup-form .main .right-form div .fa-lock, .signup-form .main .right-form div .fa-user {
  position: absolute;
  left: 10px;
  bottom: 50%;
  transform: translate(0, 50%);
  font-size: 20px;
  color: #BEB581;

}

.signup-form .main .right-form div input::placeholder{
  margin-left: 10px;
}

.signup-form .main .right-form div .fa-eye-slash{
  position: absolute;
  right: 1%;
  bottom: 50%;
  transform: translate(0, 50%);
  font-size: 20px;
  color: #BEB581;
}
.signup-form .main .right-form div span {
  position: absolute;
  right: 0;
  bottom: -50%;
  transform: translate(0, 50%);
  font-size: 18px;
  cursor: pointer;
  font-weight: 500;
}
.signup-form .main .right-form div select {
  width: 100%;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  padding: 1.5% 0;
  border: none;
  border-bottom: 1px solid #8a8a8a;
  opacity: 0.6;
  background: transparent;
}
.signup-form .main .right-form div select:focus {
  outline: 0;
}
.signup-form .main .right-form div select option {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  background: #22563c;
  color: #ffffff;
}
.signup-form .main .right-form button {
  width: 100%;
  padding: 1.5%;
  font-size: 25px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  background-color: #22563c;
  color: #ffffff;
  border: none;
  border-radius: 9px;
  margin-top: 7%;
  transition: 0.5s;
  transition: .5s linear;
}

.signup-form .main .right-form button:hover{
  background-color: #F79521;
}


.signup-form .main .right-form .alternative-way {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1em;
}
.signup-form .main .right-form .alternative-way .line {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  gap: 3%;
}
.signup-form .main .right-form .alternative-way .line .st {
  height: 1px;
  width: 20%;
  background-color: #000000;
}
.signup-form .main .right-form .alternative-way .icons {
  display: flex;
  gap: 1%;
  align-items: center;
  justify-content: center;
}
.signup-form .main .right-form .alternative-way .icons img {
  width: 55px;
  cursor: pointer;
}
.signup-form .main .right-form .alternative-way .confirmation {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

/*---======End of Signup page======----*/


@media (max-width: 1600px) {
  .team-members-wrap .member .member-info p {
    line-height: 1.2;
    font-size: 13px;
  }
  .desc h1 {
    font-family: "Roboto", serif;
    font-size: 60px;
  }
  .focus-wrap .row h1 {
    font-family: "Roboto", serif;
    font-size: 50px;
  }
  .focus-wrap .row p {
    font-size: 16px;
  }
  .gallery-wrap h2 {
    font-size: 60px;
  }
  .gallery-wrap .row .img h5 {
    font-size: 22px;
  }
  .home-teke-photo-wrap .photo-text-wrap h3 {
    font-size: 60px;
  }
  .home-teke-photo-wrap .photo-text-wrap p {
    font-size: 16px;
  }
  .home-teke-photo-wrap .photo-text-wrap .view-more-bt {
    font-size: 18px;
  }
  .home-blog-wrap .innerblog-wrap .single-blog .text-wrap p {
    font-size: 13px;
  }
  .home-blog-wrap .view-more-bt {
    font-size: 18px;
  }
  .home-patner-wrap h2 {
    font-size: 60px;
  }
  .team-members-wrap h2 {
    font-size: 60px;
  }
  .team-members-wrap .member .member-info h4 {
    font-size: 20px;
  }
  .footer-wrap .footer-inner-2 h3 {
    font-size: 16px;
  }
  .footer-wrap .footer-inner-2 ul li a {
    font-size: 13px;
  }
  .footer-wrap .footer-inner-2 p {
    font-size: 13px;
  }
  .footer-wrap .footer-inner-2 .footer-link-4 .number-vist {
    font-size: 14px;
  }
  .footer-wrap .footer-inner-2 .footer-link-4 .foot-search {
    font-size: 14px;
  }
  .footer-wrap .footer-inner-2 .footer-link-4 p {
    font-size: 13px;
  }
  .home-blog-wrap h2 {
    font-size: 60px;
  }
  .footer-wrap .footer-inner-1 .foot-social ul li a {
    font-size: 16px;
  }
  .home-publication-wrap .home-about-wrap h2 {
    font-size: 60px;
  }
  .home-publication-wrap .home-about-wrap p {
    font-size: 17px;
  }
  .home-team-wrap .left-heading {
    font-size: 50px;
  }
  .home-team-wrap .support-bt {
    padding: 12px 23px;
  }
  .map-wrap .member-info h1 {
    font-size: 60px;
  }
  .map-wrap .member-info .desc {
    font-size: 16px;
  }
  .map-wrap .member-info .name {
    font-size: 24px;
  }
  .map-wrap .member-info .role {
    font-size: 17px;
  }
  .knowladge-wrap h2 {
    font-size: 60px;
  }
  .knowladge-wrap .info-wrap h3 {
    font-size: 21px;
  }
  .home-certificate .part-1 h2 {
    font-size: 50px;
    line-height: 1;
  }
  .home-certificate .part-2 h3 {
    font-size: 40px;
  }
  .home-certificate p {
    font-size: 17px;
  }
  .home-publication-wrap h2 {
    font-size: 60px;
  }
  .home-blog-wrap .home-shop-wrap h2 {
    font-size: 60px;
  }
  .focus-and-project-wrap .focus-wrap h2 {
    font-size: 60px;
  }
  .focus-and-project-wrap .home-past-project h2 {
    font-size: 60px;
  }
  .home-blog-wrap .home-shop-wrap .product-1 h4 {
    font-size: 18px;
  }
  .home-blog-wrap .home-shop-wrap .product-1 h4 {
    font-size: 18px;
  }
  .owl-home-shop .owl-nav .owl-prev, .owl-home-focus .owl-nav .owl-prev, .home-knoladge-slider .owl-nav .owl-prev {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .owl-home-shop .owl-nav .owl-prev img, .owl-home-focus .owl-nav .owl-prev img, .home-knoladge-slider .owl-nav .owl-prev img {
    width: 40%;
  }
  .owl-home-shop .owl-nav .owl-next, .owl-home-focus .owl-nav .owl-next, .home-knoladge-slider .owl-nav .owl-next {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .owl-home-shop .owl-nav .owl-next img, .owl-home-focus .owl-nav .owl-next img, .home-knoladge-slider .owl-nav .owl-next img {
    width: 40%;
  }
  .desc p {
    font-size: 17px;
  }
  .home-blog-wrap .home-shop-wrap .product-1 p {
    font-size: 14px;
  }
  .home-blog-wrap .home-shop-wrap .product-1 h4 {
    font-size: 18px !important;
  }
  .focus-and-project-wrap .focus-wrap h5 {
    font-size: 18px;
  }
  .proj-inner-img .para {
    font-size: 17px;
  }
  .news-wrap .left-side .one-side ol li p {
    font-size: 15px;
  }
  .news-wrap .left-side .one-side ol li i {
    font-size: 12px;
  }
  .news-wrap .left-side .one-side h2 {
    font-size: 25px;
  }
  .items-slider .title {
    font-size: 60px;
  }
}

@media (max-width: 992px) {
  .logo {
    width: 150px;
  }
  .logo img {
    width: 100%;
  }
  .header-wrap .navbar .container-fluid {
    padding: 1% 5.2%;
  }
  .navbar-nav {
    width: 100% !important;
    gap: .5em !important;
  }
  .navbar-nav .nav-item {
    text-align: center;
    margin-bottom: 3%;
  }
  .navbar-nav .nav-item .dropdown {
    z-index: 4;
  }
  .nav-button {
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navbar-nav .nav-item .nav-link::after {
    content: "";
    height: 0;
    width: 0;
  }
  .navbar-collapse {
    margin: 4% 0;
  }
  .mid-box-container {
    height: -moz-fit-content;
    height: fit-content;
    width: 75% !important;
  }
  .material-wrap {
    display: flex;
    flex-direction: column;
    gap: 1em;
  }
  .material-wrap .left-side {
    width: 100%;
 }
 .material-wrap .right-side {
   width: 100%;
 }
 .btn-container{
   gap: .5em;
 }
 .material-wrap .right-side .top .title {
  text-align: center;
 }
 .material-wrap .right-side .top .description {
   text-align: center;
 }
 .stars{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1%;
 }
 .material-wrap .right-side .price {
   text-align: center;
 }
 .signup-form .main .right-form .alternative-way .line {
   width: 100%;
 }

 .signup-form .main .right-form {
   width: 85%;
 }


}


@media (max-width: 767px) {

  .desk-dis{
    display: none;
  }

  .mob-dis{
    display: block;
  }

  .banner-wrap .owl-dots {
    position: absolute;
    bottom: 0;
  }
  .footer-inner-2 {
    flex-direction: column;
  }
  .footer-link-1, .footer-link-2, .footer-link-3, .footer-link-4 {
    width: 100% !important;
    margin: 4% 0;
  }
  .footer-wrap .footer-inner-1 {
    flex-direction: column;
    gap: 2em;
  }
  .footer-wrap .footer-inner-1 .foot-social {
    width: 100%;
  }
  .footer-wrap .footer-inner-1 .foot-logo {
    width: 100%;
    text-align: center;
  }
  .footer-wrap .footer-inner-1 .foot-social ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .focus-wrap .row h1 {
    font-family: "Roboto", serif;
    font-size: 40px;
  }

  .team-members-wrap h2{
    font-size: 40px;
  }
  .input-group input:focus {
    border: none;
    outline: 0;
  }
  .home-teke-photo-wrap {
    flex-direction: column;
    overflow: hidden;
  }
  .home-teke-photo-wrap .photo-wrap {
    width: 100%;
  }
  .home-teke-photo-wrap .photo-text-wrap {
    width: 100%;
  }

  .navbar-collapse {
    margin: 4% 0;
    background: linear-gradient(to right, #054433 48%, #235E22 76%, #3A7313 88%, #F79521 112%) !important;
    box-shadow: 3px 4px 13px rgba(0, 0, 0, 0.1) !important;
    padding: 25px 0;
  }

  .home-teke-photo-wrap .photo-text-wrap h3 {
    font-size: 40px;
  }
  .home-teke-photo-wrap .photo-text-wrap {
    width: 100%;
    padding: 4% 5.2%;
  }
  .home-teke-photo-wrap .photo-text-wrap .view-more-bt {
    margin: 20px 0 15px 0;
    padding: 7px 20px;
  }

  .desc button{
    padding: 7px 20px;
  }

  .home-certificate .part-2 h3{
    font-size: 30px;
  }

  .map-wrap .member-info .support-bt{
    padding: 7px 20px;
    margin: 25px 0 0 0;
  }
  /* .map-wrap .kailash{
    top: 12%;
    width: 25%;
  } */
  /* .map-wrap .akhil{
    bottom: 23%;
    right: 20%;
    width: 25%;
  } */
  .home-team-wrap .support-bt {
    padding: 7px 20px;
}

  .home-teke-photo-wrap .photo-text-wrap p {
    font-size: 16px;
    position: relative;
    z-index: 1;
  }
  .home-blog-wrap h2 {
    font-size: 40px;
  }
  .home-blog-wrap .innerblog-wrap {
    flex-direction: column;
  }
  .home-blog-wrap .innerblog-wrap .single-blog {
    width: 100%;
  }
  .mid-box-container {
    height: 75vh !important;
    width: 80% !important;
  }
  .footer-wrap .footer-inner-2 .footer-link-4 p {
    text-align: center;
  }
  .footer-wrap .footer-inner-2 ul li a {
    margin-bottom: 7px;
  }
  .banner-wrap h2 {
    bottom: 20px;
    left: 20px;
    font-size: 50px;
  }
  .focus-and-project-wrap .home-past-project .project-item-wrap {
    flex-direction: column;
  }
  .focus-and-project-wrap .home-past-project .project-item-wrap .home-single-wrap {
    width: 100%;
  }
  .focus-and-project-wrap .home-past-project h2 {
    font-size: 40px;
  }
  .focus-and-project-wrap .home-past-project .project-item-wrap .home-single-wrap p {
    color: #fff;
    font-size: 16px;
  }
  .wave-bottom .desc {
    margin-right: 0;
  }
  .desc h1 {
    font-family: "Roboto", serif;
    font-size: 40px;
  }
  .home-publication-wrap .pub-wrap-1 .pub-post-1 {
    flex-direction: column;
  }
  .home-publication-wrap .pub-wrap-1 .pub-post-1 .text-wrap {
    width: 100%;
  }
  .home-publication-wrap .pub-wrap-1 .pub-post-1 .img-wrap {
    width: 100%;
  }
  .home-publication-wrap .pub-wrap-1 .pub-post-1 {
    justify-content: center;
    gap: 1em;
    margin-bottom: 2em;
  }
  .home-publication-wrap .pub-wrap-1 {
    flex-direction: column;
  }
  .home-publication-wrap .pub-wrap-1 .pub-post-1 {
    width: 100%;
  }
  .home-publication-wrap .pub-wrap-2 {
    flex-direction: column;
  }
  .home-publication-wrap .pub-wrap-2 .pub-post-2 {
    width: 100%;
  }
  .home-publication-wrap .pub-wrap-2 .pub-post-2 {
    width: 100%;
    margin-bottom: 2em;
  }
  .home-publication-wrap .home-about-wrap p {
    font-size: 18px;
    width: 100%;
  }
  .home-patner-wrap h2 {
    font-size: 40px;
  }
  .home-blog-wrap .home-shop-wrap h2 {
    font-size: 40px;
  }
  .mid-box-container h1 {
    font-size: 40px;
  }
  .home-team-wrap .left-heading {
    font-size: 30px;
  }
  .home-team-wrap .leaf-img {
    width: -moz-fit-content;
    width: fit-content;
    top: 0;
    right: 108px;
  }
  .map-wrap .member-info h1 {
    font-size: 40px;
    margin-bottom: 3%  !important;
  }
  .knowladge-wrap h2 {
    font-size: 40px;
  }
  .home-certificate {
    flex-direction: column;
    gap: 1em;
  }
  .home-certificate .part-1 {
    width: 100%;
    border-right: 0;
  }
  .home-certificate .part-2 {
    width: 100%;
  }
  .home-certificate .part-1 h2 {
    font-size: 40px;
    padding-right: 0;
  }
  .focus-and-project-wrap .focus-wrap h2 {
    font-size: 40px;
  }
  .home-publication-wrap h2 {
    font-size: 40px;
  }
  .home-publication-wrap .home-about-wrap h2 {
    font-size: 40px;
    margin-bottom: 18px;
  }
  .location-details {
    flex-direction: column !important;
  }
  .location-details p {
    margin: 0;
    text-align: center;
  }
  .para-slider p {
    margin: 5px 10%;
  }
  .slick-vertical .slick-slide {
    text-align: center;
  }
  .mid-box .slick-slide {
    height: 28vh !important;
  }
  .home-publication-wrap {
    padding-top: 14%;
  }
  .home-publication-wrap .home-about-wrap h2 img {
    position: absolute;
    top: -42px;
    width: 52px;
  }
  .owl-nav .owl-prev {
    left: -15px !important;
    height: 50px !important;
    width: 50px !important;
  }
  .owl-nav .owl-next {
    right: -15px !important;
    height: 50px !important;
    width: 50px !important;
  }
  .right-arrow, .left-arrow {
    height: 50px;
    width: 50px;
  }
  .proj-inner-img .para {
    width: 100%;
  }
  .donation-wrap .table-container .table > :not(caption) > * > * {
    font-size: 16px;
  }
  .donation-wrap .table-container .table thead th {
    font-size: 21px;
  }
  .donation-wrap .donate-banner-img .overlay {
    text-align: center;
    line-height: 1;
    font-size: 30px;
  }
  .sidebar {
    height: fit-content !important;
    position: relative !important;
    width: 100% !important;
  }
  .items-container {
    float: right;
    width: 100%;
  }
  .btn-toggle b {
    margin-bottom: 0;
  }
  .parent{
    display: block !important;
    margin-top: 17%  !important;
  }
  .items-container .top-line {
    margin: 18px 0;
    flex-direction: column;
    gap: .5em;
  }
  .items-container {
    padding: 5%;
  }
  .sidebar {
    left: 0% !important;
    margin: 0 5.5%;
    width: calc(100% - 11%) !important;
  }
  .items-slider .title {
    font-size: 40px;
 }
 .cart-sec .cart-img {
  flex-direction: column;
  gap: 1em;
 }
 .cart-sec .cart-img .img {
  /* padding: 4% 11%;
  background: #ffffff; */
  width: 100%;
 }
 .gross-total-wrap {
  width: 100%;
  margin-bottom: 13px;
  margin-top: 13px;
 }
 .cart-sec .cart-price {
   padding: 0 !important;
 }

 .signup-form .main .right-form .heading h1 {
   font-size: 40px;
 }
 .signup-form .main .right-form button {
   font-size: 21px;
 }

 

}

@media(min-width: 768px){
  .parent{
    display: none !important;
  }

}