@font-face {
  font-family: 'Panton';
  src: url('../fonts/Panton-Trial-Regular.woff2') format('woff2'),
    url('../fonts/Panton-Trial-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Panton';
  src: url('../fonts/PantonNarrow-Trial-Black.woff2') format('woff2'),
    url('../fonts/PantonNarrow-Trial-Black.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

/* @font-face {
  font-family: 'PantonAlt';
  src: url('../fonts/Rubik-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'PantonAlt';
  src: url('../fonts/Rubik-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
 */
/* Preloader */

body,
.smooth-wrapper,
.smooth-content {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#smooth-content {
  will-change: transform;
}

h1,
h2,
h3,
p,
span {
  backface-visibility: hidden;
}

.smooth-content {
  transform: translateZ(0);
  will-change: transform;
}


.preloader {
  align-items: center;
  cursor: default;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}

.preloader .animation-preloader {
  z-index: 1000;
}

.preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: #66cc33;
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}

@media (max-width: 767px) {
  .preloader .animation-preloader .spinner {
    width: 7.5em;
    height: 7.5em;
    margin: 0 auto 1.5em auto;
  }
}

.preloader .animation-preloader .txt-loading {
  font-family: "Special Gothic", sans-serif;
  font-weight: 600;
  font-size: 5em;
  text-align: center;
  user-select: none;
}

@media (max-width: 767px) {
  .preloader .animation-preloader .txt-loading {
    font-size: 2.5em;
  }
}

.preloader .animation-preloader .txt-loading .letters-loading {
  color: #66cc33;
  position: relative;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}

.preloader .animation-preloader .txt-loading .letters-loading::before {
  animation: letters-loading 4s infinite;
  color: #2f0a75;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: "Special Gothic", sans-serif;
  position: absolute;
  top: -3px;
  transform: rotateY(-90deg);
}

.preloader p {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #2b2b2b;
}

.preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}

.preloader .loader .row {
  height: 100%;
}

.preloader .loader .loader-section {
  padding: 0px;
}

.preloader .loader .loader-section .bg {
  background-color: #ffffff;
  height: 100%;
  left: 0;
  width: 100%;
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.preloader.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

.preloader.loaded .loader-section .bg {
  width: 0;
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@-webkit-keyframes letters-loading {

  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@keyframes letters-loading {

  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* Preloader */


:root {
  --forest: #6f8f72;
  --forest-dark: #47614a;
  --forest-deep: #314834;
  --cream: #f1e7d6;
  --offwhite: #f7f3ec;
  --orange: #dd8d42;
  --orange-dark: #c77228;
  --lavender: #7d73c9;
  --yellow: #ebb64a;
  --salmon: #de7e6c;
  --ink: #1d261f;
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Urbanist', sans-serif;
  color: var(--ink);
  background: #fdf4ea;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit
}

p {
  font-family: 'Urbanist', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}

img {
  max-width: 100%;
  display: block
}

.site-header .container-fluid {
  padding: 0 50px;
}

.section-pad {
  padding: 90px 0;
  position: relative;
  margin-top: -1px;
}

.heading-xl {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.4rem, 5vw, 5rem);
  line-height: 1;
  font-weight: 800;
}

.heading-lg {
  font-size: 52px;
  font-weight: 800;
  font-family: 'Panton', sans-serif;
  font-family: "Exo", sans-serif;
  margin-bottom: 0px;
}

.heading-lg-color {
  color: #4f6f58;
}

.eyebrow {
  font-size: 16px;
  font-weight: 700;
  font-family: 'Urbanist', sans-serif;
  color: #5f7f6d;
  margin-bottom: 5px;
}

.caption-one {
  color: #c4bbbb;
}

.subtle {
  color: #000;
  font-weight: 600;
  font-size: 17px;
}

.btn-theme {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--orange);
  color: #fff;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 700;
  border: none;
  transition: .3s ease;
  box-shadow: 0 12px 24px rgba(221, 141, 66, .25);
}

.btn-theme:hover {
  background: var(--orange-dark);
  color: #fff;
  transform: translateY(-2px)
}

.btn-outline-light-theme {
  border: 1px solid rgba(255, 255, 255, .4);
  color: #fff;
  padding: 11px 20px;
  border-radius: 999px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}


.site-header {
  position: fixed;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.3s ease;
  background-color: #fff;
  padding: 20px 0;
}

.site-header.scrolled {
  padding: 10px 0;
  position: fixed !important;
  top: -82px;
  -webkit-transition: -webkit-transform .8s;
  transition: -webkit-transform .8s;
  -o-transition: transform .8s;
  transition: transform .8s;
  transition: transform .8s, -webkit-transform .8s;
  -webkit-transform: translateY(80px);
  -ms-transform: translateY(80px);
  transform: translateY(80px);
  background: #ffffff;
  box-shadow: 0 0 6px #00000026;
  z-index: 999;
}

.navbar-brand-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand-box {
  width: 52px;
  height: 52px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--forest-dark), var(--forest));
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 800;
}

.mini-art {
  width: 72px;
  height: 52px;
  border-radius: 8px;
  background: linear-gradient(135deg, #c8a444, #7fbc74, #5176c3, #de7e6c);
  position: relative;
  overflow: hidden;
}

.mini-art:before,
.mini-art:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  opacity: .55;
}

.mini-art:before {
  width: 46px;
  height: 46px;
  background: #fff;
  left: -10px;
  top: 20px
}

.mini-art:after {
  width: 60px;
  height: 60px;
  background: #173514;
  right: -22px;
  top: -18px
}

.navbar-nav .nav-link {
  font-size: .92rem;
  font-weight: 600;
  color: #222;
  padding: .65rem .9rem !important;
}

.navbar-nav .nav-link:hover {
  color: var(--orange-dark)
}

.hero {
  background: var(--forest-dark);
  height: calc(100vh - 100px);
  height: 100vh;
}

.hero .container.position-relative {
  height: 100vh;
  padding-top: 102px;
  display: flex;
  align-items: center;
}

.hero .swiper {
  height: calc(100vh - 100px);
  height: 100vh;
}

.hero-slide {
  position: relative;
  min-height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
  overflow: hidden;
}

.hero-slide:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(16, 24, 17, .82) 0%, rgba(22, 37, 24, .55) 32%, rgba(22, 37, 24, .18) 62%, rgba(22, 37, 24, .12) 100%),
    radial-gradient(circle at left center, rgba(121, 145, 86, .42), transparent 32%);
  z-index: 1;
}

.hero-slide .bg-media {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.06);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(720px, 100%);
  padding: 40px 0;
  padding-top: 0;
}

.main-box-explore .active .explore-header-box {
  display: none !important;
}

.explore-header-box img {
  filter: brightness(0) invert(1);
}

.hero-kicker {
  font-size: 1.05rem;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.hero-kicker span.badge-highlight {
  background: var(--orange);
  padding: 6px 14px;
  border-radius: 5px;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
}

.hero-desc {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  font-family: 'Urbanist', sans-serif;
}

.hero-controls {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
}

.hero-pagination {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  align-items: center;
  color: #fff;
  font-weight: 700;
}

.hero-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background: #91999d;
  border: 0px solid #91999d;
  opacity: 1;
}

.hero-pagination .swiper-pagination-bullet-active {
  background: #91999d;
  outline: 2px solid #91999d !important;
}

.vertical-tag {
  position: absolute;
  left: 22px;
  bottom: 150px;
  z-index: 5;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: rgba(255, 255, 255, .8);
  font-size: .8rem;
  letter-spacing: .2em;
}

.about-photo-large {
  transition: transform 0.3s cubic-bezier(.03, .98, .52, .99) !important;
  will-change: transform;
}

.tilt {
  transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
}

.tilt:hover {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.6);
  cursor: pointer;
  transition: none;
}

.about-section {
  background: var(--forest);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.about-grid {
  align-items: center
}

.about-art {
  position: relative;
}

.section {
  padding: 90px 0 !important;
}

.about-photo-large {
  width: 95%;
  height: 100%;
}

.about-photo-small {
  width: 34%;
  height: 34%;
  right: 9%;
  bottom: 9%;
}

.shape-card {
  position: absolute;
  width: 110px;
  height: 110px;
  right: 0;
  bottom: -25px;
  background: var(--lavender);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.shape-card::before,
.shape-card::after,
.shape-card-2::before,
.shape-card-2::after {
  animation: rippleWave 5s ease-out infinite;
}

@keyframes rippleWave {
  0% {
    transform: scale(0.9);
    opacity: 0.6;
  }

  50% {
    transform: scale(1.1);
    opacity: 0.3;
  }

  100% {
    transform: scale(1.25);
    opacity: 0;
  }
}

.shape-card:before,
.shape-card:after {
  content: "";
  position: absolute;
  border: 3px solid #fff;
  border-radius: 50%;
}

.shape-card:before {
  width: 90px;
  height: 90px;
  left: 58%;
  top: -51%;
}

.shape-card:after {
  width: 125px;
  height: 125px;
  left: 42%;
  top: -68%;
}

.shape-card-2 {
  position: absolute;
  width: 110px;
  height: 110px;
  right: -25px;
  bottom: 100px;
  background: #7c98ce;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 0px 0px 0px 100%;
}

.shape-card-2:before,
.shape-card-2:after {
  content: "";
  position: absolute;
  border: 3px solid #fff;
  border-radius: 50%;
}

.shape-card-2:before {
  width: 90px;
  height: 90px;
  left: 51%;
  top: 73%;
}

.shape-card-2:after {
  width: 125px;
  height: 125px;
  left: 30%;
  top: 57%;
}

.about-copy p {
  color: #ededed;
  line-height: 1.9;
}

.programs-section {
  background: linear-gradient(to bottom, #ffffff 0%, #fdeede 100%);
  overflow: hidden;
}

.programs-section-shapes {
  position: relative;
}

.programs-section-shapes-1 {
  position: absolute;
  right: 100px;
  top: 20px;
  height: 55px
}

.programs-section-shapes-2 {
  position: absolute;
  top: 125px;
  height: 50px;
  left: 60px;
}

.explore-header-box img {
  height: 65px;
  width: 65px;
  display: block;
  margin: 0 auto;
}

.section-title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 34px
}

.programs-shell {
  border-radius: 0px;
  overflow: hidden;
  background: #fef9f4;
}

.program-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(320px, .9fr);
  min-height: 540px
}

.program-preview {
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.program-preview:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.program-preview {
  position: relative;
  min-height: 100%;
  background: #ddd center/cover no-repeat;
  padding: 45px 70px;
  display: flex;
  align-items: flex-end;
}

.program-preview:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.75) 0%,
      rgba(0, 0, 0, 0.45) 50%,
      rgba(0, 0, 0, 0.15) 75%,
      rgba(0, 0, 0, 0.05) 100%);
}

