.styleToolkit {
  background-color: #006848;
  border-radius: 5px;
  padding: 5px 20px;
}

.v3_card {
  padding: 2.4rem;
  border-radius: 5px;
  color: #338F7A;
  font-size: 4vw;
  background-color: white;
  margin: 0 0.6rem;
}

.activity-card span {
  border: 1px solid #cdf0dd;
  background-color: #cdf0dd;
  color: white;
  border-radius: 5px;
  margin: 0 45px;
  width: 355px;
  height: 185px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.activity-card-relative {
  position: relative;
}

.activity-card-absolute {
  border: 1px solid #338F7A;
  background-color: #338F7A;
  color: white;
  border-radius: 5px;
  margin: 0 45px;
  width: 355px;
  height: 185px;
  position: absolute;
  z-index: 1;
  top: 18%;
  left: 7%;
  text-align: start;
}

.activity-card-absolute h2 {
  margin: 0;
  color: #F59946;
}

.activity-card-absolute h4 {
  margin: 0;
  color: #fff;
}

.footer-menu li {
  padding: 0 0 5px 0;
}

.footer-menu li a {
  color: white;
}

.footer-behalf p {
  color: white;
}

.Stakeholder h4 {
  font-size: 30px;
}

.owl-stage-outer .owl-height {
  height: 250px !important;
}

.rotate_image {
  width: 130px;
}

._2p3a {
  width: 600px !important;
}

.activity_card {
  position: absolute;
  top: 150px;
  background-color: white;
  margin: 20px;
  padding: 20px;
  z-index: 9;
  width: 90%;
}

.v3_card p {
  position: absolute;
  display: none;
  height: 120px;
}

.v3_card p {
  position: absolute;
  left: 0;
  padding: 0 22px;
  font-size: 0.8vw;
  top: 0px;
}

.v3_card:hover p {
  display: flex;
  align-items: center;
}

.v3_card:hover i {
  color: white;
}

.ptb-15 {
  padding: 15px 0;
}

.E2_card {
  position: relative;
  /* height: 160px;
  width: 160px; */
  height: 140px;
  width: 140px;
  border-radius: 20px;
  color: #006848;
  font-size: 60px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.6rem;
}

.E2_card p {
  position: absolute;
  margin: 0;
  padding: 5px;
  border-radius: 20px;
  /* height: 160px;
  width: 160px; */
  height: 140px;
  width: 140px;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-color: rgba(0, 0, 0, 0.811);
  /* display: none; */
  opacity: 0;
  transition: opacity 2s ease;
}

.E2_card:hover p {
  /* display: flex; */
  opacity: 1;
}

.edit-button {
  margin-right: 5px;
  color: white;
  padding: 6px 15px;
  border-radius: 5px;
  border: none !important;
}

.edit-button:hover {
  color: black;
}

/* start css for 3d flipbook */


.portfolio-style-three {
  min-height: 370px;
  border-radius: 5px;
}

.portfolio-style-three .portfolio-image {
  position: relative;
  overflow: hidden;
  height: 240px;
}

.portfolio-style-three .portfolio-image img {
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.portfolio-style-three .portfolio-image .portfolio-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  background-color: rgba(0, 104, 72, 0.8);
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
  border-radius: 8px;
}

.portfolio-style-three .portfolio-image .portfolio-content {
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;

  .btn {
    margin-bottom: 10px;
  }
}

.portfolio-style-three .portfolio-image .portfolio-icon {
  position: relative;
  display: inline-block;
  margin: 0 5px;
}

.portfolio-style-three .portfolio-image .portfolio-icon a {
  color: var(--white);
  position: relative;
  z-index: 5;
  text-align: center;
  background-color: #006848;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.portfolio-style-three .portfolio-image .portfolio-icon a:hover {
  background-color: #006848;
}

.portfolio-style-three .portfolio-text {
  padding-top: 16px;
}

.portfolio-style-three .portfolio-title a {
  color: #006848;
  font-size: 24px;
  line-height: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-style-three .portfolio-title a {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .portfolio-style-three .portfolio-title a {
    font-size: 20px;
  }
}

.portfolio-style-three .text {
  color: #006848;
  margin-top: 8px;
}

.portfolio-style-three:hover .portfolio-overlay {
  opacity: 1;
  visibility: visible;
}


/* end css for 3d flipbook */


#home-slider {
  height: 350px;
  margin-bottom: 25px;
   /* width: 424px; */
   position: relative;
   overflow: hidden;
}

#home-slider img {
  position: absolute;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  /* width: 100%;
  height: 100%; */
}

