@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Momo+Trust+Display&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bree+Serif&display=swap");
@font-face {
  font-family: "Clash_Display_Bold";
  src: url(.\f ontshead\c lashDisplay-Bold.otf);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: linear-gradient(to bottom, #cde3f0 3%, #f9f9f9 65%, #f9f9f9 65%, #f0f0f0 100%);
  font-family: "Poppins", sans-serif;
  color: #171717;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "Bree Serif", serif;
  /*letter-spacing: 130%;*/
}
body .card {
  border-radius: 16px;
  overflow: hidden;
  border: 0.3px solid #171717;
}
body .card:hover {
  scale: 101%;
  box-shadow: 0 0px 12px 0px rgba(0, 0, 0, 0.2117647059);
  transition: 0.2ms ease-in-out;
}
body .title {
  font-family: "Bree Serif", serif;
  font-weight: 500;
}
body .sec-head {
  color: #171717;
  font-size: clamp(2rem, 2.8vw, 3rem);
  line-height: 120%;
  /* Extra small devices (phones, 600px and down) */
}
body .sec-sub-title {
  line-height: 130%;
  font-weight: 600;
  font-family: "Bree Serif", serif;
  color: #db8f02;
}
body .sec-sub-head {
  font-size: clamp(1.1rem, 1vw, 1.2rem);
  line-height: 130%;
  font-weight: 400;
}
@media only screen and (max-width: 1023px) {
  body .sec-sub-head {
    padding: 8px 0px;
  }
}
body .sub-heading {
  font-size: 1rem;
  font-weight: bold;
  color: #4932eb;
  font-family: "Bree Serif", serif;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  body .sub-heading {
    font-size: 2.5rem;
    padding: 20px;
  }
}
body .cta-lg {
  padding: 12px 32px;
  color: #fdfdfd;
  background: #0397d7;
  border: none;
  font-size: 20px;
  font-weight: 500;
  border-radius: 32px;
  border: 1px solid transparent;
}
body .cta-lg:hover {
  background: #fdfdfd;
  color: #0397d7;
  border: 1px solid #0397d7;
}
body .cta-md {
  padding: 8px 24px;
  color: #fdfdfd;
  background: #0397d7;
  border: none;
  font-size: 16px;
  font-weight: 500;
  border-radius: 20px;
  border: 1px solid transparent;
}
body .cta-md:hover {
  background: #fdfdfd;
  color: #0397d7;
  border: 1px solid #0397d7;
}
body .cta-md-2 {
  padding: 8px 24px;
  color: #0397d7;
  background: #fdfdfd;
  border: 1px solid #0397d7;
  font-size: 16px;
  font-weight: 500;
  border-radius: 20px;
  border: 1px solid #0397d7;
}
body .cta-md-2:hover {
  background: #0397d7;
  color: #fdfdfd;
  border: 1px solid transparent;
}
body .cta-sm {
  padding: 8px 24px;
  color: #fdfdfd;
  background: #78bc41;
  border: none;
  font-size: 14px;
  font-weight: 500;
  border-radius: 10px;
  border: 1px solid #fdfdfd;
}
body .cta-sm:hover {
  background: #fdfdfd;
  color: #78bc41;
  border: 1px solid #78bc41;
}
body .cta-sm-2 {
  padding: 8px 24px;
  color: #0397d7;
  background: #fdfdfd;
  border: 1px solid #0397d7;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  /* Desvices other than small devices (phones, 1024px and down) */
}
body .cta-sm-2:hover {
  background: #0397d7;
  color: #fdfdfd;
  border: 1px solid #0397d7;
}
@media only screen and (min-width: 1024px) {
  body .cta-sm-2 {
    padding: 8px 18px;
  }
}
body .cta-link {
  color: #0397d7;
  text-decoration: none;
  border: none;
  background: none;
  font-weight: 500;
}
body .cta-link:hover {
  scale: 110%;
}

.custom-container .nav-bar {
  z-index: 100;
  padding: 0.8rem 0.5rem 0.7rem;
  background: #fdfdfd;
  border-bottom: 0.6px solid rgba(70, 69, 69, 0.6117647059);
  box-shadow: 0 0px 12px 0px rgba(0, 0, 0, 0.2117647059);
  width: 100%;
}
.custom-container .nav-bar #nav-dialog {
  padding: 0.8rem 0.5rem 0.5rem;
}
.custom-container .nav-bar .nav-bar-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-container .nav-bar .nav-bar-wrap .brand-wrap {
  display: flex;
  justify-content: start;
  align-items: center;
}
.custom-container .nav-bar .nav-bar-wrap .brand-wrap #brand-short {
  text-decoration: none;
  margin-right: 1rem;
  color: #0397d7;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  /* Desvices other than small devices (phones, 1024px and down) */
}
.custom-container .nav-bar .nav-bar-wrap .brand-wrap #brand-short h3 {
  font-size: clamp(34px, 3vw, 40px);
}
@media only screen and (min-width: 1025px) {
  .custom-container .nav-bar .nav-bar-wrap .brand-wrap #brand-short {
    display: none;
    margin-right: 0.6rem;
  }
}
.custom-container .nav-bar .nav-bar-wrap .brand-wrap #brand {
  text-decoration: none;
  margin-right: 1rem;
  color: #0397d7;
  /* Desvices other than small devices (phones, 1024px and down) */
}
@media only screen and (max-width: 1024px) {
  .custom-container .nav-bar .nav-bar-wrap .brand-wrap #brand {
    display: none;
  }
}
.custom-container .nav-bar .nav-bar-wrap .brand-wrap #brand h3 {
  font-size: clamp(28px, 2.2vw, 32px);
}
.custom-container .nav-bar .nav-bar-wrap .brand-wrap #brand img {
  max-width: 240px;
  /* Desvices other than small devices (phones, 1024px and down) */
}
.custom-container .nav-bar .nav-bar-wrap .brand-wrap .contact-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 1px;
  padding: 6px 24px;
  border-left: 2px solid rgba(34, 34, 34, 0.2078431373);
  /* Desvices other than small devices (phones, 1024px and down) */
}
@media only screen and (max-width: 1023px) {
  .custom-container .nav-bar .nav-bar-wrap .brand-wrap .contact-details {
    gap: 0px;
    padding: 2px 18px;
  }
}
.custom-container .nav-bar .nav-bar-wrap .brand-wrap .contact-details .details {
  font-size: clamp(0.8rem, 1vw, 1rem);
  color: #171717;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: 1.8;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  /* Desvices other than small devices (phones, 1024px and down) */
}
.custom-container .nav-bar .nav-bar-wrap .brand-wrap .contact-details .details .icon-wrap {
  background: #eaeaea;
  padding: 4px 8px;
  border-radius: 40px;
  display: inline;
  /* Desvices other than small devices (phones, 1024px and down) */
}
@media only screen and (max-width: 1023px) {
  .custom-container .nav-bar .nav-bar-wrap .brand-wrap .contact-details .details .icon-wrap {
    display: none;
  }
}
.custom-container .nav-bar .nav-bar-wrap .brand-wrap .contact-details .details .icon-wrap img {
  width: 0.9rem;
}
.custom-container .nav-bar .nav-bar-wrap .nav-link-wrap {
  display: none;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 8px 8px 8px 40px;
  border-radius: 48px;
  /* Desvices other than small devices (phones, 1024px and down) */
}
@media only screen and (min-width: 1024px) {
  .custom-container .nav-bar .nav-bar-wrap .nav-link-wrap {
    display: flex;
  }
}
.custom-container .nav-bar .nav-bar-wrap .nav-link-wrap .nav-link {
  font-size: 1rem;
  font-weight: medium;
  color: #171717;
  padding: 4px 0px;
  border-radius: 12px;
  color: #171717;
}
.custom-container .nav-bar .nav-bar-wrap .nav-link-wrap .nav-link:hover {
  color: #0397d7;
  text-decoration: underline;
  text-decoration-color: #db8f02;
  text-underline-offset: 4px;
}
.custom-container .nav-bar .nav-bar-wrap .nav-link-wrap .nav-link .dropdown-menu {
  padding: 8px;
  border-radius: 20px;
  z-index: 99;
}
.custom-container .nav-bar .nav-bar-wrap .nav-link-wrap .nav-link .dropdown-menu .dropdown-item {
  font-size: 16px;
  font-weight: medium;
  color: #171717;
  padding: 16px 12px;
  border-radius: 12px;
  min-width: 240px;
}
.custom-container .nav-bar .nav-bar-wrap .nav-link-wrap .nav-link .dropdown-menu .dropdown-item:hover {
  color: #0397d7;
  background: #e8ebff;
}
.custom-container .nav-bar .nav-bar-wrap .nav-link-wrap .nav-link:hover {
  color: #0397d7;
  text-decoration: underline;
}
.custom-container .nav-bar .nav-bar-wrap .menu-btn {
  /* Extra small devices (phones, 1024px and down) */
}
.custom-container .nav-bar .nav-bar-wrap .menu-btn .fa-solid {
  font-size: 22px;
  color: #0397d7;
}
@media only screen and (min-width: 1024px) {
  .custom-container .nav-bar .nav-bar-wrap .menu-btn {
    display: none;
  }
}
.custom-container .nav-bar .nav-bar-wrap .toggle-menu {
  position: fixed;
  background: #fdfdfd;
  inset: 0;
  z-index: 10;
  padding: 0.8rem 0.5rem 0.7rem;
  /* Extra small devices (phones, 1024px and down) */
}
@media only screen and (min-width: 1024px) {
  .custom-container .nav-bar .nav-bar-wrap .toggle-menu {
    display: none;
  }
}
.custom-container .nav-bar .nav-bar-wrap .toggle-menu .toggle-menu-nav {
  display: flex;
  justify-content: space-between;
  padding-bottom: 8px;
  padding-right: var(--bs-gutter-x, 0.75rem);
}
.custom-container .nav-bar .nav-bar-wrap .toggle-menu .toggle-menu-nav .brand img {
  max-width: 140px;
}
.custom-container .nav-bar .nav-bar-wrap .toggle-menu .toggle-menu-nav .menu-btn {
  /* Extra small devices (phones, 1024px and down) */
}
@media only screen and (min-width: 1024px) {
  .custom-container .nav-bar .nav-bar-wrap .toggle-menu .toggle-menu-nav .menu-btn {
    display: none;
  }
}
.custom-container .nav-bar .nav-bar-wrap .toggle-menu .toggle-nav-link-wrap {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
  gap: 8px;
}
.custom-container .nav-bar .nav-bar-wrap .toggle-menu .toggle-nav-link-wrap .nav-link {
  font-size: 20px;
  font-weight: medium;
  color: #171717;
  padding: 8px 16px;
  border-radius: 12px;
}
.custom-container .nav-bar .nav-bar-wrap .toggle-menu .toggle-nav-link-wrap .nav-link .dropdown-menu {
  padding: 24px 20px;
  border-radius: 20px;
}
.custom-container .nav-bar .nav-bar-wrap .toggle-menu .toggle-nav-link-wrap .nav-link .dropdown-menu .dropdown-item {
  font-size: 16px;
  font-weight: medium;
  color: #171717;
  padding: 8px 16px;
  border-radius: 12px;
  margin-top: 8px;
}
.custom-container .nav-bar .nav-bar-wrap .toggle-menu .toggle-nav-link-wrap .nav-link .dropdown-menu .dropdown-item:hover {
  color: #0397d7;
  background: #e8ebff;
}
.custom-container .nav-bar .nav-bar-wrap .toggle-menu .toggle-nav-link-wrap .nav-link:hover {
  color: #0397d7;
  background: #e8ebff;
}
.custom-container .nav-bar .nav-bar-wrap .toggle-menu .toggle-nav-link-wrap .cta-md {
  margin-top: 4px;
}
.custom-container .banner-wrap {
  position: relative;
  background: linear-gradient(to bottom, #cde3f0 3%, #f9f9f9 65%, #f9f9f9 65%, #f0f0f0 100%);
  margin: 2rem 0rem 0rem;
  padding: 4rem 0rem;
  overflow: hidden;
  z-index: 1;
}
.custom-container .banner-wrap #banner-outline {
  position: absolute;
  width: 100%;
  z-index: -1;
  opacity: 0.32;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 1024px) {
  .custom-container .banner-wrap #banner-outline {
    height: auto;
  }
}
.custom-container .banner-wrap #bg-flower-5 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: color-burn;
  color: #fdfdfd;
  z-index: -1;
  opacity: 0.3;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 1024px) {
  .custom-container .banner-wrap #bg-flower-5 {
    width: 52vw;
  }
}
@media screen and (max-width: 1024px) {
  .custom-container .banner-wrap {
    margin: 60px 0px 0rem;
    height: auto;
    padding-top: 0px;
  }
}
.custom-container .banner-wrap #banner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
}
@media screen and (max-width: 1024px) {
  .custom-container .banner-wrap #banner {
    padding-top: 0px;
  }
}
.custom-container .banner-wrap #banner .content-wrap {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  text-align: start;
  padding: 6% 0 6% 2rem;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .custom-container .banner-wrap #banner .content-wrap {
    padding: 120px 2rem 20px;
    text-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 600px) {
  .custom-container .banner-wrap #banner .content-wrap {
    padding: 80px 2rem 20px;
  }
}
.custom-container .banner-wrap #banner .content-wrap .sec-tag {
  font-size: clamp(1rem, 1vw, 1.2rem);
  margin-bottom: 12px;
  background: #78bc41;
  color: #fdfdfd;
  padding: 10px 20px;
  border-radius: 24px;
}
.custom-container .banner-wrap #banner .content-wrap .sec-head {
  font-size: clamp(48px, 5.8vw, 64px);
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 12px;
  color: #171717;
  text-decoration: none;
  padding-right: 6%;
}
.custom-container .banner-wrap #banner .content-wrap .sec-head span {
  color: #0397d7;
}
@media screen and (max-width: 600px) {
  .custom-container .banner-wrap #banner .content-wrap .sec-head {
    line-height: 1.1;
    margin-bottom: 24px;
    padding-right: 0;
  }
}
.custom-container .banner-wrap #banner .content-wrap .sec-sub {
  font-family: "Poppins", sans-serif;
  color: #171717;
  padding-right: 30%;
}
@media screen and (max-width: 1024px) {
  .custom-container .banner-wrap #banner .content-wrap .sec-sub {
    padding-right: 0;
  }
}
.custom-container .banner-wrap #banner .content-wrap .cta-grp {
  margin-top: 28px;
}
.custom-container .banner-wrap #banner .content-wrap .cta-grp .cta-sm {
  background: #78bc41;
}
@media screen and (max-width: 1024px) {
  .custom-container .banner-wrap #banner .content-wrap .cta-grp .cta-sm {
    padding-top: 8px;
  }
}
.custom-container .banner-wrap #banner-image {
  overflow: hidden;
  padding-top: 52px;
}
@media screen and (max-width: 1023px) {
  .custom-container .banner-wrap #banner-image {
    padding: 20px 0;
  }
}
.custom-container .banner-wrap #banner-image .vid-wrap {
  display: flex;
  width: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .custom-container .banner-wrap #banner-image .vid-wrap {
    height: auto;
  }
}
.custom-container .banner-wrap #banner-image .vid-wrap img {
  width: 100%;
  height: auto;
  background-size: cover;
  box-shadow: 0 0px 8px 0px rgba(0, 0, 0, 0.2117647059);
  border-radius: 32px;
}
.custom-container .body {
  position: relative;
}
.custom-container .body .about {
  position: relative;
  padding: 80px 3rem 80px;
  background: linear-gradient(45deg, #cde3f0 0%, #e0ecf6 100%);
  box-shadow: 0 0px -20px 0px rgba(0, 0, 0, 0.4745098039);
  z-index: 0;
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 1024px) {
  .custom-container .body .about {
    padding: 80px 2rem 40px;
  }
}
@media only screen and (max-width: 600px) {
  .custom-container .body .about {
    padding: 80px 0rem 40px;
  }
}
.custom-container .body .about #bg-flower-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36vw;
  mix-blend-mode: multiply;
  color: #fdfdfd;
  z-index: 1;
  opacity: 0.16;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 1023px) {
  .custom-container .body .about #bg-flower-1 {
    width: 68vw;
  }
}
.custom-container .body .about #bg-flower-2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 30vw;
  mix-blend-mode: multiply;
  color: #fdfdfd;
  z-index: 1;
  opacity: 0.1;
  rotate: "180";
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 1023px) {
  .custom-container .body .about #bg-flower-2 {
    width: 52vw;
  }
}
.custom-container .body .about .about-head {
  padding-bottom: 16px;
  z-index: 3;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 1023px) {
  .custom-container .body .about .about-head {
    text-align: center;
    padding: 20px;
  }
}
.custom-container .body .about .about-head .cta-sm {
  z-index: 3;
}
.custom-container .body .about .about-head .title {
  line-height: 120%;
  color: #171717;
  font-size: clamp(2rem, 3vw, 3rem);
  z-index: 3;
  margin-right: 20%;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 1023px) {
  .custom-container .body .about .about-head .title {
    margin-right: 0;
  }
}
.custom-container .body .about .about-head .sec-sub-head {
  font-size: clamp(0.8rem, 2vw, 1.1rem);
  color: #171717;
  margin-right: 22%;
  z-index: 3;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 1023px) {
  .custom-container .body .about .about-head .sec-sub-head {
    margin-right: 0;
  }
}
.custom-container .body .about .about-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.custom-container .body .about .about-content .row-1 .card {
  background: #fdfdfd;
  overflow: hidden;
  height: 580px;
  border: 6px solid rgba(160, 212, 241, 0.8823529412);
  display: flex;
  flex-direction: column;
  justify-content: end;
  z-index: 3;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 1023px) {
  .custom-container .body .about .about-content .row-1 .card {
    margin-top: 16px;
    height: auto;
  }
}
.custom-container .body .about .about-content .row-1 .card .card-content-area {
  padding: 52px 36px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 1023px) {
  .custom-container .body .about .about-content .row-1 .card .card-content-area {
    padding: 40px 24px 24px;
    height: auto;
  }
}
.custom-container .body .about .about-content .row-1 .card .card-content-area .img-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.custom-container .body .about .about-content .row-1 .card .card-content-area .img-wrap img {
  width: 100%;
  height: auto;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 1023px) {
  .custom-container .body .about .about-content .row-1 .card .card-content-area .img-wrap img {
    height: auto;
    width: 100%;
  }
}
.custom-container .body .about .about-content .row-1 .card .card-content-area .img-wrap .card-img-2 {
  width: 80%;
}
.custom-container .body .about .about-content .row-1 .card .card-content-area .card-title {
  font-size: clamp(1.7rem, 2.2vw, 1.7rem);
  margin-top: 24px;
  font-weight: 500;
  margin-right: 50px;
}
.custom-container .body .about .about-content .row-1 .card .card-content-area .card-body-text {
  color: #171717;
  line-height: 120%;
  margin-top: 12px;
  font-size: clamp(0.9rem, 1vw, 0.9rem);
  width: 90%;
}
.custom-container .body .about .about-content .row-1 .card .card-content-area a .cta-link {
  margin-top: 36px;
  position: relative;
  margin-bottom: 16px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 1023px) {
  .custom-container .body .about .about-content .row-1 .card .card-content-area a .cta-link {
    position: relative;
    bottom: 16px;
  }
}
.custom-container .body .about .about-content .row-1 .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  overflow: hidden;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .body .about .about-content .row-1 .img-wrap {
    margin-top: 20px;
  }
}
.custom-container .body .about .about-content .row-1 .img-wrap .about-img {
  width: 100%;
  height: 400px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .body .about .about-content .row-1 .img-wrap .about-img {
    height: auto;
  }
}
.custom-container .body .objectives {
  position: relative;
  padding: 100px 3rem 32px;
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
}
.custom-container .body .objectives #bg-btm-art {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  mix-blend-mode: multiply;
  color: #fdfdfd;
  z-index: -1;
  opacity: 0.3;
}
@media only screen and (max-width: 1024px) {
  .custom-container .body .objectives {
    padding: 100px 2rem 140px;
  }
}
@media only screen and (max-width: 600px) {
  .custom-container .body .objectives {
    padding: 60px 0px;
  }
}
.custom-container .body .objectives .about-head {
  text-align: center;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .body .objectives .about-head {
    text-align: center;
  }
}
.custom-container .body .objectives .about-head .title {
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 1023px) {
  .custom-container .body .objectives .about-head .title {
    text-align: center;
  }
}
.custom-container .body .objectives .about-head .about-sub-text {
  margin-top: 20px;
}
.custom-container .body .objectives .sec-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 4rem 3rem 3rem;
  overflow: hidden;
  border: none;
  z-index: 2;
  background: linear-gradient(45deg, #f9f9f9 35%, #f9f9f9 50%, #cde3f0 97%);
  border: 8px solid #afcee0;
  border-radius: 32px;
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 1023px) {
  .custom-container .body .objectives .sec-content {
    padding: 4rem 2rem 3rem;
  }
}
@media only screen and (max-width: 600px) {
  .custom-container .body .objectives .sec-content {
    padding: 4rem 1rem 3rem;
  }
}
.custom-container .body .objectives .sec-content .sec-head {
  color: #0397d7;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 1023px) {
  .custom-container .body .objectives .sec-content .sec-head {
    text-align: center;
  }
}
.custom-container .body .objectives .sec-content .row-2 .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .body .objectives .sec-content .row-2 .img-wrap {
    margin: 40px 0px;
  }
}
.custom-container .body .objectives .sec-content .row-2 .img-wrap .about-img {
  width: 100%;
  height: auto;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 1024px) {
  .custom-container .body .objectives .sec-content .row-2 .img-wrap .about-img {
    margin-top: 32px;
  }
}
.custom-container .body .objectives .sec-content .row-2 .card-content-area {
  padding-top: 8px;
}
.custom-container .body .objectives .sec-content .row-2 .card-content-area .card-tag-top {
  color: #fdfdfd;
  background: #171717;
  padding: 6px 12px;
  font-weight: 500;
  border-radius: 8px;
}
.custom-container .body .objectives .sec-content .row-2 .card-content-area .card-title {
  font-size: 2rem;
  color: #171717;
  margin-top: 16px;
  font-weight: 500;
}
.custom-container .body .objectives .sec-content .row-2 .card-content-area .card-body-text-grp {
  margin-top: 20px;
  color: #171717;
}
.custom-container .body .objectives .sec-content .row-2 .card-content-area .card-body-text-grp .card-text-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.custom-container .body .objectives .sec-content .row-2 .card-content-area .cta {
  margin-top: 20px;
}
.custom-container .body .services {
  padding: 100px 3rem 60px;
  position: relative;
  justify-content: center;
  align-items: center;
  background: #f3f3f3;
  z-index: 0;
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
}
.custom-container .body .services #bg-flower-3 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48vw;
  mix-blend-mode: multiply;
  color: #fdfdfd;
  z-index: 1;
  opacity: 0.1;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 1024px) {
  .custom-container .body .services #bg-flower-3 {
    width: 68vw;
  }
}
@media only screen and (max-width: 1024px) {
  .custom-container .body .services {
    padding: 100px 2rem 60px;
  }
}
@media only screen and (max-width: 600px) {
  .custom-container .body .services {
    padding: 100px 0rem 60px;
  }
}
.custom-container .body .services .service-head {
  text-align: start;
  padding-bottom: 8px;
  color: #171717;
  padding-right: 60%;
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 1024px) {
  .custom-container .body .services .service-head {
    padding-right: 20%;
  }
}
@media only screen and (max-width: 600px) {
  .custom-container .body .services .service-head {
    text-align: center;
    padding-right: 0%;
  }
}
.custom-container .body .services .service-head .title {
  color: #171717;
}
.custom-container .body .services .service-head .sec-sub-head {
  padding: 0;
}
.custom-container .body .services .service-card-wrap {
  z-index: 2;
}
.custom-container .body .services .service-card-wrap .card {
  margin-top: 20px;
  overflow: hidden;
  min-height: 490px;
  border: none;
  z-index: 2;
  background: #fdfdfd;
  border: 0.3px solid #171717;
  /* Extra small devices (phones, 600px and down) */
}
.custom-container .body .services .service-card-wrap .card:hover {
  scale: 101%;
  box-shadow: 0 0px 12px 0px rgba(0, 0, 0, 0.2117647059);
  transition: 0.2ms ease-in-out;
}
@media only screen and (min-width: 1024px) {
  .custom-container .body .services .service-card-wrap .card {
    margin: 12px 0px;
  }
}
.custom-container .body .services .service-card-wrap .card .card-img-top {
  height: 240px;
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 1024px) {
  .custom-container .body .services .service-card-wrap .card .card-img-top {
    height: 220px;
  }
}
@media only screen and (max-width: 600px) {
  .custom-container .body .services .service-card-wrap .card .card-img-top {
    height: -moz-fit-content;
    height: fit-content;
  }
}
.custom-container .body .services .service-card-wrap .card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 24px;
  min-height: 260px;
}
.custom-container .body .services .service-card-wrap .card .card-body .card-title {
  font-size: clamp(1.7rem, 2vw, 1.7rem);
  color: #171717;
}
.custom-container .body .services .service-card-wrap .card .card-body .card-text {
  margin-top: 12px;
  line-height: 130%;
  padding-right: 10%;
  font-size: clamp(1rem, 1vw, 1rem);
}
.custom-container .body .services .service-card-wrap .card .card-body .service-btn {
  margin-top: 40px;
  position: absolute;
  bottom: 24px;
}
.custom-container .body .services .cta-grp {
  text-align: center;
}
.custom-container .body .services .cta-grp .service-btn {
  margin-top: 60px;
}
.custom-container .body .gen-activities {
  padding: 100px 3rem 60px;
  background: #6a898c;
  position: relative;
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 1024px) {
  .custom-container .body .gen-activities {
    padding: 100px 2rem 0px;
  }
}
@media only screen and (max-width: 600px) {
  .custom-container .body .gen-activities {
    padding: 90px 0rem 40px;
  }
}
.custom-container .body .gen-activities #bg-flower-1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 36vw;
  mix-blend-mode: multiply;
  color: #fdfdfd;
  z-index: 1;
  opacity: 0.2;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 1023px) {
  .custom-container .body .gen-activities #bg-flower-1 {
    width: 68vw;
  }
}
.custom-container .body .gen-activities .gen-head {
  text-align: center;
  padding: 0px 20%;
  color: #fdfdfd;
  z-index: 1;
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 1023px) {
  .custom-container .body .gen-activities .gen-head {
    padding: 0px 8%;
    text-align: center;
  }
}
.custom-container .body .gen-activities .gen-head .gen-title {
  color: #fdfdfd;
}
@media only screen and (max-width: 600px) {
  .custom-container .body .gen-activities .gen-head {
    text-align: center;
  }
}
.custom-container .body .gen-activities .stack-holder {
  padding: 40px 0px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .body .gen-activities .stack-holder {
    padding: 0px 0px;
  }
}
.custom-container .body .gen-activities .stack-holder .stack-1 {
  padding: 12px 0px;
}
.custom-container .body .gen-activities .stack-holder .stack-1 .card-1 {
  background-size: cover;
  z-index: 1;
}
.custom-container .body .gen-activities .stack-holder .stack-1 .card-1 .card {
  border-radius: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  height: 480px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 1024px) {
  .custom-container .body .gen-activities .stack-holder .stack-1 .card-1 .card {
    margin-top: 12px;
    height: auto;
  }
}
.custom-container .body .gen-activities .stack-holder .stack-1 .card-1 .card .card-title {
  font-size: 1.5rem;
}
.custom-container .body .gen-activities .stack-holder .stack-1 .card-1 .card .text-stack {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.custom-container .body .gen-activities .stack-holder .stack-1 .card-1 .card .text-stack .body-text {
  background: rgba(0, 0, 0, 0.3607843137);
  border-radius: 8px;
  border: 1px solid #fdfdfd;
}
.custom-container .body .gen-activities .stack-holder .stack-1 .card-1 .card .text-stack .body-text p {
  margin: 6px 20px;
  color: rgba(249, 249, 249, 0.9098039216);
  font-size: 14px;
  font-weight: 500;
}
.custom-container .body .gen-activities .stack-holder .stack-1 .card-1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 1024px) {
  .custom-container .body .gen-activities .stack-holder .stack-1 .card-1 img {
    height: auto;
  }
}
.custom-container .body .gen-activities .stack-holder .stack-1 .card-2 {
  height: 480px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 1024px) {
  .custom-container .body .gen-activities .stack-holder .stack-1 .card-2 {
    margin-top: 12px;
    height: auto;
  }
}
.custom-container .body .gen-activities .stack-holder .stack-1 .card-2 .text-box {
  padding: 52px 40px 40px;
  min-height: 340px;
  background: #fdfdfd;
  border-radius: 16px;
  min-height: 440px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .body .gen-activities .stack-holder .stack-1 .card-2 .text-box {
    padding: 44px 28px 24px;
  }
}
.custom-container .body .gen-activities .stack-holder .stack-1 .card-2 .text-box .card-title {
  margin-right: 30%;
  font-size: clamp(26px, 2vw, 32px);
  color: #0397d7;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .body .gen-activities .stack-holder .stack-1 .card-2 .text-box .card-title {
    margin-right: 0;
  }
}
.custom-container .body .gen-activities .stack-holder .stack-1 .card-2 .text-box .body-text {
  font-size: 16px;
  margin-top: 20px;
  border-radius: 16px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .body .gen-activities .stack-holder .stack-1 .card-2 .text-box .body-text {
    margin-top: 20px;
  }
}
.custom-container .body .gen-activities .stack-holder .stack-1 .card-2 .text-box .areas ul {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 20px;
       column-gap: 20px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .body .gen-activities .stack-holder .stack-1 .card-2 .text-box .areas ul {
    -moz-column-count: unset;
         column-count: unset;
  }
}
.custom-container .body .gen-activities .stack-holder .stack-1 .card-2 .text-box .cta {
  margin-top: 20px;
}
.custom-container .body .gen-activities .stack-holder .stack-2 {
  padding: 12px 0px;
}
.custom-container .body .gen-activities .stack-holder .stack-2 .card-1 {
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 1023px) {
  .custom-container .body .gen-activities .stack-holder .stack-2 .card-1 {
    margin-top: 16px;
  }
}
.custom-container .body .gen-activities .stack-holder .stack-2 .card-1 .card {
  height: 500px;
  border-radius: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  /* Extra small devices (phones, 600px and down) */
}
.custom-container .body .gen-activities .stack-holder .stack-2 .card-1 .card img {
  width: 100%;
  height: 100%;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 1023px) {
  .custom-container .body .gen-activities .stack-holder .stack-2 .card-1 .card img {
    height: auto;
  }
}
@media only screen and (max-width: 1023px) {
  .custom-container .body .gen-activities .stack-holder .stack-2 .card-1 .card {
    height: auto;
  }
}
.custom-container .body .gen-activities .stack-holder .stack-2 .card-1 .card .card-title {
  font-size: 1.5rem;
}
.custom-container .body .gen-activities .stack-holder .stack-2 .card-1 .card .text-stack {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.custom-container .body .gen-activities .stack-holder .stack-2 .card-1 .card .text-stack .body-text {
  background: rgba(0, 0, 0, 0.4705882353);
  border-radius: 8px;
  border: 1px solid #fdfdfd;
}
.custom-container .body .gen-activities .stack-holder .stack-2 .card-1 .card .text-stack .body-text p {
  margin: 6px 20px;
  color: rgba(249, 249, 249, 0.9098039216);
  font-size: 14px;
  font-weight: 500;
}
.custom-container .body .gen-activities .stack-holder .stack-2 .card-2 .text-box {
  height: 500px;
  padding: 52px 40px 40px;
  background: #fdfdfd;
  border-radius: 16px;
  color: #171717;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .body .gen-activities .stack-holder .stack-2 .card-2 .text-box {
    padding: 44px 28px 24px;
    margin-top: 12px;
    height: auto;
  }
}
.custom-container .body .gen-activities .stack-holder .stack-2 .card-2 .text-box .card-title {
  margin-right: 16%;
  font-size: clamp(26px, 2vw, 32px);
  color: #0397d7;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .body .gen-activities .stack-holder .stack-2 .card-2 .text-box .card-title {
    margin-right: 0;
  }
}
.custom-container .body .gen-activities .stack-holder .stack-2 .card-2 .text-box .body-text {
  font-size: 16px;
  margin-top: 20px;
  border-radius: 16px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .body .gen-activities .stack-holder .stack-2 .card-2 .text-box .body-text {
    margin-top: 20px;
  }
}
.custom-container .body .gen-activities .stack-holder .stack-2 .card-2 .text-box .areas ul {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 20px;
       column-gap: 20px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .body .gen-activities .stack-holder .stack-2 .card-2 .text-box .areas ul {
    -moz-column-count: unset;
         column-count: unset;
  }
}
.custom-container .body .gen-activities .stack-holder .stack-2 .card-2 .text-box .cta {
  margin-top: 20px;
}
.custom-container .body .donation {
  padding: 20px 0 80px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .body .donation {
    padding: 40px 0 120px;
  }
}
.custom-container .body .donation .donation-wrap {
  justify-content: center;
  align-items: start;
  border-radius: 32px;
}
.custom-container .body .donation .donation-wrap .donation-head {
  text-align: start;
  padding: 40px 0px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .body .donation .donation-wrap .donation-head {
    text-align: center;
  }
}
.custom-container .body .donation .donation-wrap .donation-head .title {
  font-size: 3rem;
}
.custom-container .body .donation .donation-wrap .donation-card-wrap .card {
  background: #eaeaea;
  border-radius: 16px;
  overflow: hidden;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .body .donation .donation-wrap .donation-card-wrap .card {
    margin: 12px 0px;
  }
}
.custom-container .body .donation .donation-wrap .donation-card-wrap .card .card-body {
  padding: 24px;
}
.custom-container .body .donation .donation-wrap .donation-card-wrap .card .card-body .card-title {
  font-size: 1.5rem;
  color: #0397d7;
}
.custom-container .body .donation .donation-wrap .donation-card-wrap .card .card-body .card-text {
  margin-top: 12px;
}
.custom-container .body .donation .donation-wrap .cta-grp {
  text-align: center;
}
.custom-container .body .donation .donation-wrap .cta-grp .donation-btn {
  margin-top: 60px;
}
.custom-container .body .achievments {
  padding: 60px 0px;
  justify-content: center;
  align-items: center;
  background-position: cover;
  background-repeat: no-repeat;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .body .achievments {
    padding: 40px 0px;
  }
}
.custom-container .body .achievments .achievments-sec-wrap {
  padding: 24px;
  border-radius: 32px;
}
.custom-container .body .achievments .achievments-sec-wrap .achievments-head {
  text-align: center;
}
.custom-container .body .achievments .achievments-sec-wrap .achievments-head .title {
  font-size: 3rem;
}
.custom-container .body .achievments .achievments-sec-wrap .achievments-card-wrap {
  padding-top: 100px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .body .achievments .achievments-sec-wrap .achievments-card-wrap {
    padding-top: 60px;
  }
}
.custom-container .body .achievments .achievments-sec-wrap .achievments-card-wrap .card {
  text-align: start;
  padding: 60px 24px 24px 24px;
  border-radius: 20px;
  background: #e8ebff;
}
.custom-container .body .achievments .achievments-sec-wrap .achievments-card-wrap .card .card-img {
  width: 44px;
  margin-bottom: 2rem;
}
.custom-container .body .achievments .achievments-sec-wrap .achievments-card-wrap .card .card-body-text {
  margin-top: 32px;
  font-size: 14px;
}
.custom-container .body .testimonial {
  padding: 60px 0px 20px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .body .testimonial {
    padding: 80px 0px;
  }
}
.custom-container .body .testimonial .test-wrap .test-head {
  text-align: center;
  margin-bottom: 40px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .body .testimonial .test-wrap .test-head {
    padding: 0px 0px;
  }
}
.custom-container .body .testimonial .test-wrap .test-head .test-title {
  font-size: 3rem;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .body .testimonial .test-wrap .test-head .test-title {
    font-size: 40px;
    line-height: 160%;
  }
}
.custom-container .body .testimonial .test-wrap .test-content {
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .body .testimonial .test-wrap .test-content {
    padding-top: 40px;
  }
}
.custom-container .body .testimonial .test-wrap .test-content .owl-carousel {
  padding: 40px 0px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .body .testimonial .test-wrap .test-content .owl-carousel {
    padding: 0px 0px;
  }
}
.custom-container .body .testimonial .test-wrap .test-content .owl-carousel .card {
  margin: 20px 20px;
  border-radius: 16px;
  overflow: hidden;
  padding: 32px;
  background: #eaeaea;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .body .testimonial .test-wrap .test-content .owl-carousel .card {
    margin: 12px 0px;
  }
}
.custom-container .body .testimonial .test-wrap .test-content .owl-carousel .card .card-top .img-wrap {
  width: 90px;
  height: 110px;
}
.custom-container .body .testimonial .test-wrap .test-content .owl-carousel .card .card-top .img-wrap .img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.custom-container .body .testimonial .test-wrap .test-content .owl-carousel .card .card-top .title-box {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  margin-top: 20px;
}
.custom-container .body .testimonial .test-wrap .test-content .owl-carousel .card .card-top .title-box .card-title {
  font-size: 20px;
  color: #0397d7;
}
.custom-container .body .testimonial .test-wrap .test-content .owl-carousel .card .card-top .title-box .sub-title {
  font-size: 14px;
}
.custom-container .body .testimonial .test-wrap .test-content .owl-carousel .card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0px;
}
.custom-container .body .testimonial .test-wrap .test-content .owl-carousel .card .card-body .card-text {
  font-size: 12px;
  margin-top: 10px;
  line-height: 180%;
}
.custom-container .body .testimonial .test-wrap .test-content .owl-carousel .card .card-body .cta {
  text-decoration: none;
}
.custom-container .body .testimonial .test-wrap .test-content .owl-carousel .card .card-body .cta .read-more {
  font-size: 12px;
  color: #0397d7;
}
.custom-container .body .testimonial .test-wrap .test-content .owl-carousel .card .card-body .cta .read-more:hover {
  color: #0397d7;
}
.custom-container .body .project {
  padding: 40px 0 80px;
  justify-content: center;
  align-items: center;
}
.custom-container .body .project .project-head {
  text-align: center;
  padding-bottom: 40px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .body .project .project-head {
    padding-bottom: 60px;
  }
}
.custom-container .body .project .project-head .title {
  /* Extra small devices (phones, 600px and down) */
}
.custom-container .body .project .card-wrap .card {
  margin-top: 20px;
  border-radius: 16px;
  overflow: hidden;
  min-height: 410px;
  padding: 20px;
  background: #eaeaea;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .body .project .card-wrap .card {
    margin: 12px 0px;
    min-height: 460px;
  }
}
.custom-container .body .project .card-wrap .card .card-img-top {
  border-radius: 12px;
  min-height: 180px;
}
.custom-container .body .project .card-wrap .card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0px;
  margin-top: 20px;
}
.custom-container .body .project .card-wrap .card .card-body .card-title {
  font-size: 1.5rem;
  text-transform: capitalize;
  color: #0397d7;
}
.custom-container .body .project .card-wrap .card .card-body .card-text {
  margin-top: 10px;
  line-height: 120%;
  font-size: 13px;
}
.custom-container .body .project .cta-grp {
  text-align: center;
}
.custom-container .body .project .cta-grp .service-btn {
  margin-top: 60px;
}
.custom-container .about-body .institution #bg-flower-2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 30vw;
  mix-blend-mode: multiply;
  color: #fdfdfd;
  z-index: 1;
  opacity: 0.1;
  rotate: "180";
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 1023px) {
  .custom-container .about-body .institution #bg-flower-2 {
    width: 52vw;
  }
}
.custom-container .about-body .institution .intitution-wrap {
  margin-top: 40px;
  padding: 160px 2rem 100px;
  text-align: center;
  background: linear-gradient(to bottom, #cde3f0 3%, #f9f9f9 65%, #f9f9f9 65%, #f0f0f0 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .about-body .institution .intitution-wrap {
    padding: 60px 0px 20px;
  }
}
.custom-container .about-body .institution .intitution-wrap .institution-content .sec-title {
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .about-body .institution .intitution-wrap .institution-content .sec-title {
    font-size: 40px;
    line-height: 180%;
  }
}
.custom-container .about-body .institution .intitution-wrap .institution-content .para {
  margin-top: 20px;
  padding: 0px 10%;
  font-size: 20px;
  line-height: 190%;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .about-body .institution .intitution-wrap .institution-content .para {
    padding: 20px;
    font-size: 14px;
    line-height: 180%;
  }
}
.custom-container .introduction {
  margin: 80px 3rem 60px;
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 1024px) {
  .custom-container .introduction {
    margin: 60px 2rem 40px;
  }
}
@media only screen and (max-width: 600px) {
  .custom-container .introduction {
    margin: 80px 0px 40px;
  }
}
.custom-container .introduction .introduction-head {
  text-align: start;
  padding-bottom: 40px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 1024px) {
  .custom-container .introduction .introduction-head {
    text-align: center;
    padding-bottom: 20px;
  }
}
.custom-container .introduction .introduction-wrap {
  padding: 72px 40px;
  background: linear-gradient(to bottom, #cde3f0 3%, #f9f9f9 65%, #f9f9f9 65%, #f0f0f0 100%);
  border-radius: 32px;
  border: 8px solid #afcee0;
  /* Extra small devices (phones, 600px and down) */
}
.custom-container .introduction .introduction-wrap .introduction-text .introduction-title-2 {
  color: #0397d7;
}
@media only screen and (max-width: 600px) {
  .custom-container .introduction .introduction-wrap {
    padding: 60px 28px 28px;
  }
}
.custom-container .introduction .introduction-wrap .introduction-img .img-wrap {
  display: flex;
}
.custom-container .introduction .introduction-wrap .introduction-img .img-wrap .about-img {
  width: 100%;
  border-radius: 16px;
}
.custom-container .introduction .introduction-wrap .introduction-text .title {
  margin-bottom: 40px;
}
.custom-container .introduction .introduction-wrap .introduction-text .introduction-body {
  margin-top: 20px;
}
.custom-container .introduction .introduction-wrap .introduction-text .introduction-list li {
  margin-top: 12px;
}
.custom-container .recognition {
  margin: 120px 3rem 60px;
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 1024px) {
  .custom-container .recognition {
    margin: 60px 2rem 40px;
  }
}
@media only screen and (max-width: 600px) {
  .custom-container .recognition {
    margin: 80px 0px 40px;
  }
}
.custom-container .recognition .construction-head {
  text-align: center;
  padding-bottom: 40px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 1024px) {
  .custom-container .recognition .construction-head {
    padding-bottom: 40px;
  }
}
.custom-container .recognition .construction-head .title {
  font-size: clamp(1.6rem, 3vw, 2.6rem);
}
.custom-container .recognition .construction-wrap {
  padding: 60px 40px;
  border-radius: 32px;
  border: 8px solid #afcee0;
  background: linear-gradient(45deg, #cde3f0 35%, #f9f9f9 50%, #f9f9f9 97%);
  /* Extra small devices (phones, 600px and down) */
}
.custom-container .recognition .construction-wrap .construction-title-2 {
  color: #0397d7;
}
@media only screen and (max-width: 600px) {
  .custom-container .recognition .construction-wrap {
    padding: 40px 28px;
  }
}
.custom-container .recognition .construction-wrap .construction-img .img-wrap {
  display: flex;
}
.custom-container .recognition .construction-wrap .construction-img .img-wrap .about-img {
  width: 100%;
  border-radius: 16px;
}
.custom-container .recognition .construction-wrap .construction-text .introduction-sub-title {
  font-weight: 500;
}
.custom-container .recognition .construction-wrap .construction-text .sec-title {
  font-size: clamp(1.9rem, 2.5vw, 2.6rem);
}
.custom-container .recognition .construction-wrap .construction-text .sec-title span {
  color: #ac39ff;
}
.custom-container .recognition .construction-wrap .construction-text .construction-body {
  margin-top: 20px;
}
.custom-container .recognition .construction-wrap .construction-text .construction-list li {
  margin-top: 12px;
}
.custom-container .service-body .services {
  padding: 160px 3rem 20px;
  justify-content: center;
  align-items: center;
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 1024px) {
  .custom-container .service-body .services {
    padding: 120px 2rem 40px;
  }
}
@media only screen and (max-width: 600px) {
  .custom-container .service-body .services {
    padding: 120px 0px 40px;
  }
}
.custom-container .service-body .services #bg-flower-2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 30vw;
  mix-blend-mode: multiply;
  color: #fdfdfd;
  z-index: -1;
  opacity: 0.1;
  rotate: "180";
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 1023px) {
  .custom-container .service-body .services #bg-flower-2 {
    width: 52vw;
  }
}
.custom-container .service-body .services .service-head {
  text-align: start;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .service-body .services .service-head {
    text-align: center;
    padding-bottom: 0px;
  }
}
.custom-container .service-body .services .service-head .title {
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .service-body .services .service-head .title {
    line-height: 160%;
  }
}
.custom-container .service-body .services .service-card-wrap .card {
  margin-top: 20px;
  overflow: hidden;
  min-height: 490px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .service-body .services .service-card-wrap .card {
    margin: 12px 0px;
  }
}
.custom-container .service-body .services .service-card-wrap .card .card-img-top {
  height: 240px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .service-body .services .service-card-wrap .card .card-img-top {
    height: -moz-fit-content;
    height: fit-content;
  }
}
.custom-container .service-body .services .service-card-wrap .card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
}
.custom-container .service-body .services .service-card-wrap .card .card-body .card-title {
  font-size: clamp(1.7rem, 2vw, 1.7rem);
  color: #171717;
}
.custom-container .service-body .services .service-card-wrap .card .card-body .card-text {
  margin-top: 10px;
  line-height: 120%;
}
.custom-container .service-body .services .cta-grp {
  text-align: center;
}
.custom-container .service-body .services .cta-grp .service-btn {
  margin-top: 60px;
}
.custom-container .service-body .service-page {
  padding: 0px 0;
  justify-content: center;
  align-items: center;
}
.custom-container .service-body .service-page .banner-wrap {
  position: relative;
  background: linear-gradient(to bottom, #cde3f0 3%, #f9f9f9 65%, #f9f9f9 65%, #f0f0f0 100%);
  padding: 4rem 0rem 6rem;
  overflow: hidden;
  z-index: 1;
}
.custom-container .service-body .service-page .banner-wrap #banner-outline {
  position: absolute;
  width: 100%;
  z-index: -1;
  opacity: 0.32;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 1024px) {
  .custom-container .service-body .service-page .banner-wrap #banner-outline {
    height: auto;
  }
}
.custom-container .service-body .service-page .banner-wrap #bg-flower-5 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: color-burn;
  color: #fdfdfd;
  z-index: -1;
  opacity: 0.3;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 1024px) {
  .custom-container .service-body .service-page .banner-wrap #bg-flower-5 {
    width: 52vw;
  }
}
@media screen and (max-width: 1024px) {
  .custom-container .service-body .service-page .banner-wrap {
    margin: 60px 0px 0rem;
    height: auto;
    padding: 2rem 0rem;
  }
}
.custom-container .service-body .service-page .banner-wrap #banner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
}
@media screen and (max-width: 1024px) {
  .custom-container .service-body .service-page .banner-wrap #banner {
    padding-top: 0px;
  }
}
.custom-container .service-body .service-page .banner-wrap #banner .content-wrap {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  text-align: start;
  padding: 6% 0 6% 2rem;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .custom-container .service-body .service-page .banner-wrap #banner .content-wrap {
    padding: 40px 4rem 40px;
    text-align: start;
    align-items: start;
  }
}
@media screen and (max-width: 600px) {
  .custom-container .service-body .service-page .banner-wrap #banner .content-wrap {
    padding: 20px 20px 40px;
  }
}
.custom-container .service-body .service-page .banner-wrap #banner .content-wrap .sec-tag {
  font-size: clamp(1rem, 1vw, 1.2rem);
  margin-bottom: 12px;
  background: #78bc41;
  color: #fdfdfd;
  padding: 10px 20px;
  border-radius: 24px;
}
.custom-container .service-body .service-page .banner-wrap #banner .content-wrap .sec-head {
  font-size: clamp(32px, 4.8vw, 56px);
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 12px;
  color: #171717;
  text-decoration: none;
  padding-right: 6%;
}
.custom-container .service-body .service-page .banner-wrap #banner .content-wrap .sec-head span {
  color: #0397d7;
}
@media screen and (max-width: 600px) {
  .custom-container .service-body .service-page .banner-wrap #banner .content-wrap .sec-head {
    line-height: 1.1;
    margin-bottom: 24px;
    padding-right: 0;
  }
}
.custom-container .service-body .service-page .banner-wrap #banner .content-wrap .sec-sub {
  font-family: "Poppins", sans-serif;
  color: #171717;
  padding-right: 30%;
}
@media screen and (max-width: 1024px) {
  .custom-container .service-body .service-page .banner-wrap #banner .content-wrap .sec-sub {
    padding-right: 0;
  }
}
.custom-container .service-body .service-page .banner-wrap #banner .content-wrap .card-content-area {
  color: #171717;
  margin-top: 32px;
}
@media screen and (max-width: 1024px) {
  .custom-container .service-body .service-page .banner-wrap #banner .content-wrap .card-content-area {
    padding-right: 30%;
  }
}
@media screen and (max-width: 600px) {
  .custom-container .service-body .service-page .banner-wrap #banner .content-wrap .card-content-area {
    padding-right: 0%;
  }
}
.custom-container .service-body .service-page .banner-wrap #banner .content-wrap .card-content-area .card-title {
  font-size: clamp(1.3rem, 1.7vw, 1.5rem);
}
.custom-container .service-body .service-page .banner-wrap #banner .content-wrap .card-content-area .card-body-text-grp .para-text {
  font-size: clamp(0.7rem, 1vw, 0.9rem);
}
.custom-container .service-body .service-page .banner-wrap #banner .content-wrap .card-content-area .card-cta-grp .terms {
  font-size: clamp(0.7rem, 1vw, 0.9rem);
}
.custom-container .service-body .service-page .banner-wrap #banner .content-wrap .card-content-area .card-cta-grp .cta-grp {
  margin-top: 0px;
}
.custom-container .service-body .service-page .banner-wrap #banner-image {
  overflow: hidden;
  padding-top: 52px;
}
@media screen and (max-width: 1023px) {
  .custom-container .service-body .service-page .banner-wrap #banner-image {
    padding: 20px 0;
  }
}
.custom-container .service-body .service-page .banner-wrap #banner-image .vid-wrap {
  display: flex;
  width: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .custom-container .service-body .service-page .banner-wrap #banner-image .vid-wrap {
    height: auto;
  }
}
.custom-container .service-body .service-page .banner-wrap #banner-image .vid-wrap img {
  width: 100%;
  height: auto;
  background-size: cover;
  box-shadow: 0 0px 8px 0px rgba(0, 0, 0, 0.2117647059);
  border-radius: 32px;
}
.custom-container .service-body .service-page .service-head {
  display: none;
  text-align: start;
  padding-bottom: 20px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .service-body .service-page .service-head {
    padding-right: 10%;
  }
}
.custom-container .service-body .service-page .service-head .title {
  font-size: clamp(2.1rem, 2.6vw, 2.6rem);
}
.custom-container .service-body .service-page .service-img {
  display: none;
}
.custom-container .service-body .service-page .service-img .img-wrap {
  display: flex;
}
.custom-container .service-body .service-page .service-img .img-wrap .service-img {
  width: 100%;
  border-radius: 16px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .service-body .service-page .service-img .img-wrap .service-img {
    height: 280px;
  }
}
.custom-container .service-body .service-page .service-description {
  display: none;
  padding: 40px 0;
}
.custom-container .service-body .service-page .service-description .row {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.custom-container .service-body .service-page .service-description .row .card-1 .card-content-area .title {
  font-size: 2rem;
  font-family: "Bree Serif", serif;
  margin-bottom: 24px;
  color: #0397d7;
}
.custom-container .service-body .service-page .service-description .row .card-2 .card-content-area {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  align-items: end;
  gap: 20px;
  margin-top: 20px;
}
.custom-container .service-body .service-page .service-description .row .card-2 .card-content-area .terms {
  font-size: 12px;
}
.custom-container .service-body .service-page .service-description .row .card-2 .card-content-area .cta-grp {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 8px;
}
.custom-container .service-body .service-page .featured {
  padding: 120px 0px 60px;
  display: flex;
  justify-content: space-between;
  align-items: start;
  display: none;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .service-body .service-page .featured {
    padding: 80px 0px;
  }
}
.custom-container .service-body .service-page .featured .featured-sec-wrap {
  border-radius: 32px;
}
.custom-container .service-body .service-page .featured .featured-sec-wrap .achievments-head {
  text-align: center;
}
.custom-container .service-body .service-page .featured .featured-sec-wrap .achievments-head .title {
  font-size: 3rem;
}
.custom-container .service-body .service-page .featured .featured-sec-wrap .featured-stat-wrap {
  padding-top: 40px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .service-body .service-page .featured .featured-sec-wrap .featured-stat-wrap {
    padding-top: 60px;
  }
}
.custom-container .service-body .service-page .featured .featured-sec-wrap .featured-stat-wrap .card {
  text-align: start;
  padding: 60px 24px 24px 24px;
  border-radius: 16px;
  background: #e8ebff;
}
.custom-container .service-body .service-page .featured .featured-sec-wrap .featured-stat-wrap .card .card-img {
  width: 44px;
  margin-bottom: 2rem;
}
.custom-container .service-body .service-page .featured .featured-sec-wrap .featured-stat-wrap .card .card-body-text {
  margin-top: 32px;
  font-size: 14px;
}
.custom-container .service-body .service-page .featured .featured-sec-wrap .featured-acivities-wrap {
  padding: 12px 0px;
}
.custom-container .service-body .service-page .featured .featured-sec-wrap .featured-acivities-wrap .card-1 {
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .service-body .service-page .featured .featured-sec-wrap .featured-acivities-wrap .card-1 {
    margin-top: 20px;
  }
}
.custom-container .service-body .service-page .featured .featured-sec-wrap .featured-acivities-wrap .card-1 .card {
  min-height: 340px;
  padding: 24px;
  border-radius: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 440px;
}
.custom-container .service-body .service-page .featured .featured-sec-wrap .featured-acivities-wrap .card-1 .card .card-title {
  font-size: 1.5rem;
}
.custom-container .service-body .service-page .featured .featured-sec-wrap .featured-acivities-wrap .card-1 .card .text-stack {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.custom-container .service-body .service-page .featured .featured-sec-wrap .featured-acivities-wrap .card-1 .card .text-stack .body-text {
  background: rgba(0, 0, 0, 0.3647058824);
  border-radius: 8px;
  border: 1px solid #fdfdfd;
}
.custom-container .service-body .service-page .featured .featured-sec-wrap .featured-acivities-wrap .card-1 .card .text-stack .body-text p {
  margin: 6px 20px;
  color: rgba(249, 249, 249, 0.9098039216);
  font-size: 14px;
  font-weight: 500;
}
.custom-container .service-body .service-page .featured .featured-sec-wrap .featured-acivities-wrap .card-2 {
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .service-body .service-page .featured .featured-sec-wrap .featured-acivities-wrap .card-2 {
    margin-top: 24px;
  }
}
.custom-container .service-body .service-page .featured .featured-sec-wrap .featured-acivities-wrap .card-2 .text-box {
  padding: 52px 40px 40px;
  min-height: 340px;
  background: #0397d7;
  border-radius: 16px;
  min-height: 440px;
  color: #fdfdfd;
}
.custom-container .service-body .service-page .featured .featured-sec-wrap .featured-acivities-wrap .card-2 .text-box .body-text {
  font-size: 16px;
  margin-top: 20px;
  border-radius: 16px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .service-body .service-page .featured .featured-sec-wrap .featured-acivities-wrap .card-2 .text-box .body-text {
    margin-top: 20px;
  }
}
.custom-container .service-body .service-page .featured .featured-sec-wrap .featured-acivities-wrap .card-2 .text-box .cta {
  margin-top: 32px;
}
.custom-container .service-body .service-page .testimonial {
  padding: 120px 0px 60px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .service-body .service-page .testimonial {
    padding: 80px 0px;
  }
}
.custom-container .service-body .service-page .testimonial .test-wrap .test-head {
  text-align: center;
  margin-bottom: 40px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .service-body .service-page .testimonial .test-wrap .test-head {
    padding: 0px 0px;
  }
}
.custom-container .service-body .service-page .testimonial .test-wrap .test-head .test-title {
  font-size: 3rem;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .service-body .service-page .testimonial .test-wrap .test-head .test-title {
    font-size: 40px;
    line-height: 160%;
  }
}
.custom-container .service-body .service-page .testimonial .test-wrap .test-content {
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .service-body .service-page .testimonial .test-wrap .test-content {
    padding-top: 40px;
  }
}
.custom-container .service-body .service-page .testimonial .test-wrap .test-content .owl-carousel {
  padding: 80px 0px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .service-body .service-page .testimonial .test-wrap .test-content .owl-carousel {
    padding: 0px 0px;
  }
}
.custom-container .service-body .service-page .testimonial .test-wrap .test-content .owl-carousel .card {
  margin: 20px 12px;
  border-radius: 16px;
  overflow: hidden;
  padding: 32px;
  background: #eaeaea;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .service-body .service-page .testimonial .test-wrap .test-content .owl-carousel .card {
    margin: 12px 0px;
  }
}
.custom-container .service-body .service-page .testimonial .test-wrap .test-content .owl-carousel .card .card-top .img-wrap {
  width: 90px;
  height: 110px;
}
.custom-container .service-body .service-page .testimonial .test-wrap .test-content .owl-carousel .card .card-top .img-wrap .img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.custom-container .service-body .service-page .testimonial .test-wrap .test-content .owl-carousel .card .card-top .title-box {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  margin-top: 20px;
}
.custom-container .service-body .service-page .testimonial .test-wrap .test-content .owl-carousel .card .card-top .title-box .card-title {
  font-size: 20px;
  color: #0397d7;
}
.custom-container .service-body .service-page .testimonial .test-wrap .test-content .owl-carousel .card .card-top .title-box .sub-title {
  font-size: 14px;
}
.custom-container .service-body .service-page .testimonial .test-wrap .test-content .owl-carousel .card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0px;
}
.custom-container .service-body .service-page .testimonial .test-wrap .test-content .owl-carousel .card .card-body .card-text {
  font-size: 12px;
  margin-top: 10px;
  line-height: 180%;
}
.custom-container .service-body .service-page .testimonial .test-wrap .test-content .owl-carousel .card .card-body .cta {
  text-decoration: none;
}
.custom-container .service-body .service-page .testimonial .test-wrap .test-content .owl-carousel .card .card-body .cta .read-more {
  font-size: 12px;
  color: #0397d7;
}
.custom-container .service-body .service-page .testimonial .test-wrap .test-content .owl-carousel .card .card-body .cta .read-more:hover {
  color: #0397d7;
}
.custom-container .gallery-body {
  padding: 0px 0px 20px;
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 1024px) {
  .custom-container .gallery-body {
    padding: 100px 0px 20px;
  }
}
@media only screen and (max-width: 600px) {
  .custom-container .gallery-body {
    padding: 60px 0px 20px;
  }
}
.custom-container .gallery-body .gallery-car {
  margin: 0px 0rem 0px;
  padding: 160px 32px 20px;
  border-radius: 32px;
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
}
.custom-container .gallery-body .gallery-car #bg-flower-2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 32vw;
  mix-blend-mode: multiply;
  color: #fdfdfd;
  z-index: -1;
  opacity: 0.1;
  rotate: "180";
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 1023px) {
  .custom-container .gallery-body .gallery-car #bg-flower-2 {
    width: 52vw;
  }
}
@media only screen and (max-width: 1024px) {
  .custom-container .gallery-body .gallery-car {
    margin: 0px 0rem 0px;
    padding: 40px 32px 20px;
  }
}
@media only screen and (max-width: 600px) {
  .custom-container .gallery-body .gallery-car {
    margin: 0px 0rem 0px;
  }
}
.custom-container .gallery-body .gallery-car .gallery-car-head {
  text-align: center;
  margin-top: 32px;
  margin-bottom: 32px;
}
.custom-container .gallery-body .gallery-car .gallery-car-head .gallery-car-title {
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .gallery-body .gallery-car .gallery-car-head .gallery-car-title {
    font-size: 36px;
  }
}
.custom-container .gallery-body .gallery-car .gallery-car-content {
  border-radius: 16px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .gallery-body .gallery-car .gallery-car-content {
    padding: 0px;
  }
}
.custom-container .gallery-body .gallery-car .gallery-car-content .owl-carousel {
  margin-top: 20px;
}
.custom-container .gallery-body .gallery-car .gallery-car-content .owl-carousel .gallery-item {
  overflow: hidden;
}
.custom-container .gallery-body .gallery-car .gallery-car-content .owl-carousel .gallery-item img {
  border-radius: 12px;
  width: 100%;
  min-height: 160px;
}
.custom-container .gallery-body .gallery-wrap #bg-flower-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36vw;
  mix-blend-mode: multiply;
  color: #fdfdfd;
  z-index: -1;
  opacity: 0.2;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 1023px) {
  .custom-container .gallery-body .gallery-wrap #bg-flower-1 {
    width: 68vw;
  }
}
.custom-container .gallery-body .gallery-wrap .photo-gallery {
  margin: 40px 0px 0px;
  padding: 60px 3rem 60px;
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 1024px) {
  .custom-container .gallery-body .gallery-wrap .photo-gallery {
    padding: 60px 2rem 60px;
  }
}
@media only screen and (max-width: 600px) {
  .custom-container .gallery-body .gallery-wrap .photo-gallery {
    padding: 40px 0px;
  }
}
.custom-container .gallery-body .gallery-wrap .photo-gallery .gallery-heading .text-content {
  text-align: start;
  display: flex;
  flex-direction: column;
  padding: 20px 0px;
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .gallery-body .gallery-wrap .photo-gallery .gallery-heading .text-content {
    padding: 20px 0px 20px 0px;
  }
}
.custom-container .gallery-body .gallery-wrap .photo-gallery .gallery-heading .text-content .head {
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .gallery-body .gallery-wrap .photo-gallery .gallery-heading .text-content .head {
    line-height: 180%;
  }
}
@media only screen and (max-width: 600px) {
  .custom-container .gallery-body .gallery-wrap .photo-gallery .gallery-heading .text-content {
    text-align: center;
    padding: 0px 16px;
  }
}
.custom-container .gallery-body .gallery-wrap .photo-gallery .gallery-container {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  gap: 12px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .gallery-body .gallery-wrap .photo-gallery .gallery-container {
    justify-content: center;
  }
}
.custom-container .gallery-body .gallery-wrap .photo-gallery .gallery-container .gallery-item {
  width: 24%;
  cursor: pointer;
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 1024px) {
  .custom-container .gallery-body .gallery-wrap .photo-gallery .gallery-container .gallery-item {
    width: 32%;
  }
}
@media only screen and (max-width: 600px) {
  .custom-container .gallery-body .gallery-wrap .photo-gallery .gallery-container .gallery-item {
    width: 100%;
  }
}
.custom-container .gallery-body .gallery-wrap .photo-gallery .gallery-container .gallery-item .gallery-img {
  width: 100%;
  border-radius: 12px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .gallery-body .gallery-wrap .photo-gallery .gallery-container .gallery-item .gallery-img {
    min-width: 360px;
  }
}
.custom-container .gallery-body .gallery-wrap .video-gallery {
  margin: 120px 0px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .gallery-body .gallery-wrap .video-gallery {
    margin: 60px 0px;
  }
}
.custom-container .gallery-body .gallery-wrap .video-gallery .gallery-heading .text-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  padding: 40px px 40px px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .gallery-body .gallery-wrap .video-gallery .gallery-heading .text-content {
    text-align: center;
    padding: 0px 16px;
  }
}
.custom-container .gallery-body .gallery-wrap .video-gallery .gallery-heading .text-content .head {
  font-size: 3rem;
  margin-bottom: 12px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .gallery-body .gallery-wrap .video-gallery .gallery-heading .text-content .head {
    font-size: 40px;
    line-height: 180%;
  }
}
.custom-container .gallery-body .gallery-wrap .video-gallery .gallery-wrap {
  margin-top: 60px;
}
.custom-container .gallery-body .gallery-wrap .video-gallery .gallery-wrap .gallery-item {
  display: flex;
  width: 100%;
  margin-top: 12px;
  overflow: hidden;
}
.custom-container .contact-body {
  padding: 160px 3rem 80px;
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 1024px) {
  .custom-container .contact-body {
    padding: 160px 2rem 60px;
  }
}
@media only screen and (max-width: 600px) {
  .custom-container .contact-body {
    padding: 80px 0px 60px;
  }
}
.custom-container .contact-body #bg-flower-3 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48vw;
  mix-blend-mode: multiply;
  color: #fdfdfd;
  z-index: 1;
  opacity: 0.1;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 1024px) {
  .custom-container .contact-body #bg-flower-3 {
    width: 68vw;
  }
}
.custom-container .contact-body .contact-info {
  padding: 12px;
}
.custom-container .contact-body .contact-info .contact-title {
  font-size: 3rem;
}
.custom-container .contact-body .contact-info .office-details {
  margin-top: 32px;
}
.custom-container .contact-body .contact-info .office-details .address {
  font-size: 1.2rem;
  margin-top: 20px;
}
.custom-container .contact-body .contact-info .office-details .email-link {
  font-size: 1.2rem;
  text-decoration: none;
  color: #1d1d1d;
}
.custom-container .contact-body .contact-info .office-details .num-grp {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.custom-container .contact-body .contact-info .office-details .num-grp a {
  color: #171717;
  text-decoration: none;
}
.custom-container .contact-body .contact-info .office-details .num-grp .contat-number {
  margin-top: 8px;
  font-size: 1rem;
}
.custom-container .contact-body .contact-card {
  background: #fdfdfd;
  padding: 52px 40px;
  border-radius: 20px;
  z-index: 10;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 1023px) {
  .custom-container .contact-body .contact-card {
    padding: 32px;
    margin-top: 80px;
  }
}
.custom-container .contact-body .contact-card .contact-card-head .heading {
  color: #0397d7;
  font-weight: 600;
}
.custom-container .contact-body .contact-card .contact-form {
  margin-top: 20px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.custom-container .contact-body .contact-card .contact-form #full_name,
.custom-container .contact-body .contact-card .contact-form #email,
.custom-container .contact-body .contact-card .contact-form #phone,
.custom-container .contact-body .contact-card .contact-form #message {
  padding: 12px 16px;
  margin-top: 12px;
  border-radius: 10px;
}
.custom-container .contact-body .contact-card .contact-form #contact-btn {
  margin-top: 20px;
}
.custom-container .objective-body {
  padding: 160px 3rem 80px;
  justify-content: center;
  align-items: center;
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 1024px) {
  .custom-container .objective-body {
    padding: 160px 2rem 60px;
  }
}
@media only screen and (max-width: 600px) {
  .custom-container .objective-body {
    padding: 120px 0rem 60px;
  }
}
.custom-container .objective-body #bg-flower-2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 36vw;
  mix-blend-mode: multiply;
  color: #fdfdfd;
  z-index: 1;
  opacity: 0.1;
  rotate: "180";
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 1023px) {
  .custom-container .objective-body #bg-flower-2 {
    width: 52vw;
  }
}
.custom-container .objective-body .objective-head {
  text-align: start;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .objective-body .objective-head {
    padding-bottom: 40px;
  }
}
.custom-container .objective-body .objective-head .title {
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .objective-body .objective-head .title {
    line-height: 180%;
  }
}
.custom-container .objective-body .objective-card-wrap .card {
  overflow: hidden;
  background: #fdfdfd;
  border: 0.6px solid #171717;
  min-height: 284px;
  margin-top: 20px;
  z-index: 4;
  /* Extra small devices (phones, 600px and down) */
}
.custom-container .objective-body .objective-card-wrap .card:hover {
  border: 0.6px solid #0397d7;
}
.custom-container .objective-body .objective-card-wrap .card:hover .card-title {
  color: #0397d7;
}
@media only screen and (max-width: 600px) {
  .custom-container .objective-body .objective-card-wrap .card {
    margin: 12px 0px;
  }
}
.custom-container .objective-body .objective-card-wrap .card .card-body {
  padding: 24px;
}
.custom-container .objective-body .objective-card-wrap .card .card-body .card-title {
  margin-top: 8px;
  font-size: 1.4rem;
  text-transform: capitalize;
  color: #171717;
}
.custom-container .objective-body .objective-card-wrap .card .card-body .card-text {
  margin-top: 12px;
  font-size: 13px;
}
.custom-container .objective-body .cta-grp {
  text-align: center;
}
.custom-container .objective-body .cta-grp .service-btn {
  margin-top: 60px;
}
.custom-container .architecture-body {
  margin: 140px 4rem 60px;
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 1023px) {
  .custom-container .architecture-body {
    margin: 60px 2rem 40px;
  }
}
@media only screen and (max-width: 600px) {
  .custom-container .architecture-body {
    margin: 80px 0px 40;
  }
}
.custom-container .architecture-body #bg-flower-2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 30vw;
  mix-blend-mode: multiply;
  color: #fdfdfd;
  z-index: 1;
  opacity: 0.1;
  rotate: "180";
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 1023px) {
  .custom-container .architecture-body #bg-flower-2 {
    width: 52vw;
  }
}
.custom-container .architecture-body .architecture-wrap {
  padding: 40px 0px 60px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .architecture-body .architecture-wrap {
    padding: 20px 0px;
  }
}
.custom-container .architecture-body .architecture-wrap .architecture-head .architecture-title {
  /* Extra small devices (phones, 600px and down) */
}
.custom-container .architecture-body .architecture-wrap .architecture-content {
  margin-top: 20px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .architecture-body .architecture-wrap .architecture-content {
    margin-top: 28px;
  }
}
.custom-container .architecture-body .architecture-wrap .architecture-content .arc-wrap .arc-card .item .card {
  z-index: 4;
  margin-top: 16px;
  padding-bottom: 20px;
  height: 372px;
}
.custom-container .architecture-body .architecture-wrap .architecture-content .arc-wrap .arc-card .item .card .card-title {
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .architecture-body .architecture-wrap .architecture-content .arc-wrap .arc-card .item .card .card-title {
    font-weight: 500;
    font-size: 18px;
  }
}
.custom-container .architecture-body .architecture-wrap .architecture-content .arc-wrap .arc-card .item .card .card-img-top {
  height: auto;
}
.custom-container .architecture-body .architecture-wrap .architecture-content .arc-wrap .arc-card .item .card .card-text {
  font-style: italic;
}
.custom-container .committee-body #bg-flower-2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 40vw;
  mix-blend-mode: multiply;
  color: #fdfdfd;
  z-index: -1;
  opacity: 0.1;
  rotate: "180";
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 1023px) {
  .custom-container .committee-body #bg-flower-2 {
    width: 52vw;
  }
}
.custom-container .committee-body .committee-wrap {
  padding: 160px 0px 100px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .committee-body .committee-wrap {
    padding: 40px 0px;
  }
}
.custom-container .committee-body .committee-wrap .committee-head {
  text-align: center;
  padding: 0px 20%;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 1023px) {
  .custom-container .committee-body .committee-wrap .committee-head {
    padding: 0px 6%;
  }
}
.custom-container .committee-body .committee-wrap .com-structure {
  margin-top: 40px;
  padding: 0px 40px;
  background: #f3f3f3;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 1023px) {
  .custom-container .committee-body .committee-wrap .com-structure {
    padding: 0px 20px;
  }
}
.custom-container .committee-body .committee-wrap .com-structure .sec-title {
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .committee-body .committee-wrap .com-structure .sec-title {
    line-height: 180%;
  }
}
.custom-container .committee-body .committee-wrap .com-structure .sec-1 .card-wrap .card {
  background: #fdfdfd;
  height: 360px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 1023px) {
  .custom-container .committee-body .committee-wrap .com-structure .sec-1 .card-wrap .card {
    height: auto;
  }
}
.custom-container .committee-body .committee-wrap .com-structure .sec-1 .card-wrap .card .card-body .card-text {
  font-style: italic;
}
.custom-container .committee-body .committee-wrap .com-structure .sec-2 .card-wrap .card {
  background: #fdfdfd;
  height: 320px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 1023px) {
  .custom-container .committee-body .committee-wrap .com-structure .sec-2 .card-wrap .card {
    height: auto;
  }
}
.custom-container .committee-body .committee-wrap .com-structure .sec-2 .card-wrap .card .card-body .card-text {
  font-style: italic;
}
.custom-container .committee-body .committee-wrap .com-structure .sec-4 .card-wrap .card {
  background: #fdfdfd;
  height: 320px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 1023px) {
  .custom-container .committee-body .committee-wrap .com-structure .sec-4 .card-wrap .card {
    height: auto;
  }
}
.custom-container .committee-body .committee-wrap .com-structure .sec-4 .card-wrap .card .card-body .card-text {
  font-style: italic;
}
.custom-container .committee-body .committee-wrap .com-structure .sec-3 .card-wrap .card {
  height: 380px;
  background: #fdfdfd;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 1023px) {
  .custom-container .committee-body .committee-wrap .com-structure .sec-3 .card-wrap .card {
    height: auto;
  }
}
.custom-container .committee-body .committee-wrap .com-structure .sec-3 .card-wrap .card .card-body .card-text {
  font-style: italic;
}
.custom-container .committee-body .committee-wrap .com-structure .sec-5 .card-wrap .card {
  border-radius: 8px;
  background: #fdfdfd;
  padding: 4px 0px;
}
.custom-container .committee-body .committee-wrap .com-structure .sec-5 .card-wrap .card .card-body .card-text {
  font-style: italic;
}
.custom-container .committee-body .committee-wrap .com-structure .sec {
  margin: 40px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.custom-container .committee-body .committee-wrap .com-structure .sec .sec-head .sec-title {
  margin: 40px 0;
  text-align: center;
}
.custom-container .committee-body .committee-wrap .com-structure .sec .card-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-container .committee-body .committee-wrap .com-structure .sec .card-wrap .card {
  border-radius: 12px;
  overflow: hidden;
  margin-top: 16px;
}
.custom-container .committee-body .committee-wrap .com-structure .sec .card-wrap .card .card-text {
  color: #0397d7;
  font-weight: 500;
}
.custom-container .activities-body .recent-activities {
  padding: 160px 3rem 80px;
  justify-content: center;
  align-items: center;
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 1024px) {
  .custom-container .activities-body .recent-activities {
    padding: 140px 2rem 80px;
  }
}
@media only screen and (max-width: 600px) {
  .custom-container .activities-body .recent-activities {
    padding: 120px 0rem 80px;
  }
}
.custom-container .activities-body .recent-activities #bg-flower-2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 36vw;
  mix-blend-mode: multiply;
  color: #fdfdfd;
  z-index: -1;
  opacity: 0.1;
  rotate: "180";
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 1023px) {
  .custom-container .activities-body .recent-activities #bg-flower-2 {
    width: 52vw;
  }
}
.custom-container .activities-body .recent-activities .activities-head {
  text-align: start;
  padding-bottom: 12px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .activities-body .recent-activities .activities-head {
    padding-bottom: 28px;
    text-align: center;
  }
}
.custom-container .activities-body .recent-activities .activities-head .activities-sub-text {
  padding-right: 400px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .activities-body .recent-activities .activities-head .activities-sub-text {
    padding-right: 0px;
  }
}
.custom-container .activities-body .recent-activities .activities-card-wrap .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.custom-container .activities-body .recent-activities .activities-card-wrap .card {
  border-radius: 16px;
  overflow: hidden;
  min-height: 420px;
  margin-top: 20px;
  background: #fdfdfd;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .activities-body .recent-activities .activities-card-wrap .card {
    margin-top: 12px;
  }
}
.custom-container .activities-body .recent-activities .activities-card-wrap .card .card-img-top {
  min-height: 200px;
}
.custom-container .activities-body .recent-activities .activities-card-wrap .card .card-body {
  padding: 24px;
}
.custom-container .activities-body .recent-activities .activities-card-wrap .card .card-body .card-title {
  font-size: 1.5rem;
  text-transform: capitalize;
  color: #0397d7;
}
.custom-container .activities-body .recent-activities .activities-card-wrap .card .card-body .card-text {
  margin-top: 12px;
  font-size: 13px;
}
.custom-container .activities-body .recent-activities .cta-grp {
  text-align: center;
}
.custom-container .activities-body .recent-activities .cta-grp .project-btn {
  margin-top: 60px;
}
.custom-container .activities-body .gen-activities {
  padding: 100px 3rem 60px;
  background: #6a898c;
  position: relative;
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 1024px) {
  .custom-container .activities-body .gen-activities {
    padding: 100px 2rem 0px;
  }
}
@media only screen and (max-width: 600px) {
  .custom-container .activities-body .gen-activities {
    padding: 90px 0rem 40px;
  }
}
.custom-container .activities-body .gen-activities #bg-flower-1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 36vw;
  mix-blend-mode: multiply;
  color: #fdfdfd;
  z-index: 1;
  opacity: 0.2;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 1023px) {
  .custom-container .activities-body .gen-activities #bg-flower-1 {
    width: 68vw;
  }
}
.custom-container .activities-body .gen-activities .gen-head {
  text-align: center;
  padding: 0px 20%;
  color: #fdfdfd;
  z-index: 1;
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 1023px) {
  .custom-container .activities-body .gen-activities .gen-head {
    padding: 0px 8%;
    text-align: center;
  }
}
.custom-container .activities-body .gen-activities .gen-head .gen-title {
  color: #fdfdfd;
}
@media only screen and (max-width: 600px) {
  .custom-container .activities-body .gen-activities .gen-head {
    text-align: center;
  }
}
.custom-container .activities-body .gen-activities .stack-holder {
  padding: 40px 0px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .activities-body .gen-activities .stack-holder {
    padding: 0px 0px;
  }
}
.custom-container .activities-body .gen-activities .stack-holder .stack-1 {
  padding: 12px 0px;
}
.custom-container .activities-body .gen-activities .stack-holder .stack-1 .card-1 {
  background-size: cover;
  z-index: 1;
}
.custom-container .activities-body .gen-activities .stack-holder .stack-1 .card-1 .card {
  border-radius: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  height: 480px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 1024px) {
  .custom-container .activities-body .gen-activities .stack-holder .stack-1 .card-1 .card {
    margin-top: 12px;
    height: auto;
  }
}
.custom-container .activities-body .gen-activities .stack-holder .stack-1 .card-1 .card .card-title {
  font-size: 1.5rem;
}
.custom-container .activities-body .gen-activities .stack-holder .stack-1 .card-1 .card .text-stack {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.custom-container .activities-body .gen-activities .stack-holder .stack-1 .card-1 .card .text-stack .body-text {
  background: rgba(0, 0, 0, 0.3607843137);
  border-radius: 8px;
  border: 1px solid #fdfdfd;
}
.custom-container .activities-body .gen-activities .stack-holder .stack-1 .card-1 .card .text-stack .body-text p {
  margin: 6px 20px;
  color: rgba(249, 249, 249, 0.9098039216);
  font-size: 14px;
  font-weight: 500;
}
.custom-container .activities-body .gen-activities .stack-holder .stack-1 .card-1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 1024px) {
  .custom-container .activities-body .gen-activities .stack-holder .stack-1 .card-1 img {
    height: auto;
  }
}
.custom-container .activities-body .gen-activities .stack-holder .stack-1 .card-2 {
  height: 480px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 1024px) {
  .custom-container .activities-body .gen-activities .stack-holder .stack-1 .card-2 {
    margin-top: 12px;
    height: auto;
  }
}
.custom-container .activities-body .gen-activities .stack-holder .stack-1 .card-2 .text-box {
  padding: 52px 40px 40px;
  min-height: 340px;
  background: #fdfdfd;
  border-radius: 16px;
  min-height: 440px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .activities-body .gen-activities .stack-holder .stack-1 .card-2 .text-box {
    padding: 44px 28px 24px;
  }
}
.custom-container .activities-body .gen-activities .stack-holder .stack-1 .card-2 .text-box .card-title {
  margin-right: 30%;
  font-size: clamp(26px, 2vw, 32px);
  color: #0397d7;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .activities-body .gen-activities .stack-holder .stack-1 .card-2 .text-box .card-title {
    margin-right: 0;
  }
}
.custom-container .activities-body .gen-activities .stack-holder .stack-1 .card-2 .text-box .body-text {
  font-size: 16px;
  margin-top: 20px;
  border-radius: 16px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .activities-body .gen-activities .stack-holder .stack-1 .card-2 .text-box .body-text {
    margin-top: 20px;
  }
}
.custom-container .activities-body .gen-activities .stack-holder .stack-1 .card-2 .text-box .areas ul {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 20px;
       column-gap: 20px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .activities-body .gen-activities .stack-holder .stack-1 .card-2 .text-box .areas ul {
    -moz-column-count: unset;
         column-count: unset;
  }
}
.custom-container .activities-body .gen-activities .stack-holder .stack-1 .card-2 .text-box .cta {
  margin-top: 20px;
}
.custom-container .activities-body .gen-activities .stack-holder .stack-2 {
  padding: 12px 0px;
}
.custom-container .activities-body .gen-activities .stack-holder .stack-2 .card-1 {
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 1023px) {
  .custom-container .activities-body .gen-activities .stack-holder .stack-2 .card-1 {
    margin-top: 16px;
  }
}
.custom-container .activities-body .gen-activities .stack-holder .stack-2 .card-1 .card {
  height: 500px;
  border-radius: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  /* Extra small devices (phones, 600px and down) */
}
.custom-container .activities-body .gen-activities .stack-holder .stack-2 .card-1 .card img {
  width: 100%;
  height: 100%;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 1023px) {
  .custom-container .activities-body .gen-activities .stack-holder .stack-2 .card-1 .card img {
    height: auto;
  }
}
@media only screen and (max-width: 1023px) {
  .custom-container .activities-body .gen-activities .stack-holder .stack-2 .card-1 .card {
    height: auto;
  }
}
.custom-container .activities-body .gen-activities .stack-holder .stack-2 .card-1 .card .card-title {
  font-size: 1.5rem;
}
.custom-container .activities-body .gen-activities .stack-holder .stack-2 .card-1 .card .text-stack {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.custom-container .activities-body .gen-activities .stack-holder .stack-2 .card-1 .card .text-stack .body-text {
  background: rgba(0, 0, 0, 0.4705882353);
  border-radius: 8px;
  border: 1px solid #fdfdfd;
}
.custom-container .activities-body .gen-activities .stack-holder .stack-2 .card-1 .card .text-stack .body-text p {
  margin: 6px 20px;
  color: rgba(249, 249, 249, 0.9098039216);
  font-size: 14px;
  font-weight: 500;
}
.custom-container .activities-body .gen-activities .stack-holder .stack-2 .card-2 .text-box {
  height: 500px;
  padding: 52px 40px 40px;
  background: #fdfdfd;
  border-radius: 16px;
  color: #171717;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .activities-body .gen-activities .stack-holder .stack-2 .card-2 .text-box {
    padding: 44px 28px 24px;
    margin-top: 12px;
    height: auto;
  }
}
.custom-container .activities-body .gen-activities .stack-holder .stack-2 .card-2 .text-box .card-title {
  margin-right: 16%;
  font-size: clamp(26px, 2vw, 32px);
  color: #0397d7;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .activities-body .gen-activities .stack-holder .stack-2 .card-2 .text-box .card-title {
    margin-right: 0;
  }
}
.custom-container .activities-body .gen-activities .stack-holder .stack-2 .card-2 .text-box .body-text {
  font-size: 16px;
  margin-top: 20px;
  border-radius: 16px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .activities-body .gen-activities .stack-holder .stack-2 .card-2 .text-box .body-text {
    margin-top: 20px;
  }
}
.custom-container .activities-body .gen-activities .stack-holder .stack-2 .card-2 .text-box .areas ul {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 20px;
       column-gap: 20px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .activities-body .gen-activities .stack-holder .stack-2 .card-2 .text-box .areas ul {
    -moz-column-count: unset;
         column-count: unset;
  }
}
.custom-container .activities-body .gen-activities .stack-holder .stack-2 .card-2 .text-box .cta {
  margin-top: 20px;
}
.custom-container .activities-body .project {
  padding: 60px 0;
  justify-content: center;
  align-items: center;
}
.custom-container .activities-body .project .project-head {
  text-align: start;
  padding-bottom: 40px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .activities-body .project .project-head {
    text-align: center;
    padding-bottom: 60px;
  }
}
.custom-container .activities-body .project .project-head .title {
  font-size: 3rem;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .activities-body .project .project-head .title {
    font-size: 2rem;
  }
}
.custom-container .activities-body .project .card-wrap .card {
  margin-top: 20px;
  border-radius: 16px;
  overflow: hidden;
  min-height: 410px;
  padding: 20px;
  background: #eaeaea;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .activities-body .project .card-wrap .card {
    margin: 12px 0px;
  }
}
.custom-container .activities-body .project .card-wrap .card .card-img-top {
  border-radius: 12px;
  min-height: 180px;
}
.custom-container .activities-body .project .card-wrap .card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0px;
  margin-top: 20px;
}
.custom-container .activities-body .project .card-wrap .card .card-body .card-title {
  font-size: 1.5rem;
  text-transform: capitalize;
}
.custom-container .activities-body .project .card-wrap .card .card-body .card-text {
  margin-top: 10px;
  line-height: 120%;
  font-size: 13px;
}
.custom-container .activities-body .project .cta-grp {
  text-align: center;
}
.custom-container .activities-body .project .cta-grp .service-btn {
  margin-top: 60px;
}
.custom-container .activities-body .apeal {
  margin: 60px 3rem 20px;
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 1024px) {
  .custom-container .activities-body .apeal {
    margin: 40px 2rem 60px;
  }
}
@media only screen and (max-width: 600px) {
  .custom-container .activities-body .apeal {
    margin: 40px 0px;
  }
}
.custom-container .activities-body .apeal .apeal-head {
  text-align: center;
  padding-bottom: 20px;
  overflow: hidden;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .activities-body .apeal .apeal-head {
    padding-bottom: 0px;
  }
}
.custom-container .activities-body .apeal .apeal-wrap {
  padding: 60px 40px;
  background: linear-gradient(to bottom, #cde3f0 3%, #f9f9f9 65%, #f9f9f9 65%, #f0f0f0 100%);
  border-radius: 32px;
  border: 8px solid #afcee0;
  overflow: hidden;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .activities-body .apeal .apeal-wrap {
    padding: 40px 28px;
  }
}
.custom-container .activities-body .apeal .apeal-wrap .apeal-img .img-wrap {
  display: flex;
}
.custom-container .activities-body .apeal .apeal-wrap .apeal-img .img-wrap .about-img {
  width: 100%;
  border-radius: 12px;
}
.custom-container .activities-body .apeal .apeal-wrap .apeal-text {
  padding: 40px 0px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 1023px) {
  .custom-container .activities-body .apeal .apeal-wrap .apeal-text {
    padding: 0px 0px;
  }
}
.custom-container .activities-body .apeal .apeal-wrap .apeal-text .apeal-title-2 {
  color: #0397d7;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 1023px) {
  .custom-container .activities-body .apeal .apeal-wrap .apeal-text .apeal-title-2 {
    margin-top: 20px;
  }
}
.custom-container .activities-body .apeal .apeal-wrap .apeal-text .apeal-body-text {
  line-height: 170%;
}
.custom-container .activities-body .apeal .apeal-wrap .apeal-text .apeal-list li {
  margin-top: 12px;
}
.custom-container .donation-body .donation {
  padding: 160px 0 120px;
}
.custom-container .donation-body .donation .donation-wrap {
  justify-content: center;
  align-items: start;
  border-radius: 32px;
}
.custom-container .donation-body .donation .donation-wrap .donation-head {
  text-align: start;
  padding: 40px 0px;
}
.custom-container .donation-body .donation .donation-wrap .donation-head .title {
  font-size: 3rem;
}
.custom-container .donation-body .donation .donation-wrap .donation-card-wrap .card {
  background: #eaeaea;
  border-radius: 16px;
  overflow: hidden;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .donation-body .donation .donation-wrap .donation-card-wrap .card {
    margin: 12px 0px;
  }
}
.custom-container .donation-body .donation .donation-wrap .donation-card-wrap .card .card-body {
  padding: 24px;
}
.custom-container .donation-body .donation .donation-wrap .donation-card-wrap .card .card-body .card-title {
  font-size: 1.5rem;
}
.custom-container .donation-body .donation .donation-wrap .donation-card-wrap .card .card-body .card-text {
  margin-top: 12px;
}
.custom-container .donation-body .donation .donation-wrap .cta-grp {
  text-align: center;
}
.custom-container .donation-body .donation .donation-wrap .cta-grp .donation-btn {
  margin-top: 60px;
}
.custom-container .testimonial-body .testimonial {
  padding: 160px 4rem 80px;
  justify-content: center;
  align-items: center;
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 1023px) {
  .custom-container .testimonial-body .testimonial {
    padding: 120px 2rem 60px;
  }
}
@media only screen and (max-width: 600px) {
  .custom-container .testimonial-body .testimonial {
    padding: 120px 0rem 60px;
  }
}
.custom-container .testimonial-body .testimonial #bg-flower-2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 36vw;
  mix-blend-mode: multiply;
  color: #fdfdfd;
  z-index: -1;
  opacity: 0.1;
  rotate: "180";
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 1023px) {
  .custom-container .testimonial-body .testimonial #bg-flower-2 {
    width: 52vw;
  }
}
.custom-container .testimonial-body .testimonial .testimonial-head {
  text-align: start;
  padding-bottom: 20px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .testimonial-body .testimonial .testimonial-head {
    text-align: center;
  }
}
.custom-container .testimonial-body .testimonial .testimonial-card-wrap .card {
  margin-top: 32px;
  border-radius: 32px;
  overflow: hidden;
  padding: 60px 48px;
  background: #eaeaea;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .testimonial-body .testimonial .testimonial-card-wrap .card {
    margin: 12px 0px;
    padding: 40px 20px;
  }
}
.custom-container .testimonial-body .testimonial .testimonial-card-wrap .card .card-top .img-wrap {
  width: 90px;
  height: 110px;
}
.custom-container .testimonial-body .testimonial .testimonial-card-wrap .card .card-top .img-wrap .img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.custom-container .testimonial-body .testimonial .testimonial-card-wrap .card .card-top .title-box {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
  margin-top: 32px;
}
.custom-container .testimonial-body .testimonial .testimonial-card-wrap .card .card-top .title-box .card-title {
  font-size: 28px;
}
.custom-container .testimonial-body .testimonial .testimonial-card-wrap .card .card-top .title-box .sub-title {
  font-size: 16px;
  margin-bottom: 0px;
  color: #0397d7;
  font-weight: 500;
  font-style: italic;
}
.custom-container .testimonial-body .testimonial .testimonial-card-wrap .card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /*margin-top: 20px;*/
  padding: 0px;
}
.custom-container .testimonial-body .testimonial .testimonial-card-wrap .card .card-body .card-text {
  /*font-family: 14px;
  margin-top: 10px;*/
  line-height: 180%;
}
.custom-container .testimonial-body .testimonial .cta-grp {
  text-align: center;
}
.custom-container .testimonial-body .testimonial .cta-grp .service-btn {
  margin-top: 60px;
}
.custom-container #bg-btm-art {
  width: 100%;
  mix-blend-mode: multiply;
  color: #fdfdfd;
  z-index: 1;
  opacity: 0.3;
}
.custom-container .footer {
  background: #161616;
  color: #fdfdfd;
  padding: 80px 3rem 0px;
  position: relative;
  z-index: 1;
  /* Extra small devices (phones, 600px and down) */
}
.custom-container .footer #bg-flower-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42vw;
  mix-blend-mode: color-burn;
  color: #fdfdfd;
  z-index: 2;
  opacity: 0.16;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 1023px) {
  .custom-container .footer #bg-flower-1 {
    width: 68vw;
  }
}
.custom-container .footer #bg-flower-2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 30vw;
  mix-blend-mode: color-burn;
  color: #fdfdfd;
  z-index: -1;
  opacity: 0.2;
  rotate: "180";
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 1024px) {
  .custom-container .footer #bg-flower-2 {
    width: 52vw;
  }
}
@media only screen and (max-width: 600px) {
  .custom-container .footer {
    adding: 80px 0rem 0px;
    text-align: center;
  }
}
.custom-container .footer .footer-top {
  padding-bottom: 28px;
  text-align: end;
}
.custom-container .footer .footer-top .footer-sub-text {
  text-align: start;
  padding-right: 340px;
  font-size: 18px;
  font-weight: 400;
  color: #0397d7;
  font-weight: 500;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .footer .footer-top .footer-sub-text {
    padding-right: 0px;
    padding: 20px;
    text-align: center;
    font-size: 16px;
    margin-bottom: 32px;
  }
}
.custom-container .footer .footer-top .footer-head {
  z-index: 3;
  /* Extra small devices (phones, 600px and down) */
}
.custom-container .footer .footer-top .footer-head .footer-title {
  font-size: clamp(2rem, 3.2vw, 3.4rem);
  font-weight: 600;
  font-family: "Bree Serif", serif;
  text-align: start;
  color: #78bc41;
  margin-top: 20px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .footer .footer-top .footer-head .footer-title {
    font-size: 2rem;
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  .custom-container .footer .footer-top .footer-head {
    text-align: center;
  }
}
.custom-container .footer .footer-top .footer-head .footer-text {
  text-align: start;
  color: #f3f3f3;
  font-size: clamp(1.1rem, 1.5vw, 2rem);
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .footer .footer-top .footer-head .footer-text {
    text-align: center;
  }
}
.custom-container .footer .footer-top .social-wrap {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  gap: 24px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .footer .footer-top .social-wrap {
    justify-content: center;
    margin-top: 24px;
    flex-direction: column;
  }
}
.custom-container .footer .footer-top .social-wrap h6 {
  margin-bottom: 4px;
}
.custom-container .footer .footer-top .social-wrap .social-link-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fdfdfd;
  gap: 10px;
}
.custom-container .footer .footer-top .social-wrap .social-link-wrap .social-link {
  background: #eaeaea;
  padding: 8px 8px;
  border-radius: 50px;
}
.custom-container .footer .footer-top .social-wrap .social-link-wrap .social-link:hover {
  background-color: #0397d7;
}
.custom-container .footer .footer-top .social-wrap .social-link-wrap .social-link:hover img {
  filter: brightness(0) invert(1);
}
.custom-container .footer .footer-top .social-wrap .social-link-wrap .social-link img {
  width: 24px;
}
.custom-container .footer .footer-content {
  z-index: 3;
  padding-top: 20px;
}
.custom-container .footer .footer-content .footer-sec-title {
  color: #0397d7;
}
.custom-container .footer .footer-content .link-sec {
  margin-top: 32px;
  /* Extra small devices (phones, 600px and down) */
}
.custom-container .footer .footer-content .link-sec .footer-links .footer-link {
  z-index: 3;
  color: #f3f3f3;
  text-decoration: none;
  margin-top: 6px;
}
.custom-container .footer .rights {
  padding-top: 60px;
}

/* Extra small devices (phones, 600px and down) */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 0px 20px 0px #000000;
}

.sticky + .content {
  padding-top: 102px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  border: none;
  outline: none;
  background-color: #db8f02;
  color: #fdfdfd;
  cursor: pointer;
  padding: 10px 16px;
  border-radius: 12px;
}
#myBtn:hover, #myBtn.active {
  background-color: #0397d7;
}
#myBtn img {
  width: 16px;
}/*# sourceMappingURL=style.css.map */