.program-preview-content {
  position: relative;
  z-index: 2;
  color: #fff;
}

.program-preview-content h3 {
  font-size: 40px;
  text-decoration: underline;
  font-weight: 800;
  margin-bottom: 12px;
  font-family: 'Panton', sans-serif;
  font-family: "Exo", sans-serif;
  color: #ffb93f;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: 'Urbanist', sans-serif;
}



.program-preview-content p {
  color: rgba(255, 255, 255, .88);
  line-height: 1.8;
  margin-bottom: 0
}

.program-tabs {
  display: flex;
  height: 100%
}

.program-tab {
  flex: 1;
  position: relative;
  cursor: pointer;
  transition: .45s ease;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-width: 72px;
  overflow: hidden;
}

.program-tab.active {
  flex: 3.1
}

.program-tab-inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px 18px 26px;
  position: relative;
  color: #fff;
}

.program-tab .program-icon {
  font-size: 1.6rem;
  opacity: .95
}

.program-title-vertical {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-weight: 700;
  letter-spacing: .02em;
  font-size: 1.2rem;
  margin: auto;
  transition: .35s ease;
}

.program-tab.active .program-title-vertical {
  opacity: 0;
  transform: rotate(180deg) translateY(30px)
}

.program-tab.active .program-details {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto
}

.program-details h4 {
  font-size: 1.4rem;
  font-weight: 800;
  margin-bottom: 10px
}

.program-details p {
  font-size: .95rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, .93);
  margin-bottom: 16px
}

.program-mini-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: #fff
}

.program-tab.orange {
  background: #d8684a
}

.program-tab.gold {
  background: #dd9b41
}

.program-tab.blue {
  background: #7691d5
}

.program-tab.purple {
  background: #776cd1
}

.roadmap-section {
  background: #6f8f72;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.roadmap-section:before {
  content: "";
  position: absolute;
  pointer-events: none;
  bottom: -1px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 29px;
  background: url('../images/mission-road map-wave.png') no-repeat bottom center;
  background-size: cover;
}

.roadmap-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 42px
}

.roadmap-head p {
  color: #fff;
}

.roadmap-accordion .accordion-item {
  background: #6f8f72;
  border: 2px solid rgba(255, 255, 255, 0.40);
  border-radius: 0;
  margin-bottom: 18px;
  overflow: hidden;
}

.roadmap-accordion .accordion-button {
  background: transparent;
  color: #fff;
  box-shadow: none;
  padding: 40px 50px;
  font-weight: 700;
}

.roadmap-accordion .accordion-button:after {
  filter: brightness(0) invert(1)
}

.roadmap-accordion .accordion-body {
  color: rgba(255, 255, 255, .82);
  padding: 0 26px 28px 26px;
  line-height: 1.8;
}

.roadmap-badge {
  width: 50px;
  height: 50px;
  display: inline-flex;
}

.roadmap-badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.roadmap-accordion .accordion-item:hover .roadmap-badge img {
  animation: flipBook 0.6s ease;
}

.road-title {
  font-family: 'Urbanist', sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


.gallery-section {
  background: #fdeede;
  position: relative;
  overflow: hidden;
}

.roadmap-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  width: 100%;
}

.road-title {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  color: #fff;
  margin-right: 25px;
}

.road-desc {
  max-width: 90%;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  color: #fff;
  overflow: hidden;
  max-height: 66px;
  transition: max-height 0.5s cubic-bezier(0.77, 0, 0.175, 1);

  font-family: 'Urbanist', sans-serif;
}

.roadmap-accordion .accordion-item.active .road-desc {
  opacity: 1;
  transform: translateY(0);
}

.roadmap-accordion .accordion-button::after {
  display: none;
}

.roadmap-accordion .accordion-button {
  position: relative;
}

.roadmap-accordion .accordion-button::before {
  content: "\f078";
  font-family: "Font Awesome 6 Free";

  position: absolute;
  right: 50px;
  font-size: 16px;
  transition: transform 0.4s ease;
}

.road-desc p:last-child {
  margin-bottom: 0;
}

.roadmap-accordion .accordion-item.active .accordion-button::before {
  transform: rotate(180deg);
}

.gallery-section::before {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
  height: 29px;
  background: url('../images/shape-wave.png') no-repeat bottom center;
  background-size: cover;
  pointer-events: none;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  gap: 24px;
  align-items: start;
}

.gallery-copy {
  padding-top: 18px
}

.gallery-copy h2 {
  margin-bottom: 14px
}

.gallery-card,
.gallery-card-sm,
.gallery-card-lg {
  overflow: hidden;
  position: relative;
  background: #ddd center/cover no-repeat;
  box-shadow: 0 16px 42px rgba(61, 54, 41, .08);
}

.gallery-card-sm {
  height: 220px
}

.gallery-card-lg {
  height: 340px
}

.gallery-card-tall {
  height: 390px
}

.gallery-accent {
  width: 92px;
  height: 92px;
  background: #fff;
  border-radius: 10px;
  display: grid;
  place-items: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
  margin-bottom: 18px;
}

.pattern-box {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 6px solid #759bd6;
  position: relative;
}

.pattern-box:before,
.pattern-box:after {
  content: "";
  position: absolute;
  border: 5px solid #d8a532;
  border-radius: 50%;
  inset: 12px
}

.pattern-box:after {
  border-color: #de7e6c;
  inset: 24px
}

.news-section {
  background: #fff;
  position: relative;
  overflow: hidden;
}

.news-card {
  background: #fff;
  overflow: hidden;
  height: 100%;
}

.news-thumb {
  overflow: hidden;
}

.news-thumb img {
  transition: transform 0.5s ease;
}

.news-card:hover .news-thumb img {
  transform: scale(1.08);
}

.news-thumb img {
  width: 100%;
  object-fit: cover;
}

.news-body {
  padding: 20px 0px 0;
}

.news-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  color: #4f6f58;
  margin-bottom: 5px;
  font-weight: 600;
  font-family: 'Urbanist', sans-serif;
}

.news-meta img {
  width: 14px;
  height: 16px;
  object-fit: contain;
}

.news-body h5 {
  font-size: 17px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #232323;
  font-family: 'Urbanist', sans-serif;
}

.news-nav {
  display: flex;
  gap: 10px;
  margin-top: 28px;
}

.news-nav button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2.5px solid #4f6f58;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.news-nav button i {
  transition: transform 0.3s ease, color 0.3s ease;
}

.news-nav button:hover {
  background: #4f6f58;
}

.news-nav button:hover i {
  transform: scale(0.8);
  color: #fff;
}

.news-prev i {
  color: #4f6f58;
  font-weight: 600;
  font-size: 20px;
  line-height: unset;
}

.news-next i {
  color: #4f6f58;
  font-weight: 600;
  font-size: 20px;
  line-height: unset
}

.site-footer {
  background: #6f8f72;
  color: #f4f2ec;
  position: relative;
  overflow: hidden;
  margin-top: -1px;
}

.white-logo {
  height: 60px;
}

.main-logo {
  height: 60px;
}

.mb-10 {
  margin-bottom: 5rem !important;
}

.text-color-2 {
  color: #f2a65a;
}

.footer-top {
  font-weight: 500;
  color: #ebeaea;
  padding: 90px 0px 50px;
}

.footer-logo-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px
}

.footer-mini-art {
  width: 86px;
  height: 56px;
  border-radius: 8px;
  background: linear-gradient(135deg, #c8a444, #7fbc74, #5176c3, #de7e6c)
}

.footer-links a {
  display: inline-flex;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  transition: 0.5s all ease;
  background: #648867;
}

.footer-human-shape {
  display: block;
  margin: 0 auto;
  width: 225px;
}

.footer-links a i {
  font-size: 20px;
  transition: 0.5s all ease;
}

.footer-links a:hover i {
  transform: rotateY(360deg) scale(1.2);
}

.footer-links a:hover {
  color: #f2a65a;
  border-radius: 50%;
  border-width: 2px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.36);
}

.footer-bottom {
  padding: 16px 0;
  border-top: 1px solid #5b8266;
  font-size: .92rem;
  color: rgba(255, 255, 255, .78);
  background: url('../images/footer-below-bar.png') no-repeat bottom center;
}

.footer-logo-row .white-logo {
  border-right: 1px solid #5b8266;
  padding-right: 14px;
}