#home-slider img.active {
  opacity: 1;
}

@media only screen and (max-width: 1600px) {
  .header-wrap .container {
    max-width: 1340px !important;
  }
}

@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1520px !important;
  }
}

.overlay-image {
  width: 60%;
  z-index: 1;
  position: absolute;
  height: 88%;
  left: 12%;
  top: 14%;
  border-radius: 5px;
}

.overlay-image3 {
  width: 82%;
  z-index: 1;
  position: absolute;
  height: 60%;
  left: -5%;
  top: 47%;
  border-radius: 5px;
  opacity: 0.8;
}

.overlay-image2 {
  width: 60%;
  z-index: 1;
  position: absolute;
  height: 90%;
  left: 6%;
  top: 7%;
  border-radius: 5px;
}

.overlay-image4 {
  width: 24%;
  z-index: 1;
  position: absolute;
  height: 50%;
  left: 44%;
  top: 18%;
  border-radius: 5px;
}

.text-gallery {
  position: absolute;
  top: 106%;
  z-index: 9;
  width: 70%;
  text-align: center;
}

/* @media only screen and (max-width: 1500px ) {
  .hero-wrap .style3{
    height: 85vh;
  }
} */

.owl-dots {
  display: none;
}

.data-black p {
  color: black;
  /* margin-bottom: 0; */
  text-align: justify;
}

.data-black ul li {
  color: black;
}

.data-black td {
  padding-right: 20px;
}

.data-black h4:first-child {
  text-align: center;
}

.data-black ul {
  padding-left: 1rem;
}

.data-black .msd p {
  text-align: justify;
}

.data-black h4 {
  margin-bottom: 15px;
}

.blog-date {
  position: absolute;
  top: 0;
  padding: 25px;
  border-radius: 5px;
  background-color: #008f63;
  color: white;
}

.card .shadow p {
  color: black !important;
}

.page-item.active .page-link {
  background-color: #d71d24;
  border-color: #d71d24;
}

.page-link {
  color: #d71d24;
}

.page-link:hover {
  color: #d71d24;
}

@media screen and (max-width: 1000px) and (min-width: 769px) {
  .hero-wrap.style3 .hero-shape-two {
    right: 6%;
  }

  .E2_card {
    width: 100px;
    height: 100px;
  }

  .E2_card i {
    font-size: 50px;
  }

  .E2_card p {
    width: 100px;
    height: 100px;
  }

  .btn.style2 {
    margin-bottom: 8px;
  }

  .promo-video .play-now {
    font-size: 30px;
  }

  .content-title h2 {
    font-size: 18px !important;
  }

  .counter-card-wrap.style3 .counter-card {
    padding: 5px;
  }

  .mio-text {
    padding-left: 5px;
  }

  .promo-video .container {
    max-width: 860px;
  }

  /* #home-slider {
    height: 300px !important;
  } */

  .hero-wrap .container {
    max-width: 860px;
  }

  .hero-wrap.style3 {
    padding: 40px 0 0 0 !important;
  }

  #home-slider {
    height: 300px;
  }

  .hero-content h2 {
    font-size: 25px !important;
  }

  .hero-content p {
    font-size: 12px;
  }

  .hero-shape-two.moveHorizontal {
    width: 100px !important;
  }

  .counter-num {
    font-size: 24px !important;
  }

  .E2_card p {
    font-size: 9px;
  }
}