.leaf-stroke {
  position: absolute;
  right: -98px;
  bottom: 0px;
  height: 198px;
}

.header-menu {
  justify-content: flex-end;
}



.header-menu ul.menu {
  display: flex;
  list-style-type: none;
  margin-bottom: 0px;
}

.header-menu ul.menu li {
  margin-right: 23px;
  font-size: 18px;
  font-weight: bold;
  justify-content: flex-end;
  font-family: 'Urbanist', sans-serif;
  position: relative;
}

.header-menu ul.menu li a {
  color: #244944;
  text-decoration: none;
  position: relative;
  padding: 5px 0px;
  display: inline-block;
  transition: color 0.3s ease;
}

.header-menu ul.menu li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: #f2a65a;
  transition: width 0.4s ease;
}

.header-menu ul.menu li a:hover::before {
  width: 100%;
}

.resp-hamburger {
  display: none;
  padding: 20px 20px 20px 0;
}

.navSidebar-button {
  cursor: pointer;
}

.navSidebar-button span {
  height: 2px;
  background-color: #6e8d71;
  width: 28px;
  display: block;
  transition: 0.5s all ease;
}

.navSidebar-button .nev-line2 {
  margin: 7px 0px;
  width: 16px;
}

.navSidebar-button:hover .nev-line2 {
  width: 28px;
}

.header-right {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.xs-sidebar-group.isActive .xs-overlay {
  opacity: 0.8;
  visibility: visible;
  transition: all 0.8s ease-out 0s;
  left: 0;
}

.xs-sidebar-group .xs-overlay {
  left: 100%;
  top: 0;
  position: fixed;
  z-index: 999;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  transition: all 0.4s ease-in 0.8s;
}

.xs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: 0;
}

.xs-bg-black {
  background-color: #000;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  right: 0;
  transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.xs-sidebar-widget {
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 500px;
  z-index: 999999;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  visibility: hidden;
  opacity: 0;
  border-radius: 0px;
  background: rgba(0, 0, 0, 0.22);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.xs-sidebar-group.isActive .sidebar-widget-container {
  top: 0px;
  opacity: 1;
  visibility: visible;
  transition: all 0.8s ease-out 1s;
  backface-visibility: hidden;
}

.sidebar-widget-container {
  position: relative;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.1s ease-in 0.1s;
  backface-visibility: hidden;
  padding: 40px;
}

.xs-sidebar-group .widget-heading {
  display: flex;
}

.close-side-widget {
  background: #f2a65a;
  display: block;
  border-radius: 0;
  transition: background 0.3s ease;
}

.close-side-widget:hover {
  background: #6f8f72;
}

.close-side-widget img {
  width: 25px;
}

.sidebar-container-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 37px;
  margin-bottom: 23px;
  border-radius: 3px;
  position: relative;
}

.sidebar-container-top::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #6f8f72;
}

.sidebar-container-top::after {
  content: "";
  position: absolute;
  width: 23px;
  border: 3px solid #0e121d;
  height: 2px;
  border-top: 0;
  border-bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  bottom: 0;
  -webkit-animation: hamLine 8s linear infinite;
  animation: hamLine 8s linear infinite;
}

@keyframes hamLine {
  0% {
    left: 0;
  }

  50% {
    left: calc(100% - 16px);
  }

  100% {
    left: 0;
  }
}

.trv-side-pnl-info ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.trv-side-pnl-info ul li a {
  color: #ffffff;
  font-family: 'Urbanist', sans-serif;
  font-size: 30px;
  font-weight: 600;
  transition: color 0.3s ease;
}

.trv-side-pnl-info ul li:hover a {
  color: #6f8f72;
}

.trv-side-pnl-info ul li {
  margin-bottom: 15px;
}

.trv-side-pnl-info ul li:last-child {
  margin-bottom: 0;
}

.foundation-brand-logo {
  border-right: 1px solid #d3d3d3;
  padding-right: 14px;
}

.hero-pagination-box {
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.foundation-brand-logo img {
  height: 62px;
}

.main-brand-logo img {
  height: 62px;
}

.site-header .navbar .flipbook-btn {
  padding: 14px 28px 14px 22px !important;
}

.flipbook-btn {
  background-color: #f2a65a;
  color: white;
  border: none;
  padding: 14px 45px 14px 22px;
  font-family: 'Urbanist', sans-serif;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  position: relative;
  gap: 10px;
  transition: transform 0.3s ease,
    background-color 0.3s ease,
    clip-path 0.3s ease !important;

  clip-path: polygon(3% 0%, 90% 5%, 100% 85%, 0% 100%);
}

.psb-bottom {
  display: none;
}

.flipbook-btn:hover {
  background-color: #ff7416;
  clip-path: polygon(5% 12%, 90% 0%, 100% 95%, 0% 100%);
}

.icon-flipbook-button {
  width: 20px;
  transition: transform 0.3s ease;
}

.flipbook-btn:hover .icon-flipbook-button {
  animation: flipBook 0.6s ease;
}

@keyframes flipBook {
  0% {
    transform: rotateY(0);
  }

  50% {
    transform: rotateY(90deg);
  }

  100% {
    transform: rotateY(0);
  }
}

.hero-content {
  color: #fff;
  position: relative;
}

.heroSwiper .swiper-slide {
  background: transparent no-repeat 50% 50% / cover;
}

.title-wrapper {
  display: flex;
  align-items: baseline;
  gap: 15px;
}

.vertical-text {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 34px;
  letter-spacing: 0px;
  text-transform: lowercase;
  font-family: "Times New Roman", Times, serif;
  border-top: 1px solid #fff;
  padding-top: 10px;
  line-height: 36px;
}

.main-title {
  font-size: 158px;
  font-weight: bold;
  font-family: "Times New Roman", Times, serif;
  margin: 0;
  line-height: 1.1;
  position: relative;
}

.highlight {
  background-color: #f2a65a;
  color: #fff;
  padding: 4px 28px;
  margin-left: 10px;
  display: inline-block;
  font-family: "Times New Roman", Times, serif;
  position: absolute;
  top: 90%;
  left: 67%;
  letter-spacing: 1px;
  font-size: 50px;
  width: 261px;
}


.subtitle {
  font-size: 30px;
  font-weight: 500;
  font-family: 'Urbanist', sans-serif;
  text-align: left;
  position: absolute;
  left: 10%;
}

.video-container {
  position: relative;
  top: 80px;
  left: 15%;
}

.video-link:focus,
.video-link:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

.video-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  gap: 20px;
  transition: opacity 0.3s ease;
}

.video-link:hover {
  opacity: 0.9;
}


.play-button {
  width: 50px;
  height: 50px;
  background-color: #d87a2f;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 0 4px rgba(255, 106, 40, 0.35);
  transition: transform 0.3s ease;
}

.video-link:hover .play-button {
  transform: scale(1.05);
}

.play-icon {
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 20px solid white;
  margin-left: 5px;
}

.video-text {
  color: #fff;
  font-family: 'Urbanist', sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  opacity: 0.8;
}


.hero-pagination {
  display: flex !important;
  align-items: center;
  gap: 12px;
  position: relative !important;
  bottom: 0 !important;
  /*  width: 322px !important; */
  width: auto !important;
}

.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #fff;
  opacity: 0.4;
  margin: 0 !important;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffffff00;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2);
  outline: 1px solid #fff;
  outline-offset: 4px;
}

.custom-fraction {
  display: flex;
  align-items: center;
  margin-left: 15px;
}

.pagination-line {
  width: 60px;
  height: 2px;
  background: #91999d;
  margin-right: 15px;
}

.pagination-number {
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  width: 100%;
}

.scroll-indicator {
  position: fixed;
  left: 30px;
  bottom: 30px;
  z-index: 999;
}

.scroll-indicator span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
  cursor: pointer;
}

.scroll-indicator::before {
  content: "";
  display: block;
  width: 2px;
  height: 20px;
  background: #fff;
  margin: 0px auto 10px;
  animation: scrollLine 1.5s ease-in-out infinite;
}

.fa-rotate-button {
  font-size: 12px;
  margin-left: 3px;
}

.flipbook-btn span {
  position: relative;
  z-index: 1;
  line-height: 1.2;
  overflow: hidden;
  display: inline-block;
}

.flipbook-btn span span.text-1 {
  position: relative;
  display: block;
  transition: 0.3s;
}

.flipbook-btn span span.text-2 {
  position: absolute;
  top: 100%;
  display: block;
  transition: 0.3s;
}

.flipbook-btn:hover span span.text-1 {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}

.flipbook-btn:hover span span.text-2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flipbook-btn .icon {
  position: absolute;
  left: 100%;
  margin-left: -30px;
}

.flipbook-btn a {
  margin-right: 18px;

}

.flipbook-btn .icon-1 {
  top: 45%;
  transform: rotate(300deg) translateY(-55%);
  transition: transform 0.4s ease;
}

.flipbook-btn .icon-2 {
  transform: rotate(300deg) translateX(-50px);
  transition: transform 0.4s ease;
}

.flipbook-btn:hover .icon-1 {
  transform: rotate(300deg) translateX(50px);
}

.flipbook-btn:hover .icon-2 {
  transform: rotate(300deg) translateX(0px) translateY(-55%);
  top: 45%;
}

.about-footer {
  position: relative;
  bottom: -91px;
}

.tree-shape img {
  position: absolute;
  height: 150px;
  bottom: 20px;
  left: 3%;
}

.tiger-shape img {
  position: absolute;
  height: 100px;
  bottom: 15px;
  left: 15%;
}

.small-dear-shape img {
  position: absolute;
  height: 85px;
  bottom: 25px;
  left: 40%;
}