@media screen and (max-width: 768px) {
  .hero-wrap.style3 .hero-shape-two {
    right: 6%;
  }

  .E2_card {
    width: 95px;
    height: 95px;
  }

  .E2_card i {
    font-size: 40px;
  }

  .E2_card p {
    width: 95px;
    height: 95px;
  }

  .btn.style2 {
    margin-bottom: 20px;
  }

  .promo-video .play-now {
    font-size: 30px;
  }

  .content-title h2 {
    font-size: 18px !important;
  }

  .counter-card-wrap.style3 .counter-card {
    padding: 5px;
  }

  .mio-text {
    padding-left: 5px;
  }

  .promo-video .container {
    max-width: 860px;
  }

  .hero-wrap .container {
    max-width: 720px;
  }

  .hero-wrap.style3 {
    padding: 40px 0 0 0 !important;
  }

  #home-slider {
    height: 250px;
  }

  .hero-content h2 {
    font-size: 25px !important;
  }

  .hero-content p {
    font-size: 12px;
  }

  .hero-shape-two.moveHorizontal {
    width: 100px !important;
  }

  .counter-num {
    font-size: 20px !important;
  }

  .counter-text {
    padding: 8px 4px !important;
  }

  .hero-wrap.style3 .hero-shape-two {
    right: 2%;
  }

  .mio-text {
    padding-left: 10px;
  }

  .E2_card p {
    font-size: 8px;
  }

}

@media screen and (max-width: 767px) {

  .hero-wrap.style3 .hero-img-wrap {
    margin-left: 0px;
  }

  h2 {
    font-size: 21px !important;
  }

  .promo-video .bg-f .style3 {
    padding-top: 0px !important;
  }

  .home-mblResponsive {
    height: 670px !important;
  }

  .counter-icon {
    padding-top: 10px;
  }

  .counter-text {
    margin-top: 0px !important;
    padding: 8px 4px !important
  }

  .counter-text h5 {
    margin-bottom: 0px !important;
  }

  .counter-text p {
    text-align: left;
  }

  .counter-num {
    font-size: 12px !important;
  }

  .card-mblResponsive {
    height: 197px !important;
  }

  .card2-mblResponsive {
    width: 47% !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    height: 408px !important;
  }

  .mio-text {
    padding-left: 12px;
    font-size: 3.5vw;
  }

  .mbl-app-responsive {
    width: 100%;
  }

  .download span {
    font-size: 4.7vw !important;
    margin-left: 20px;
  }

  .footer-responsive {
    padding-bottom: 10px;
  }

  .copyright-text {
    margin: 0 !important;
  }

  .owl-nav {
    padding-bottom: 10px !important;
  }

  .E2_card p {
    font-size: 8px;
  }

}

.gallery-tab {
  padding: 10px 40px;
  border-radius: 25px !important;
}


.news input {
  margin: 0;
}

.team input {
  margin: 0;
}

.library-category input {
  margin: 0;
}
.library input {
  margin: 0;
}
.gallery-category input {
  margin: 0;
}
.gallery input {
  margin: 0;
}
.training-category input {
  margin: 0;
}
.training input {
  margin: 0;
}
.msd-category input {
  margin: 0;
}
.msd input {
  margin: 0;
}
.awareness-category input {
  margin: 0;
}
.awareness input {
  margin: 0;
}

.home-shadow{
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.2);
}

.home2-shadow{
  box-shadow: 0 0 10px 4px rgba(255, 255, 255, 0.5);
}

.nav-pills .nav-link,.nav-pills .show>.nav-link{
  color:#000;
  /* background-image: linear-gradient(144deg,#323635, #017251 50%,#00de9c); */
  background-color: #fee8ea;
}
.nav-pills .nav-link.active,.nav-pills .show>.nav-link{
  color:#000;
  /* background-image: linear-gradient(135deg, #f34079 40%, #fc894d); */
  background-color: rgba(207, 83, 88, 1);
}

.sub-menu.active{
  /* background-image: linear-gradient(135deg,rgba(207, 83, 88, 1) 40%, #fee8ea) !important; */
  /* background-image: linear-gradient(135deg, #f34079 40%, #fc894d) !important; */
  /* background-image: linear-gradient(144deg,#00818B, #017251 50%,#00de9c); */
}

.gallery-tab:hover{
  box-shadow: 0 0 10px 4px rgba(43, 66, 195, 0.303);
}

.canvasjs-chart-credit{
  display: none;
}

/* .training.active{
  background-color: #cfee85 !important;
} */