.double-dear-shape img {
  position: absolute;
  height: 69px;
  bottom: 28px;
  left: 49%;
}

.single-big-dear-shape img {
  position: absolute;
  height: 118px;
  bottom: 15px;
  left: 62%;
}

.tree-shape-second-shape img {
  position: absolute;
  height: 272px;
  bottom: 24px;
  right: 3%;
}

.second-text-color {
  color: #5f7f6d;
}

@keyframes scrollLine {
  0% {
    transform: translateY(-8px);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: translateY(8px);
    opacity: 0;
  }
}

.caption-one {
  color: #868080;
  font-size: 17px;
  opacity: 0.8;
  font-weight: 600;
  line-height: 27px !important;
  width: 100%;
  font-family: 'Urbanist', sans-serif;
}

.subtle-white {
  color: #fff;
  font-weight: 600;
  font-size: 17px;
}

.similipal-wrapper {
  margin: auto;
  position: relative;
}


.similipal-wrapper .left-content h2 {
  font-size: 52px;
  font-weight: 800;
  font-family: 'Panton', sans-serif;
  font-family: "Exo", sans-serif;
}

.similipal-wrapper .left-content h2.second-color {
  color: #5f7f6d;
}

.similipal-wrapper .img {
  position: absolute;
  overflow: hidden;
}

.similipal-wrapper .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-img {
  overflow: hidden;
}

.top-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.right-img img,
.top-img img,
.bottom-img img {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  display: block;
}

.right-img img:hover,
.top-img img:hover,
.bottom-img :hover {
  transform: scale(1.05) translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.similipal-wrapper .right-img {
  overflow: hidden;
}

.similipal-wrapper .right-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bottom-img {
  overflow: hidden;
}

.bottom-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.similipal-wrapper .art-box {
  width: 100%;
  height: 190px;
  background: #4f6d5a;
  display: flex;
  align-items: center;
  justify-content: center;
}

.similipal-wrapper .circle {
  width: 140px;
  height: 140px;
  background: #eee;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.similipal-wrapper .flower {
  width: 75px;
  height: 75px;
  transform: rotate(360deg);
  animation: rotateFlower 6s linear infinite;
}

.similipal-wrapper .flower {
  transition: transform 0.6s ease-in-out;
}

@keyframes rotateFlower {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.dots {
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0px;
  pointer-events: none;
}


.dots span {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #5f7f6d;
  border-radius: 50%;
}

.dots span:nth-child(1) {
  bottom: 0%;
  right: 6%;
}

.dots span:nth-child(2) {
  bottom: 6%;
  right: 3%;
}

.dots span:nth-child(3) {
  bottom: 0%;
  right: 3%;
}

.dots span:nth-child(4) {
  bottom: 12%;
  right: 0%;
}

.dots span:nth-child(5) {
  bottom: 6%;
  right: 0%;
}

.dots span:nth-child(6) {
  bottom: 0%;
  right: 0%;
}

.similipal-wrapper .pattern {
  margin-top: 20px;
  width: 160px;
}

.similipal-wrapper .curve {
  width: 170px;
}

.curve-section {
  display: flex;
  display: flex;
  justify-content: space-between;
  align-items: end;
  width: 100%;
}



.btn-artspeak {
  position: absolute;
  right: 0;
  bottom: 1%;
}

.similipal-wrapper .cta-btn {
  position: absolute;
  right: 40px;
  bottom: -10px;
  background: #e48b3c;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transform: rotate(-5deg);
}

.img-press-release-img {
  height: 125px;
  width: auto;
}

.latest-news-content {
  padding: 20px 20px 20px 0px;
  border-right: 1px solid #b8bcba4f;
}

.newsSwiper {
  padding: 20px 0px;
}

.footer-shape {
  background-color: #fdf4ea;
}

.footer-heading {
  margin-bottom: 12px;
  font-weight: 600;
}

.home-footer .footer-shape {
  background-color: #ffffff;
}

.grass-shape {
  height: 50px;
  width: 100%;
  position: relative;
  bottom: -1px;
}

.main-box-explore {
  display: flex;
  margin: 0px auto 0px auto;
  padding: 0;
  overflow: hidden;
}

.main-box-explore .box {
  flex: 1 1 0;
  min-height: 600px;
  padding: 20px 15px 15px 15px;
  transition: 0.8s;
  position: relative;
  overflow: hidden;
  list-style: none;
  cursor: pointer;
  transition: flex 0.7s cubic-bezier(0.65, 0, 0.35, 1);
  z-index: 0;
}

.main-box-explore .detail {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  color: black;
  opacity: 0;
  padding: 0px;
  box-sizing: border-box;
  inset: 0;
  transform: translate3d(40px, 0, 0);
  transition:
    transform 0.6s cubic-bezier(0.65, 0, 0.35, 1),
    opacity 0.4s ease;
  will-change: transform, opacity;
  z-index: 5;

}

.main-box-explore .box.active {
  flex: 10 1 0;
}

.main-box-explore .box.active .detail {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 0.2s;
}

.main-box-explore .box span .explore-box-heading {
  writing-mode: vertical-rl;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  letter-spacing: 0px;
  transform: rotate(180deg);
  font-weight: 800;
  cursor: pointer;
  position: absolute;
  left: 0;
  font-family: 'Panton', sans-serif;
  font-family: "Exo", sans-serif;
  right: 0;
  bottom: 40px;
  margin: 0 auto;
}

.main-box-explore .box.active span {
  left: 25px;
  right: auto;
  margin: 0;
  font-weight: 600
}

.main-box-explore .p {
  line-height: 23px;
}

.main-box-explore .box:nth-child(1) {
  background: #6B6BBF;
}

.main-box-explore .box:nth-child(2) {
  background: #ed7174
}

.main-box-explore .box:nth-child(3) {
  background: #f2a65a;
}

.main-box-explore .box:nth-child(4) {
  background: #7C96BF
}

.main-box-explore .box:nth-child(5) {
  background: #7A79C4;
}

.news-box {
  padding: 25px;
  background: #ffffff;
  margin-bottom: 30px;
}

.news-info h2 {
  font-size: 23px;
  margin-bottom: 0;
  line-height: 30px;
  transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-box:hover .news-info h2 {
  color: #5f7f6d;
}

.news-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.similipal-search {
  position: relative;
}

.t-search-input {
  height: 60px !important;
  border-radius: 0;
  font-size: 17px;
  line-height: 24px;
  width: 100%;
  border: 1px solid #e3e3e3;
  outline: 0;
  padding-left: 15px;
}

.similipal-search-submit {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 0;
  cursor: pointer;
  height: 60px;
  width: 55px;
  border: none;
  padding: 0 30px;
  background-color: #6f8f72;
  background-image: url(../images/search-icon-small-new.svg);
  background-repeat: no-repeat;
  background-position: right 0px top 2px;
}

.year-dropdown-wrapper {
  position: relative;
}

.year-dropdown-wrapper::after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #6f8f72;
  transition: transform 0.3s ease;
}

.year-dropdown {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 35px;
}

.custom-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../images/select.png");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px;
  padding-right: 36px;
  cursor: pointer;
}

.close-search {
  background: #282a7300 url(../images/close-search.png) no-repeat;
  position: absolute;
  top: 1px;
  right: 0px;
  padding: 0;
  cursor: pointer;
  height: 60px;
  width: 55px;
  border: none;
  padding: 0 30px;
  z-index: 9;
  background-position: center;
}

.search-submit.close-search {
  right: 0;
  background-color: #6f8f72;
  top: 0;
  border-right: 1px solid #6f8f72;
}

.share-icon-gradient {
  position: relative;
}

.share-icon-gradient img {
  width: 23px;
}

.more-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.qr-share {
  cursor: pointer;
}

.share-icon-gradient:hover .share-social-icons {
  right: 32px;
  width: 50px;
  opacity: 1;
  visibility: visible;
}

.share-social-icons {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: -2px;
  right: -52px;
  width: 135px !important;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 8px 2px rgba(237, 237, 237, 1);
  -moz-box-shadow: 0px 2px 8px 2px rgba(237, 237, 237, 1);
  box-shadow: 0px 2px 8px 2px rgba(237, 237, 237, 1);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease 0s;
  margin-bottom: 0;
  z-index: 9;
  padding: 5px 0;
  justify-content: center;
  border-radius: 30px;
}

.share-social-icons li {
  padding-left: 0;
  display: inline-block;
  margin: 0 3px !important;
}

.share-social-icons a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.share-social-icons img {
  width: 24px;
}

.pagination span.page-numbers.current {
  background-color: #dd8c3b;
  border: 1px solid #dd8c3b;
  color: #fff;
  margin-right: 5px;
  width: 35px;
  height: 35px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.pagination a.page-numbers,
.pagination span.page-numbers {
  margin-right: 5px;
  color: #ffffff;
  background-color: #6f8f72;
  border: 1px solid #6f8f72;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  display: -ms-inline-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  font-weight: 500;
  line-height: 24px;
}

.pagination a.page-numbers:hover,
.pagination span.page-numbers:hover {
  background-color: #5b755d;
  border: 1px solid #5b755d;
}

.pagination span.page-numbers.current:hover {
  background-color: #dd8c3b;
  border: 1px solid #dd8c3b;
}

.no-data-wrapper {
  display: flex;
  justify-content: center;
  border: 1px solid #e3e3e3;
  padding: 30px 0;
  border-radius: 0;
  background: #ffffff;
  margin-bottom: 25px;

}

.no-data-wrapper img {
  width: 200px;
}

.inner-page-content-wrapper.news-info h2 {
  margin-bottom: 20px;
  line-height: 39px;
  -webkit-line-clamp: unset;
  overflow: visible;
  display: block;
}

.img-hover-effect {
  width: 100%;
  transition: transform 0.4s ease, opacity 0.4s ease;

}

.news-details-wrapper {
  overflow: hidden;
  width: 100%;
}

.press-container {
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.press-container:hover .img-hover-effect {
  transform: scale(1.05);
  opacity: 0.9;
}

.image-details-box img {
  width: 100%;
  object-fit: cover;
  height: 195px;
}

.latest-news-w img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.image-details-box {
  margin-top: 25px;
  border: 1px solid #ffe1bf;
  overflow: hidden;
  padding: 0;
  background: #f3f3f3;
  overflow: hidden;
  width: 100%;
}

.news-gallery-wrapper .row .col-12:nth-child(1) .image-details-box,
.news-gallery-wrapper .row .col-12:nth-child(2) .image-details-box {
  margin-top: 0;
}

.news-gallery-wrapper.program-gallery .row .col-12:nth-child(3) .image-details-box,
.news-gallery-wrapper.program-gallery .row .col-12:nth-child(4) .image-details-box {
  margin-top: 0;
}



.inner-page-content-wrapper.news-info .eyebrow {
  color: #3b3b3b;
}

.press-container {
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.press-left-img {
  width: 100%;
  overflow: hidden;
}

.fit-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.img-hover-effect {
  position: relative;
  height: 100%;
  width: 100%;
}

.img-hover-effect::after {
  content: "";
  position: absolute;
  width: 250%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, .3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.wh-div {
  height: 190px;
  position: relative;
  background: #fff;
}

.card-awards-left.press-box {
  height: 100%;
  width: 100%;
  background: inherit;
  border-radius: 15px;
  position: absolute;
  height: 100%;
  width: 100%;
  top: -25px;
  z-index: 9;
  background: #fff;
  transition: all 0.3s;
  padding: 20px;
  border-top: 3px solid #e59a52;
}

.card-date {
  display: flex;
  align-items: center;
}

.press-date span {
  color: #5f7f6d;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 5px;
}

.card-awards-left.press-box h2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 35px;
  line-height: 28px;
  font-size: 22px;
  color: #000;
  font-weight: 600;
}

.press-container .news-read-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  z-index: 99;
}

.inner-page-content-wrapper ul.nav-tabs li:before {
  display: none;
}

.inner-page-content-wrapper ul.nav-tabs li {
  padding-left: 0;
  margin-bottom: 0;
}

.inner-page-content-wrapper .nav-link {
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.inner-page-content-wrapper .nav-link {
  border: none;
  background: #ffffff;
  color: #232323;
  margin-left: 5px;
  border-radius: 0;
  padding: 4px 30px;
}

.inner-page-content-wrapper .nav-tabs {
  border-color: #c7c7c7;
}

.inner-page-content-wrapper .nav-tabs .nav-item:first-child .nav-link {
  margin-left: 0;
}

.inner-page-content-wrapper .nav-link.active,
.inner-page-content-wrapper .nav-link:hover {
  border: none;
  background: #4f6f58;
  color: #ffffff;
  padding: 4px 30px;
}

.inner-page-content-wrapper .nav-link:after {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  border-style: solid;
  transition-duration: .3s;
  transition-property: transform;
  left: calc(50% - 10px);
  bottom: 0;
  border-width: 10px 10px 0 10px;
  border-color: #dedede transparent transparent transparent;
}

.inner-page-content-wrapper .nav-link.active:after {
  border-color: #4f6f58 transparent transparent transparent;
  transform: translateY(10px);
}

.inner-page-content-wrapper .nav-link:hover:after {
  border-color: #4f6f58 transparent transparent transparent;
  transform: translateY(10px);
}

.vdo-gallery {
  position: relative;
}

.vdo-gallery .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.vdo-gallery::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #6f8f72;
  border-radius: 0;
  opacity: 0%;
  visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
  transform: scale(0);
  transition: all 0.4s ease-in-out;
}

.vdo-gallery:hover::before {
  opacity: 50%;
  visibility: visible;
  transform: scale(1);
}

.recent-updates {
  background: #ffffff;
  padding: 30px;
}

.recent-updates .title {
  border-bottom: 3px solid #eeeeee;
  color: #494949;
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 30px;
}

.recent-updates .title:after {
  bottom: -3px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 32px;
  background: #f2a65a;
  transition: left 0.9s ease-in-out;
}

.recent-updates:hover .title::after {
  left: calc(100% - 32px);
}

.single-recent-updates {
  margin-bottom: 26px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.single-post-thumb {
  float: left;
  margin-right: 18px;
  width: 100px;
}

.heading-recent-updates {
  display: flex;
  flex-direction: column;
}



.single-recent-updates a {
  color: #333333;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
}

.single-recent-updates .press-date span {
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
}

.recent-updates .single-recent-updates:last-child {
  margin-bottom: 0;
}

.gallery-img-wrapper {
  position: relative;
}

.gallery-img-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 24, 25, 0) 38.69%, rgb(1 1 1 / 58%) 66.87%, #000606 100%) !important;
  z-index: 2;
}

.gallery-box .thumb:hover .gallery-img-wrapper::after {
  opacity: 1;
}

.gallery-img-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(111 143 114 / 52%);
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
  -moz-transition: opacity 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
  -o-transition: opacity 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
  -ms-transition: opacity 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
  transition: opacity 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
  z-index: 1;
}

.view-gallery {
  position: absolute;
  top: 50%;
  right: -100%;
  width: 45px;
  text-align: center;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  -webkit-transition: right 0.8s cubic-bezier(0.30, 1, 0.35, 1) 0s;
  -moz-transition: right 0.8s cubic-bezier(0.30, 1, 0.35, 1) 0s;
  -o-transition: right 0.8s cubic-bezier(0.30, 1, 0.35, 1) 0s;
  -ms-transition: right 0.8s cubic-bezier(0.30, 1, 0.35, 1) 0s;
  transition: right 0.8s cubic-bezier(0.30, 1, 0.35, 1) 0s;
  z-index: 5;
}

.gallery-box .thumb:hover .view-gallery {
  right: 50%;
}

.gallery-box .p-title h2 {
  color: #ffffff;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gallery-box.project-card.style-service .thumb .content {
  padding: 0;
  background: transparent;
  border: 0;
}

.overlay-count {
  z-index: 9;
  position: absolute;
  right: 0;
  width: 49px;
  float: left;
  background: #f2a65a;
  padding: 10px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 0 10px;
}

.ph-count {
  position: absolute;
  top: 6px;
  right: 4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #313131;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 600;
}

.overlay-count img {
  width: 25px;
}

.inner-img-gal img {
  transition: all 0.6s ease-in-out;
}

.image-details-box:hover .inner-img-gal img {
  transform: scale(1.06);
}

.innerpage-banner {
  width: 100%;
  padding-top: 94px;
  background: #ffffff;
  position: relative;
}

.inner-page-banner-img {
  position: absolute;
  top: 50%;
  left: 50%;
  right: initial;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: initial;
  -webkit-background-size: cover;
  background-size: cover;
}

.inner-page-banner-img .swiper,
.inner-page-banner-img .swiper-wrapper,
.inner-page-banner-img .swiper-slide {
  width: 100%;
  height: 100%;
}

.inner-page-banner-img .swiper-slide {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.inner-page-banner {
  position: relative;
  padding: 0;
  min-height: 555px;
}

.inner-page-banner {
  width: 100%;
}

.inner-page-banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 21%, rgb(0 0 0 / 72%) 81%);
}

.banner-wrapper {
  width: 100%;
  position: absolute;
  bottom: 115px;
  display: flex;
  z-index: 9;
}

.inner-page-banner h1 {
  font-size: 50px;
  color: #fff;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 20px;
  max-width: 620px;
  max-width: 90%;
}

.breadcumb {
  display: flex;
  justify-content: left;
}

.breadcrumbs {
  display: inline-flex;
  gap: 4px;
  color: #fff;
}

.breadcumb span {
  margin: 0 6px;
  font-size: 18px;
  font-weight: 600;
  color: white;
}

.breadcumb span:first-child {
  margin-left: 0;
}

.banner-wrapper h1 {
  font-family: 'Urbanist', sans-serif;
  font-size: 66px;
  font-weight: 700;
  margin-bottom: 22px;
}

.section-decoration.page-title-decoration {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: -2px;
  overflow: hidden;
}

.animated {
  animation-duration: 1.25s;
}

.section-decoration {
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  z-index: 2;
  display: none;
}

.section-decoration.page-title-decoration .decoration-inner-1 {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  padding: 4.375% 0 0;
  background-color: transparent;
}

.section-decoration.page-title-decoration .decoration-inner-1:before {
  content: '';
  display: block;
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  right: initial;
  bottom: 0;
  background: #fdf4ea;
}

.section-decoration.page-title-decoration .decoration-inner-1:after {
  content: '';
  display: block;
  position: absolute;
  left: -3.4896%;
  right: initial;
  bottom: 98%;
  height: 0;
  width: 3.4896%;
  padding: 3.6979% 0 0;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
  background: #fdf4ea;
  transition: all 1s ease;
}

.section-decoration.page-title-decoration.animated .decoration-inner-1:after {
  left: 0;
}

.section-decoration.page-title-decoration .decoration-inner-2 {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.section-decoration.page-title-decoration .decoration-inner-2:before {
  content: '';
  display: block;
  position: absolute;
  width: 38.2292%;
  height: 100%;
  left: 50%;
  right: initial;
  bottom: 0;
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
  transition: height 1s ease;
  background: #fdeede;
}

.section-decoration.page-title-decoration.animated .decoration-inner-2:before {
  height: 0;
}

.decoration-inner-3 {
  position: absolute;
  display: block;
  left: initial;
  right: 0;
  bottom: 0;
  width: 11.7708%;
  height: 100%;
  background: #fdf4ea;
}

.section-decoration.page-title-decoration.animated .decoration-inner-3:before {
  padding: 51.1211% 0 0;
}

.section-decoration.page-title-decoration .decoration-inner-3:before {
  content: '';
  position: absolute;
  display: block;
  left: initial;
  right: 0;
  bottom: 98%;
  width: 46.1883%;
  height: 0;
  padding: 0;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  background: #fdf4ea;
  transition: padding 1s ease;
}

.section-decoration.page-title-decoration.animated .decoration-inner-3:after {
  width: 22.4215%;
}

.section-decoration.page-title-decoration .decoration-inner-3:after {
  content: '';
  position: absolute;
  display: block;
  left: initial;
  right: 46.1883%;
  bottom: 235.7143%;
  width: 0;
  height: 0;
  padding: 22.4215% 0 0;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
  background: #fdeede;
  transition: width 0.8s ease 1.5s;
}

.banner-abs {
  position: absolute;
  right: 160px;
  top: 212px;
  z-index: 9;
}

.inner-page-content-wrapper h2 {
  font-size: 32px;
  font-weight: 700;
  color: #4f6f58;
  margin-bottom: 18px;
}

.inner-page-content-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}

.inner-page-content-wrapper ul li {
  padding: 0;
  margin-bottom: 4px;
  list-style: none;
  position: relative;
  padding-left: 22px;
  color: #3b3b3b;
  font-weight: 500;
  font-size: 19px;
}

.inner-page-content-wrapper ul li:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: transparent;
  top: 5px;
  left: 0;
  background-image: url(../images/bullet-point-3.svg);
  background-size: cover;
}

.color-bar {
  width: 100%;
  background-color: #01b9a6;
  height: 8px;
}

.p-title h2 {
  font-size: 28px;
  font-weight: 700;
  font-family: 'Urbanist', sans-serif;
  color: #6f8f72;
}

.p-title p {
  color: #616161;
  font-size: 18px;
  line-height: 28px;

}

.project-card {
  overflow: hidden;
  margin-bottom: 24px;
}

.project-card .thumb {
  position: relative;
  overflow: hidden;
}

.project-card .thumb>a {
  display: block;
  overflow: hidden;
}

.project-card .thumb img {
  width: 100%;
  /*   height: 100%; */
  object-fit: cover;
}

.project-card.style-2 .thumb .content {
  max-width: 430px;
}

.project-card.style-service .thumb .content {
  padding: 35px;
  border-radius: 5px;
}

.project-card .thumb .content {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 90%;
  transform: translateX(5.5%);
  padding: 14px 23px 20px;
  background: rgb(255, 255, 255);
  height: auto;
  overflow: hidden;
  transition: all 0.3s;
  z-index: 10;
}

.project-card .thumb .content h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: var(--light-color);
  margin-bottom: 8px;
}

.project-card .thumb .content p {
  color: var(--light-color);
  margin-bottom: 0;
}

.project-card.style-service .thumb .content .join-us {
  position: absolute;
  bottom: -100px;
  margin-top: 0;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.project-card .thumb .content .join-us {
  margin-top: 15px;
}

.project-card.style-2 .thumb .content {
  max-width: 500px;
}

.project-card.style-service .thumb .content {
  padding: 35px;
}

.project-card.style-service:hover .thumb .content .join-us {
  bottom: 20px;
}

.thumb .content {
  border-bottom: 3px solid #e59a52;
}

.right-c {
  margin-bottom: 20px;
  width: 100px;
}

.right-c object {
  width: 100% !important;
  height: 100% !important;
  display: block;
}

.bottom-content {
  display: flex;
  flex-direction: column;
}

.thumb img {
  transition: transform 0.5s ease;
}

.image-hover-img canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.content-contactus {
  display: flex;
  justify-content: space-between;
}

.contact-cart-top {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 18px;
  border-bottom: 2px solid #5d5d5d;
}

.contact-cart-top::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 3px;
  background: #ff6600;
  transition: width 0.4s ease;
}

.contact-cart:hover .contact-cart-top::after {
  width: 100%;
}

.contact-cart-top {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #5d5d5d;
  padding-bottom: 18px;

}

.contact-icon {
  width: 38px;
  height: 38px;
}

.contact-cart-top h3 {
  margin-bottom: 0;
  margin-left: 12px;
  font-weight: 600;
  font-size: 23px;
}

.contact-cart-bottom {
  margin-top: 20px;
}

.contact-iframe {
  margin-top: 50px;
  height: 555px;
  background: #ffffff;
  padding: 32px;
  border-bottom: 3px solid #f2a65a;
  border-radius: 5px;
}

.first-row {
  margin-bottom: 80px;
}

.page-content h2 {
  font-weight: 600;
}

@keyframes shakeLR {
  0% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(-4px);
  }

  50% {
    transform: translateX(4px);
  }

  75% {
    transform: translateX(-2px);
  }

  100% {
    transform: translateX(0);
  }
}

.full-cardp:hover .right-c img {
  animation: shakeLR 0.4s ease;
}

.full-cardp:hover .thumb img {
  transform: scale(1.1);
}

.about-section-btns .header-flipbook-btn {
  display: none;
}

.other-page-img,
.other-page-box {
  position: relative;
  overflow: hidden;
}

.other-page-box {
  margin-top: 25px;
}

.other-pages .row .col-12:nth-child(1) .other-page-box,
.other-pages .row .col-12:nth-child(2) .other-page-box,
.other-pages .row .col-12:nth-child(3) .other-page-box {
  margin-top: 0;
}

.other-page-img img {
  width: 100%;
  display: block;
  transition: all 1s ease;
}

.other-page-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 15px;
  background-color: #ffffff;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 15px;
  z-index: 1;
  cursor: pointer;
  margin: 0px 15px;
  padding: 10px 17px;
}

.content-info {
  padding-left: 0px;
  position: relative;
  min-height: 40px;
  display: flex;
  align-items: center;
}

.content-info::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 100%;
  width: 2px;
  background-color: #6f8f72;
}

.other-page-info h3 {
  padding-left: 12px;
  font-size: 19px;
  font-weight: 700;
  line-height: 23px;
  color: #515151;
  z-index: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  max-height: 3em;
  transition: 0.3s ease-in-out;
  overflow: hidden;
  white-space: normal;
  margin: 0px;
}

.other-page-info .read-more-btn-new {
  background-color: transparent;
}

.read-more-btn-new {
  background-color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: left;
  padding: 8px 10px;
  border-radius: 40px;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
}

.read-more-btn-new .inner-circle {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  cursor: pointer;
  transform: scale(1);
  border-radius: 50%;
  background: #6f8f72;
  border-width: 3px;
  border-style: solid;
  border-color: #ffffff;
  border-image: initial;
  transition: 0.6s;
  padding: 2px;
}

.footer-shape img {
  width: 100%;
}

.inner-circle img {
  filter: invert(1);
  transition: all 1s ease;
}

.other-page-box:hover .inner-circle img {
  transform: rotate(45deg);
}

.other-page-box:hover .other-page-img img {
  transform: scale(1.1);
}

.other-pages {
  padding-top: 0 !important;
}

.other-pages h2 {
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 30px;
}

.news-gallery-n .image-details-box {
  margin-top: 25px;
}

.news-gallery-n .row .col-12:nth-child(1) .image-details-box,
.news-gallery-n .row .col-12:nth-child(2) .image-details-box {
  margin-top: 0;
}

.pb-section {
  padding-bottom: 99px !important;
}

.pt-section {
  padding-top: 99px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.artist-dropdown-btn {
  text-align: left;
  position: relative;
}

.artist-dropdown-btn::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
  right: 20px;
  font-size: 20px;
  top: 20px;
  position: absolute;
}

.artist-dropdown-menu li {
  margin-bottom: 5px;
}

.faq-section {
  color: #fff;
  position: relative;
  overflow: hidden;
}

.faq-section:before {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
  height: 29px;
  background: url('../images/shape-wave-faq.png') no-repeat bottom center;
  background-size: cover;
  pointer-events: none;
}

@media (max-width:1399px) {
  .roadmap-badge {
    width: 45px;
    height: 45px;
  }

  .road-title {
    font-size: 20px;
  }

  .top-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .similipal-wrapper .curve {
    width: 150px;
  }
}

@media (max-width:1365px) {
  .foundation-brand-logo img {
    height: 53px;
  }

  .main-brand-logo img {
    height: 53px;
  }

  .header-menu ul.menu li {
    font-size: 17px;
  }

  .header-right .flipbook-btn {
    padding: 10px 13px;
    font-size: 15px;
  }

  .main-title {
    font-size: 140px;
  }

  .highlight {
    padding: 3px 17px;
    font-size: 40px;
  }

  .vertical-text {
    font-size: 27px;
    line-height: 27px;
  }

  .subtitle {
    font-size: 26px;
  }

  .highlight {
    width: 200px;
  }

  .explore-header-box img {
    height: 55px;
    width: 55px;
  }

  .main-box-explore .box span .explore-box-heading {
    font-size: 28px;
  }

  .program-preview-content h3 {
    font-size: 35px;
  }

  .flipbook-btn a {
    padding-right: 14px;
  }

}

@media (max-width:1199px) {



  .csm-section {
    padding: 90px 0 90px 0;
  }

  .similipal-collage {
    display: flex;
    justify-content: center !important;
  }

  .other-pages .row .col-12:nth-child(3) .other-page-box {
    margin-top: 25px;
  }

  .news-gallery-wrapper.program-gallery .row .col-12:nth-child(4) .image-details-box {
    margin-top: 25px;
  }

  .curve-section {
    display: flex;
    align-items: self-start;
    flex-direction: column;
  }


  .inner-page-banner {
    min-height: 410px;
  }

  .banner-wrapper h1 {
    font-size: 50px;
    margin-bottom: 10px;
  }

  .road-desc {
    margin-top: 15px;
    border-top: 2px dashed #a9bcaa;
    padding-top: 15px;
    line-height: 24px;
  }

  .roadmap-accordion .accordion-button::before {
    top: 94px;
  }

  .program-grid {
    grid-template-columns: 1fr
  }

  .program-tabs {
    min-height: 300px
  }

  .header-menu {
    display: none;
  }

  .navbar-expand-lg .navbar-collapse {
    display: none !important;
  }

  .navbar-expand-lg {
    justify-content: space-between;
  }

  .resp-hamburger {
    display: block;
  }

  .heading-lg,
  .similipal-wrapper .left-content h2 {
    font-size: 45px;
  }

  .about-photo-large {
    width: 100%;
  }

  .shape-card {
    bottom: -45px;
  }

  .shape-card-2 {
    right: -40px;
    bottom: 75px;
  }

  .similipal-wrapper .circle {
    width: 120px;
    height: 120px;
  }

  .similipal-wrapper .flower {
    width: 65px;
    height: 65px;
  }

  .footer-top p {
    font-size: 17px;
  }
}

@media (max-width:991px) {

  .heading-filter-section {
    flex-direction: column !important;
  }

  .gallery-filter-bar {
    margin-top: 18px;
  }

  .news-gallery-n .row .col-12:nth-child(2) .image-details-box {
    margin-top: 25px;
  }

  .section-decoration.page-title-decoration .decoration-inner-3:before,
  .section-decoration.page-title-decoration .decoration-inner-1:after {
    bottom: 95%;
  }

  .news-gallery-wrapper.program-gallery .row .col-12:nth-child(3) .image-details-box {
    margin-top: 25px;
  }

  .footer-shape img {
    height: 120px;
    object-fit: cover;
    object-position: center;
  }

  .contact-cart-bottom p {
    margin-bottom: 35px;
  }

  .banner-wrapper {
    bottom: 60px;
  }

  .resp-footer-info {
    text-align: center !important;
    margin-top: 40px;
  }

  .img-press-release-img {
    position: absolute;
    bottom: 35px;
    right: 0;
  }

  .latest-news-content {
    border-right: 0;
    padding-top: 0;
  }

  .first-row {
    margin-bottom: 30px !important;
  }

  .similipal-search-section {
    margin-top: 10px;
  }

  .full-cardp .project-card {
    margin-bottom: 0;
    padding: 0 40px 40px 40px;
    border-radius: 9px;
    overflow: hidden;
  }


  .banner-wrapper h1 {
    font-size: 40px;
    margin-bottom: 10px;
  }

  .similipal-wrapper .pattern {
    margin-top: 0;
    margin: 0 auto;
  }

  .similipal-wrapper .curve {
    display: none;
  }

  .gallery-section .row {
    justify-content: center;
  }

  .foundation-brand-logo img {
    height: 45px;
  }

  .main-brand-logo img {
    height: 45px;
  }

  .flipbook-btn {
    padding: 11px 43px 11px 19px;
    font-size: 13px;
  }

  .icon-flipbook-button {
    width: 17px;
  }

  .roadmap-accordion .accordion-button {
    padding: 30px 35px;
  }

  .site-header {
    padding: 3px 0;
  }

  .site-header.scrolled {
    padding: 3px 0;
  }

  .heading-lg,
  .similipal-wrapper .left-content h2 {
    font-size: 42px;
  }

  .about-section.section-pad {
    padding: 72px 0;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .about-art {
    margin-bottom: 28px;
    display: flex;
    justify-content: center;
  }

  .shape-card {
    right: 120px;
  }

  .shape-card-2 {
    right: 110px;
  }

  .about-photo-large {
    width: 50%;
    height: 100%;
  }

  .about-photo-small {
    right: 0;
    width: 32%
  }

  .hero-controls {
    bottom: 24px
  }

  .about-section.section-pad {
    padding-bottom: 90px;
  }

  .road-title {
    margin-right: 0;
    margin-left: 20px;
  }

  .roadmap-accordion .accordion-button::before {
    top: 84px;
  }

  .about-copy {
    position: relative;
    z-index: 1;
  }

  .main-box-explore {
    flex-direction: column;
  }

  .main-box-explore .box.active {
    width: 100% !important;
    min-height: 420px;
  }

  .program-preview {
    padding: 25px 25px;
  }

  .main-box-explore .box span .explore-box-heading {
    writing-mode: horizontal-tb !important;
    transform: none !important;
    justify-content: left;
    padding-left: 90px;
    bottom: 26px;
    font-size: 27px;
  }

  .main-box-explore .box {
    flex: 1 1 0;
    width: 100% !important;
    min-height: 90px;
    display: flex;
  }

  .main-box-explore .detail {
    transform: translate3d(0, 40px, 0);
  }
}

@media (max-width:767px) {

  .recent-updates {
    margin-top: 25px;
  }

  .news-gallery-wrapper.program-gallery .row .col-12:nth-child(2) .image-details-box {
    margin-top: 25px;
  }

  .other-pages .row .col-12:nth-child(2) .other-page-box {
    margin-top: 25px;
  }

  .footer-top p {
    font-size: 17px;
    line-height: 23px !important;
  }

  .hero .container.position-relative {
    height: auto;
    padding-top: 0px;
  }

  .heroSwiper .swiper-slide {
    background-position: right center;
  }

  .contact-icon {
    width: 29px;
    height: 29px;
  }

  .psb-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: fit-content;
  }

  .psb-top {
    display: none !important;
  }

  .t-search-input {
    height: 45px !important;
  }

  .similipal-search-submit {
    height: 44px;
    width: 45px;
    padding: 0 12px;
  }

  .hero-pagination-box .hero-pagination,
  .scroll-indicator {
    display: none !important;
  }

  .section-pad {
    padding: 60px 0;
  }

  .roadmap-section {
    padding-bottom: 80px;
  }

  .gallery-section {
    padding-bottom: 80px;
  }

  .programs-section .heading-lg {
    text-align: center;
  }

  .main-box-explore .box.active {
    min-height: 360px;
  }

  .program-preview-content h3 {
    font-size: 29px;
  }

  .explore-header-box img {
    height: 40px;
    width: 40px;
  }

  .main-box-explore .box span .explore-box-heading {
    font-size: 23px;
    padding-left: 75px;
  }

  .main-box-explore .box {
    min-height: 80px;
  }

  .banner-wrapper h1 {
    font-size: 32px;
    margin-bottom: 2px;
    text-align: left;
    max-width: 100%;
  }

  .breadcumb {
    justify-content: left;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .inner-page-banner {
    min-height: 330px;
  }

  .resp-footer-info {
    margin-top: 45px;
    border-top: 1px solid #5b8266;
    padding-top: 40px;
  }

  .footer-bottom .container {
    text-align: center;
  }

  .contact-cart-top h3 {
    font-size: 20px;
  }

  .contact-iframe {
    padding: 20px;
    margin-top: 0px;
  }


  .contact-cart-top {
    padding-bottom: 8px;
  }

  .contact-cart-bottom {
    margin-top: 11px;
  }

  .contact-cart {
    margin-bottom: 30px;
  }

  .right-c {
    width: 80px;
    height: 80px;
  }

  .roadmap-accordion .accordion-button {
    padding: 25px 27px;
  }

  .roadmap-accordion .accordion-button::before {
    top: 74px;
    right: 30px;
  }

  .road-title {
    font-size: 19px;
  }

  .roadmap-badge {
    width: 40px;
    height: 40px;
  }

  .road-desc {
    max-width: 93%;
  }

  .road-desc p {
    font-size: 16px;
    line-height: 23px !important;
  }

  .hero-content {
    padding-top: 0;
  }

  .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px
  }

  .section-title-wrap {
    flex-direction: column;
    align-items: flex-start
  }

  .program-preview {
    min-height: 360px
  }

  .program-tabs {
    flex-direction: column;
    min-height: auto
  }

  .program-tab {
    min-height: 100px
  }

  .program-tab.active {
    min-height: 260px
  }

  .program-title-vertical {
    writing-mode: horizontal-tb;
    transform: none;
    font-size: 1rem;
    margin: 0
  }

  .program-tab.active .program-title-vertical {
    transform: translateY(30px)
  }

  .program-tab-inner {
    padding: 18px
  }

  .gallery-card-sm,
  .gallery-card-lg,
  .gallery-card-tall {
    height: 260px
  }

  .main-title {
    font-size: 120px;
  }

  .vertical-text {
    font-size: 23px;
    line-height: 24px;
  }

  .highlight {
    padding: 3px 14px;
    font-size: 34px;
  }

  .hero {
    height: 500px;
  }

  .hero .swiper {
    height: 500px;
  }

  .about-photo-large {
    width: 65%;
  }

  .shape-card {
    right: 55px;
  }

  .shape-card-2 {
    right: 45px;
  }

  .tree-shape {
    display: none;
  }

  .tiger-shape img {
    left: 8%;
  }

  .double-dear-shape {
    display: none;
  }

  .highlight {
    width: 174px;
  }

  .header-right .flipbook-btn {
    display: none;
  }

  .about-section-btns .header-flipbook-btn {
    display: inline-flex;
  }

  .resp-hamburger {
    padding-right: 0;
  }

  .site-header .container-fluid {
    padding: 0 20px;
  }

  .about-section-btns {
    display: flex;
    align-items: center;
    column-gap: 20px;
  }

  .news-nav {
    margin-top: 5px;
  }

  .header-flipbook-btn {
    padding: 8px 20px;
  }

  .footer-bottom {
    background-size: cover;
  }

  .inner-page-banner-img .swiper-slide {
    background-position: top 0 right -115px;
  }

}

@media (max-width:599px) {
  .about-footer {
    bottom: -40px;
  }

  .heading-lg,
  .similipal-wrapper .left-content h2 {
    font-size: 37px;
  }

  .about-section.section-pad {
    padding-bottom: 40px;
  }

  .highlight {
    width: 146px;
    text-align: center;
  }

  .play-button {
    width: 40px;
    height: 40px;
  }

  .video-text {
    font-size: 14px;
    line-height: 18px;
  }

  .title-wrapper {
    gap: 8px;
  }

  .play-icon {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 13px solid white;
  }

  .xs-sidebar-widget {
    max-width: 100%;
    width: 100%;
  }

  .main-title {
    font-size: 95px;
  }

  .vertical-text {
    font-size: 21px;
    line-height: 22px;
  }

  .highlight {
    font-size: 25px;
  }

  .subtitle {
    font-size: 21px;
    left: 5%;
  }

  .scroll-indicator {
    display: none;
  }

  .hero-pagination-box {
    display: none !important;
  }

  p {
    font-size: 17px;
    line-height: 30px !important;
  }

  .inner-page-content-wrapper ul li {
    font-size: 17px;
    line-height: 25px !important;
  }

  .tiger-shape,
  .small-dear-shape,
  .single-big-dear-shape,
  .tree-shape-second-shape {
    display: none;
  }

  .foundation-brand-logo img {
    height: 48px;
  }

  .main-brand-logo img {
    height: 48px;
  }
}

@media (max-width:576px) {



  .footer-shape img {
    height: 80px;
  }

  .resp-footer-main-icon {
    display: none;
  }

  .resp-footer-top {
    text-align: center;
  }

  .footer-logo-row {
    justify-content: center;
  }

  .resp-comp-addr {
    margin-bottom: 25px !important;
  }
}

@media (max-width:500px) {
  .inner-page-banner {
    min-height: 300px;
  }

  .banner-wrapper {
    bottom: 55px;
  }

  .img-press-release-img {
    display: none;
  }

  .site-header .container-fluid {
    padding: 0 20px;
  }

  .navSidebar-button span {
    width: 24px;
  }

  .navSidebar-button .nev-line2 {
    margin: 5px 0px;
  }

  .navSidebar-button:hover .nev-line2 {
    width: 24px;
  }

  .flipbook-btn {
    font-size: 15px;
  }

  .icon-flipbook-button {
    width: 18px;
  }

  .main-title {
    font-size: 80px;
  }

  .highlight {
    font-size: 23px;
  }

  .subtitle {
    font-size: 18px;
  }

  .about-photo-large {
    width: 70%;
  }

  .shape-card-2 {
    right: 30px;
    width: 95px;
    height: 95px;
  }

  .shape-card {
    right: 50px;
    width: 95px;
    height: 95px;
    bottom: -35px;
  }

  .heading-lg,
  .similipal-wrapper .left-content h2 {
    font-size: 40px;
  }

  .left-content {
    padding: 28px;
  }

  .full-cardp .project-card {
    padding: 0 27px 27px 27px;
  }

  .hero {
    height: 290px;
  }

  .hero .swiper {
    height: 290px;
  }

  .video-container {
    top: 50px;
  }

}

@media (max-width:480px) {
  .main-title {
    font-size: 63px;
  }

  .vertical-text {
    font-size: 19px;
    line-height: 18px;
    padding-top: 7px;
  }

  .highlight {
    font-size: 17px !important;
    width: 122px;
    top: 95%;
  }

  .subtitle {
    font-size: 16px;
    left: 0;
  }

  .road-desc {
    max-width: 90%;
  }

  .road-title {
    line-height: 23px;
  }

  .program-preview {
    min-height: 260px;
  }

  .main-box-explore .box.active {
    min-height: 260px;
  }

  .program-preview-content h3 {
    font-size: 22px;
  }

  .program-preview:before {
    background: linear-gradient(to top, rgb(0 0 0 / 59%) 0%, rgba(0, 0, 0, 0.45) 34%, rgba(0, 0, 0, 0.15) 60%, rgba(0, 0, 0, 0.05) 100%);
  }

  .explore-header-box img {
    height: 37px;
    width: 37px;
  }

  .main-box-explore .box span .explore-box-heading {
    font-size: 21px;
    padding-left: 67px;
    bottom: 22px;
  }

  .main-box-explore .box {
    min-height: 73px;
  }

  .news-prev i,
  .news-next i {
    font-size: 15px;
  }

  .news-nav button {
    width: 33px;
    height: 33px;
  }

  .trv-side-pnl-info ul li a {
    font-size: 24px;
  }

  .left-content {
    padding: 20px;
  }

  .full-cardp .project-card {
    padding: 0 20px 20px 20px;
  }

  .right-c {
    width: 70px;
    height: 70px;
  }

  .full-cardp .p-title h2 {
    font-size: 26px;
  }

  p {
    line-height: 27px !important;
  }

  .overlay-count {
    width: 45px;
    height: 55px;
  }

  .inner-page-container.section {
    padding: 55px 0 !important;
  }
}

@media (max-width:320px) {
  .foundation-brand-logo img {
    height: 37px;
  }

  .main-brand-logo img {
    height: 37px;
  }

  .main-title {
    font-size: 53px;
  }

  .vertical-text {
    font-size: 17px;
  }

  .subtitle {
    font-size: 14px;
  }

  .highlight {
    font-size: 20px;
    width: 117px;
  }

  .about-photo-large {
    width: 85%;
  }

  .shape-card-2 {
    right: 0px;
    width: 70px;
    height: 70px;
  }

  .shape-card {
    right: 0;
    width: 75px;
    height: 75px;
    bottom: -15px;
  }

  .heading-lg,
  .similipal-wrapper .left-content h2 {
    font-size: 32px;
  }

  .program-preview-content h3 {
    font-size: 20px;
  }

  .main-box-explore .box span .explore-box-heading {
    font-size: 19px;
    padding-left: 58px;
    bottom: 19px;
  }

  .main-box-explore .box {
    min-height: 60px;
    padding: 13px;
  }

  .explore-header-box img {
    height: 31px;
    width: 31px;
  }

  .roadmap-accordion .accordion-button {
    padding: 17px 17px;
  }

  .roadmap-badge {
    width: 31px;
    height: 31px;
  }

  .road-title {
    font-size: 18px;
    margin-left: 0;
    margin-top: 6px;
  }

  .roadmap-accordion .accordion-button::before {
    top: 86px;
    right: 13px;
  }
}


.faq-custom {
  background: #7f9ad100;
  padding: 0px 0px;
}

.faq-custom .accordion-item {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgb(221 220 220 / 18%);
  border-radius: 0;
}

.faq-custom .accordion-item:last-child {
  border-bottom: none !important;
}

.faq-custom .accordion-button {
  background: transparent !important;
  color: #ffffff;
  font-size: 21px;
  font-weight: 600;
  padding: 22px 0;
  box-shadow: none !important;
  border: 0;
}

.faq-custom .accordion-button::after {
  content: "+";
  background-image: none !important;
  color: #ffffff;
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
  transform: none !important;
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Show minus when accordion is open */
.faq-custom .accordion-button:not(.collapsed)::after {
  content: "\2212";
  background-image: none !important;
  transform: none !important;
}

.faq-custom .accordion-body {
  color: #ffffffbd;
  font-size: 16px;
  line-height: 1.8;
  padding: 0 0 24px 0;
  max-width: 700px;
}

/* faq details page css start here */

.details-faq .faq-custom {
  background: #7f9ad100;
  padding: 0px 0px;
}

.details-faq .faq-custom .accordion-item {
  background: white !important;
  border: 0;
  /* border-bottom: 1px solid rgb(217 212 206); */
  border-radius: 0;
  /* padding: 10px; */
  margin-bottom: 5px;
}

.details-faq .faq-custom .accordion-button {
  background: transparent !important;
  color: #6f8f72;
  font-size: 22px;
  font-weight: 700;
  padding: 25px;
  box-shadow: none !important;
  border: 0;
  border-bottom: 1px solid #f2a65a;
}

.details-faq .faq-custom .accordion-button::after {
  content: "+";
  background-image: none !important;
  color: #6f8f72;
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
  transform: none !important;
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Show minus when accordion is open */
.details-faq .faq-custom .accordion-button:not(.collapsed)::after {
  content: "\2212";
  background-image: none !important;
  transform: none !important;

}

.details-faq .faq-custom .accordion-body {
  color: #000000bd;
  font-size: 17px;
  line-height: 1.8;
  padding: 0 0 24px 0;
  max-width: 100% !important;
  font-weight: 600;
  padding: 0 22px 22px 22px;

}

.similipal-collage {
  display: flex;
  justify-content: end;
}

.collage-card {
  justify-content: center;
  text-align: end;
}

.csm-section {
  padding: 90px 0 40px 0;
}